/**
 * theme-bundle.css
 * -----------------
 * Single bundle of all theme/Elementor CSS. Sourced from "Home - Town & Country_files".
 * Index.html links only to assets/css/ (this file + inline.css). No external-dir refs.
 * Order of sections below = load order. Each section marked with === filename === .
 */

/* === frontend.css === */
/* 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;
}


/* === header-footer-elementor.css === */
.footer-width-fixer {
  width: 100%;
}

/* Container fix for genesis themes */

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

/* Container fix for generatepress theme */

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
  width: 100%;
  padding: 0;
  max-width: 100%;
  background-color: transparent !important;
  /* override generatepress default white color for header */
}

.bhf-hidden {
  display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
  z-index: 99;
  position: relative;
}


/* === frontend.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-hidden {
  display: none
}

.elementor-visibility-hidden {
  visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding: .75em
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box
}

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  background-color: transparent;
  margin: 0
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
  max-width: none
}

.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width:1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width:767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content)
}

.elementor-invisible {
  visibility: hidden
}

.elementor-align-center {
  text-align: center
}

.elementor-align-right {
  text-align: right
}

.elementor-align-left {
  text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

.elementor-custom-embed-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

@media (min-width:-1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-center .elementor-button,
  .elementor-widescreen-align-left .elementor-button,
  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-center .elementor-button,
  .elementor-laptop-align-left .elementor-button,
  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }

  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-center .elementor-button,
  .elementor-tablet_extra-align-left .elementor-button,
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-center .elementor-button,
  .elementor-tablet-align-left .elementor-button,
  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-center .elementor-button,
  .elementor-mobile_extra-align-left .elementor-button,
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-center .elementor-button,
  .elementor-mobile-align-left .elementor-button,
  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display)
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media (max-width:1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width:768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px)
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width:768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width:479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width:-1) {
  .elementor-reverse-widescreen>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(10),
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:-1) {

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(10),
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (max-width:767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
    order: 1
  }

  .elementor-column {
    width: 100%
  }
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap)
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap)
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width:1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width:-1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width:1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width:767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

@media (prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior: smooth
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal
}

.e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy
}

.e-con-boxed {
  gap: initial;
  text-align: initial
}

.e-con.e-flex>.e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, .3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px
}

@media (max-width:767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile)
  }

  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  align-items: center;
  flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
  top: 50%;
  transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: .2em
}

.elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto
}

@media screen and (max-width:1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

@media screen and (max-width:767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0
}

.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center
}

.elementor-button-icon svg {
  height: auto;
  width: 1em
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  display: inline-block
}

.elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px
}

.elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px
}

.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px
}

.elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  padding: .5em;
  fill: #fff
}

.elementor-view-framed .elementor-icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: .5em
}

.elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-shape-square .elementor-icon {
  border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
  border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none
  }
}

.elementor-post__thumbnail__link {
  transition: none
}

@media (max-width:767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width:1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width:-1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}

/* === post-6.css === */
.elementor-kit-6 {
  --e-global-color-primary: #3A3939;
  --e-global-color-secondary: #BA0E42;
  --e-global-color-text: #182126;
  --e-global-color-accent: #285073;
  --e-global-color-d15370f: #E8F1F9;
  --e-global-color-27dc215: #000000;
  --e-global-color-3c9b5c6: #FFFFFF;
  --e-global-color-74d8225: #223342;
  --e-global-color-d49f594: #65656530;
  --e-global-color-4eecc6a: #1E262E;
  --e-global-color-be11533: #333333;
  --e-global-typography-primary-font-family: "Nunito";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  color: var(--e-global-color-text);
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 27px;
}

.elementor-kit-6 button,
.elementor-kit-6 input[type="button"],
.elementor-kit-6 input[type="submit"],
.elementor-kit-6 .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 22px;
  color: var(--e-global-color-3c9b5c6);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-accent);
  border-radius: 30px 30px 30px 30px;
  padding: 14px 55px 14px 55px;
}

.elementor-kit-6 button:hover,
.elementor-kit-6 button:focus,
.elementor-kit-6 input[type="button"]:hover,
.elementor-kit-6 input[type="button"]:focus,
.elementor-kit-6 input[type="submit"]:hover,
.elementor-kit-6 input[type="submit"]:focus,
.elementor-kit-6 .elementor-button:hover,
.elementor-kit-6 .elementor-button:focus {
  background-color: var(--e-global-color-74d8225);
  color: var(--e-global-color-3c9b5c6);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-74d8225);
}

.elementor-kit-6 e-page-transition {
  background-color: #FFBC7D;
}

.elementor-kit-6 a {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

.elementor-kit-6 h1 {
  color: var(--e-global-color-27dc215);
  font-family: "Nunito", Sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
}

.elementor-kit-6 h2 {
  color: var(--e-global-color-27dc215);
  font-family: "Nunito", Sans-serif;
  font-size: 56px;
  font-weight: 800;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
}

.elementor-kit-6 h3 {
  color: var(--e-global-color-27dc215);
  font-family: "Nunito", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 33px;
}

.elementor-kit-6 h4 {
  color: var(--e-global-color-27dc215);
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 30px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1380px;
}

.e-con {
  --container-max-width: 1380px;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}

  {}

h1.entry-title {
  display: var(--page-title-display);
}

.site-header .site-branding {
  flex-direction: column;
  align-items: stretch;
}

.site-header {
  padding-inline-end: 0px;
  padding-inline-start: 0px;
}

.site-footer .site-branding {
  flex-direction: column;
  align-items: stretch;
}

@media(max-width:1024px) {
  .elementor-kit-6 {
    font-size: 16px;
    line-height: 25px;
  }

  .elementor-kit-6 h1 {
    font-size: 68px;
  }

  .elementor-kit-6 h2 {
    font-size: 46px;
  }

  .elementor-kit-6 h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .elementor-kit-6 h4 {
    font-size: 19px;
  }

  .elementor-kit-6 button,
  .elementor-kit-6 input[type="button"],
  .elementor-kit-6 input[type="submit"],
  .elementor-kit-6 .elementor-button {
    padding: 14px 30px 14px 30px;
  }

  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1024px;
  }

  .e-con {
    --container-max-width: 1024px;
  }
}

@media(max-width:767px) {
  .elementor-kit-6 {
    font-size: 14px;
    line-height: 23px;
  }

  .elementor-kit-6 h1 {
    font-size: 31px;
  }

  .elementor-kit-6 h2 {
    font-size: 36px;
  }

  .elementor-kit-6 h3 {
    font-size: 20px;
  }

  .elementor-kit-6 h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .elementor-kit-6 button,
  .elementor-kit-6 input[type="button"],
  .elementor-kit-6 input[type="submit"],
  .elementor-kit-6 .elementor-button {
    font-size: 14px;
    padding: 12px 22px 12px 22px;
  }

  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 767px;
  }

  .e-con {
    --container-max-width: 767px;
  }
}

/* === widget-video.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-video .elementor-widget-container,
.elementor-widget-video:not(:has(.elementor-widget-container)) {
  overflow: hidden;
  transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
  aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
  background-position: 50%;
  background-size: cover;
  inset: 0;
  position: absolute
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
  cursor: pointer;
  text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
  opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
  aspect-ratio: var(--video-aspect-ratio);
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
  -o-object-fit: cover;
  object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow)
}

/* === zoomIn.min.css === */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

/* === widget-heading.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px
}

/* === fadeInUp.min.css === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

/* === widget-text-editor.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: #69727d;
  color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
  background-color: transparent;
  border: 3px solid;
  color: #69727d
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  height: 1em;
  width: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
  float: left;
  font-size: 50px;
  line-height: 1;
  text-align: center
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
  display: inline-block
}

/* === fadeIn.min.css === */
@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

/* === widget-form.min.css === */
/*! elementor-pro - v3.26.0 - 22-12-2024 */
.elementor-button.elementor-hidden,
.elementor-hidden {
  display: none
}

.e-form__step {
  width: 100%
}

.e-form__step:not(.elementor-hidden) {
  display: flex;
  flex-wrap: wrap
}

.e-form__buttons {
  flex-wrap: wrap
}

.e-form__buttons,
.e-form__buttons__wrapper {
  display: flex
}

.e-form__indicators {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: var(--e-form-steps-indicators-spacing)
}

.e-form__indicators__indicator {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--e-form-steps-divider-gap)
}

.e-form__indicators__indicator__progress {
  background-color: var(--e-form-steps-indicator-progress-background-color);
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  overflow: hidden;
  position: relative;
  width: 100%
}

.e-form__indicators__indicator__progress__meter {
  background-color: var(--e-form-steps-indicator-progress-color);
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  color: var(--e-form-steps-indicator-progress-meter-color);
  height: var(--e-form-steps-indicator-progress-height);
  line-height: var(--e-form-steps-indicator-progress-height);
  padding-right: 15px;
  text-align: right;
  transition: width .1s linear;
  width: var(--e-form-steps-indicator-progress-meter-width, 0)
}

.e-form__indicators__indicator:first-child {
  padding-left: 0
}

.e-form__indicators__indicator:last-child {
  padding-right: 0
}

.e-form__indicators__indicator--state-inactive {
  color: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-inactive-secondary-color, #fff)
}

.e-form__indicators__indicator--state-inactive object,
.e-form__indicators__indicator--state-inactive svg {
  fill: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-active {
  border-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
  color: var(--e-form-steps-indicator-active-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-active-secondary-color, #fff)
}

.e-form__indicators__indicator--state-active object,
.e-form__indicators__indicator--state-active svg {
  fill: var(--e-form-steps-indicator-active-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed {
  color: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
  color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
  background-color: initial;
  color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed object,
.e-form__indicators__indicator--state-completed svg {
  fill: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator__icon {
  align-items: center;
  border-style: solid;
  border-width: 1px;
  display: flex;
  font-size: var(--e-form-steps-indicator-icon-size);
  height: var(--e-form-steps-indicator-padding, 30px);
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  width: var(--e-form-steps-indicator-padding, 30px)
}

.e-form__indicators__indicator__icon img,
.e-form__indicators__indicator__icon object,
.e-form__indicators__indicator__icon svg {
  height: auto;
  width: var(--e-form-steps-indicator-icon-size)
}

.e-form__indicators__indicator__icon .e-font-icon-svg {
  height: 1em
}

.e-form__indicators__indicator__number {
  align-items: center;
  border-style: solid;
  border-width: 1px;
  display: flex;
  height: var(--e-form-steps-indicator-padding, 30px);
  justify-content: center;
  margin-bottom: 10px;
  width: var(--e-form-steps-indicator-padding, 30px)
}

.e-form__indicators__indicator--shape-circle {
  border-radius: 50%
}

.e-form__indicators__indicator--shape-square {
  border-radius: 0
}

.e-form__indicators__indicator--shape-rounded {
  border-radius: 5px
}

.e-form__indicators__indicator--shape-none {
  border: 0
}

.e-form__indicators__indicator__label {
  text-align: center
}

.e-form__indicators__indicator__separator {
  background-color: #babfc5;
  height: var(--e-form-steps-divider-width);
  width: 100%
}

.e-form__indicators--type-icon,
.e-form__indicators--type-icon_text,
.e-form__indicators--type-number,
.e-form__indicators--type-number_text {
  align-items: flex-start
}

.e-form__indicators--type-icon .e-form__indicators__indicator__separator,
.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,
.e-form__indicators--type-number .e-form__indicators__indicator__separator,
.e-form__indicators--type-number_text .e-form__indicators__indicator__separator {
  margin-top: calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)
}

.elementor-field-type-hidden {
  display: none
}

.elementor-field-type-html {
  display: inline-block
}

.elementor-field-type-tel input {
  direction: inherit
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
  display: none
}

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1
}

.elementor-button .elementor-form-spinner {
  order: 3
}

.elementor-form .elementor-button .elementor-button-content-wrapper {
  align-items: center
}

.elementor-form .elementor-button .elementor-button-text {
  white-space: normal
}

.elementor-form .elementor-button svg {
  height: auto
}

.elementor-form .elementor-button .e-font-icon-svg {
  height: 1em
}

.elementor-form .elementor-button .elementor-button-content-wrapper {
  gap: 5px
}

.elementor-form .elementor-button .elementor-button-icon,
.elementor-form .elementor-button .elementor-button-text {
  flex-grow: unset;
  order: unset
}

.elementor-select-wrapper .select-caret-down-wrapper {
  font-size: 11px;
  inset-inline-end: 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
  aspect-ratio: unset;
  display: unset;
  width: 1em;
  fill: currentColor;
  overflow: visible
}

.elementor-select-wrapper .select-caret-down-wrapper i {
  font-size: 19px;
  line-height: 2
}

.elementor-select-wrapper.remove-before:before {
  content: "" !important
}

.elementor-message-svg:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4QTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 1em;
  width: 1em
}

/* === widget-image.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-image {
  text-align: center
}

.elementor-widget-image a {
  display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
  width: 48px
}

.elementor-widget-image img {
  display: inline-block;
  vertical-align: middle
}

/* === widget-icon-box.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-left: auto;
  margin-right: auto
}

@media (min-width:768px) {
  .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    align-items: flex-start
  }

  .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    align-items: center
  }

  .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    align-items: flex-end
  }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  flex-direction: row-reverse;
  text-align: end
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  margin-bottom: unset;
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-right: 0
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  flex-direction: row;
  text-align: start
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-bottom: unset;
  margin-left: 0;
  margin-right: var(--icon-box-icon-margin, 15px)
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  display: block;
  flex-direction: unset;
  text-align: center
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-left: auto;
  margin-right: auto
}

@media (min-width:-1) {

  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
    display: flex
  }

  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
  }

  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
  }

  .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:-1) {

  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
    display: flex
  }

  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
  }

  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
  }

  .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
    display: flex
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:1024px) {

  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
    display: flex
  }

  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
  }

  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
  }

  .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:-1) {

  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
    display: flex
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:767px) {

  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
    display: flex
  }

  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
  }

  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
  }

  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
  }

  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
  }

  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
  }

  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
  }

  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: block;
    flex: unset
  }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
  flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0
}

/* === widget-testimonial.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-testimonial-wrapper {
  overflow: hidden;
  text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
  font-size: 1.3em;
  margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
  display: block;
  line-height: 1.5
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
  display: block;
  font-size: .85em
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
  line-height: 1;
  width: 100%
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
  display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
  display: table-cell;
  vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  border-radius: 50%;
  height: 60px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
  padding-inline-end: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
  text-align: start
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
  display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
  margin-bottom: 20px
}

/* === swiper.min.css === */
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

/* === e-swiper.min.css === */
.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
  line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
  display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
  color: hsla(0, 0%, 93%, .9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93%, .9);
  height: 1em;
  width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
  left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
  right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
  opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
  bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
  transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
  padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
  top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
  position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
  left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
  right: 0
}

/* === widget-nested-carousel.min.css === */
/*! elementor-pro - v3.26.0 - 22-12-2024 */
.elementor-widget-n-carousel {
  --e-n-carousel-slides-to-show: 3;
  --e-n-carousel-swiper-slides-gap: 10px;
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-pagination-size: 0;
  --e-n-carousel-swiper-pagination-spacing: 10px;
  --e-n-carousel-swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-prev-caption-spacing: 15px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-top-position: 0px;
  --e-n-carousel-arrow-next-caption-spacing: 15px;
  --e-n-carousel-arrow-prev-left-align: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0px;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-translate-x: 0px;
  --e-n-carousel-arrow-next-translate-y: 0px;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-translate-y: 0px;
  --e-n-carousel-swiper-padding-bottom: calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));
  --e-n-carousel-dots-vertical-position: 100%;
  --e-n-carousel-dots-vertical-offset: 0px;
  --e-n-carousel-dots-horizontal-position: 50%;
  --e-n-carousel-dots-horizontal-offset: 0px;
  --e-n-carousel-dots-horizontal-transform: -50%;
  --e-n-carousel-dots-vertical-transform: -100%;
  --e-n-carousel-fraction-vertical-position: 100%;
  --e-n-carousel-fraction-vertical-offset: 0px;
  --e-n-carousel-fraction-horizontal-position: 50%;
  --e-n-carousel-fraction-horizontal-offset: 0px;
  --e-n-carousel-fraction-horizontal-transform: -50%;
  --e-n-carousel-fraction-vertical-transform: -100%;
  --e-n-carousel-horizontal-transform-modifier: 1
}

.elementor-widget-n-carousel .e-n-carousel {
  display: flex;
  min-width: 0
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active {
  overflow: initial
}

.elementor-widget-n-carousel .e-n-carousel.offset-left {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel.offset-both,
.elementor-widget-n-carousel .e-n-carousel.offset-right {
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel.offset-both {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con {
  display: var(--display)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide {
  flex-shrink: 0;
  height: var(--e-n-carousel-slide-height, initial)
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con {
  height: var(--e-n-carousel-slide-container-height, initial);
  max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  border-style: var(--e-n-carousel-arrow-normal-border-type);
  color: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93%, .9));
  font-size: var(--e-n-carousel-arrow-size, 25px);
  transition-duration: .25s;
  z-index: 2
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
  fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93%, .9))
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
  border-style: var(--e-n-carousel-arrow-hover-border-type);
  color: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93%, .9))
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
  fill: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93%, .9))
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
  right: calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));
  top: calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));
  transform: translate(var(--e-n-carousel-arrow-next-translate-x), var(--e-n-carousel-arrow-next-translate-y))
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
  left: calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));
  top: calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));
  transform: translate(var(--e-n-carousel-arrow-prev-translate-x), var(--e-n-carousel-arrow-prev-translate-y))
}

.elementor-widget-n-carousel.elementor-pagination-type-bullets {
  --e-n-carousel-swiper-pagination-size: 6px
}

.elementor-widget-n-carousel.elementor-pagination-type-fraction {
  --e-n-carousel-swiper-pagination-size: 16px
}

.elementor-widget-n-carousel.elementor-pagination-type-progressbar {
  --e-n-carousel-swiper-pagination-size: 4px
}

.elementor-widget-n-carousel .swiper-pagination-progressbar {
  height: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--e-n-carousel-progressbar-normal-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
  background: var(--e-n-carousel-progressbar-hover-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
  color: var(--e-n-carousel-fraction-color, #000)
}

.elementor-widget-n-carousel .swiper-pagination-bullet {
  background: var(--e-n-carousel-dots-normal-color, #000);
  height: var(--e-n-carousel-swiper-pagination-size);
  width: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel .swiper-pagination-bullet:hover {
  background: var(--e-n-carousel-dots-hover-color, #000);
  opacity: 1
}

.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,
.elementor-widget-n-carousel .swiper-pagination,
.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-widget-n-carousel .swiper-pagination-custom,
.elementor-widget-n-carousel .swiper-pagination-fraction {
  font-size: var(--e-n-carousel-swiper-pagination-size);
  line-height: var(--e-n-carousel-swiper-pagination-size)
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper,
.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
  padding-bottom: var(--e-n-carousel-swiper-padding-bottom)
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow {
  padding-bottom: 0
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet,
.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
  vertical-align: top
}

.elementor-widget-n-carousel .swiper-pagination-bullets {
  height: -moz-max-content;
  height: max-content;
  left: calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));
  top: calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));
  transform: translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)), var(--e-n-carousel-dots-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  z-index: 3
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
  height: -moz-max-content;
  height: max-content;
  left: calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));
  top: calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));
  transform: translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)), var(--e-n-carousel-fraction-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  z-index: 3
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
.swiper:not(.swiper-initialized)>.swiper-wrapper {
  gap: var(--e-n-carousel-swiper-slides-gap);
  overflow: hidden
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,
.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide {
  --e-n-carousel-number-of-gaps: max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1), 0);
  --e-n-carousel-gaps-width-total: calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));
  max-width: calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))
}

[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con {
  --padding-top: initial;
  --padding-right: initial;
  --padding-bottom: initial;
  --padding-left: initial
}

/* === widget-icon-list.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,
.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
  overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-left: 8px;
  margin-right: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  border-bottom: 0;
  border-left-width: 1px;
  border-right: 0;
  border-top: 0;
  border-style: solid;
  height: 100%;
  left: auto;
  position: relative;
  right: auto;
  right: -8px;
  width: auto
}

.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative
}

.elementor-widget .elementor-icon-list-item:after {
  bottom: 0;
  position: absolute;
  width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: var(--icon-vertical-align, center);
  display: flex;
  font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
  height: var(--e-icon-list-icon-size, 1em);
  width: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
  font-size: var(--e-icon-list-icon-size);
  width: 1.25em
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
  justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
  justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
  justify-content: flex-start;
  text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
  justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
  justify-content: flex-end;
  text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
  justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
  left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
  right: 0
}

@media (min-width:-1) {

  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

@media (max-width:-1) {

  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
    right: 0
  }

  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

@media (max-width:1024px) {

  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

@media (max-width:-1) {

  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

@media (max-width:767px) {

  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
  padding: 0
}

/* === post-8.css === */
.elementor-8 .elementor-element.elementor-element-460e351 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --overlay-opacity: 0;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-460e351:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-460e351>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("../images/birmingham-2675655_1280-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-8 .elementor-element.elementor-element-460e351::before,
.elementor-8 .elementor-element.elementor-element-460e351>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-460e351>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-460e351>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-460e351>.e-con-inner>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-460e351>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: '';
  background-color: #000000;
}

.elementor-8 .elementor-element.elementor-element-c49d514 .elementor-wrapper {
  --video-aspect-ratio: 1.77777;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.elementor-8 .elementor-element.elementor-element-c49d514>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-c49d514 {
  width: 100%;
  max-width: 100%;
  z-index: -1;
}

.elementor-8 .elementor-element.elementor-element-4aa1580 {
  --display: flex;
  --align-items: center;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 80px;
  --padding-bottom: 0px;
  --padding-left: 15px;
  --padding-right: 15px;
  --position: absolute;
  top: 50%;
  --z-index: 1;
}

body:not(.rtl) .elementor-8 .elementor-element.elementor-element-4aa1580 {
  left: 50%;
}

body.rtl .elementor-8 .elementor-element.elementor-element-4aa1580 {
  right: 50%;
}

.elementor-8 .elementor-element.elementor-element-4aa1580.e-con {
  --e-con-transform-translateX: -50%;
  --e-con-transform-translateY: -50%;
}

.elementor-8 .elementor-element.elementor-element-f5543e6 {
  text-align: center;
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-f5543e6 .elementor-heading-title {
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-f5543e6>.elementor-widget-container {
  margin: 0px 0px 15px 0px;
}

.elementor-8 .elementor-element.elementor-element-e898c87 {
  text-align: center;
  color: var(--e-global-color-3c9b5c6);
  font-family: "Nunito", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
}

.elementor-8 .elementor-element.elementor-element-e898c87 p {
  margin-bottom: 10px;
}

.elementor-8 .elementor-element.elementor-element-e898c87>.elementor-widget-container {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-c27ff7e {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-cdf958f .elementor-button {
  background-color: var(--e-global-color-secondary);
  border-style: none;
}

.elementor-8 .elementor-element.elementor-element-cdf958f .elementor-button:hover,
.elementor-8 .elementor-element.elementor-element-cdf958f .elementor-button:focus {
  background-color: #950a34;
}

.elementor-8 .elementor-element.elementor-element-f14e8dc .elementor-button {
  background-color: #007E5300;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-f14e8dc .elementor-button:hover,
.elementor-8 .elementor-element.elementor-element-f14e8dc .elementor-button:focus {
  color: var(--e-global-color-3c9b5c6);
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.elementor-8 .elementor-element.elementor-element-f14e8dc .elementor-button:hover svg,
.elementor-8 .elementor-element.elementor-element-f14e8dc .elementor-button:focus svg {
  fill: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-53e6be0 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-40de32c {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --align-items: center;
}

.elementor-8 .elementor-element.elementor-element-95212d2 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-8 .elementor-element.elementor-element-80cc3ac .elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-80cc3ac>.elementor-widget-container {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-79372bc>.elementor-widget-container {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-ea0487f>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-ea0487f {
  width: var(--container-widget-width, 80%);
  max-width: 80%;
  --container-widget-width: 80%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-2ed8cd3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --border-radius: 20px 20px 20px 20px;
  --padding-top: 50px;
  --padding-bottom: 50px;
  --padding-left: 50px;
  --padding-right: 50px;
}

.elementor-8 .elementor-element.elementor-element-2ed8cd3:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-2ed8cd3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-d15370f);
}

.elementor-8 .elementor-element.elementor-element-445d305 {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-445d305 .elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 30px;
  color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-445d305>.elementor-widget-container {
  margin: 0px 0px 10px 0px;
}

.elementor-8 .elementor-element.elementor-element-d31484e {
  text-align: center;
  font-family: "Nunito", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  width: var(--container-widget-width, 72%);
  max-width: 72%;
  --container-widget-width: 72%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group {
  padding-right: calc(10px/2);
  padding-left: calc(10px/2);
  margin-bottom: 15px;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-form-fields-wrapper {
  margin-left: calc(-10px/2);
  margin-right: calc(-10px/2);
  margin-bottom: -15px;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}

body.rtl .elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-labels-inline .elementor-field-group>label {
  padding-left: 0px;
}

body:not(.rtl) .elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-labels-inline .elementor-field-group>label {
  padding-right: 0px;
}

body .elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-labels-above .elementor-field-group>label {
  padding-bottom: 0px;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-type-html {
  padding-bottom: 0px;
  color: var(--e-global-color-27dc215);
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group .elementor-field {
  color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group .elementor-field,
.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-subgroup label {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  background-color: var(--e-global-color-3c9b5c6);
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group .elementor-select-wrapper select {
  background-color: var(--e-global-color-3c9b5c6);
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-field-group .elementor-select-wrapper::before {
  color: #CCCCCC;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-button {
  border-style: none;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .e-form__buttons__wrapper__button-next {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-button[type="submit"] svg * {
  fill: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .e-form__buttons__wrapper__button-next:hover {
  background-color: #950a34;
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-button[type="submit"]:hover {
  background-color: #950a34;
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .elementor-button[type="submit"]:hover svg * {
  fill: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}

.elementor-8 .elementor-element.elementor-element-cbb43ce>.elementor-widget-container {
  margin: 30px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-f57e954 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-f57e954:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-f57e954>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-secondary);
}

.elementor-8 .elementor-element.elementor-element-ab5b932 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-8b50de6 {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-8b50de6 .elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-9ffd434 {
  --display: grid;
  --e-con-grid-template-columns: repeat(6, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --gap: 0px 30px;
  --row-gap: 0px;
  --column-gap: 30px;
  --grid-auto-flow: row;
  --margin-top: 30px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-6d64110 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-6d64110:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-6d64110>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-1b0cf3c {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-1b0cf3c:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-1b0cf3c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-e18a7d5 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-e18a7d5:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-e18a7d5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-6f0beab {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-6f0beab:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-6f0beab>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-c950c0b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-c950c0b:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-c950c0b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-46bbe59 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-46bbe59:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-46bbe59>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-31161d1 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  border-style: solid;
  --border-style: solid;
  border-width: 4px 0px 0px 0px;
  --border-top-width: 4px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  border-color: #E8F1F9;
  --border-color: #E8F1F9;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-f48646c {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --gap: 40px 60px;
  --row-gap: 40px;
  --column-gap: 60px;
  --grid-auto-flow: row;
}

.elementor-8 .elementor-element.elementor-element-b673b7b {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-d6ad976 {
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-9025d34 {
  --display: flex;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-4c186bf .elementor-button {
  background-color: var(--e-global-color-secondary);
  border-style: none;
}

.elementor-8 .elementor-element.elementor-element-4c186bf .elementor-button:hover,
.elementor-8 .elementor-element.elementor-element-4c186bf .elementor-button:focus {
  background-color: #950a34;
}

.elementor-8 .elementor-element.elementor-element-692780c {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  border-style: none;
  --border-style: none;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-692780c:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-692780c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #E8F1F9;
}

.elementor-8 .elementor-element.elementor-element-7fbf265 {
  --display: flex;
}

.elementor-8 .elementor-element.elementor-element-994e2ed {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-994e2ed .elementor-heading-title {
  text-transform: none;
}

.elementor-8 .elementor-element.elementor-element-1c1fd27 {
  --display: grid;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --margin-top: 40px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-c8a56e9 {
  --icon-box-icon-margin: 20px;
}

.elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title {
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-c8a56e9.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary);
  fill: var(--e-global-color-3c9b5c6);
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-c8a56e9.elementor-view-framed .elementor-icon,
.elementor-8 .elementor-element.elementor-element-c8a56e9.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-c8a56e9.elementor-view-framed .elementor-icon {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon {
  font-size: 36px;
  padding: 22px;
}

.elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title,
.elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title a {
  font-family: "Nunito", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-description {
  color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-c8a56e9>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 30px;
}

.elementor-8 .elementor-element.elementor-element-248d3fb {
  --icon-box-icon-margin: 20px;
}

.elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title {
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-248d3fb.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary);
  fill: var(--e-global-color-3c9b5c6);
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-248d3fb.elementor-view-framed .elementor-icon,
.elementor-8 .elementor-element.elementor-element-248d3fb.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-248d3fb.elementor-view-framed .elementor-icon {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon {
  font-size: 36px;
  padding: 22px;
}

.elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title,
.elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title a {
  font-family: "Nunito", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-description {
  color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-248d3fb>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 30px;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #9D223629;
}

.elementor-8 .elementor-element.elementor-element-b080b40 {
  --icon-box-icon-margin: 20px;
}

.elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title {
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-b080b40.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary);
  fill: var(--e-global-color-3c9b5c6);
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-b080b40.elementor-view-framed .elementor-icon,
.elementor-8 .elementor-element.elementor-element-b080b40.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-b080b40.elementor-view-framed .elementor-icon {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon {
  font-size: 36px;
  padding: 22px;
}

.elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title,
.elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title a {
  font-family: "Nunito", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-description {
  color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-b080b40>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 30px;
}

.elementor-8 .elementor-element.elementor-element-f55cc74 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-f55cc74:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-f55cc74>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-secondary);
}

.elementor-8 .elementor-element.elementor-element-d16dab0 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-8 .elementor-element.elementor-element-460e57c {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-460e57c .elementor-heading-title {
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-460e57c>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-62b5b1d {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: stretch;
  --gap: 30px 30px;
  --row-gap: 30px;
  --column-gap: 30px;
  --flex-wrap: nowrap;
}

.elementor-8 .elementor-element.elementor-element-1f05c2e .elementor-testimonial-wrapper {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-1f05c2e .elementor-testimonial-content {
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-1f05c2e .elementor-testimonial-name {
  color: #fff;
}

.elementor-8 .elementor-element.elementor-element-1f05c2e>.elementor-widget-container {
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-1f05c2e {
  width: 100%;
  max-width: 100%;
}

.elementor-8 .elementor-element.elementor-element-1f05c2e.elementor-element {
  --flex-grow: 1;
  --flex-shrink: 1;
}

.elementor-8 .elementor-element.elementor-element-c140e2b .elementor-testimonial-wrapper {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-c140e2b .elementor-testimonial-content {
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-c140e2b .elementor-testimonial-name {
  color: #fff; 
}

.elementor-8 .elementor-element.elementor-element-c140e2b>.elementor-widget-container {
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-c140e2b {
  width: 100%;
  max-width: 100%;
}

.elementor-8 .elementor-element.elementor-element-c140e2b.elementor-element {
  --align-self: stretch;
  --flex-grow: 1;
  --flex-shrink: 1;
}

.elementor-8 .elementor-element.elementor-element-6b34a2d .elementor-testimonial-wrapper {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-6b34a2d .elementor-testimonial-content {
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-6b34a2d .elementor-testimonial-name {
  color: #fff;
}

.elementor-8 .elementor-element.elementor-element-6b34a2d>.elementor-widget-container {
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-6b34a2d {
  width: 100%;
  max-width: 100%;
}

.elementor-8 .elementor-element.elementor-element-6b34a2d.elementor-element {
  --align-self: stretch;
  --flex-grow: 1;
  --flex-shrink: 1;
}

.elementor-8 .elementor-element.elementor-element-c72d4a5 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-c72d4a5:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-c72d4a5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-secondary);
}

.elementor-8 .elementor-element.elementor-element-b22c561 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-8 .elementor-element.elementor-element-01e2c2e {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-01e2c2e .elementor-heading-title {
  text-transform: none;
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-01e2c2e>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-214f4d2>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-87ec8c0 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-87ec8c0:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-87ec8c0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #F3F3F3;
  background-image: url("../images/liner-shape.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-8 .elementor-element.elementor-element-6474cd1 {
  --display: flex;
  --gap: 50px 0px;
  --row-gap: 50px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 15px;
  --padding-right: 15px;
}

.elementor-8 .elementor-element.elementor-element-0d77aff {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-f116d50 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-df29511 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-f6bd6f6>.elementor-widget-container {
  margin: 0px 0px 20px 0px;
}

.elementor-8 .elementor-element.elementor-element-942a85d .elementor-button {
  background-color: var(--e-global-color-secondary);
  border-style: none;
}

.elementor-8 .elementor-element.elementor-element-942a85d .elementor-button:hover,
.elementor-8 .elementor-element.elementor-element-942a85d .elementor-button:focus {
  background-color: #950a34;
}

.elementor-8 .elementor-element.elementor-element-0b61321 {
  --display: flex;
  --min-height: 430px;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: flex-start;
  --overlay-opacity: 0;
  --border-radius: 24px 24px 24px 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-0b61321:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-0b61321>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("../images/emerson-road-IG2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-8 .elementor-element.elementor-element-0b61321::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.e-con-inner>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: '';
  background-color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-0b61321:hover::before,
.elementor-8 .elementor-element.elementor-element-0b61321:hover>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-0b61321:hover>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.elementor-background-slideshow:hover::before,
.elementor-8 .elementor-element.elementor-element-0b61321>.e-con-inner>.elementor-background-slideshow:hover::before {
  --background-overlay: '';
  background-color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-0b61321:hover {
  --overlay-opacity: 0.6;
}

.elementor-8 .elementor-element.elementor-element-6f4c20d {
  --display: flex;
  --min-height: 100%;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 20px 20px;
  --row-gap: 20px;
  --column-gap: 20px;
  --padding-top: 35px;
  --padding-bottom: 35px;
  --padding-left: 35px;
  --padding-right: 35px;
}

.elementor-8 .elementor-element.elementor-element-7c05265 .elementor-heading-title {
  text-decoration: none;
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-38a59b2 {
  color: var(--e-global-color-3c9b5c6);
  font-size: 21px;
}

.elementor-8 .elementor-element.elementor-element-8798b24 {
  --display: flex;
  --min-height: 430px;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: flex-start;
  --overlay-opacity: 0;
  --border-radius: 24px 24px 24px 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-8798b24:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-8798b24>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("../images/cranbrook-road-IG1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-8 .elementor-element.elementor-element-8798b24::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.e-con-inner>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: '';
  background-color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-8798b24:hover::before,
.elementor-8 .elementor-element.elementor-element-8798b24:hover>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-8798b24:hover>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.elementor-background-slideshow:hover::before,
.elementor-8 .elementor-element.elementor-element-8798b24>.e-con-inner>.elementor-background-slideshow:hover::before {
  --background-overlay: '';
  background-color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-8798b24:hover {
  --overlay-opacity: 0.6;
}

.elementor-8 .elementor-element.elementor-element-4481bac {
  --display: flex;
  --min-height: 100%;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 20px 20px;
  --row-gap: 20px;
  --column-gap: 20px;
  --padding-top: 35px;
  --padding-bottom: 35px;
  --padding-left: 35px;
  --padding-right: 35px;
}

.elementor-8 .elementor-element.elementor-element-0d66c59 .elementor-heading-title {
  text-decoration: none;
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-3696dcf {
  color: var(--e-global-color-3c9b5c6);
  font-size: 21px;
}

.elementor-8 .elementor-element.elementor-element-df68aaf {
  --display: flex;
  --min-height: 430px;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: flex-start;
  --overlay-opacity: 0;
  --border-radius: 24px 24px 24px 24px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-df68aaf:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-df68aaf>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("../images/pettits-ln-romford.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-8 .elementor-element.elementor-element-df68aaf::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.e-con-inner>.elementor-background-slideshow::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  --background-overlay: '';
  background-color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-df68aaf:hover::before,
.elementor-8 .elementor-element.elementor-element-df68aaf:hover>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-df68aaf:hover>.e-con-inner>.elementor-background-video-container::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.elementor-background-slideshow:hover::before,
.elementor-8 .elementor-element.elementor-element-df68aaf>.e-con-inner>.elementor-background-slideshow:hover::before {
  --background-overlay: '';
  background-color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-df68aaf:hover {
  --overlay-opacity: 0.6;
}

.elementor-8 .elementor-element.elementor-element-7e56d58 {
  --display: flex;
  --min-height: 100%;
  --justify-content: center;
  --align-items: flex-start;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --gap: 20px 20px;
  --row-gap: 20px;
  --column-gap: 20px;
  --padding-top: 35px;
  --padding-bottom: 35px;
  --padding-left: 35px;
  --padding-right: 35px;
}

.elementor-8 .elementor-element.elementor-element-dcf68cf .elementor-heading-title {
  text-decoration: none;
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-4746e9c {
  color: var(--e-global-color-3c9b5c6);
  font-size: 21px;
}

.elementor-8 .elementor-element.elementor-element-4fe32b5 {
  --e-n-carousel-slide-height: auto;
  --e-n-carousel-slide-container-height: 100%;
  --e-n-carousel-arrow-prev-left-align: 0%;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-left-position: -26px;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-translate-y: -50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0%;
  --e-n-carousel-arrow-next-translate-x: 0%;
  --e-n-carousel-arrow-next-right-position: -26px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-translate-y: -50%;
  --e-n-carousel-arrow-next-top-position: 0px;
  --e-n-carousel-swiper-slides-gap: 20px;
  --e-n-carousel-arrow-size: 22px;
  --e-n-carousel-arrow-normal-color: var(--e-global-color-27dc215);
  --e-n-carousel-arrow-hover-color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-4fe32b5 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) {
  background-color: var(--e-global-color-3c9b5c6);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 10px;
  padding: 10px 14px 10px 14px;
}

.elementor-8 .elementor-element.elementor-element-4fe32b5 :is(.elementor-swiper-button-prev:hover, .elementor-swiper-button-next:hover) {
  background-color: var(--e-global-color-secondary);
}

.elementor-8 .elementor-element.elementor-element-56d681d {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  border-style: none;
  --border-style: none;
  --padding-top: 300px;
  --padding-bottom: 260px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-56d681d:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-56d681d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("../images/bullring-5029353_1280-1-1.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-8 .elementor-element.elementor-element-63fbfca {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-8 .elementor-element.elementor-element-57b68a4 .elementor-heading-title {
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-57b68a4>.elementor-widget-container {
  margin: 0px 0px 20px 0px;
}

.elementor-8 .elementor-element.elementor-element-57b68a4 {
  width: var(--container-widget-width, 64%);
  max-width: 64%;
  --container-widget-width: 64%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-f22de24 {
  color: var(--e-global-color-3c9b5c6);
  width: var(--container-widget-width, 40%);
  max-width: 40%;
  --container-widget-width: 40%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-f22de24>.elementor-widget-container {
  margin: 0px 0px 20px 0px;
}

.elementor-8 .elementor-element.elementor-element-95d4c07 .elementor-button {
  background-color: var(--e-global-color-secondary);
  border-style: none;
}

.elementor-8 .elementor-element.elementor-element-95d4c07 .elementor-button:hover,
.elementor-8 .elementor-element.elementor-element-95d4c07 .elementor-button:focus {
  background-color: #950a34;
}

.elementor-8 .elementor-element.elementor-element-f4e8889 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 90px;
  --padding-bottom: 90px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-d348a1a {
  --display: flex;
}

.elementor-8 .elementor-element.elementor-element-ab5b6ff {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-b0e3830 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-50d8847>.elementor-widget-container {
  padding: 0px 0px 10px 0px;
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(30px/2);
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(30px/2);
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-right: calc(30px/2);
  margin-left: calc(30px/2);
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items {
  margin-right: calc(-30px/2);
  margin-left: calc(-30px/2);
}

body.rtl .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  left: calc(-30px/2);
}

body:not(.rtl) .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  right: calc(-30px/2);
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-icon i {
  transition: color 0.3s;
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-icon svg {
  transition: fill 0.3s;
}

.elementor-8 .elementor-element.elementor-element-323aa85 {
  --e-icon-list-icon-size: 25px;
  --icon-vertical-offset: 0px;
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-icon {
  padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-item>a {
  font-family: "Nunito", Sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-text {
  transition: color 0.3s;
}

.elementor-8 .elementor-element.elementor-element-fe60c7f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --border-radius: 20px 20px 20px 20px;
  --padding-top: 50px;
  --padding-bottom: 50px;
  --padding-left: 50px;
  --padding-right: 50px;
}

.elementor-8 .elementor-element.elementor-element-fe60c7f:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-fe60c7f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-d15370f);
}

.elementor-8 .elementor-element.elementor-element-1d9d79d {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-1d9d79d .elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 30px;
  color: var(--e-global-color-primary);
}

.elementor-8 .elementor-element.elementor-element-1d9d79d>.elementor-widget-container {
  margin: 0px 0px 10px 0px;
}

.elementor-8 .elementor-element.elementor-element-2a1ead9 {
  text-align: center;
  font-family: "Nunito", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  width: var(--container-widget-width, 72%);
  max-width: 72%;
  --container-widget-width: 72%;
  --container-widget-flex-grow: 0;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group {
  padding-right: calc(10px/2);
  padding-left: calc(10px/2);
  margin-bottom: 15px;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-form-fields-wrapper {
  margin-left: calc(-10px/2);
  margin-right: calc(-10px/2);
  margin-bottom: -15px;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}

body.rtl .elementor-8 .elementor-element.elementor-element-c08518f .elementor-labels-inline .elementor-field-group>label {
  padding-left: 0px;
}

body:not(.rtl) .elementor-8 .elementor-element.elementor-element-c08518f .elementor-labels-inline .elementor-field-group>label {
  padding-right: 0px;
}

body .elementor-8 .elementor-element.elementor-element-c08518f .elementor-labels-above .elementor-field-group>label {
  padding-bottom: 0px;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-type-html {
  padding-bottom: 0px;
  color: var(--e-global-color-27dc215);
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group .elementor-field {
  color: var(--e-global-color-27dc215);
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group .elementor-field,
.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-subgroup label {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  background-color: var(--e-global-color-3c9b5c6);
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group .elementor-select-wrapper select {
  background-color: var(--e-global-color-3c9b5c6);
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-field-group .elementor-select-wrapper::before {
  color: #CCCCCC;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-button {
  border-style: none;
}

.elementor-8 .elementor-element.elementor-element-c08518f .e-form__buttons__wrapper__button-next {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-button[type="submit"] {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-button[type="submit"] svg * {
  fill: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .e-form__buttons__wrapper__button-next:hover {
  background-color: #950a34;
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-button[type="submit"]:hover {
  background-color: #950a34;
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .elementor-button[type="submit"]:hover svg * {
  fill: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}

.elementor-8 .elementor-element.elementor-element-c08518f {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}

.elementor-8 .elementor-element.elementor-element-c08518f>.elementor-widget-container {
  margin: 30px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-8f42786 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 20px;
  --padding-bottom: 20px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-8 .elementor-element.elementor-element-8f42786:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-8f42786>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: var(--e-global-color-secondary);
}

.elementor-8 .elementor-element.elementor-element-a2e3a0d {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.elementor-8 .elementor-element.elementor-element-1ef263a .elementor-icon-wrapper {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-1ef263a>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-50dbab6 {
  text-align: center;
}

.elementor-8 .elementor-element.elementor-element-50dbab6 .elementor-heading-title {
  text-transform: none;
  color: var(--e-global-color-3c9b5c6);
}

.elementor-8 .elementor-element.elementor-element-7392844 {
  text-align: center;
  color: var(--e-global-color-3c9b5c6);
  font-family: "Nunito", Sans-serif;
  font-weight: 200;
}

.elementor-8 .elementor-element.elementor-element-7392844>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-8 .elementor-element.elementor-element-96c71a8 {
  --display: flex;
}

:root {
  --page-title-display: none;
}

@media(min-width:768px) {
  .elementor-8 .elementor-element.elementor-element-460e351 {
    --width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-f116d50 {
    --width: 70%;
  }

  .elementor-8 .elementor-element.elementor-element-df29511 {
    --width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-0b61321 {
    --content-width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-8798b24 {
    --content-width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-df68aaf {
    --content-width: 100%;
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-8 .elementor-element.elementor-element-f116d50 {
    --width: 100%;
  }
}

@media(min-width:1025px) {

  .elementor-8 .elementor-element.elementor-element-56d681d:not(.elementor-motion-effects-element-type-background),
  .elementor-8 .elementor-element.elementor-element-56d681d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-attachment: fixed;
  }
}

@media(max-width:1024px) {
  .elementor-8 .elementor-element.elementor-element-4aa1580 {
    --gap: 15px 15px;
    --row-gap: 15px;
    --column-gap: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-f5543e6>.elementor-widget-container {
    margin: 0px 0px 10px 0px;
  }

  .elementor-8 .elementor-element.elementor-element-f5543e6 {
    --container-widget-width: 90%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 90%);
    max-width: 90%;
  }

  .elementor-8 .elementor-element.elementor-element-e898c87 {
    font-size: 24px;
  }

  .elementor-8 .elementor-element.elementor-element-e898c87>.elementor-widget-container {
    margin: 0px 0px 10px 0px;
  }

  .elementor-8 .elementor-element.elementor-element-53e6be0 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-40de32c {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --gap: 20px 0px;
    --row-gap: 20px;
    --column-gap: 0px;
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-ea0487f {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-2ed8cd3 {
    --border-radius: 15px 15px 15px 15px;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
  }

  .elementor-8 .elementor-element.elementor-element-445d305 .elementor-heading-title {
    font-size: 26px;
  }

  .elementor-8 .elementor-element.elementor-element-f57e954 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-8b50de6 .elementor-heading-title {
    font-size: 25px;
  }

  .elementor-8 .elementor-element.elementor-element-9ffd434 {
    --e-con-grid-template-columns: repeat(4, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    --gap: 15px 15px;
    --row-gap: 15px;
    --column-gap: 15px;
    --grid-auto-flow: row;
    --justify-items: center;
    --align-items: stretch;
    --margin-top: 10px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-31161d1 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-f48646c {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --gap: 20px 20px;
    --row-gap: 20px;
    --column-gap: 20px;
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-d6ad976 {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
  }

  .elementor-8 .elementor-element.elementor-element-692780c {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-1c1fd27 {
    --grid-auto-flow: row;
    --margin-top: 30px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon {
    font-size: 26px;
    padding: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title,
  .elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title a {
    font-size: 22px;
  }

  .elementor-8 .elementor-element.elementor-element-c8a56e9>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon {
    font-size: 26px;
    padding: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title,
  .elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title a {
    font-size: 22px;
  }

  .elementor-8 .elementor-element.elementor-element-248d3fb>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon {
    font-size: 26px;
    padding: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title,
  .elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title a {
    font-size: 22px;
  }

  .elementor-8 .elementor-element.elementor-element-b080b40>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
  }

  .elementor-8 .elementor-element.elementor-element-f55cc74 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-62b5b1d {
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 15px 15px;
    --row-gap: 15px;
    --column-gap: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-1f05c2e>.elementor-widget-container {
    padding: 20px 20px 20px 20px;
  }

  .elementor-8 .elementor-element.elementor-element-c140e2b>.elementor-widget-container {
    padding: 20px 20px 20px 20px;
  }

  .elementor-8 .elementor-element.elementor-element-6b34a2d>.elementor-widget-container {
    padding: 20px 20px 20px 20px;
  }

  .elementor-8 .elementor-element.elementor-element-c72d4a5 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-87ec8c0 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-0d77aff {
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-0b61321 {
    --min-height: 350px;
    --overlay-opacity: 0;
  }

  .elementor-8 .elementor-element.elementor-element-6f4c20d {
    --padding-top: 25px;
    --padding-bottom: 25px;
    --padding-left: 25px;
    --padding-right: 25px;
  }

  .elementor-8 .elementor-element.elementor-element-38a59b2 {
    font-size: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-8798b24 {
    --min-height: 350px;
    --overlay-opacity: 0;
  }

  .elementor-8 .elementor-element.elementor-element-4481bac {
    --padding-top: 25px;
    --padding-bottom: 25px;
    --padding-left: 25px;
    --padding-right: 25px;
  }

  .elementor-8 .elementor-element.elementor-element-3696dcf {
    font-size: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-df68aaf {
    --min-height: 350px;
    --overlay-opacity: 0;
  }

  .elementor-8 .elementor-element.elementor-element-7e56d58 {
    --padding-top: 25px;
    --padding-bottom: 25px;
    --padding-left: 25px;
    --padding-right: 25px;
  }

  .elementor-8 .elementor-element.elementor-element-4746e9c {
    font-size: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-4fe32b5 {
    --e-n-carousel-swiper-slides-to-display: 2;
    --e-n-carousel-arrow-prev-left-position: -15px;
    --e-n-carousel-arrow-next-right-position: -15px;
    --e-n-carousel-arrow-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-4fe32b5 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) {
    border-radius: 8px 8px 8px 8px;
    padding: 8px 10px 8px 10px;
  }

  .elementor-8 .elementor-element.elementor-element-56d681d {
    --padding-top: 210px;
    --padding-bottom: 160px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-f22de24 {
    --container-widget-width: 70%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 70%);
    max-width: 70%;
  }

  .elementor-8 .elementor-element.elementor-element-f4e8889 {
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-ab5b6ff {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(15px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(15px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(15px/2);
    margin-left: calc(15px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-15px/2);
    margin-left: calc(-15px/2);
  }

  body.rtl .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-15px/2);
  }

  body:not(.rtl) .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-15px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 {
    --e-icon-list-icon-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-item>.elementor-icon-list-text,
  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-item>a {
    font-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-fe60c7f {
    --border-radius: 15px 15px 15px 15px;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
  }

  .elementor-8 .elementor-element.elementor-element-1d9d79d .elementor-heading-title {
    font-size: 26px;
  }

  .elementor-8 .elementor-element.elementor-element-8f42786 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 0px;
    --padding-right: 0px;
  }
}

@media(max-width:767px) {
  .elementor-8 .elementor-element.elementor-element-4aa1580 {
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --padding-top: 100px;
    --padding-bottom: 0px;
    --padding-left: 10px;
    --padding-right: 10px;
  }

  .elementor-8 .elementor-element.elementor-element-f5543e6 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-e898c87 {
    font-size: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-53e6be0 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-40de32c {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-2ed8cd3 {
    --border-radius: 10px 10px 10px 10px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 15px;
    --padding-right: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-445d305 .elementor-heading-title {
    font-size: 20px;
    line-height: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-f57e954 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-8b50de6 .elementor-heading-title {
    font-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-9ffd434 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-6d64110 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-1b0cf3c {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-e18a7d5 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-6f0beab {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-c950c0b {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-46bbe59 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 20px;
    --padding-right: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-31161d1 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-f48646c {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-692780c {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-1c1fd27 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --gap: 40px 0px;
    --row-gap: 40px;
    --column-gap: 0px;
    --grid-auto-flow: row;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-c8a56e9 {
    --icon-box-icon-margin: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title,
  .elementor-8 .elementor-element.elementor-element-c8a56e9 .elementor-icon-box-title a {
    font-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-c8a56e9>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-8 .elementor-element.elementor-element-248d3fb {
    --icon-box-icon-margin: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title,
  .elementor-8 .elementor-element.elementor-element-248d3fb .elementor-icon-box-title a {
    font-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-248d3fb>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    border-width: 1px 0px 1px 0px;
  }

  .elementor-8 .elementor-element.elementor-element-b080b40 {
    --icon-box-icon-margin: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title,
  .elementor-8 .elementor-element.elementor-element-b080b40 .elementor-icon-box-title a {
    font-size: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-b080b40>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-8 .elementor-element.elementor-element-f55cc74 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-1f05c2e>.elementor-widget-container {
    padding: 15px 15px 15px 15px;
  }

  .elementor-8 .elementor-element.elementor-element-c140e2b>.elementor-widget-container {
    padding: 15px 15px 15px 15px;
  }

  .elementor-8 .elementor-element.elementor-element-6b34a2d>.elementor-widget-container {
    padding: 15px 15px 15px 15px;
  }

  .elementor-8 .elementor-element.elementor-element-c72d4a5 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-87ec8c0 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-0d77aff {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-f116d50 {
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
  }

  .elementor-8 .elementor-element.elementor-element-58945e7 {
    text-align: center;
    width: var(--container-widget-width, 90%);
    max-width: 90%;
    --container-widget-width: 90%;
    --container-widget-flex-grow: 0;
  }

  .elementor-8 .elementor-element.elementor-element-df29511 {
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
  }

  .elementor-8 .elementor-element.elementor-element-f6bd6f6 {
    text-align: center;
  }

  .elementor-8 .elementor-element.elementor-element-0b61321 {
    --border-radius: 16px 16px 16px 16px;
  }

  .elementor-8 .elementor-element.elementor-element-38a59b2 {
    font-size: 16px;
  }

  .elementor-8 .elementor-element.elementor-element-8798b24 {
    --border-radius: 16px 16px 16px 16px;
  }

  .elementor-8 .elementor-element.elementor-element-3696dcf {
    font-size: 16px;
  }

  .elementor-8 .elementor-element.elementor-element-df68aaf {
    --border-radius: 16px 16px 16px 16px;
  }

  .elementor-8 .elementor-element.elementor-element-4746e9c {
    font-size: 16px;
  }

  .elementor-8 .elementor-element.elementor-element-4fe32b5 {
    --e-n-carousel-swiper-slides-to-display: 1;
  }

  .elementor-8 .elementor-element.elementor-element-56d681d {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-57b68a4 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-f22de24 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
  }

  .elementor-8 .elementor-element.elementor-element-f4e8889 {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-8 .elementor-element.elementor-element-ab5b6ff {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2);
  }

  body.rtl .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-10px/2);
  }

  body:not(.rtl) .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-10px/2);
  }

  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-item>.elementor-icon-list-text,
  .elementor-8 .elementor-element.elementor-element-323aa85 .elementor-icon-list-item>a {
    font-size: 18px;
  }

  .elementor-8 .elementor-element.elementor-element-fe60c7f {
    --border-radius: 10px 10px 10px 10px;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 15px;
    --padding-right: 15px;
  }

  .elementor-8 .elementor-element.elementor-element-1d9d79d .elementor-heading-title {
    font-size: 20px;
    line-height: 20px;
  }

  .elementor-8 .elementor-element.elementor-element-8f42786 {
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 0px;
    --padding-right: 0px;
  }
}

/* Start custom CSS for nested-carousel, class: .elementor-element-4fe32b5 */
.portfolio_slider .swiper-slide .e-con-inner {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio_slider .swiper-slide:hover .e-con-inner {
  opacity: 1;
}

.portfolio_slider .swiper-slide .e-con-inner .elementor-heading-title a {
  text-decoration: none;
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-56d681d */
@media(max-width:575px) {

  .shape_top::before,
  .shape_top::after {
    display: none;
  }
}

/* End custom CSS */

/* === style.css === */
/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}

a:hover,
a:active {
  color: #333366;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none;
  /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #cccccc;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}

/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}

button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}

button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody+tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }

  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }

  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* === style(1).css === */
/**

 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
:root {
  --primary: #1b2a47;
  --secondary: #BA0E42;
  --text: #182126;
  --black: #000000;
  --white: #ffffff;
  --gray: #F9F9F9;
  --dark: #223342;
  --sky: #E8F1F9;

}

.elementor-heading-title span {
  color: var(--secondary);
}

.elementor-widget-container p {
  margin-block-end: 20px;
}

.elementor-widget-container p:last-child {
  margin-block-end: 0;
}

.billboard {
  position: relative;
}

.e-hosted-video,
.vidio_wraper {
  height: 100%;
}

.e-hosted-video {
  width: 100%;
  height: 100vh;
  position: relative;
}

.e-hosted-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* .caption{transform: translate(-50%, -50%);} */
.shape_bottom,
.shape_top {
  position: relative;
}

.shape_top::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  clip-path: polygon(0% 0%, 100% 0%, 0% 60px);
}

.shape_top.gray::before {
  background-color: #f3f3f3;
}

.shape_bottom:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  clip-path: polygon(0 60px, 100% 60px, 100% 0);
}

/* .line_shape{ position: relative;}
.line_shape::before{
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url('https://agentextrastaging.com/mak-estates/wp-content/uploads/2024/12/Group.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 100%;
    height: 100%;
} */
.portfolio_section {
  overflow-x: hidden;
}

@media (max-width:767px) {
  .shape_top::before {
    height: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 20px);
  }

  .shape_bottom:after {
    height: 20px;
    clip-path: polygon(0 20px, 100% 20px, 100% 0);
  }
}

/* Portfolio Section Css Start */
.portfoliobox .portfolio_content {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfoliobox:hover .portfolio_content {
  bottom: 0 !important;
}

.portfoliobox .portfolio_content .elementor-heading-title a {
  text-decoration: none;
}

/* Portfolio Section Css End */

/* Google Review Design Start */
.greview .ti-widget.ti-goog .ti-widget-container {
  display: flex !important;
  flex-direction: column-reverse;
}

.greview .ti-widget.ti-goog.ti-show-rating-text .ti-footer {
  margin-bottom: 50px;
}

.greview .ti-widget.ti-goog.ti-show-rating-text .ti-footer span strong,
.greview .ti-widget.ti-goog.ti-show-rating-text .ti-footer span {
  color: var(--white);
  font-size: 18px !important;
}

.greview .ti-widget.ti-goog .ti-review-item>.ti-inner,
.greview .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button,
.greview .ti-widget.ti-goog .ti-col-4 .ti-review-item .ti-inner {
  background-color: #3E4B57 !important;
  border-radius: 20px !important;
  padding: 28px !important;
}

.greview .ti-widget.ti-goog .ti-widget-container .ti-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}

.greview .ti-widget.ti-goog .ti-review-content {
  font-family: inherit;
  color: var(--white);
}

.greview .ti-widget.ti-goog .ti-read-more {
  margin-top: 20px;
}

.greview .ti-widget.ti-goog .ti-read-more span {
  color: #4285F4;
  font-size: 16px;
  font-family: inherit;
  text-decoration: underline !important;
  font-weight: 700;
  opacity: 1;
}

.greview .ti-widget.ti-goog .ti-read-more span:hover {
  color: var(--white);
}

.greview .ti-widget.ti-goog .ti-widget-container .ti-date {
  color: var(--white);
}

.greview .ti-widget.ti-goog .ti-verified-by-row {
  display: none !important;
}

/* Google Review Design End */

.cf_links .elementor-widget-heading .elementor-heading-title a {
  position: relative;
}

.cf_links .elementor-widget-heading .elementor-heading-title a:hover {
  text-decoration: underline;
}

.cf_links .elementor-widget-heading .elementor-heading-title a::before {
  content: "|";
  position: absolute;
  right: -10px;
}

.cf_links .elementor-widget-heading:last-child .elementor-heading-title a::before {
  display: none;
}



/* === style.min.css === */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: .5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-block-start: 0;
  margin-block-end: .9rem
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #c36
}

a:active,
a:hover {
  color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  height: auto;
  max-width: 100%
}

details {
  display: block
}

summary {
  display: list-item
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400
}

[hidden],
template {
  display: none
}

@media print {

  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid
  }
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  width: auto;
  -webkit-appearance: button
}

[type=button],
[type=submit],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto;
  resize: vertical
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

select {
  display: block
}

table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse
}

table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
  font-weight: 700
}

table tfoot th,
table thead th {
  font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
  table table {
    font-size: .8em
  }

  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3
  }

  table table th {
    font-weight: 400
  }
}

dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

/* === theme.min.css === */
@charset "UTF-8";

.comments-area a,
.page-content a {
  text-decoration: underline
}

.alignright {
  float: right;
  margin-left: 1rem
}

.alignleft {
  float: left;
  margin-right: 1rem
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto
}

.alignwide {
  margin-inline: -80px
}

.alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw
}

.alignfull,
.alignfull img {
  width: 100vw
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  display: block;
  margin-inline: auto
}

.wp-caption-text {
  margin: 0
}

.gallery-caption {
  display: block;
  font-size: .8125rem;
  line-height: 1.5;
  margin: 0;
  padding: .75rem
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto
}

.sticky {
  position: relative;
  display: block
}

.bypostauthor {
  font-size: inherit
}

.hide {
  display: none !important
}

.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end
}

.post-password-form [type=submit] {
  margin-inline-start: 3px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.post .entry-title a {
  text-decoration: none
}

.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:991px) {
  .post .wp-post-image {
    max-height: 400px
  }
}

@media (max-width:575px) {
  .post .wp-post-image {
    max-height: 300px
  }
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em
}

#comments .comment,
#comments .pingback {
  position: relative
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding-block-start: 30px;
  padding-block-end: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 0;
  border-block-end: 1px solid #ccc
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-inline-end: 10px
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar {
  left: auto;
  right: 0
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: .9rem
}

#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1
}

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-inline-start: 30px
}

#comments .children li:last-child {
  padding-block-end: 0
}

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto
}

body.rtl #comments ol.comment-list .children:before,
html[dir=rtl] #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0
}

@media (min-width:768px) {

  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1
  }
}

@media (max-width:767px) {
  #comments .comment .comment-body {
    padding: 30px 0
  }

  #comments .children {
    padding-inline-start: 20px
  }

  #comments .comment .avatar {
    position: inherit;
    float: left
  }

  body.rtl #comments .comment .avatar,
  html[dir=rtl] #comments .comment .avatar {
    float: right
  }
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%
}

@media (max-width:575px) {

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    padding-inline-start: 10px;
    padding-inline-end: 10px
  }
}

@media (min-width:576px) {

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 500px
  }

  .site-footer.footer-full-width .footer-inner,
  .site-header.header-full-width .header-inner {
    max-width: 100%
  }
}

@media (min-width:768px) {

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 600px
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%
  }
}

@media (min-width:992px) {

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 800px
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%
  }
}

@media (min-width:1200px) {

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 1140px
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%
  }
}

.site-header+.elementor {
  min-height: calc(100vh - 320px)
}

/* === header-footer.min.css === */
@charset "UTF-8";

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  position: relative
}

.site-header .site-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2
}

.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem
}

.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.site-header .header-inner .custom-logo-link {
  display: block
}

.site-header .header-inner .site-branding .site-description,
.site-header .header-inner .site-branding .site-title {
  margin: 0
}

.site-header .header-inner .site-branding .site-logo img {
  display: block
}

.site-header .header-inner .site-branding.show-logo .site-title,
.site-header .header-inner .site-branding.show-title .site-logo {
  display: none !important
}

.site-header.header-inverted .header-inner {
  flex-direction: row-reverse
}

.site-header.header-inverted .header-inner .site-branding {
  text-align: end
}

.site-header.header-stacked .header-inner {
  align-items: center;
  flex-direction: column;
  text-align: center
}

.site-footer {
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  position: relative
}

.site-footer .site-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2
}

.site-footer .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem
}

.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.site-footer .footer-inner .custom-logo-link {
  display: block
}

.site-footer .footer-inner .site-branding .site-description,
.site-footer .footer-inner .site-branding .site-title {
  margin: 0
}

.site-footer .footer-inner .site-branding .site-logo img {
  display: block
}

.site-footer .footer-inner .site-branding.show-logo .site-title,
.site-footer .footer-inner .site-branding.show-title .site-logo {
  display: none !important
}

.site-footer .footer-inner .copyright {
  align-items: center;
  display: flex;
  justify-content: flex-end
}

.site-footer .footer-inner .copyright p {
  margin: 0
}

.site-footer.footer-inverted .footer-inner {
  flex-direction: row-reverse
}

.site-footer.footer-inverted .footer-inner .site-branding {
  text-align: end
}

.site-footer.footer-stacked .footer-inner {
  align-items: center;
  flex-direction: column;
  text-align: center
}

.site-footer.footer-stacked .footer-inner .site-branding .site-title {
  text-align: center
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
  padding: 0
}

@media (max-width:576px) {

  .site-footer:not(.footer-stacked) .footer-inner .copyright,
  .site-footer:not(.footer-stacked) .footer-inner .site-branding,
  .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none
  }

  .site-footer .footer-inner .site-navigation ul.menu {
    justify-content: center
  }

  .site-footer .footer-inner .site-navigation ul.menu li {
    display: inline-block
  }
}

.site-header.header-stacked .site-navigation-toggle-holder {
  justify-content: center;
  max-width: 100%
}

.site-header.menu-layout-dropdown .site-navigation {
  display: none
}

.site-navigation-toggle-holder {
  display: flex;
  align-items: center;
  padding: 8px 15px
}

.site-navigation-toggle-holder .site-navigation-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .05);
  color: #494c4f
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
  display: block;
  width: 1.25rem
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after,
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  content: "";
  background-color: currentColor;
  display: block;
  height: 3px;
  transition: all .2s ease-in-out;
  border-radius: 3px
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  box-shadow: 0 .35rem 0 currentColor;
  margin-block-end: .5rem
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
  box-shadow: none;
  transform: translateY(.35rem) rotate(45deg)
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
  transform: translateY(-.35rem) rotate(-45deg)
}

.site-navigation {
  display: flex;
  align-items: center
}

.site-navigation ul.menu,
.site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0
}

.site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap
}

.site-navigation ul.menu li {
  position: relative;
  display: flex
}

.site-navigation ul.menu li a {
  display: block;
  padding: 8px 15px
}

.site-navigation ul.menu li.menu-item-has-children {
  padding-inline-end: 15px
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: flex;
  content: "▾";
  font-size: 1.5em;
  justify-content: center;
  align-items: center;
  color: #666;
  text-decoration: none
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
  display: block
}

.site-navigation ul.menu li ul {
  background: #fff;
  display: none;
  min-width: 150px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%
}

.site-navigation ul.menu li ul li {
  border-block-end: #eee 1px solid
}

.site-navigation ul.menu li ul li:last-child {
  border-block-end: none
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
  flex-grow: 1
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
  transform: translateY(-50%) rotate(-90deg)
}

.site-navigation ul.menu li ul ul {
  left: 100%;
  top: 0
}

.site-navigation ul.menu li:hover>ul {
  display: block
}

footer .site-navigation ul.menu li ul {
  top: auto;
  bottom: 100%
}

footer .site-navigation ul.menu li ul ul {
  bottom: 0
}

footer .site-navigation ul.menu a {
  padding: 5px 15px
}

.site-navigation-dropdown {
  margin-block-start: 10px;
  transition: max-height .3s, transform .3s;
  transform-origin: top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
  transform: scaleY(0);
  max-height: 0
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
  transform: scaleY(1);
  max-height: 100vh
}

.site-navigation-dropdown ul {
  padding: 0
}

.site-navigation-dropdown ul.menu {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff
}

.site-navigation-dropdown ul.menu li {
  display: block;
  width: 100%;
  position: relative
}

.site-navigation-dropdown ul.menu li a {
  display: block;
  padding: 20px;
  background: #fff;
  color: #55595c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843)
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: #fff;
  background: #55595c
}

.site-navigation-dropdown ul.menu>li li {
  transition: max-height .3s, transform .3s;
  transform-origin: top;
  transform: scaleY(0);
  max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
  transform: scaleY(1);
  max-height: 100vh
}

@media (max-width:576px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important
  }
}

@media (min-width:768px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important
  }
}

@media (min-width:576px) and (max-width:767px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important
  }
}

@media (min-width:992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important
  }
}

@media (max-width:992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
    display: none !important
  }
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: none !important
}

/* === e-animation-grow.min.css === */
.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1)
}

/* === widget-social-icons.min.css === */
/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
  font-size: 0;
  line-height: 1
}

.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);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  align-items: center;
  background-color: #69727d;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center
}

.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 {
  color: #fff;
  opacity: .9
}

.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
}

/* === apple-webkit.min.css === */
.e--ua-appleWebkit.rtl {
  --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
  --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
  --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-.5 * var(--grid-column-gap));
  margin-right: calc(-.5 * var(--grid-column-gap));
  width: auto
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
  margin-left: calc(.5 * var(--grid-column-gap));
  margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
  display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
  margin-left: 0;
  margin-right: 0
}

@media (max-width:1024px) {

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap));
    width: auto
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width:767px) {

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap));
    width: auto
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

/* === widget-nav-menu.min.css === */
/*! elementor-pro - v3.26.0 - 22-12-2024 */
@charset "UTF-8";

.site-main .menu-navigation-container {
  overflow: visible
}

.elementor-item:after,
.elementor-item:before {
  display: block;
  position: absolute;
  transition: .3s;
  transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
  transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
  background-color: #3f444b;
  height: 3px;
  left: 0;
  width: 100%;
  z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  height: 0;
  left: 50%;
  width: 0
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
  transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
  content: "";
  top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: -20px;
  width: 10px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
  bottom: 0;
  content: ""
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  inset-inline-start: 100%;
  width: 10px
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
  background: transparent;
  border: 3px solid #3f444b;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.e--pointer-framed .elementor-item:before {
  content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
  transition: opacity .2s, transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
  height: 3px;
  width: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 3px 3px;
  transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
  border-width: 3px 3px 0 0;
  bottom: 0;
  content: "";
  left: auto;
  right: 0;
  top: auto;
  transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
  height: 100%;
  width: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
  transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
  transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
  height: 3px;
  width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
  border-width: 0 3px 3px 0;
  bottom: 0;
  content: "";
  left: auto;
  right: 0;
  top: auto
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
  height: 100%;
  transition: opacity 2ms, width .4s, height .4s;
  width: 100%
}

.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
  transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
  content: "";
  transition: .3s
}

.e--pointer-background .elementor-item:before {
  background: #3f444b;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1
}

.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
  color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
  transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
  opacity: 1;
  transform: scale(1)
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(1.2);
  transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
  transition: opacity .15s, transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 50%;
  top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: 50%;
  right: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  background: #3f444b;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
  bottom: 100%;
  top: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  bottom: 0;
  top: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
  bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
  top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
  left: 100%;
  right: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
  left: 0;
  right: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
  left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
  right: 50%
}

.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
  transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
  transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
  transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
  transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
  transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
  transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
  transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
  transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
  transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
  background: #3f444b;
  color: #88909b
}

.elementor-nav-menu--main .elementor-nav-menu ul {
  border-style: solid;
  border-width: 0;
  padding: 0;
  position: absolute;
  width: 12em
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
  background: #fff;
  display: none;
  height: 20px;
  overflow: hidden;
  position: absolute;
  visibility: hidden
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
  border: 8px dashed transparent;
  border-bottom: 8px solid #33373d;
  height: 0;
  left: 50%;
  margin-inline-start: -8px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
  border-color: #33373d transparent transparent;
  border-style: solid dashed dashed;
  top: 6px
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
  transform: rotate(-90deg)
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
  fill: currentColor;
  height: 1em;
  width: 1em
}

.elementor-nav-menu--layout-horizontal {
  display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  flex-grow: 1;
  white-space: nowrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
  display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
  top: 100% !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
  margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
  left: var(--e-nav-menu-horizontal-menu-item-margin) !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
  align-self: center;
  border-color: var(--e-nav-menu-divider-color, #000);
  border-left-style: var(--e-nav-menu-divider-style, solid);
  border-left-width: var(--e-nav-menu-divider-width, 2px);
  content: var(--e-nav-menu-divider-content, none);
  height: var(--e-nav-menu-divider-height, 35%)
}

.elementor-nav-menu__align-right .elementor-nav-menu {
  justify-content: flex-end;
  margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
  justify-content: flex-start;
  margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-start
}

.elementor-nav-menu__align-start .elementor-nav-menu {
  justify-content: flex-start;
  margin-inline-end: auto
}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-start
}

.elementor-nav-menu__align-end .elementor-nav-menu {
  justify-content: flex-end;
  margin-inline-start: auto
}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: flex-end
}

.elementor-nav-menu__align-center .elementor-nav-menu {
  justify-content: center;
  margin-inline-end: auto;
  margin-inline-start: auto
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
  justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
  flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
  justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
  display: none
}

.elementor-widget-nav-menu .elementor-widget-container,
.elementor-widget-nav-menu:not(:has(.elementor-widget-container)) {
  display: flex;
  flex-direction: column
}

.elementor-nav-menu {
  position: relative;
  z-index: 2
}

.elementor-nav-menu:after {
  clear: both;
  content: " ";
  display: block;
  font: 0/0 serif;
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu ul {
  display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
  border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
  border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
  border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
  position: relative
}

.elementor-nav-menu li {
  border-width: 0
}

.elementor-nav-menu a {
  align-items: center;
  display: flex
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
  line-height: 20px;
  padding: 10px 20px
}

.elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff
}

.elementor-nav-menu a.disabled {
  color: #88909b;
  cursor: not-allowed
}

.elementor-nav-menu .e-plus-icon:before {
  content: "+"
}

.elementor-nav-menu .sub-arrow {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-block-end: -10px;
  margin-block-start: -10px;
  padding: 10px;
  padding-inline-end: 0
}

.elementor-nav-menu .sub-arrow i {
  pointer-events: none
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,
.elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
  font-size: .7em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
  height: 1em;
  width: 1em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
  height: .7em;
  width: .7em
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background-color: #3f444b;
  color: #fff
}

.elementor-menu-toggle {
  align-items: center;
  background-color: rgba(0, 0, 0, .05);
  border: 0 solid;
  border-radius: 3px;
  color: #33373d;
  cursor: pointer;
  display: flex;
  font-size: var(--nav-menu-icon-size, 22px);
  justify-content: center;
  padding: .25em
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
  display: none
}

.elementor-menu-toggle .e-font-icon-svg {
  fill: #33373d;
  height: 1em;
  width: 1em
}

.elementor-menu-toggle svg {
  height: auto;
  width: 1em;
  fill: var(--nav-menu-icon-color, currentColor)
}

span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
  line-height: 1
}

.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
  display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: top;
  transition: max-height .3s, transform .3s
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: .85em
}

.elementor-nav-menu--dropdown a {
  color: #33373d
}

.elementor-nav-menu--dropdown a.current {
  background: #1f2124;
  color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
  border-inline-start: 8px solid transparent;
  text-shadow: none
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
  justify-content: center
}

.elementor-nav-menu--toggle {
  --menu-height: 100vh
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0)
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
  animation: hide-scroll .3s backwards;
  max-height: var(--menu-height);
  transform: scaleY(1)
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: absolute;
  z-index: 9997
}

@media (max-width:767px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:768px) {

  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@media (max-width:-1) {
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:-1) {

  .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@media (max-width:1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:1025px) {

  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@media (max-width:-1) {
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
    display: none
  }
}

@media (min-width:-1) {

  .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden
  }
}

@keyframes hide-scroll {

  0%,
  to {
    overflow: hidden
  }
}

/* === fadeInDown.min.css === */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

/* === popup.min.css === */
[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
  display: none
}

.elementor-popup-modal.dialog-type-lightbox {
  background-color: transparent;
  display: flex;
  pointer-events: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
  display: none
}

.elementor-popup-modal .dialog-close-button {
  display: none;
  inset-inline-end: 20px;
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
  top: 20px;
  z-index: 9999
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #1f2124;
  height: 1em;
  width: 1em
}

.elementor-popup-modal .dialog-widget-content {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
  pointer-events: all;
  width: auto
}

.elementor-popup-modal .dialog-message {
  display: flex;
  max-height: 100vh;
  max-width: 100vw;
  overflow: auto;
  padding: 0;
  width: 640px
}

.elementor-popup-modal .elementor {
  width: 100%
}

/* === post-795.css === */
.elementor-795 .elementor-element.elementor-element-727f7ef {
  --display: flex;
  --position: absolute;
  --flex-direction: row;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: center;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 72px;
  --padding-right: 72px;
  top: 0px;
  --z-index: 9;
}

.elementor-795 .elementor-element.elementor-element-727f7ef:not(.elementor-motion-effects-element-type-background),
.elementor-795 .elementor-element.elementor-element-727f7ef>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #65656530;
}

body:not(.rtl) .elementor-795 .elementor-element.elementor-element-727f7ef {
  left: 0px;
}

body.rtl .elementor-795 .elementor-element.elementor-element-727f7ef {
  right: 0px;
}

.elementor-795 .elementor-element.elementor-element-5266d31 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-start;
  --gap: 0px 17px;
  --row-gap: 0px;
  --column-gap: 17px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-795 .elementor-element.elementor-element-9453795 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: flex-end;
  --gap: 0px 17px;
  --row-gap: 0px;
  --column-gap: 17px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button {
  background-color: #02010100;
  fill: var(--e-global-color-3c9b5c6);
  color: var(--e-global-color-3c9b5c6);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3c9b5c6);
  padding: 13px 20px 13px 20px;
}

.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button:hover,
.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button:focus {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-3c9b5c6);
  border-color: var(--e-global-color-secondary);
}

.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button-content-wrapper {
  flex-direction: row;
}

.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button .elementor-button-content-wrapper {
  gap: 10px;
}

.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button:hover svg,
.elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button:focus svg {
  fill: var(--e-global-color-3c9b5c6);
}

.elementor-795 .elementor-element.elementor-element-c2dca97 .elementor-button {
  background-color: var(--e-global-color-secondary);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-style: none;
  padding: 13px 20px 13px 20px;
}

.elementor-795 .elementor-element.elementor-element-c2dca97 .elementor-button:hover,
.elementor-795 .elementor-element.elementor-element-c2dca97 .elementor-button:focus {
  background-color: #950a34;
  border-color: #950a34;
}

.elementor-795 .elementor-element.elementor-element-8f66bda {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon-wrapper {
  text-align: center;
}

.elementor-795 .elementor-element.elementor-element-dcd4db0.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-3c9b5c6);
}

.elementor-795 .elementor-element.elementor-element-dcd4db0.elementor-view-framed .elementor-icon,
.elementor-795 .elementor-element.elementor-element-dcd4db0.elementor-view-default .elementor-icon {
  color: var(--e-global-color-3c9b5c6);
  border-color: var(--e-global-color-3c9b5c6);
}

.elementor-795 .elementor-element.elementor-element-dcd4db0.elementor-view-framed .elementor-icon,
.elementor-795 .elementor-element.elementor-element-dcd4db0.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-3c9b5c6);
}

.elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon {
  font-size: 60px;
}

.elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon svg {
  height: 60px;
}

.elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon-wrapper svg {
  width: auto;
}

.elementor-theme-builder-content-area {
  height: 400px;
}

.elementor-location-header:before,
.elementor-location-footer:before {
  content: "";
  display: table;
  clear: both;
}

@media(max-width:1024px) {
  .elementor-795 .elementor-element.elementor-element-727f7ef {
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 30px;
    --padding-right: 30px;
  }

  .elementor-795 .elementor-element.elementor-element-148c618 img {
    width: 100%;
    max-width: 280px;
  }

  .elementor-795 .elementor-element.elementor-element-dcd4db0.elementor-element {
    --align-self: center;
  }

  .elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon {
    font-size: 50px;
  }

  .elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon svg {
    height: 50px;
  }
}

@media(min-width:768px) {
  .elementor-795 .elementor-element.elementor-element-727f7ef {
    --content-width: 100%;
  }

  .elementor-795 .elementor-element.elementor-element-8f66bda {
    --width: auto;
  }
}

@media(max-width:767px) {
  .elementor-795 .elementor-element.elementor-element-727f7ef {
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 15px 15px;
    --row-gap: 15px;
    --column-gap: 15px;
    --flex-wrap: nowrap;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 10px;
    --padding-right: 10px;
  }

  .elementor-795 .elementor-element.elementor-element-5266d31 {
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 0px 15px;
    --row-gap: 0px;
    --column-gap: 15px;
  }

  .elementor-795 .elementor-element.elementor-element-148c618 img {
    max-width: 280px;
  }

  .elementor-795 .elementor-element.elementor-element-9453795 {
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 10px 10px;
    --row-gap: 10px;
    --column-gap: 10px;
  }

  .elementor-795 .elementor-element.elementor-element-4bbd53c {
    width: var(--container-widget-width, 142px);
    max-width: 142px;
    --container-widget-width: 142px;
    --container-widget-flex-grow: 0;
  }

  .elementor-795 .elementor-element.elementor-element-4bbd53c .elementor-button {
    padding: 11px 10px 11px 10px;
  }

  .elementor-795 .elementor-element.elementor-element-c2dca97 {
    width: var(--container-widget-width, 142px);
    max-width: 142px;
    --container-widget-width: 142px;
    --container-widget-flex-grow: 0;
  }

  .elementor-795 .elementor-element.elementor-element-c2dca97 .elementor-button {
    padding: 13px 16px 13px 16px;
  }

  .elementor-795 .elementor-element.elementor-element-8f66bda {
    --width: auto;
    --align-items: flex-end;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  }

  .elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon-wrapper {
    text-align: right;
  }

  .elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon {
    font-size: 40px;
  }

  .elementor-795 .elementor-element.elementor-element-dcd4db0 .elementor-icon svg {
    height: 40px;
  }
}

/* Start custom CSS for container, class: .elementor-element-5266d31 */
@media (max-width:767px) {
  .header_btns {
    display: none;
  }

  /* End custom CSS */
  /* Start custom CSS for container, class: .elementor-element-9453795 */
  .full-btn .elementor-button {
    display: block;
  }

  /* End custom CSS */
  /* Start custom CSS for container, class: .elementor-element-727f7ef */
  .bg_blur {
    backdrop-filter: blur(26px);
  }

  /* End custom CSS */

  .elementor-856 .elementor-element.elementor-element-30d432c {
    --display: flex;
    --min-height: 100vh;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: space-between;
    --align-items: flex-start;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
  }

  .elementor-856 .elementor-element.elementor-element-e98d46e img {
    width: 240px;
  }

  .elementor-856 .elementor-element.elementor-element-12aff47 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --padding-top: 20px;
    --padding-bottom: 20px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu .elementor-item {
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-3c9b5c6);
    fill: var(--e-global-color-3c9b5c6);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item:hover,
  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item.elementor-item-active,
  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item.highlighted,
  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item:focus {
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: var(--e-global-color-primary);
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-framed .elementor-item:before {
    border-width: 0px;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 0px 0px;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 0px 0px 0 0;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 0px 0 0 0px;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 0px 0px 0;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-underline .elementor-item:after,
  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-overline .elementor-item:before,
  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-double-line .elementor-item:before,
  .elementor-856 .elementor-element.elementor-element-3bdaa6b .e--pointer-double-line .elementor-item:after {
    height: 0px;
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b {
    --e-nav-menu-horizontal-menu-item-margin: calc(0px / 2);
  }

  .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 0px;
  }

  .elementor-856 .elementor-element.elementor-element-c3b862e {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --align-items: flex-end;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 20px;
  }

  .elementor-856 .elementor-element.elementor-element-96b8500 {
    --display: flex;
    --min-height: 0px;
    --gap: 10px 0px;
    --row-gap: 10px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }

  .elementor-856 .elementor-element.elementor-element-9b2eb08 .elementor-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    color: var(--e-global-color-3c9b5c6);
  }

  .elementor-856 .elementor-element.elementor-element-fa4960e .elementor-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    color: var(--e-global-color-3c9b5c6);
    transition-duration: 0.25s;
  }

  .elementor-856 .elementor-element.elementor-element-fa4960e .elementor-heading-title:hover {
    color: var(--e-global-color-primary);
  }

  .elementor-856 .elementor-element.elementor-element-13ff5f4 .elementor-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    color: var(--e-global-color-3c9b5c6);
    transition-duration: 0.25s;
  }

  .elementor-856 .elementor-element.elementor-element-13ff5f4 .elementor-heading-title:hover {
    color: var(--e-global-color-primary);
  }

  #elementor-popup-modal-856 .dialog-widget-content {
    animation-duration: 0.35s;
    background-color: #1A1A1A;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  }

  #elementor-popup-modal-856 {
    background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    pointer-events: all;
  }

  #elementor-popup-modal-856 .dialog-message {
    width: 100vw;
    height: 100vh;
    align-items: center;
  }

  #elementor-popup-modal-856 .dialog-close-button {
    display: flex;
    top: 50px;
    font-size: 24px;
  }

  body:not(.rtl) #elementor-popup-modal-856 .dialog-close-button {
    right: 50px;
  }

  body.rtl #elementor-popup-modal-856 .dialog-close-button {
    left: 50px;
  }

  #elementor-popup-modal-856 .dialog-close-button i {
    color: var(--e-global-color-3c9b5c6);
  }

  #elementor-popup-modal-856 .dialog-close-button svg {
    fill: var(--e-global-color-3c9b5c6);
  }

  @media(max-width:1024px) {
    .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu .elementor-item {
      font-size: 30px;
    }

    .elementor-856 .elementor-element.elementor-element-c3b862e {
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    #elementor-popup-modal-856 .dialog-close-button {
      top: 30px;
    }

    body:not(.rtl) #elementor-popup-modal-856 .dialog-close-button {
      right: 30px;
    }

    body.rtl #elementor-popup-modal-856 .dialog-close-button {
      left: 30px;
    }
  }

  @media(min-width:768px) {
    .elementor-856 .elementor-element.elementor-element-30d432c {
      --width: 100%;
    }

    .elementor-856 .elementor-element.elementor-element-96b8500 {
      --width: 230px;
    }
  }

  @media(max-width:767px) {
    .elementor-856 .elementor-element.elementor-element-30d432c {
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 20px;
      --padding-right: 20px;
    }

    .elementor-856 .elementor-element.elementor-element-e98d46e img {
      width: 200px;
    }

    .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu .elementor-item {
      font-size: 20px;
    }

    .elementor-856 .elementor-element.elementor-element-3bdaa6b .elementor-nav-menu--main .elementor-item {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    #elementor-popup-modal-856 .dialog-close-button {
      top: 30px;
    }

    body:not(.rtl) #elementor-popup-modal-856 .dialog-close-button {
      right: 20px;
    }

    body.rtl #elementor-popup-modal-856 .dialog-close-button {
      left: 20px;
    }
  }

  /* Start custom CSS */
  .popupmenu {
    z-index: 999;
  }

  /* End custom CSS */

  /* === elementor-icons.min.css === */
  /*! elementor-icons - v5.35.0 - 09-12-2024 */
  @font-face {
    font-family: eicons;
    src: url(../fonts/eicons.eot?5.35.0);
    src: url(../fonts/eicons.eot?5.35.0#iefix) format("embedded-opentype"), url(../fonts/eicons.woff2?5.35.0) format("woff2"), url(../fonts/eicons.woff?5.35.0) format("woff"), url(../fonts/eicons.ttf?5.35.0) format("truetype"), url(../fonts/eicons.svg?5.35.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
  }

  [class*=" eicon-"],
  [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  @keyframes a {
    0% {
      transform: rotate(0deg)
    }

    to {
      transform: rotate(359deg)
    }
  }

  .eicon-animation-spin {
    animation: a 2s infinite linear
  }

  .eicon-editor-link:before {
    content: "\e800"
  }

  .eicon-editor-unlink:before {
    content: "\e801"
  }

  .eicon-editor-external-link:before {
    content: "\e802"
  }

  .eicon-editor-close:before {
    content: "\e803"
  }

  .eicon-editor-list-ol:before {
    content: "\e804"
  }

  .eicon-editor-list-ul:before {
    content: "\e805"
  }

  .eicon-editor-bold:before {
    content: "\e806"
  }

  .eicon-editor-italic:before {
    content: "\e807"
  }

  .eicon-editor-underline:before {
    content: "\e808"
  }

  .eicon-editor-paragraph:before {
    content: "\e809"
  }

  .eicon-editor-h1:before {
    content: "\e80a"
  }

  .eicon-editor-h2:before {
    content: "\e80b"
  }

  .eicon-editor-h3:before {
    content: "\e80c"
  }

  .eicon-editor-h4:before {
    content: "\e80d"
  }

  .eicon-editor-h5:before {
    content: "\e80e"
  }

  .eicon-editor-h6:before {
    content: "\e80f"
  }

  .eicon-editor-quote:before {
    content: "\e810"
  }

  .eicon-editor-code:before {
    content: "\e811"
  }

  .eicon-elementor:before {
    content: "\e812"
  }

  .eicon-elementor-circle:before {
    content: "\e813"
  }

  .eicon-pojome:before {
    content: "\e814"
  }

  .eicon-plus:before {
    content: "\e815"
  }

  .eicon-menu-bar:before {
    content: "\e816"
  }

  .eicon-apps:before {
    content: "\e817"
  }

  .eicon-accordion:before {
    content: "\e818"
  }

  .eicon-alert:before {
    content: "\e819"
  }

  .eicon-animation-text:before {
    content: "\e81a"
  }

  .eicon-animation:before {
    content: "\e81b"
  }

  .eicon-banner:before {
    content: "\e81c"
  }

  .eicon-blockquote:before {
    content: "\e81d"
  }

  .eicon-button:before {
    content: "\e81e"
  }

  .eicon-call-to-action:before {
    content: "\e81f"
  }

  .eicon-captcha:before {
    content: "\e820"
  }

  .eicon-carousel:before {
    content: "\e821"
  }

  .eicon-checkbox:before {
    content: "\e822"
  }

  .eicon-columns:before {
    content: "\e823"
  }

  .eicon-countdown:before {
    content: "\e824"
  }

  .eicon-counter:before {
    content: "\e825"
  }

  .eicon-date:before {
    content: "\e826"
  }

  .eicon-divider-shape:before {
    content: "\e827"
  }

  .eicon-divider:before {
    content: "\e828"
  }

  .eicon-download-button:before {
    content: "\e829"
  }

  .eicon-dual-button:before {
    content: "\e82a"
  }

  .eicon-email-field:before {
    content: "\e82b"
  }

  .eicon-facebook-comments:before {
    content: "\e82c"
  }

  .eicon-facebook-like-box:before {
    content: "\e82d"
  }

  .eicon-form-horizontal:before {
    content: "\e82e"
  }

  .eicon-form-vertical:before {
    content: "\e82f"
  }

  .eicon-gallery-grid:before {
    content: "\e830"
  }

  .eicon-gallery-group:before {
    content: "\e831"
  }

  .eicon-gallery-justified:before {
    content: "\e832"
  }

  .eicon-gallery-masonry:before {
    content: "\e833"
  }

  .eicon-icon-box:before {
    content: "\e834"
  }

  .eicon-image-before-after:before {
    content: "\e835"
  }

  .eicon-image-box:before {
    content: "\e836"
  }

  .eicon-image-hotspot:before {
    content: "\e837"
  }

  .eicon-image-rollover:before {
    content: "\e838"
  }

  .eicon-info-box:before {
    content: "\e839"
  }

  .eicon-inner-section:before {
    content: "\e83a"
  }

  .eicon-mailchimp:before {
    content: "\e83b"
  }

  .eicon-menu-card:before {
    content: "\e83c"
  }

  .eicon-navigation-horizontal:before {
    content: "\e83d"
  }

  .eicon-nav-menu:before {
    content: "\e83e"
  }

  .eicon-navigation-vertical:before {
    content: "\e83f"
  }

  .eicon-number-field:before {
    content: "\e840"
  }

  .eicon-parallax:before {
    content: "\e841"
  }

  .eicon-php7:before {
    content: "\e842"
  }

  .eicon-post-list:before {
    content: "\e843"
  }

  .eicon-post-slider:before {
    content: "\e844"
  }

  .eicon-post:before {
    content: "\e845"
  }

  .eicon-posts-carousel:before {
    content: "\e846"
  }

  .eicon-posts-grid:before {
    content: "\e847"
  }

  .eicon-posts-group:before {
    content: "\e848"
  }

  .eicon-posts-justified:before {
    content: "\e849"
  }

  .eicon-posts-masonry:before {
    content: "\e84a"
  }

  .eicon-posts-ticker:before {
    content: "\e84b"
  }

  .eicon-price-list:before {
    content: "\e84c"
  }

  .eicon-price-table:before {
    content: "\e84d"
  }

  .eicon-radio:before {
    content: "\e84e"
  }

  .eicon-rtl:before {
    content: "\e84f"
  }

  .eicon-scroll:before {
    content: "\e850"
  }

  .eicon-search:before {
    content: "\e851"
  }

  .eicon-select:before {
    content: "\e852"
  }

  .eicon-share:before {
    content: "\e853"
  }

  .eicon-sidebar:before {
    content: "\e854"
  }

  .eicon-skill-bar:before {
    content: "\e855"
  }

  .eicon-slider-3d:before {
    content: "\e856"
  }

  .eicon-slider-album:before {
    content: "\e857"
  }

  .eicon-slider-device:before {
    content: "\e858"
  }

  .eicon-slider-full-screen:before {
    content: "\e859"
  }

  .eicon-slider-push:before {
    content: "\e85a"
  }

  .eicon-slider-vertical:before {
    content: "\e85b"
  }

  .eicon-slider-video:before {
    content: "\e85c"
  }

  .eicon-slides:before {
    content: "\e85d"
  }

  .eicon-social-icons:before {
    content: "\e85e"
  }

  .eicon-spacer:before {
    content: "\e85f"
  }

  .eicon-table:before {
    content: "\e860"
  }

  .eicon-tabs:before {
    content: "\e861"
  }

  .eicon-tel-field:before {
    content: "\e862"
  }

  .eicon-text-area:before {
    content: "\e863"
  }

  .eicon-text-field:before {
    content: "\e864"
  }

  .eicon-thumbnails-down:before {
    content: "\e865"
  }

  .eicon-thumbnails-half:before {
    content: "\e866"
  }

  .eicon-thumbnails-right:before {
    content: "\e867"
  }

  .eicon-time-line:before {
    content: "\e868"
  }

  .eicon-toggle:before {
    content: "\e869"
  }

  .eicon-url:before {
    content: "\e86a"
  }

  .eicon-t-letter:before {
    content: "\e86b"
  }

  .eicon-wordpress:before {
    content: "\e86c"
  }

  .eicon-text:before {
    content: "\e86d"
  }

  .eicon-anchor:before {
    content: "\e86e"
  }

  .eicon-bullet-list:before {
    content: "\e86f"
  }

  .eicon-code:before {
    content: "\e870"
  }

  .eicon-favorite:before {
    content: "\e871"
  }

  .eicon-google-maps:before {
    content: "\e872"
  }

  .eicon-image:before {
    content: "\e873"
  }

  .eicon-photo-library:before {
    content: "\e874"
  }

  .eicon-woocommerce:before {
    content: "\e875"
  }

  .eicon-youtube:before {
    content: "\e876"
  }

  .eicon-flip-box:before {
    content: "\e877"
  }

  .eicon-settings:before {
    content: "\e878"
  }

  .eicon-headphones:before {
    content: "\e879"
  }

  .eicon-testimonial:before {
    content: "\e87a"
  }

  .eicon-counter-circle:before {
    content: "\e87b"
  }

  .eicon-person:before {
    content: "\e87c"
  }

  .eicon-chevron-right:before {
    content: "\e87d"
  }

  .eicon-chevron-left:before {
    content: "\e87e"
  }

  .eicon-close:before {
    content: "\e87f"
  }

  .eicon-file-download:before {
    content: "\e880"
  }

  .eicon-save:before {
    content: "\e881"
  }

  .eicon-zoom-in:before {
    content: "\e882"
  }

  .eicon-shortcode:before {
    content: "\e883"
  }

  .eicon-nerd:before {
    content: "\e884"
  }

  .eicon-device-desktop:before {
    content: "\e885"
  }

  .eicon-device-tablet:before {
    content: "\e886"
  }

  .eicon-device-mobile:before {
    content: "\e887"
  }

  .eicon-document-file:before {
    content: "\e888"
  }

  .eicon-folder-o:before {
    content: "\e889"
  }

  .eicon-hypster:before {
    content: "\e88a"
  }

  .eicon-h-align-left:before {
    content: "\e88b"
  }

  .eicon-h-align-right:before {
    content: "\e88c"
  }

  .eicon-h-align-center:before {
    content: "\e88d"
  }

  .eicon-h-align-stretch:before {
    content: "\e88e"
  }

  .eicon-v-align-top:before {
    content: "\e88f"
  }

  .eicon-v-align-bottom:before {
    content: "\e890"
  }

  .eicon-v-align-middle:before {
    content: "\e891"
  }

  .eicon-v-align-stretch:before {
    content: "\e892"
  }

  .eicon-pro-icon:before {
    content: "\e893"
  }

  .eicon-mail:before {
    content: "\e894"
  }

  .eicon-lock-user:before {
    content: "\e895"
  }

  .eicon-testimonial-carousel:before {
    content: "\e896"
  }

  .eicon-media-carousel:before {
    content: "\e897"
  }

  .eicon-section:before {
    content: "\e898"
  }

  .eicon-column:before {
    content: "\e899"
  }

  .eicon-edit:before {
    content: "\e89a"
  }

  .eicon-clone:before {
    content: "\e89b"
  }

  .eicon-trash:before {
    content: "\e89c"
  }

  .eicon-play:before {
    content: "\e89d"
  }

  .eicon-angle-right:before {
    content: "\e89e"
  }

  .eicon-angle-left:before {
    content: "\e89f"
  }

  .eicon-animated-headline:before {
    content: "\e8a0"
  }

  .eicon-menu-toggle:before {
    content: "\e8a1"
  }

  .eicon-fb-embed:before {
    content: "\e8a2"
  }

  .eicon-fb-feed:before {
    content: "\e8a3"
  }

  .eicon-twitter-embed:before {
    content: "\e8a4"
  }

  .eicon-twitter-feed:before {
    content: "\e8a5"
  }

  .eicon-sync:before {
    content: "\e8a6"
  }

  .eicon-import-export:before {
    content: "\e8a7"
  }

  .eicon-check-circle:before {
    content: "\e8a8"
  }

  .eicon-library-save:before {
    content: "\e8a9"
  }

  .eicon-library-download:before {
    content: "\e8aa"
  }

  .eicon-insert:before {
    content: "\e8ab"
  }

  .eicon-preview-medium:before {
    content: "\e8ac"
  }

  .eicon-sort-down:before {
    content: "\e8ad"
  }

  .eicon-sort-up:before {
    content: "\e8ae"
  }

  .eicon-heading:before {
    content: "\e8af"
  }

  .eicon-logo:before {
    content: "\e8b0"
  }

  .eicon-meta-data:before {
    content: "\e8b1"
  }

  .eicon-post-content:before {
    content: "\e8b2"
  }

  .eicon-post-excerpt:before {
    content: "\e8b3"
  }

  .eicon-post-navigation:before {
    content: "\e8b4"
  }

  .eicon-yoast:before {
    content: "\e8b5"
  }

  .eicon-nerd-chuckle:before {
    content: "\e8b6"
  }

  .eicon-nerd-wink:before {
    content: "\e8b7"
  }

  .eicon-comments:before {
    content: "\e8b8"
  }

  .eicon-download-circle-o:before {
    content: "\e8b9"
  }

  .eicon-library-upload:before {
    content: "\e8ba"
  }

  .eicon-save-o:before {
    content: "\e8bb"
  }

  .eicon-upload-circle-o:before {
    content: "\e8bc"
  }

  .eicon-ellipsis-h:before {
    content: "\e8bd"
  }

  .eicon-ellipsis-v:before {
    content: "\e8be"
  }

  .eicon-arrow-left:before {
    content: "\e8bf"
  }

  .eicon-arrow-right:before {
    content: "\e8c0"
  }

  .eicon-arrow-up:before {
    content: "\e8c1"
  }

  .eicon-arrow-down:before {
    content: "\e8c2"
  }

  .eicon-play-o:before {
    content: "\e8c3"
  }

  .eicon-archive-posts:before {
    content: "\e8c4"
  }

  .eicon-archive-title:before {
    content: "\e8c5"
  }

  .eicon-featured-image:before {
    content: "\e8c6"
  }

  .eicon-post-info:before {
    content: "\e8c7"
  }

  .eicon-post-title:before {
    content: "\e8c8"
  }

  .eicon-site-logo:before {
    content: "\e8c9"
  }

  .eicon-site-search:before {
    content: "\e8ca"
  }

  .eicon-site-title:before {
    content: "\e8cb"
  }

  .eicon-plus-square:before {
    content: "\e8cc"
  }

  .eicon-minus-square:before {
    content: "\e8cd"
  }

  .eicon-cloud-check:before {
    content: "\e8ce"
  }

  .eicon-drag-n-drop:before {
    content: "\e8cf"
  }

  .eicon-welcome:before {
    content: "\e8d0"
  }

  .eicon-handle:before {
    content: "\e8d1"
  }

  .eicon-cart:before {
    content: "\e8d2"
  }

  .eicon-product-add-to-cart:before {
    content: "\e8d3"
  }

  .eicon-product-breadcrumbs:before {
    content: "\e8d4"
  }

  .eicon-product-categories:before {
    content: "\e8d5"
  }

  .eicon-product-description:before {
    content: "\e8d6"
  }

  .eicon-product-images:before {
    content: "\e8d7"
  }

  .eicon-product-info:before {
    content: "\e8d8"
  }

  .eicon-product-meta:before {
    content: "\e8d9"
  }

  .eicon-product-pages:before {
    content: "\e8da"
  }

  .eicon-product-price:before {
    content: "\e8db"
  }

  .eicon-product-rating:before {
    content: "\e8dc"
  }

  .eicon-product-related:before {
    content: "\e8dd"
  }

  .eicon-product-stock:before {
    content: "\e8de"
  }

  .eicon-product-tabs:before {
    content: "\e8df"
  }

  .eicon-product-title:before {
    content: "\e8e0"
  }

  .eicon-product-upsell:before {
    content: "\e8e1"
  }

  .eicon-products:before {
    content: "\e8e2"
  }

  .eicon-bag-light:before {
    content: "\e8e3"
  }

  .eicon-bag-medium:before {
    content: "\e8e4"
  }

  .eicon-bag-solid:before {
    content: "\e8e5"
  }

  .eicon-basket-light:before {
    content: "\e8e6"
  }

  .eicon-basket-medium:before {
    content: "\e8e7"
  }

  .eicon-basket-solid:before {
    content: "\e8e8"
  }

  .eicon-cart-light:before {
    content: "\e8e9"
  }

  .eicon-cart-medium:before {
    content: "\e8ea"
  }

  .eicon-cart-solid:before {
    content: "\e8eb"
  }

  .eicon-exchange:before {
    content: "\e8ec"
  }

  .eicon-preview-thin:before {
    content: "\e8ed"
  }

  .eicon-device-laptop:before {
    content: "\e8ee"
  }

  .eicon-collapse:before {
    content: "\e8ef"
  }

  .eicon-expand:before {
    content: "\e8f0"
  }

  .eicon-navigator:before {
    content: "\e8f1"
  }

  .eicon-plug:before {
    content: "\e8f2"
  }

  .eicon-dashboard:before {
    content: "\e8f3"
  }

  .eicon-typography:before {
    content: "\e8f4"
  }

  .eicon-info-circle-o:before {
    content: "\e8f5"
  }

  .eicon-integration:before {
    content: "\e8f6"
  }

  .eicon-plus-circle-o:before {
    content: "\e8f7"
  }

  .eicon-rating:before {
    content: "\e8f8"
  }

  .eicon-review:before {
    content: "\e8f9"
  }

  .eicon-tools:before {
    content: "\e8fa"
  }

  .eicon-loading:before {
    content: "\e8fb"
  }

  .eicon-sitemap:before {
    content: "\e8fc"
  }

  .eicon-click:before {
    content: "\e8fd"
  }

  .eicon-clock:before {
    content: "\e8fe"
  }

  .eicon-library-open:before {
    content: "\e8ff"
  }

  .eicon-warning:before {
    content: "\e900"
  }

  .eicon-flow:before {
    content: "\e901"
  }

  .eicon-cursor-move:before {
    content: "\e902"
  }

  .eicon-arrow-circle-left:before {
    content: "\e903"
  }

  .eicon-flash:before {
    content: "\e904"
  }

  .eicon-redo:before {
    content: "\e905"
  }

  .eicon-ban:before {
    content: "\e906"
  }

  .eicon-barcode:before {
    content: "\e907"
  }

  .eicon-calendar:before {
    content: "\e908"
  }

  .eicon-caret-left:before {
    content: "\e909"
  }

  .eicon-caret-right:before {
    content: "\e90a"
  }

  .eicon-caret-up:before {
    content: "\e90b"
  }

  .eicon-chain-broken:before {
    content: "\e90c"
  }

  .eicon-check-circle-o:before {
    content: "\e90d"
  }

  .eicon-check:before {
    content: "\e90e"
  }

  .eicon-chevron-double-left:before {
    content: "\e90f"
  }

  .eicon-chevron-double-right:before {
    content: "\e910"
  }

  .eicon-undo:before {
    content: "\e911"
  }

  .eicon-filter:before {
    content: "\e912"
  }

  .eicon-circle-o:before {
    content: "\e913"
  }

  .eicon-circle:before {
    content: "\e914"
  }

  .eicon-clock-o:before {
    content: "\e915"
  }

  .eicon-cog:before {
    content: "\e916"
  }

  .eicon-cogs:before {
    content: "\e917"
  }

  .eicon-commenting-o:before {
    content: "\e918"
  }

  .eicon-copy:before {
    content: "\e919"
  }

  .eicon-database:before {
    content: "\e91a"
  }

  .eicon-dot-circle-o:before {
    content: "\e91b"
  }

  .eicon-envelope:before {
    content: "\e91c"
  }

  .eicon-external-link-square:before {
    content: "\e91d"
  }

  .eicon-eyedropper:before {
    content: "\e91e"
  }

  .eicon-folder:before {
    content: "\e91f"
  }

  .eicon-font:before {
    content: "\e920"
  }

  .eicon-adjust:before {
    content: "\e921"
  }

  .eicon-lightbox:before {
    content: "\e922"
  }

  .eicon-heart-o:before {
    content: "\e923"
  }

  .eicon-history:before {
    content: "\e924"
  }

  .eicon-image-bold:before {
    content: "\e925"
  }

  .eicon-info-circle:before {
    content: "\e926"
  }

  .eicon-link:before {
    content: "\e927"
  }

  .eicon-long-arrow-left:before {
    content: "\e928"
  }

  .eicon-long-arrow-right:before {
    content: "\e929"
  }

  .eicon-caret-down:before {
    content: "\e92a"
  }

  .eicon-paint-brush:before {
    content: "\e92b"
  }

  .eicon-pencil:before {
    content: "\e92c"
  }

  .eicon-plus-circle:before {
    content: "\e92d"
  }

  .eicon-zoom-in-bold:before {
    content: "\e92e"
  }

  .eicon-sort-amount-desc:before {
    content: "\e92f"
  }

  .eicon-sign-out:before {
    content: "\e930"
  }

  .eicon-spinner:before {
    content: "\e931"
  }

  .eicon-square:before {
    content: "\e932"
  }

  .eicon-star-o:before {
    content: "\e933"
  }

  .eicon-star:before {
    content: "\e934"
  }

  .eicon-text-align-justify:before {
    content: "\e935"
  }

  .eicon-text-align-center:before {
    content: "\e936"
  }

  .eicon-tags:before {
    content: "\e937"
  }

  .eicon-text-align-left:before {
    content: "\e938"
  }

  .eicon-text-align-right:before {
    content: "\e939"
  }

  .eicon-close-circle:before {
    content: "\e93a"
  }

  .eicon-trash-o:before {
    content: "\e93b"
  }

  .eicon-font-awesome:before {
    content: "\e93c"
  }

  .eicon-user-circle-o:before {
    content: "\e93d"
  }

  .eicon-video-camera:before {
    content: "\e93e"
  }

  .eicon-heart:before {
    content: "\e93f"
  }

  .eicon-wrench:before {
    content: "\e940"
  }

  .eicon-help:before {
    content: "\e941"
  }

  .eicon-help-o:before {
    content: "\e942"
  }

  .eicon-zoom-out-bold:before {
    content: "\e943"
  }

  .eicon-plus-square-o:before {
    content: "\e944"
  }

  .eicon-minus-square-o:before {
    content: "\e945"
  }

  .eicon-minus-circle:before {
    content: "\e946"
  }

  .eicon-minus-circle-o:before {
    content: "\e947"
  }

  .eicon-code-bold:before {
    content: "\e948"
  }

  .eicon-cloud-upload:before {
    content: "\e949"
  }

  .eicon-search-bold:before {
    content: "\e94a"
  }

  .eicon-map-pin:before {
    content: "\e94b"
  }

  .eicon-meetup:before {
    content: "\e94c"
  }

  .eicon-slideshow:before {
    content: "\e94d"
  }

  .eicon-t-letter-bold:before {
    content: "\e94e"
  }

  .eicon-preferences:before {
    content: "\e94f"
  }

  .eicon-table-of-contents:before {
    content: "\e950"
  }

  .eicon-tv:before {
    content: "\e951"
  }

  .eicon-upload:before {
    content: "\e952"
  }

  .eicon-instagram-comments:before {
    content: "\e953"
  }

  .eicon-instagram-nested-gallery:before {
    content: "\e954"
  }

  .eicon-instagram-post:before {
    content: "\e955"
  }

  .eicon-instagram-video:before {
    content: "\e956"
  }

  .eicon-instagram-gallery:before {
    content: "\e957"
  }

  .eicon-instagram-likes:before {
    content: "\e958"
  }

  .eicon-facebook:before {
    content: "\e959"
  }

  .eicon-twitter:before {
    content: "\e95a"
  }

  .eicon-pinterest:before {
    content: "\e95b"
  }

  .eicon-frame-expand:before {
    content: "\e95c"
  }

  .eicon-frame-minimize:before {
    content: "\e95d"
  }

  .eicon-archive:before {
    content: "\e95e"
  }

  .eicon-colors-typography:before {
    content: "\e95f"
  }

  .eicon-custom:before {
    content: "\e960"
  }

  .eicon-footer:before {
    content: "\e961"
  }

  .eicon-header:before {
    content: "\e962"
  }

  .eicon-layout-settings:before {
    content: "\e963"
  }

  .eicon-lightbox-expand:before {
    content: "\e964"
  }

  .eicon-error-404:before {
    content: "\e965"
  }

  .eicon-theme-style:before {
    content: "\e966"
  }

  .eicon-search-results:before {
    content: "\e967"
  }

  .eicon-single-post:before {
    content: "\e968"
  }

  .eicon-site-identity:before {
    content: "\e969"
  }

  .eicon-theme-builder:before {
    content: "\e96a"
  }

  .eicon-download-bold:before {
    content: "\e96b"
  }

  .eicon-share-arrow:before {
    content: "\e96c"
  }

  .eicon-global-settings:before {
    content: "\e96d"
  }

  .eicon-user-preferences:before {
    content: "\e96e"
  }

  .eicon-lock:before {
    content: "\e96f"
  }

  .eicon-export-kit:before {
    content: "\e970"
  }

  .eicon-import-kit:before {
    content: "\e971"
  }

  .eicon-lottie:before {
    content: "\e972"
  }

  .eicon-products-archive:before {
    content: "\e973"
  }

  .eicon-single-product:before {
    content: "\e974"
  }

  .eicon-disable-trash-o:before {
    content: "\e975"
  }

  .eicon-single-page:before {
    content: "\e976"
  }

  .eicon-wordpress-light:before {
    content: "\e977"
  }

  .eicon-cogs-check:before {
    content: "\e978"
  }

  .eicon-custom-css:before {
    content: "\e979"
  }

  .eicon-global-colors:before {
    content: "\e97a"
  }

  .eicon-globe:before {
    content: "\e97b"
  }

  .eicon-typography-1:before {
    content: "\e97c"
  }

  .eicon-background:before {
    content: "\e97d"
  }

  .eicon-device-responsive:before {
    content: "\e97e"
  }

  .eicon-device-wide:before {
    content: "\e97f"
  }

  .eicon-code-highlight:before {
    content: "\e980"
  }

  .eicon-video-playlist:before {
    content: "\e981"
  }

  .eicon-download-kit:before {
    content: "\e982"
  }

  .eicon-kit-details:before {
    content: "\e983"
  }

  .eicon-kit-parts:before {
    content: "\e984"
  }

  .eicon-kit-upload:before {
    content: "\e985"
  }

  .eicon-kit-plugins:before {
    content: "\e986"
  }

  .eicon-kit-upload-alt:before {
    content: "\e987"
  }

  .eicon-hotspot:before {
    content: "\e988"
  }

  .eicon-paypal-button:before {
    content: "\e989"
  }

  .eicon-shape:before {
    content: "\e98a"
  }

  .eicon-wordart:before {
    content: "\e98b"
  }

  .eicon-checkout:before {
    content: "\e98c"
  }

  .eicon-container:before {
    content: "\e98d"
  }

  .eicon-flip:before {
    content: "\e98e"
  }

  .eicon-info:before {
    content: "\e98f"
  }

  .eicon-my-account:before {
    content: "\e990"
  }

  .eicon-purchase-summary:before {
    content: "\e991"
  }

  .eicon-page-transition:before {
    content: "\e992"
  }

  .eicon-spotify:before {
    content: "\e993"
  }

  .eicon-stripe-button:before {
    content: "\e994"
  }

  .eicon-woo-settings:before {
    content: "\e995"
  }

  .eicon-woo-cart:before {
    content: "\e996"
  }

  .eicon-grow:before {
    content: "\e997"
  }

  .eicon-order-end:before {
    content: "\e998"
  }

  .eicon-nowrap:before {
    content: "\e999"
  }

  .eicon-order-start:before {
    content: "\e99a"
  }

  .eicon-progress-tracker:before {
    content: "\e99b"
  }

  .eicon-shrink:before {
    content: "\e99c"
  }

  .eicon-wrap:before {
    content: "\e99d"
  }

  .eicon-align-center-h:before {
    content: "\e99e"
  }

  .eicon-align-center-v:before {
    content: "\e99f"
  }

  .eicon-align-end-h:before {
    content: "\e9a0"
  }

  .eicon-align-end-v:before {
    content: "\e9a1"
  }

  .eicon-align-start-h:before {
    content: "\e9a2"
  }

  .eicon-align-start-v:before {
    content: "\e9a3"
  }

  .eicon-align-stretch-h:before {
    content: "\e9a4"
  }

  .eicon-align-stretch-v:before {
    content: "\e9a5"
  }

  .eicon-justify-center-h:before {
    content: "\e9a6"
  }

  .eicon-justify-center-v:before {
    content: "\e9a7"
  }

  .eicon-justify-end-h:before {
    content: "\e9a8"
  }

  .eicon-justify-end-v:before {
    content: "\e9a9"
  }

  .eicon-justify-space-around-h:before {
    content: "\e9aa"
  }

  .eicon-justify-space-around-v:before {
    content: "\e9ab"
  }

  .eicon-justify-space-between-h:before {
    content: "\e9ac"
  }

  .eicon-justify-space-between-v:before {
    content: "\e9ad"
  }

  .eicon-justify-space-evenly-h:before {
    content: "\e9ae"
  }

  .eicon-justify-space-evenly-v:before {
    content: "\e9af"
  }

  .eicon-justify-start-h:before {
    content: "\e9b0"
  }

  .eicon-justify-start-v:before {
    content: "\e9b1"
  }

  .eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
  }

  .eicon-woocommerce-notices:before {
    content: "\e9b3"
  }

  .eicon-inner-container:before {
    content: "\e9b4"
  }

  .eicon-warning-full:before {
    content: "\e9b5"
  }

  .eicon-exit:before {
    content: "\e9b6"
  }

  .eicon-loop-builder:before {
    content: "\e9b7"
  }

  .eicon-notes:before {
    content: "\e9b8"
  }

  .eicon-read:before {
    content: "\e9b9"
  }

  .eicon-unread:before {
    content: "\e9ba"
  }

  .eicon-carousel-loop:before {
    content: "\e9bb"
  }

  .eicon-mega-menu:before {
    content: "\eb78"
  }

  .eicon-nested-carousel:before {
    content: "\e9bd"
  }

  .eicon-ai:before {
    content: "\e9be"
  }

  .eicon-taxonomy-filter:before {
    content: "\eb7d"
  }

  .eicon-container-grid:before {
    content: "\ef02"
  }

  .eicon-upgrade:before {
    content: "\e9c1"
  }

  .eicon-advanced:before {
    content: "\eb84"
  }

  .eicon-div-block:before {
    content: "\eb9b"
  }

  .eicon-notification:before {
    content: "\e9c3"
  }

  .eicon-light-mode:before {
    content: "\e9c4"
  }

  .eicon-dark-mode:before {
    content: "\e9c5"
  }

  .eicon-upgrade-crown:before {
    content: "\e9c6"
  }

  .eicon-off-canvas:before {
    content: "\e9c7"
  }

  .eicon-speakerphone:before {
    content: "\e9c9"
  }

  .eicon-ehp-cta:before {
    content: "\e9cb"
  }

  .eicon-ehp-forms:before {
    content: "\e9bc"
  }

  .eicon-ehp-hero:before {
    content: "\e9ca"
  }

  .eicon-ehp-zigzag:before {
    content: "\e9cc"
  }

  .eicon-eye:before {
    content: "\e8ac"
  }

  .eicon-elementor-square:before {
    content: "\e813"
  }

  /* === widget-icon-list(1).min.css === */
  /*! elementor - v3.27.0 - 20-01-2025 */
  .elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,
  .elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
    overflow: hidden
  }

  .elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
  }

  .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
  }

  .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px;
    margin-right: 8px
  }

  .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    border-bottom: 0;
    border-left-width: 1px;
    border-right: 0;
    border-top: 0;
    border-style: solid;
    height: 100%;
    left: auto;
    position: relative;
    right: auto;
    right: -8px;
    width: auto
  }

  .elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
  }

  .elementor-widget .elementor-icon-list-item:after {
    bottom: 0;
    position: absolute;
    width: 100%
  }

  .elementor-widget .elementor-icon-list-item,
  .elementor-widget .elementor-icon-list-item a {
    align-items: var(--icon-vertical-align, center);
    display: flex;
    font-size: inherit
  }

  .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px
  }

  .elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
  }

  .elementor-widget .elementor-icon-list-icon svg {
    height: var(--e-icon-list-icon-size, 1em);
    width: var(--e-icon-list-icon-size, 1em)
  }

  .elementor-widget .elementor-icon-list-icon i {
    font-size: var(--e-icon-list-icon-size);
    width: 1.25em
  }

  .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
  }

  .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
  }

  .elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
  }

  .elementor-widget.elementor-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
  }

  .elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
  }

  .elementor-widget.elementor-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
  }

  .elementor-widget.elementor-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
  }

  .elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
  }

  @media (min-width:-1) {

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
      justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
      justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
      justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
      justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
      left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
      right: 0
    }
  }

  @media (max-width:-1) {

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
      justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
      justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
      justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
      justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
      left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
      right: 0
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
      justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
      justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
      justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
      justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
      left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
      right: 0
    }
  }

  @media (max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
      justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
      justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
      justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
      justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
      left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
      right: 0
    }
  }

  @media (max-width:-1) {

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
      justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
      justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
      justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
      justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
      left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
      right: 0
    }
  }

  @media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
      justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
      justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
      justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
      justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
      left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
      right: 0
    }
  }

  #left-area ul.elementor-icon-list-items,
  .elementor .elementor-element ul.elementor-icon-list-items,
  .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
    padding: 0
  }

  /* === widget-social-icons(1).min.css === */
  /*! elementor - v3.27.0 - 20-01-2025 */
  .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
  .elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
  .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
  .elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
  .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
  .elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
  }

  .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);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
  }

  .elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center
  }

  .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 {
    color: #fff;
    opacity: .9
  }

  .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
  }

  /* === brands.css === */
  /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
  }

  .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
  }


  /* === fontawesome.css === */
  /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  .fa,
  .fas,
  .far,
  .fal,
  .fad,
  .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
  }

  .fa-xs {
    font-size: .75em;
  }

  .fa-sm {
    font-size: .875em;
  }

  .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-fw {
    text-align: center;
    width: 1.25em;
  }

  .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
  }

  .fa-ul>li {
    position: relative;
  }

  .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
  }

  .fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
  }

  .fa-pull-left {
    float: left;
  }

  .fa-pull-right {
    float: right;
  }

  .fa.fa-pull-left,
  .fas.fa-pull-left,
  .far.fa-pull-left,
  .fal.fa-pull-left,
  .fab.fa-pull-left {
    margin-right: .3em;
  }

  .fa.fa-pull-right,
  .fas.fa-pull-right,
  .far.fa-pull-right,
  .fal.fa-pull-right,
  .fab.fa-pull-right {
    margin-left: .3em;
  }

  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }

  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }

  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }

  .fa-flip-both,
  .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }

  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical,
  :root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
  }

  .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%;
  }

  .fa-stack-1x {
    line-height: inherit;
  }

  .fa-stack-2x {
    font-size: 2em;
  }

  .fa-inverse {
    color: #fff;
  }

  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
  .fa-500px:before {
    content: "\f26e";
  }

  .fa-accessible-icon:before {
    content: "\f368";
  }

  .fa-accusoft:before {
    content: "\f369";
  }

  .fa-acquisitions-incorporated:before {
    content: "\f6af";
  }

  .fa-ad:before {
    content: "\f641";
  }

  .fa-address-book:before {
    content: "\f2b9";
  }

  .fa-address-card:before {
    content: "\f2bb";
  }

  .fa-adjust:before {
    content: "\f042";
  }

  .fa-adn:before {
    content: "\f170";
  }

  .fa-adversal:before {
    content: "\f36a";
  }

  .fa-affiliatetheme:before {
    content: "\f36b";
  }

  .fa-air-freshener:before {
    content: "\f5d0";
  }

  .fa-airbnb:before {
    content: "\f834";
  }

  .fa-algolia:before {
    content: "\f36c";
  }

  .fa-align-center:before {
    content: "\f037";
  }

  .fa-align-justify:before {
    content: "\f039";
  }

  .fa-align-left:before {
    content: "\f036";
  }

  .fa-align-right:before {
    content: "\f038";
  }

  .fa-alipay:before {
    content: "\f642";
  }

  .fa-allergies:before {
    content: "\f461";
  }

  .fa-amazon:before {
    content: "\f270";
  }

  .fa-amazon-pay:before {
    content: "\f42c";
  }

  .fa-ambulance:before {
    content: "\f0f9";
  }

  .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
  }

  .fa-amilia:before {
    content: "\f36d";
  }

  .fa-anchor:before {
    content: "\f13d";
  }

  .fa-android:before {
    content: "\f17b";
  }

  .fa-angellist:before {
    content: "\f209";
  }

  .fa-angle-double-down:before {
    content: "\f103";
  }

  .fa-angle-double-left:before {
    content: "\f100";
  }

  .fa-angle-double-right:before {
    content: "\f101";
  }

  .fa-angle-double-up:before {
    content: "\f102";
  }

  .fa-angle-down:before {
    content: "\f107";
  }

  .fa-angle-left:before {
    content: "\f104";
  }

  .fa-angle-right:before {
    content: "\f105";
  }

  .fa-angle-up:before {
    content: "\f106";
  }

  .fa-angry:before {
    content: "\f556";
  }

  .fa-angrycreative:before {
    content: "\f36e";
  }

  .fa-angular:before {
    content: "\f420";
  }

  .fa-ankh:before {
    content: "\f644";
  }

  .fa-app-store:before {
    content: "\f36f";
  }

  .fa-app-store-ios:before {
    content: "\f370";
  }

  .fa-apper:before {
    content: "\f371";
  }

  .fa-apple:before {
    content: "\f179";
  }

  .fa-apple-alt:before {
    content: "\f5d1";
  }

  .fa-apple-pay:before {
    content: "\f415";
  }

  .fa-archive:before {
    content: "\f187";
  }

  .fa-archway:before {
    content: "\f557";
  }

  .fa-arrow-alt-circle-down:before {
    content: "\f358";
  }

  .fa-arrow-alt-circle-left:before {
    content: "\f359";
  }

  .fa-arrow-alt-circle-right:before {
    content: "\f35a";
  }

  .fa-arrow-alt-circle-up:before {
    content: "\f35b";
  }

  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }

  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }

  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }

  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }

  .fa-arrow-down:before {
    content: "\f063";
  }

  .fa-arrow-left:before {
    content: "\f060";
  }

  .fa-arrow-right:before {
    content: "\f061";
  }

  .fa-arrow-up:before {
    content: "\f062";
  }

  .fa-arrows-alt:before {
    content: "\f0b2";
  }

  .fa-arrows-alt-h:before {
    content: "\f337";
  }

  .fa-arrows-alt-v:before {
    content: "\f338";
  }

  .fa-artstation:before {
    content: "\f77a";
  }

  .fa-assistive-listening-systems:before {
    content: "\f2a2";
  }

  .fa-asterisk:before {
    content: "\f069";
  }

  .fa-asymmetrik:before {
    content: "\f372";
  }

  .fa-at:before {
    content: "\f1fa";
  }

  .fa-atlas:before {
    content: "\f558";
  }

  .fa-atlassian:before {
    content: "\f77b";
  }

  .fa-atom:before {
    content: "\f5d2";
  }

  .fa-audible:before {
    content: "\f373";
  }

  .fa-audio-description:before {
    content: "\f29e";
  }

  .fa-autoprefixer:before {
    content: "\f41c";
  }

  .fa-avianex:before {
    content: "\f374";
  }

  .fa-aviato:before {
    content: "\f421";
  }

  .fa-award:before {
    content: "\f559";
  }

  .fa-aws:before {
    content: "\f375";
  }

  .fa-baby:before {
    content: "\f77c";
  }

  .fa-baby-carriage:before {
    content: "\f77d";
  }

  .fa-backspace:before {
    content: "\f55a";
  }

  .fa-backward:before {
    content: "\f04a";
  }

  .fa-bacon:before {
    content: "\f7e5";
  }

  .fa-bacteria:before {
    content: "\e059";
  }

  .fa-bacterium:before {
    content: "\e05a";
  }

  .fa-bahai:before {
    content: "\f666";
  }

  .fa-balance-scale:before {
    content: "\f24e";
  }

  .fa-balance-scale-left:before {
    content: "\f515";
  }

  .fa-balance-scale-right:before {
    content: "\f516";
  }

  .fa-ban:before {
    content: "\f05e";
  }

  .fa-band-aid:before {
    content: "\f462";
  }

  .fa-bandcamp:before {
    content: "\f2d5";
  }

  .fa-barcode:before {
    content: "\f02a";
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .fa-baseball-ball:before {
    content: "\f433";
  }

  .fa-basketball-ball:before {
    content: "\f434";
  }

  .fa-bath:before {
    content: "\f2cd";
  }

  .fa-battery-empty:before {
    content: "\f244";
  }

  .fa-battery-full:before {
    content: "\f240";
  }

  .fa-battery-half:before {
    content: "\f242";
  }

  .fa-battery-quarter:before {
    content: "\f243";
  }

  .fa-battery-three-quarters:before {
    content: "\f241";
  }

  .fa-battle-net:before {
    content: "\f835";
  }

  .fa-bed:before {
    content: "\f236";
  }

  .fa-beer:before {
    content: "\f0fc";
  }

  .fa-behance:before {
    content: "\f1b4";
  }

  .fa-behance-square:before {
    content: "\f1b5";
  }

  .fa-bell:before {
    content: "\f0f3";
  }

  .fa-bell-slash:before {
    content: "\f1f6";
  }

  .fa-bezier-curve:before {
    content: "\f55b";
  }

  .fa-bible:before {
    content: "\f647";
  }

  .fa-bicycle:before {
    content: "\f206";
  }

  .fa-biking:before {
    content: "\f84a";
  }

  .fa-bimobject:before {
    content: "\f378";
  }

  .fa-binoculars:before {
    content: "\f1e5";
  }

  .fa-biohazard:before {
    content: "\f780";
  }

  .fa-birthday-cake:before {
    content: "\f1fd";
  }

  .fa-bitbucket:before {
    content: "\f171";
  }

  .fa-bitcoin:before {
    content: "\f379";
  }

  .fa-bity:before {
    content: "\f37a";
  }

  .fa-black-tie:before {
    content: "\f27e";
  }

  .fa-blackberry:before {
    content: "\f37b";
  }

  .fa-blender:before {
    content: "\f517";
  }

  .fa-blender-phone:before {
    content: "\f6b6";
  }

  .fa-blind:before {
    content: "\f29d";
  }

  .fa-blog:before {
    content: "\f781";
  }

  .fa-blogger:before {
    content: "\f37c";
  }

  .fa-blogger-b:before {
    content: "\f37d";
  }

  .fa-bluetooth:before {
    content: "\f293";
  }

  .fa-bluetooth-b:before {
    content: "\f294";
  }

  .fa-bold:before {
    content: "\f032";
  }

  .fa-bolt:before {
    content: "\f0e7";
  }

  .fa-bomb:before {
    content: "\f1e2";
  }

  .fa-bone:before {
    content: "\f5d7";
  }

  .fa-bong:before {
    content: "\f55c";
  }

  .fa-book:before {
    content: "\f02d";
  }

  .fa-book-dead:before {
    content: "\f6b7";
  }

  .fa-book-medical:before {
    content: "\f7e6";
  }

  .fa-book-open:before {
    content: "\f518";
  }

  .fa-book-reader:before {
    content: "\f5da";
  }

  .fa-bookmark:before {
    content: "\f02e";
  }

  .fa-bootstrap:before {
    content: "\f836";
  }

  .fa-border-all:before {
    content: "\f84c";
  }

  .fa-border-none:before {
    content: "\f850";
  }

  .fa-border-style:before {
    content: "\f853";
  }

  .fa-bowling-ball:before {
    content: "\f436";
  }

  .fa-box:before {
    content: "\f466";
  }

  .fa-box-open:before {
    content: "\f49e";
  }

  .fa-box-tissue:before {
    content: "\e05b";
  }

  .fa-boxes:before {
    content: "\f468";
  }

  .fa-braille:before {
    content: "\f2a1";
  }

  .fa-brain:before {
    content: "\f5dc";
  }

  .fa-bread-slice:before {
    content: "\f7ec";
  }

  .fa-briefcase:before {
    content: "\f0b1";
  }

  .fa-briefcase-medical:before {
    content: "\f469";
  }

  .fa-broadcast-tower:before {
    content: "\f519";
  }

  .fa-broom:before {
    content: "\f51a";
  }

  .fa-brush:before {
    content: "\f55d";
  }

  .fa-btc:before {
    content: "\f15a";
  }

  .fa-buffer:before {
    content: "\f837";
  }

  .fa-bug:before {
    content: "\f188";
  }

  .fa-building:before {
    content: "\f1ad";
  }

  .fa-bullhorn:before {
    content: "\f0a1";
  }

  .fa-bullseye:before {
    content: "\f140";
  }

  .fa-burn:before {
    content: "\f46a";
  }

  .fa-buromobelexperte:before {
    content: "\f37f";
  }

  .fa-bus:before {
    content: "\f207";
  }

  .fa-bus-alt:before {
    content: "\f55e";
  }

  .fa-business-time:before {
    content: "\f64a";
  }

  .fa-buy-n-large:before {
    content: "\f8a6";
  }

  .fa-buysellads:before {
    content: "\f20d";
  }

  .fa-calculator:before {
    content: "\f1ec";
  }

  .fa-calendar:before {
    content: "\f133";
  }

  .fa-calendar-alt:before {
    content: "\f073";
  }

  .fa-calendar-check:before {
    content: "\f274";
  }

  .fa-calendar-day:before {
    content: "\f783";
  }

  .fa-calendar-minus:before {
    content: "\f272";
  }

  .fa-calendar-plus:before {
    content: "\f271";
  }

  .fa-calendar-times:before {
    content: "\f273";
  }

  .fa-calendar-week:before {
    content: "\f784";
  }

  .fa-camera:before {
    content: "\f030";
  }

  .fa-camera-retro:before {
    content: "\f083";
  }

  .fa-campground:before {
    content: "\f6bb";
  }

  .fa-canadian-maple-leaf:before {
    content: "\f785";
  }

  .fa-candy-cane:before {
    content: "\f786";
  }

  .fa-cannabis:before {
    content: "\f55f";
  }

  .fa-capsules:before {
    content: "\f46b";
  }

  .fa-car:before {
    content: "\f1b9";
  }

  .fa-car-alt:before {
    content: "\f5de";
  }

  .fa-car-battery:before {
    content: "\f5df";
  }

  .fa-car-crash:before {
    content: "\f5e1";
  }

  .fa-car-side:before {
    content: "\f5e4";
  }

  .fa-caravan:before {
    content: "\f8ff";
  }

  .fa-caret-down:before {
    content: "\f0d7";
  }

  .fa-caret-left:before {
    content: "\f0d9";
  }

  .fa-caret-right:before {
    content: "\f0da";
  }

  .fa-caret-square-down:before {
    content: "\f150";
  }

  .fa-caret-square-left:before {
    content: "\f191";
  }

  .fa-caret-square-right:before {
    content: "\f152";
  }

  .fa-caret-square-up:before {
    content: "\f151";
  }

  .fa-caret-up:before {
    content: "\f0d8";
  }

  .fa-carrot:before {
    content: "\f787";
  }

  .fa-cart-arrow-down:before {
    content: "\f218";
  }

  .fa-cart-plus:before {
    content: "\f217";
  }

  .fa-cash-register:before {
    content: "\f788";
  }

  .fa-cat:before {
    content: "\f6be";
  }

  .fa-cc-amazon-pay:before {
    content: "\f42d";
  }

  .fa-cc-amex:before {
    content: "\f1f3";
  }

  .fa-cc-apple-pay:before {
    content: "\f416";
  }

  .fa-cc-diners-club:before {
    content: "\f24c";
  }

  .fa-cc-discover:before {
    content: "\f1f2";
  }

  .fa-cc-jcb:before {
    content: "\f24b";
  }

  .fa-cc-mastercard:before {
    content: "\f1f1";
  }

  .fa-cc-paypal:before {
    content: "\f1f4";
  }

  .fa-cc-stripe:before {
    content: "\f1f5";
  }

  .fa-cc-visa:before {
    content: "\f1f0";
  }

  .fa-centercode:before {
    content: "\f380";
  }

  .fa-centos:before {
    content: "\f789";
  }

  .fa-certificate:before {
    content: "\f0a3";
  }

  .fa-chair:before {
    content: "\f6c0";
  }

  .fa-chalkboard:before {
    content: "\f51b";
  }

  .fa-chalkboard-teacher:before {
    content: "\f51c";
  }

  .fa-charging-station:before {
    content: "\f5e7";
  }

  .fa-chart-area:before {
    content: "\f1fe";
  }

  .fa-chart-bar:before {
    content: "\f080";
  }

  .fa-chart-line:before {
    content: "\f201";
  }

  .fa-chart-pie:before {
    content: "\f200";
  }

  .fa-check:before {
    content: "\f00c";
  }

  .fa-check-circle:before {
    content: "\f058";
  }

  .fa-check-double:before {
    content: "\f560";
  }

  .fa-check-square:before {
    content: "\f14a";
  }

  .fa-cheese:before {
    content: "\f7ef";
  }

  .fa-chess:before {
    content: "\f439";
  }

  .fa-chess-bishop:before {
    content: "\f43a";
  }

  .fa-chess-board:before {
    content: "\f43c";
  }

  .fa-chess-king:before {
    content: "\f43f";
  }

  .fa-chess-knight:before {
    content: "\f441";
  }

  .fa-chess-pawn:before {
    content: "\f443";
  }

  .fa-chess-queen:before {
    content: "\f445";
  }

  .fa-chess-rook:before {
    content: "\f447";
  }

  .fa-chevron-circle-down:before {
    content: "\f13a";
  }

  .fa-chevron-circle-left:before {
    content: "\f137";
  }

  .fa-chevron-circle-right:before {
    content: "\f138";
  }

  .fa-chevron-circle-up:before {
    content: "\f139";
  }

  .fa-chevron-down:before {
    content: "\f078";
  }

  .fa-chevron-left:before {
    content: "\f053";
  }

  .fa-chevron-right:before {
    content: "\f054";
  }

  .fa-chevron-up:before {
    content: "\f077";
  }

  .fa-child:before {
    content: "\f1ae";
  }

  .fa-chrome:before {
    content: "\f268";
  }

  .fa-chromecast:before {
    content: "\f838";
  }

  .fa-church:before {
    content: "\f51d";
  }

  .fa-circle:before {
    content: "\f111";
  }

  .fa-circle-notch:before {
    content: "\f1ce";
  }

  .fa-city:before {
    content: "\f64f";
  }

  .fa-clinic-medical:before {
    content: "\f7f2";
  }

  .fa-clipboard:before {
    content: "\f328";
  }

  .fa-clipboard-check:before {
    content: "\f46c";
  }

  .fa-clipboard-list:before {
    content: "\f46d";
  }

  .fa-clock:before {
    content: "\f017";
  }

  .fa-clone:before {
    content: "\f24d";
  }

  .fa-closed-captioning:before {
    content: "\f20a";
  }

  .fa-cloud:before {
    content: "\f0c2";
  }

  .fa-cloud-download-alt:before {
    content: "\f381";
  }

  .fa-cloud-meatball:before {
    content: "\f73b";
  }

  .fa-cloud-moon:before {
    content: "\f6c3";
  }

  .fa-cloud-moon-rain:before {
    content: "\f73c";
  }

  .fa-cloud-rain:before {
    content: "\f73d";
  }

  .fa-cloud-showers-heavy:before {
    content: "\f740";
  }

  .fa-cloud-sun:before {
    content: "\f6c4";
  }

  .fa-cloud-sun-rain:before {
    content: "\f743";
  }

  .fa-cloud-upload-alt:before {
    content: "\f382";
  }

  .fa-cloudflare:before {
    content: "\e07d";
  }

  .fa-cloudscale:before {
    content: "\f383";
  }

  .fa-cloudsmith:before {
    content: "\f384";
  }

  .fa-cloudversify:before {
    content: "\f385";
  }

  .fa-cocktail:before {
    content: "\f561";
  }

  .fa-code:before {
    content: "\f121";
  }

  .fa-code-branch:before {
    content: "\f126";
  }

  .fa-codepen:before {
    content: "\f1cb";
  }

  .fa-codiepie:before {
    content: "\f284";
  }

  .fa-coffee:before {
    content: "\f0f4";
  }

  .fa-cog:before {
    content: "\f013";
  }

  .fa-cogs:before {
    content: "\f085";
  }

  .fa-coins:before {
    content: "\f51e";
  }

  .fa-columns:before {
    content: "\f0db";
  }

  .fa-comment:before {
    content: "\f075";
  }

  .fa-comment-alt:before {
    content: "\f27a";
  }

  .fa-comment-dollar:before {
    content: "\f651";
  }

  .fa-comment-dots:before {
    content: "\f4ad";
  }

  .fa-comment-medical:before {
    content: "\f7f5";
  }

  .fa-comment-slash:before {
    content: "\f4b3";
  }

  .fa-comments:before {
    content: "\f086";
  }

  .fa-comments-dollar:before {
    content: "\f653";
  }

  .fa-compact-disc:before {
    content: "\f51f";
  }

  .fa-compass:before {
    content: "\f14e";
  }

  .fa-compress:before {
    content: "\f066";
  }

  .fa-compress-alt:before {
    content: "\f422";
  }

  .fa-compress-arrows-alt:before {
    content: "\f78c";
  }

  .fa-concierge-bell:before {
    content: "\f562";
  }

  .fa-confluence:before {
    content: "\f78d";
  }

  .fa-connectdevelop:before {
    content: "\f20e";
  }

  .fa-contao:before {
    content: "\f26d";
  }

  .fa-cookie:before {
    content: "\f563";
  }

  .fa-cookie-bite:before {
    content: "\f564";
  }

  .fa-copy:before {
    content: "\f0c5";
  }

  .fa-copyright:before {
    content: "\f1f9";
  }

  .fa-cotton-bureau:before {
    content: "\f89e";
  }

  .fa-couch:before {
    content: "\f4b8";
  }

  .fa-cpanel:before {
    content: "\f388";
  }

  .fa-creative-commons:before {
    content: "\f25e";
  }

  .fa-creative-commons-by:before {
    content: "\f4e7";
  }

  .fa-creative-commons-nc:before {
    content: "\f4e8";
  }

  .fa-creative-commons-nc-eu:before {
    content: "\f4e9";
  }

  .fa-creative-commons-nc-jp:before {
    content: "\f4ea";
  }

  .fa-creative-commons-nd:before {
    content: "\f4eb";
  }

  .fa-creative-commons-pd:before {
    content: "\f4ec";
  }

  .fa-creative-commons-pd-alt:before {
    content: "\f4ed";
  }

  .fa-creative-commons-remix:before {
    content: "\f4ee";
  }

  .fa-creative-commons-sa:before {
    content: "\f4ef";
  }

  .fa-creative-commons-sampling:before {
    content: "\f4f0";
  }

  .fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
  }

  .fa-creative-commons-share:before {
    content: "\f4f2";
  }

  .fa-creative-commons-zero:before {
    content: "\f4f3";
  }

  .fa-credit-card:before {
    content: "\f09d";
  }

  .fa-critical-role:before {
    content: "\f6c9";
  }

  .fa-crop:before {
    content: "\f125";
  }

  .fa-crop-alt:before {
    content: "\f565";
  }

  .fa-cross:before {
    content: "\f654";
  }

  .fa-crosshairs:before {
    content: "\f05b";
  }

  .fa-crow:before {
    content: "\f520";
  }

  .fa-crown:before {
    content: "\f521";
  }

  .fa-crutch:before {
    content: "\f7f7";
  }

  .fa-css3:before {
    content: "\f13c";
  }

  .fa-css3-alt:before {
    content: "\f38b";
  }

  .fa-cube:before {
    content: "\f1b2";
  }

  .fa-cubes:before {
    content: "\f1b3";
  }

  .fa-cut:before {
    content: "\f0c4";
  }

  .fa-cuttlefish:before {
    content: "\f38c";
  }

  .fa-d-and-d:before {
    content: "\f38d";
  }

  .fa-d-and-d-beyond:before {
    content: "\f6ca";
  }

  .fa-dailymotion:before {
    content: "\e052";
  }

  .fa-dashcube:before {
    content: "\f210";
  }

  .fa-database:before {
    content: "\f1c0";
  }

  .fa-deaf:before {
    content: "\f2a4";
  }

  .fa-deezer:before {
    content: "\e077";
  }

  .fa-delicious:before {
    content: "\f1a5";
  }

  .fa-democrat:before {
    content: "\f747";
  }

  .fa-deploydog:before {
    content: "\f38e";
  }

  .fa-deskpro:before {
    content: "\f38f";
  }

  .fa-desktop:before {
    content: "\f108";
  }

  .fa-dev:before {
    content: "\f6cc";
  }

  .fa-deviantart:before {
    content: "\f1bd";
  }

  .fa-dharmachakra:before {
    content: "\f655";
  }

  .fa-dhl:before {
    content: "\f790";
  }

  .fa-diagnoses:before {
    content: "\f470";
  }

  .fa-diaspora:before {
    content: "\f791";
  }

  .fa-dice:before {
    content: "\f522";
  }

  .fa-dice-d20:before {
    content: "\f6cf";
  }

  .fa-dice-d6:before {
    content: "\f6d1";
  }

  .fa-dice-five:before {
    content: "\f523";
  }

  .fa-dice-four:before {
    content: "\f524";
  }

  .fa-dice-one:before {
    content: "\f525";
  }

  .fa-dice-six:before {
    content: "\f526";
  }

  .fa-dice-three:before {
    content: "\f527";
  }

  .fa-dice-two:before {
    content: "\f528";
  }

  .fa-digg:before {
    content: "\f1a6";
  }

  .fa-digital-ocean:before {
    content: "\f391";
  }

  .fa-digital-tachograph:before {
    content: "\f566";
  }

  .fa-directions:before {
    content: "\f5eb";
  }

  .fa-discord:before {
    content: "\f392";
  }

  .fa-discourse:before {
    content: "\f393";
  }

  .fa-disease:before {
    content: "\f7fa";
  }

  .fa-divide:before {
    content: "\f529";
  }

  .fa-dizzy:before {
    content: "\f567";
  }

  .fa-dna:before {
    content: "\f471";
  }

  .fa-dochub:before {
    content: "\f394";
  }

  .fa-docker:before {
    content: "\f395";
  }

  .fa-dog:before {
    content: "\f6d3";
  }

  .fa-dollar-sign:before {
    content: "\f155";
  }

  .fa-dolly:before {
    content: "\f472";
  }

  .fa-dolly-flatbed:before {
    content: "\f474";
  }

  .fa-donate:before {
    content: "\f4b9";
  }

  .fa-door-closed:before {
    content: "\f52a";
  }

  .fa-door-open:before {
    content: "\f52b";
  }

  .fa-dot-circle:before {
    content: "\f192";
  }

  .fa-dove:before {
    content: "\f4ba";
  }

  .fa-download:before {
    content: "\f019";
  }

  .fa-draft2digital:before {
    content: "\f396";
  }

  .fa-drafting-compass:before {
    content: "\f568";
  }

  .fa-dragon:before {
    content: "\f6d5";
  }

  .fa-draw-polygon:before {
    content: "\f5ee";
  }

  .fa-dribbble:before {
    content: "\f17d";
  }

  .fa-dribbble-square:before {
    content: "\f397";
  }

  .fa-dropbox:before {
    content: "\f16b";
  }

  .fa-drum:before {
    content: "\f569";
  }

  .fa-drum-steelpan:before {
    content: "\f56a";
  }

  .fa-drumstick-bite:before {
    content: "\f6d7";
  }

  .fa-drupal:before {
    content: "\f1a9";
  }

  .fa-dumbbell:before {
    content: "\f44b";
  }

  .fa-dumpster:before {
    content: "\f793";
  }

  .fa-dumpster-fire:before {
    content: "\f794";
  }

  .fa-dungeon:before {
    content: "\f6d9";
  }

  .fa-dyalog:before {
    content: "\f399";
  }

  .fa-earlybirds:before {
    content: "\f39a";
  }

  .fa-ebay:before {
    content: "\f4f4";
  }

  .fa-edge:before {
    content: "\f282";
  }

  .fa-edge-legacy:before {
    content: "\e078";
  }

  .fa-edit:before {
    content: "\f044";
  }

  .fa-egg:before {
    content: "\f7fb";
  }

  .fa-eject:before {
    content: "\f052";
  }

  .fa-elementor:before {
    content: "\f430";
  }

  .fa-ellipsis-h:before {
    content: "\f141";
  }

  .fa-ellipsis-v:before {
    content: "\f142";
  }

  .fa-ello:before {
    content: "\f5f1";
  }

  .fa-ember:before {
    content: "\f423";
  }

  .fa-empire:before {
    content: "\f1d1";
  }

  .fa-envelope:before {
    content: "\f0e0";
  }

  .fa-envelope-open:before {
    content: "\f2b6";
  }

  .fa-envelope-open-text:before {
    content: "\f658";
  }

  .fa-envelope-square:before {
    content: "\f199";
  }

  .fa-envira:before {
    content: "\f299";
  }

  .fa-equals:before {
    content: "\f52c";
  }

  .fa-eraser:before {
    content: "\f12d";
  }

  .fa-erlang:before {
    content: "\f39d";
  }

  .fa-ethereum:before {
    content: "\f42e";
  }

  .fa-ethernet:before {
    content: "\f796";
  }

  .fa-etsy:before {
    content: "\f2d7";
  }

  .fa-euro-sign:before {
    content: "\f153";
  }

  .fa-evernote:before {
    content: "\f839";
  }

  .fa-exchange-alt:before {
    content: "\f362";
  }

  .fa-exclamation:before {
    content: "\f12a";
  }

  .fa-exclamation-circle:before {
    content: "\f06a";
  }

  .fa-exclamation-triangle:before {
    content: "\f071";
  }

  .fa-expand:before {
    content: "\f065";
  }

  .fa-expand-alt:before {
    content: "\f424";
  }

  .fa-expand-arrows-alt:before {
    content: "\f31e";
  }

  .fa-expeditedssl:before {
    content: "\f23e";
  }

  .fa-external-link-alt:before {
    content: "\f35d";
  }

  .fa-external-link-square-alt:before {
    content: "\f360";
  }

  .fa-eye:before {
    content: "\f06e";
  }

  .fa-eye-dropper:before {
    content: "\f1fb";
  }

  .fa-eye-slash:before {
    content: "\f070";
  }

  .fa-facebook:before {
    content: "\f09a";
  }

  .fa-facebook-f:before {
    content: "\f39e";
  }

  .fa-facebook-messenger:before {
    content: "\f39f";
  }

  .fa-facebook-square:before {
    content: "\f082";
  }

  .fa-fan:before {
    content: "\f863";
  }

  .fa-fantasy-flight-games:before {
    content: "\f6dc";
  }

  .fa-fast-backward:before {
    content: "\f049";
  }

  .fa-fast-forward:before {
    content: "\f050";
  }

  .fa-faucet:before {
    content: "\e005";
  }

  .fa-fax:before {
    content: "\f1ac";
  }

  .fa-feather:before {
    content: "\f52d";
  }

  .fa-feather-alt:before {
    content: "\f56b";
  }

  .fa-fedex:before {
    content: "\f797";
  }

  .fa-fedora:before {
    content: "\f798";
  }

  .fa-female:before {
    content: "\f182";
  }

  .fa-fighter-jet:before {
    content: "\f0fb";
  }

  .fa-figma:before {
    content: "\f799";
  }

  .fa-file:before {
    content: "\f15b";
  }

  .fa-file-alt:before {
    content: "\f15c";
  }

  .fa-file-archive:before {
    content: "\f1c6";
  }

  .fa-file-audio:before {
    content: "\f1c7";
  }

  .fa-file-code:before {
    content: "\f1c9";
  }

  .fa-file-contract:before {
    content: "\f56c";
  }

  .fa-file-csv:before {
    content: "\f6dd";
  }

  .fa-file-download:before {
    content: "\f56d";
  }

  .fa-file-excel:before {
    content: "\f1c3";
  }

  .fa-file-export:before {
    content: "\f56e";
  }

  .fa-file-image:before {
    content: "\f1c5";
  }

  .fa-file-import:before {
    content: "\f56f";
  }

  .fa-file-invoice:before {
    content: "\f570";
  }

  .fa-file-invoice-dollar:before {
    content: "\f571";
  }

  .fa-file-medical:before {
    content: "\f477";
  }

  .fa-file-medical-alt:before {
    content: "\f478";
  }

  .fa-file-pdf:before {
    content: "\f1c1";
  }

  .fa-file-powerpoint:before {
    content: "\f1c4";
  }

  .fa-file-prescription:before {
    content: "\f572";
  }

  .fa-file-signature:before {
    content: "\f573";
  }

  .fa-file-upload:before {
    content: "\f574";
  }

  .fa-file-video:before {
    content: "\f1c8";
  }

  .fa-file-word:before {
    content: "\f1c2";
  }

  .fa-fill:before {
    content: "\f575";
  }

  .fa-fill-drip:before {
    content: "\f576";
  }

  .fa-film:before {
    content: "\f008";
  }

  .fa-filter:before {
    content: "\f0b0";
  }

  .fa-fingerprint:before {
    content: "\f577";
  }

  .fa-fire:before {
    content: "\f06d";
  }

  .fa-fire-alt:before {
    content: "\f7e4";
  }

  .fa-fire-extinguisher:before {
    content: "\f134";
  }

  .fa-firefox:before {
    content: "\f269";
  }

  .fa-firefox-browser:before {
    content: "\e007";
  }

  .fa-first-aid:before {
    content: "\f479";
  }

  .fa-first-order:before {
    content: "\f2b0";
  }

  .fa-first-order-alt:before {
    content: "\f50a";
  }

  .fa-firstdraft:before {
    content: "\f3a1";
  }

  .fa-fish:before {
    content: "\f578";
  }

  .fa-fist-raised:before {
    content: "\f6de";
  }

  .fa-flag:before {
    content: "\f024";
  }

  .fa-flag-checkered:before {
    content: "\f11e";
  }

  .fa-flag-usa:before {
    content: "\f74d";
  }

  .fa-flask:before {
    content: "\f0c3";
  }

  .fa-flickr:before {
    content: "\f16e";
  }

  .fa-flipboard:before {
    content: "\f44d";
  }

  .fa-flushed:before {
    content: "\f579";
  }

  .fa-fly:before {
    content: "\f417";
  }

  .fa-folder:before {
    content: "\f07b";
  }

  .fa-folder-minus:before {
    content: "\f65d";
  }

  .fa-folder-open:before {
    content: "\f07c";
  }

  .fa-folder-plus:before {
    content: "\f65e";
  }

  .fa-font:before {
    content: "\f031";
  }

  .fa-font-awesome:before {
    content: "\f2b4";
  }

  .fa-font-awesome-alt:before {
    content: "\f35c";
  }

  .fa-font-awesome-flag:before {
    content: "\f425";
  }

  .fa-font-awesome-logo-full:before {
    content: "\f4e6";
  }

  .fa-fonticons:before {
    content: "\f280";
  }

  .fa-fonticons-fi:before {
    content: "\f3a2";
  }

  .fa-football-ball:before {
    content: "\f44e";
  }

  .fa-fort-awesome:before {
    content: "\f286";
  }

  .fa-fort-awesome-alt:before {
    content: "\f3a3";
  }

  .fa-forumbee:before {
    content: "\f211";
  }

  .fa-forward:before {
    content: "\f04e";
  }

  .fa-foursquare:before {
    content: "\f180";
  }

  .fa-free-code-camp:before {
    content: "\f2c5";
  }

  .fa-freebsd:before {
    content: "\f3a4";
  }

  .fa-frog:before {
    content: "\f52e";
  }

  .fa-frown:before {
    content: "\f119";
  }

  .fa-frown-open:before {
    content: "\f57a";
  }

  .fa-fulcrum:before {
    content: "\f50b";
  }

  .fa-funnel-dollar:before {
    content: "\f662";
  }

  .fa-futbol:before {
    content: "\f1e3";
  }

  .fa-galactic-republic:before {
    content: "\f50c";
  }

  .fa-galactic-senate:before {
    content: "\f50d";
  }

  .fa-gamepad:before {
    content: "\f11b";
  }

  .fa-gas-pump:before {
    content: "\f52f";
  }

  .fa-gavel:before {
    content: "\f0e3";
  }

  .fa-gem:before {
    content: "\f3a5";
  }

  .fa-genderless:before {
    content: "\f22d";
  }

  .fa-get-pocket:before {
    content: "\f265";
  }

  .fa-gg:before {
    content: "\f260";
  }

  .fa-gg-circle:before {
    content: "\f261";
  }

  .fa-ghost:before {
    content: "\f6e2";
  }

  .fa-gift:before {
    content: "\f06b";
  }

  .fa-gifts:before {
    content: "\f79c";
  }

  .fa-git:before {
    content: "\f1d3";
  }

  .fa-git-alt:before {
    content: "\f841";
  }

  .fa-git-square:before {
    content: "\f1d2";
  }

  .fa-github:before {
    content: "\f09b";
  }

  .fa-github-alt:before {
    content: "\f113";
  }

  .fa-github-square:before {
    content: "\f092";
  }

  .fa-gitkraken:before {
    content: "\f3a6";
  }

  .fa-gitlab:before {
    content: "\f296";
  }

  .fa-gitter:before {
    content: "\f426";
  }

  .fa-glass-cheers:before {
    content: "\f79f";
  }

  .fa-glass-martini:before {
    content: "\f000";
  }

  .fa-glass-martini-alt:before {
    content: "\f57b";
  }

  .fa-glass-whiskey:before {
    content: "\f7a0";
  }

  .fa-glasses:before {
    content: "\f530";
  }

  .fa-glide:before {
    content: "\f2a5";
  }

  .fa-glide-g:before {
    content: "\f2a6";
  }

  .fa-globe:before {
    content: "\f0ac";
  }

  .fa-globe-africa:before {
    content: "\f57c";
  }

  .fa-globe-americas:before {
    content: "\f57d";
  }

  .fa-globe-asia:before {
    content: "\f57e";
  }

  .fa-globe-europe:before {
    content: "\f7a2";
  }

  .fa-gofore:before {
    content: "\f3a7";
  }

  .fa-golf-ball:before {
    content: "\f450";
  }

  .fa-goodreads:before {
    content: "\f3a8";
  }

  .fa-goodreads-g:before {
    content: "\f3a9";
  }

  .fa-google:before {
    content: "\f1a0";
  }

  .fa-google-drive:before {
    content: "\f3aa";
  }

  .fa-google-pay:before {
    content: "\e079";
  }

  .fa-google-play:before {
    content: "\f3ab";
  }

  .fa-google-plus:before {
    content: "\f2b3";
  }

  .fa-google-plus-g:before {
    content: "\f0d5";
  }

  .fa-google-plus-square:before {
    content: "\f0d4";
  }

  .fa-google-wallet:before {
    content: "\f1ee";
  }

  .fa-gopuram:before {
    content: "\f664";
  }

  .fa-graduation-cap:before {
    content: "\f19d";
  }

  .fa-gratipay:before {
    content: "\f184";
  }

  .fa-grav:before {
    content: "\f2d6";
  }

  .fa-greater-than:before {
    content: "\f531";
  }

  .fa-greater-than-equal:before {
    content: "\f532";
  }

  .fa-grimace:before {
    content: "\f57f";
  }

  .fa-grin:before {
    content: "\f580";
  }

  .fa-grin-alt:before {
    content: "\f581";
  }

  .fa-grin-beam:before {
    content: "\f582";
  }

  .fa-grin-beam-sweat:before {
    content: "\f583";
  }

  .fa-grin-hearts:before {
    content: "\f584";
  }

  .fa-grin-squint:before {
    content: "\f585";
  }

  .fa-grin-squint-tears:before {
    content: "\f586";
  }

  .fa-grin-stars:before {
    content: "\f587";
  }

  .fa-grin-tears:before {
    content: "\f588";
  }

  .fa-grin-tongue:before {
    content: "\f589";
  }

  .fa-grin-tongue-squint:before {
    content: "\f58a";
  }

  .fa-grin-tongue-wink:before {
    content: "\f58b";
  }

  .fa-grin-wink:before {
    content: "\f58c";
  }

  .fa-grip-horizontal:before {
    content: "\f58d";
  }

  .fa-grip-lines:before {
    content: "\f7a4";
  }

  .fa-grip-lines-vertical:before {
    content: "\f7a5";
  }

  .fa-grip-vertical:before {
    content: "\f58e";
  }

  .fa-gripfire:before {
    content: "\f3ac";
  }

  .fa-grunt:before {
    content: "\f3ad";
  }

  .fa-guilded:before {
    content: "\e07e";
  }

  .fa-guitar:before {
    content: "\f7a6";
  }

  .fa-gulp:before {
    content: "\f3ae";
  }

  .fa-h-square:before {
    content: "\f0fd";
  }

  .fa-hacker-news:before {
    content: "\f1d4";
  }

  .fa-hacker-news-square:before {
    content: "\f3af";
  }

  .fa-hackerrank:before {
    content: "\f5f7";
  }

  .fa-hamburger:before {
    content: "\f805";
  }

  .fa-hammer:before {
    content: "\f6e3";
  }

  .fa-hamsa:before {
    content: "\f665";
  }

  .fa-hand-holding:before {
    content: "\f4bd";
  }

  .fa-hand-holding-heart:before {
    content: "\f4be";
  }

  .fa-hand-holding-medical:before {
    content: "\e05c";
  }

  .fa-hand-holding-usd:before {
    content: "\f4c0";
  }

  .fa-hand-holding-water:before {
    content: "\f4c1";
  }

  .fa-hand-lizard:before {
    content: "\f258";
  }

  .fa-hand-middle-finger:before {
    content: "\f806";
  }

  .fa-hand-paper:before {
    content: "\f256";
  }

  .fa-hand-peace:before {
    content: "\f25b";
  }

  .fa-hand-point-down:before {
    content: "\f0a7";
  }

  .fa-hand-point-left:before {
    content: "\f0a5";
  }

  .fa-hand-point-right:before {
    content: "\f0a4";
  }

  .fa-hand-point-up:before {
    content: "\f0a6";
  }

  .fa-hand-pointer:before {
    content: "\f25a";
  }

  .fa-hand-rock:before {
    content: "\f255";
  }

  .fa-hand-scissors:before {
    content: "\f257";
  }

  .fa-hand-sparkles:before {
    content: "\e05d";
  }

  .fa-hand-spock:before {
    content: "\f259";
  }

  .fa-hands:before {
    content: "\f4c2";
  }

  .fa-hands-helping:before {
    content: "\f4c4";
  }

  .fa-hands-wash:before {
    content: "\e05e";
  }

  .fa-handshake:before {
    content: "\f2b5";
  }

  .fa-handshake-alt-slash:before {
    content: "\e05f";
  }

  .fa-handshake-slash:before {
    content: "\e060";
  }

  .fa-hanukiah:before {
    content: "\f6e6";
  }

  .fa-hard-hat:before {
    content: "\f807";
  }

  .fa-hashtag:before {
    content: "\f292";
  }

  .fa-hat-cowboy:before {
    content: "\f8c0";
  }

  .fa-hat-cowboy-side:before {
    content: "\f8c1";
  }

  .fa-hat-wizard:before {
    content: "\f6e8";
  }

  .fa-hdd:before {
    content: "\f0a0";
  }

  .fa-head-side-cough:before {
    content: "\e061";
  }

  .fa-head-side-cough-slash:before {
    content: "\e062";
  }

  .fa-head-side-mask:before {
    content: "\e063";
  }

  .fa-head-side-virus:before {
    content: "\e064";
  }

  .fa-heading:before {
    content: "\f1dc";
  }

  .fa-headphones:before {
    content: "\f025";
  }

  .fa-headphones-alt:before {
    content: "\f58f";
  }

  .fa-headset:before {
    content: "\f590";
  }

  .fa-heart:before {
    content: "\f004";
  }

  .fa-heart-broken:before {
    content: "\f7a9";
  }

  .fa-heartbeat:before {
    content: "\f21e";
  }

  .fa-helicopter:before {
    content: "\f533";
  }

  .fa-highlighter:before {
    content: "\f591";
  }

  .fa-hiking:before {
    content: "\f6ec";
  }

  .fa-hippo:before {
    content: "\f6ed";
  }

  .fa-hips:before {
    content: "\f452";
  }

  .fa-hire-a-helper:before {
    content: "\f3b0";
  }

  .fa-history:before {
    content: "\f1da";
  }

  .fa-hive:before {
    content: "\e07f";
  }

  .fa-hockey-puck:before {
    content: "\f453";
  }

  .fa-holly-berry:before {
    content: "\f7aa";
  }

  .fa-home:before {
    content: "\f015";
  }

  .fa-hooli:before {
    content: "\f427";
  }

  .fa-hornbill:before {
    content: "\f592";
  }

  .fa-horse:before {
    content: "\f6f0";
  }

  .fa-horse-head:before {
    content: "\f7ab";
  }

  .fa-hospital:before {
    content: "\f0f8";
  }

  .fa-hospital-alt:before {
    content: "\f47d";
  }

  .fa-hospital-symbol:before {
    content: "\f47e";
  }

  .fa-hospital-user:before {
    content: "\f80d";
  }

  .fa-hot-tub:before {
    content: "\f593";
  }

  .fa-hotdog:before {
    content: "\f80f";
  }

  .fa-hotel:before {
    content: "\f594";
  }

  .fa-hotjar:before {
    content: "\f3b1";
  }

  .fa-hourglass:before {
    content: "\f254";
  }

  .fa-hourglass-end:before {
    content: "\f253";
  }

  .fa-hourglass-half:before {
    content: "\f252";
  }

  .fa-hourglass-start:before {
    content: "\f251";
  }

  .fa-house-damage:before {
    content: "\f6f1";
  }

  .fa-house-user:before {
    content: "\e065";
  }

  .fa-houzz:before {
    content: "\f27c";
  }

  .fa-hryvnia:before {
    content: "\f6f2";
  }

  .fa-html5:before {
    content: "\f13b";
  }

  .fa-hubspot:before {
    content: "\f3b2";
  }

  .fa-i-cursor:before {
    content: "\f246";
  }

  .fa-ice-cream:before {
    content: "\f810";
  }

  .fa-icicles:before {
    content: "\f7ad";
  }

  .fa-icons:before {
    content: "\f86d";
  }

  .fa-id-badge:before {
    content: "\f2c1";
  }

  .fa-id-card:before {
    content: "\f2c2";
  }

  .fa-id-card-alt:before {
    content: "\f47f";
  }

  .fa-ideal:before {
    content: "\e013";
  }

  .fa-igloo:before {
    content: "\f7ae";
  }

  .fa-image:before {
    content: "\f03e";
  }

  .fa-images:before {
    content: "\f302";
  }

  .fa-imdb:before {
    content: "\f2d8";
  }

  .fa-inbox:before {
    content: "\f01c";
  }

  .fa-indent:before {
    content: "\f03c";
  }

  .fa-industry:before {
    content: "\f275";
  }

  .fa-infinity:before {
    content: "\f534";
  }

  .fa-info:before {
    content: "\f129";
  }

  .fa-info-circle:before {
    content: "\f05a";
  }

  .fa-innosoft:before {
    content: "\e080";
  }

  .fa-instagram:before {
    content: "\f16d";
  }

  .fa-instagram-square:before {
    content: "\e055";
  }

  .fa-instalod:before {
    content: "\e081";
  }

  .fa-intercom:before {
    content: "\f7af";
  }

  .fa-internet-explorer:before {
    content: "\f26b";
  }

  .fa-invision:before {
    content: "\f7b0";
  }

  .fa-ioxhost:before {
    content: "\f208";
  }

  .fa-italic:before {
    content: "\f033";
  }

  .fa-itch-io:before {
    content: "\f83a";
  }

  .fa-itunes:before {
    content: "\f3b4";
  }

  .fa-itunes-note:before {
    content: "\f3b5";
  }

  .fa-java:before {
    content: "\f4e4";
  }

  .fa-jedi:before {
    content: "\f669";
  }

  .fa-jedi-order:before {
    content: "\f50e";
  }

  .fa-jenkins:before {
    content: "\f3b6";
  }

  .fa-jira:before {
    content: "\f7b1";
  }

  .fa-joget:before {
    content: "\f3b7";
  }

  .fa-joint:before {
    content: "\f595";
  }

  .fa-joomla:before {
    content: "\f1aa";
  }

  .fa-journal-whills:before {
    content: "\f66a";
  }

  .fa-js:before {
    content: "\f3b8";
  }

  .fa-js-square:before {
    content: "\f3b9";
  }

  .fa-jsfiddle:before {
    content: "\f1cc";
  }

  .fa-kaaba:before {
    content: "\f66b";
  }

  .fa-kaggle:before {
    content: "\f5fa";
  }

  .fa-key:before {
    content: "\f084";
  }

  .fa-keybase:before {
    content: "\f4f5";
  }

  .fa-keyboard:before {
    content: "\f11c";
  }

  .fa-keycdn:before {
    content: "\f3ba";
  }

  .fa-khanda:before {
    content: "\f66d";
  }

  .fa-kickstarter:before {
    content: "\f3bb";
  }

  .fa-kickstarter-k:before {
    content: "\f3bc";
  }

  .fa-kiss:before {
    content: "\f596";
  }

  .fa-kiss-beam:before {
    content: "\f597";
  }

  .fa-kiss-wink-heart:before {
    content: "\f598";
  }

  .fa-kiwi-bird:before {
    content: "\f535";
  }

  .fa-korvue:before {
    content: "\f42f";
  }

  .fa-landmark:before {
    content: "\f66f";
  }

  .fa-language:before {
    content: "\f1ab";
  }

  .fa-laptop:before {
    content: "\f109";
  }

  .fa-laptop-code:before {
    content: "\f5fc";
  }

  .fa-laptop-house:before {
    content: "\e066";
  }

  .fa-laptop-medical:before {
    content: "\f812";
  }

  .fa-laravel:before {
    content: "\f3bd";
  }

  .fa-lastfm:before {
    content: "\f202";
  }

  .fa-lastfm-square:before {
    content: "\f203";
  }

  .fa-laugh:before {
    content: "\f599";
  }

  .fa-laugh-beam:before {
    content: "\f59a";
  }

  .fa-laugh-squint:before {
    content: "\f59b";
  }

  .fa-laugh-wink:before {
    content: "\f59c";
  }

  .fa-layer-group:before {
    content: "\f5fd";
  }

  .fa-leaf:before {
    content: "\f06c";
  }

  .fa-leanpub:before {
    content: "\f212";
  }

  .fa-lemon:before {
    content: "\f094";
  }

  .fa-less:before {
    content: "\f41d";
  }

  .fa-less-than:before {
    content: "\f536";
  }

  .fa-less-than-equal:before {
    content: "\f537";
  }

  .fa-level-down-alt:before {
    content: "\f3be";
  }

  .fa-level-up-alt:before {
    content: "\f3bf";
  }

  .fa-life-ring:before {
    content: "\f1cd";
  }

  .fa-lightbulb:before {
    content: "\f0eb";
  }

  .fa-line:before {
    content: "\f3c0";
  }

  .fa-link:before {
    content: "\f0c1";
  }

  .fa-linkedin:before {
    content: "\f08c";
  }

  .fa-linkedin-in:before {
    content: "\f0e1";
  }

  .fa-linode:before {
    content: "\f2b8";
  }

  .fa-linux:before {
    content: "\f17c";
  }

  .fa-lira-sign:before {
    content: "\f195";
  }

  .fa-list:before {
    content: "\f03a";
  }

  .fa-list-alt:before {
    content: "\f022";
  }

  .fa-list-ol:before {
    content: "\f0cb";
  }

  .fa-list-ul:before {
    content: "\f0ca";
  }

  .fa-location-arrow:before {
    content: "\f124";
  }

  .fa-lock:before {
    content: "\f023";
  }

  .fa-lock-open:before {
    content: "\f3c1";
  }

  .fa-long-arrow-alt-down:before {
    content: "\f309";
  }

  .fa-long-arrow-alt-left:before {
    content: "\f30a";
  }

  .fa-long-arrow-alt-right:before {
    content: "\f30b";
  }

  .fa-long-arrow-alt-up:before {
    content: "\f30c";
  }

  .fa-low-vision:before {
    content: "\f2a8";
  }

  .fa-luggage-cart:before {
    content: "\f59d";
  }

  .fa-lungs:before {
    content: "\f604";
  }

  .fa-lungs-virus:before {
    content: "\e067";
  }

  .fa-lyft:before {
    content: "\f3c3";
  }

  .fa-magento:before {
    content: "\f3c4";
  }

  .fa-magic:before {
    content: "\f0d0";
  }

  .fa-magnet:before {
    content: "\f076";
  }

  .fa-mail-bulk:before {
    content: "\f674";
  }

  .fa-mailchimp:before {
    content: "\f59e";
  }

  .fa-male:before {
    content: "\f183";
  }

  .fa-mandalorian:before {
    content: "\f50f";
  }

  .fa-map:before {
    content: "\f279";
  }

  .fa-map-marked:before {
    content: "\f59f";
  }

  .fa-map-marked-alt:before {
    content: "\f5a0";
  }

  .fa-map-marker:before {
    content: "\f041";
  }

  .fa-map-marker-alt:before {
    content: "\f3c5";
  }

  .fa-map-pin:before {
    content: "\f276";
  }

  .fa-map-signs:before {
    content: "\f277";
  }

  .fa-markdown:before {
    content: "\f60f";
  }

  .fa-marker:before {
    content: "\f5a1";
  }

  .fa-mars:before {
    content: "\f222";
  }

  .fa-mars-double:before {
    content: "\f227";
  }

  .fa-mars-stroke:before {
    content: "\f229";
  }

  .fa-mars-stroke-h:before {
    content: "\f22b";
  }

  .fa-mars-stroke-v:before {
    content: "\f22a";
  }

  .fa-mask:before {
    content: "\f6fa";
  }

  .fa-mastodon:before {
    content: "\f4f6";
  }

  .fa-maxcdn:before {
    content: "\f136";
  }

  .fa-mdb:before {
    content: "\f8ca";
  }

  .fa-medal:before {
    content: "\f5a2";
  }

  .fa-medapps:before {
    content: "\f3c6";
  }

  .fa-medium:before {
    content: "\f23a";
  }

  .fa-medium-m:before {
    content: "\f3c7";
  }

  .fa-medkit:before {
    content: "\f0fa";
  }

  .fa-medrt:before {
    content: "\f3c8";
  }

  .fa-meetup:before {
    content: "\f2e0";
  }

  .fa-megaport:before {
    content: "\f5a3";
  }

  .fa-meh:before {
    content: "\f11a";
  }

  .fa-meh-blank:before {
    content: "\f5a4";
  }

  .fa-meh-rolling-eyes:before {
    content: "\f5a5";
  }

  .fa-memory:before {
    content: "\f538";
  }

  .fa-mendeley:before {
    content: "\f7b3";
  }

  .fa-menorah:before {
    content: "\f676";
  }

  .fa-mercury:before {
    content: "\f223";
  }

  .fa-meteor:before {
    content: "\f753";
  }

  .fa-microblog:before {
    content: "\e01a";
  }

  .fa-microchip:before {
    content: "\f2db";
  }

  .fa-microphone:before {
    content: "\f130";
  }

  .fa-microphone-alt:before {
    content: "\f3c9";
  }

  .fa-microphone-alt-slash:before {
    content: "\f539";
  }

  .fa-microphone-slash:before {
    content: "\f131";
  }

  .fa-microscope:before {
    content: "\f610";
  }

  .fa-microsoft:before {
    content: "\f3ca";
  }

  .fa-minus:before {
    content: "\f068";
  }

  .fa-minus-circle:before {
    content: "\f056";
  }

  .fa-minus-square:before {
    content: "\f146";
  }

  .fa-mitten:before {
    content: "\f7b5";
  }

  .fa-mix:before {
    content: "\f3cb";
  }

  .fa-mixcloud:before {
    content: "\f289";
  }

  .fa-mixer:before {
    content: "\e056";
  }

  .fa-mizuni:before {
    content: "\f3cc";
  }

  .fa-mobile:before {
    content: "\f10b";
  }

  .fa-mobile-alt:before {
    content: "\f3cd";
  }

  .fa-modx:before {
    content: "\f285";
  }

  .fa-monero:before {
    content: "\f3d0";
  }

  .fa-money-bill:before {
    content: "\f0d6";
  }

  .fa-money-bill-alt:before {
    content: "\f3d1";
  }

  .fa-money-bill-wave:before {
    content: "\f53a";
  }

  .fa-money-bill-wave-alt:before {
    content: "\f53b";
  }

  .fa-money-check:before {
    content: "\f53c";
  }

  .fa-money-check-alt:before {
    content: "\f53d";
  }

  .fa-monument:before {
    content: "\f5a6";
  }

  .fa-moon:before {
    content: "\f186";
  }

  .fa-mortar-pestle:before {
    content: "\f5a7";
  }

  .fa-mosque:before {
    content: "\f678";
  }

  .fa-motorcycle:before {
    content: "\f21c";
  }

  .fa-mountain:before {
    content: "\f6fc";
  }

  .fa-mouse:before {
    content: "\f8cc";
  }

  .fa-mouse-pointer:before {
    content: "\f245";
  }

  .fa-mug-hot:before {
    content: "\f7b6";
  }

  .fa-music:before {
    content: "\f001";
  }

  .fa-napster:before {
    content: "\f3d2";
  }

  .fa-neos:before {
    content: "\f612";
  }

  .fa-network-wired:before {
    content: "\f6ff";
  }

  .fa-neuter:before {
    content: "\f22c";
  }

  .fa-newspaper:before {
    content: "\f1ea";
  }

  .fa-nimblr:before {
    content: "\f5a8";
  }

  .fa-node:before {
    content: "\f419";
  }

  .fa-node-js:before {
    content: "\f3d3";
  }

  .fa-not-equal:before {
    content: "\f53e";
  }

  .fa-notes-medical:before {
    content: "\f481";
  }

  .fa-npm:before {
    content: "\f3d4";
  }

  .fa-ns8:before {
    content: "\f3d5";
  }

  .fa-nutritionix:before {
    content: "\f3d6";
  }

  .fa-object-group:before {
    content: "\f247";
  }

  .fa-object-ungroup:before {
    content: "\f248";
  }

  .fa-octopus-deploy:before {
    content: "\e082";
  }

  .fa-odnoklassniki:before {
    content: "\f263";
  }

  .fa-odnoklassniki-square:before {
    content: "\f264";
  }

  .fa-oil-can:before {
    content: "\f613";
  }

  .fa-old-republic:before {
    content: "\f510";
  }

  .fa-om:before {
    content: "\f679";
  }

  .fa-opencart:before {
    content: "\f23d";
  }

  .fa-openid:before {
    content: "\f19b";
  }

  .fa-opera:before {
    content: "\f26a";
  }

  .fa-optin-monster:before {
    content: "\f23c";
  }

  .fa-orcid:before {
    content: "\f8d2";
  }

  .fa-osi:before {
    content: "\f41a";
  }

  .fa-otter:before {
    content: "\f700";
  }

  .fa-outdent:before {
    content: "\f03b";
  }

  .fa-page4:before {
    content: "\f3d7";
  }

  .fa-pagelines:before {
    content: "\f18c";
  }

  .fa-pager:before {
    content: "\f815";
  }

  .fa-paint-brush:before {
    content: "\f1fc";
  }

  .fa-paint-roller:before {
    content: "\f5aa";
  }

  .fa-palette:before {
    content: "\f53f";
  }

  .fa-palfed:before {
    content: "\f3d8";
  }

  .fa-pallet:before {
    content: "\f482";
  }

  .fa-paper-plane:before {
    content: "\f1d8";
  }

  .fa-paperclip:before {
    content: "\f0c6";
  }

  .fa-parachute-box:before {
    content: "\f4cd";
  }

  .fa-paragraph:before {
    content: "\f1dd";
  }

  .fa-parking:before {
    content: "\f540";
  }

  .fa-passport:before {
    content: "\f5ab";
  }

  .fa-pastafarianism:before {
    content: "\f67b";
  }

  .fa-paste:before {
    content: "\f0ea";
  }

  .fa-patreon:before {
    content: "\f3d9";
  }

  .fa-pause:before {
    content: "\f04c";
  }

  .fa-pause-circle:before {
    content: "\f28b";
  }

  .fa-paw:before {
    content: "\f1b0";
  }

  .fa-paypal:before {
    content: "\f1ed";
  }

  .fa-peace:before {
    content: "\f67c";
  }

  .fa-pen:before {
    content: "\f304";
  }

  .fa-pen-alt:before {
    content: "\f305";
  }

  .fa-pen-fancy:before {
    content: "\f5ac";
  }

  .fa-pen-nib:before {
    content: "\f5ad";
  }

  .fa-pen-square:before {
    content: "\f14b";
  }

  .fa-pencil-alt:before {
    content: "\f303";
  }

  .fa-pencil-ruler:before {
    content: "\f5ae";
  }

  .fa-penny-arcade:before {
    content: "\f704";
  }

  .fa-people-arrows:before {
    content: "\e068";
  }

  .fa-people-carry:before {
    content: "\f4ce";
  }

  .fa-pepper-hot:before {
    content: "\f816";
  }

  .fa-perbyte:before {
    content: "\e083";
  }

  .fa-percent:before {
    content: "\f295";
  }

  .fa-percentage:before {
    content: "\f541";
  }

  .fa-periscope:before {
    content: "\f3da";
  }

  .fa-person-booth:before {
    content: "\f756";
  }

  .fa-phabricator:before {
    content: "\f3db";
  }

  .fa-phoenix-framework:before {
    content: "\f3dc";
  }

  .fa-phoenix-squadron:before {
    content: "\f511";
  }

  .fa-phone:before {
    content: "\f095";
  }

  .fa-phone-alt:before {
    content: "\f879";
  }

  .fa-phone-slash:before {
    content: "\f3dd";
  }

  .fa-phone-square:before {
    content: "\f098";
  }

  .fa-phone-square-alt:before {
    content: "\f87b";
  }

  .fa-phone-volume:before {
    content: "\f2a0";
  }

  .fa-photo-video:before {
    content: "\f87c";
  }

  .fa-php:before {
    content: "\f457";
  }

  .fa-pied-piper:before {
    content: "\f2ae";
  }

  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }

  .fa-pied-piper-hat:before {
    content: "\f4e5";
  }

  .fa-pied-piper-pp:before {
    content: "\f1a7";
  }

  .fa-pied-piper-square:before {
    content: "\e01e";
  }

  .fa-piggy-bank:before {
    content: "\f4d3";
  }

  .fa-pills:before {
    content: "\f484";
  }

  .fa-pinterest:before {
    content: "\f0d2";
  }

  .fa-pinterest-p:before {
    content: "\f231";
  }

  .fa-pinterest-square:before {
    content: "\f0d3";
  }

  .fa-pizza-slice:before {
    content: "\f818";
  }

  .fa-place-of-worship:before {
    content: "\f67f";
  }

  .fa-plane:before {
    content: "\f072";
  }

  .fa-plane-arrival:before {
    content: "\f5af";
  }

  .fa-plane-departure:before {
    content: "\f5b0";
  }

  .fa-plane-slash:before {
    content: "\e069";
  }

  .fa-play:before {
    content: "\f04b";
  }

  .fa-play-circle:before {
    content: "\f144";
  }

  .fa-playstation:before {
    content: "\f3df";
  }

  .fa-plug:before {
    content: "\f1e6";
  }

  .fa-plus:before {
    content: "\f067";
  }

  .fa-plus-circle:before {
    content: "\f055";
  }

  .fa-plus-square:before {
    content: "\f0fe";
  }

  .fa-podcast:before {
    content: "\f2ce";
  }

  .fa-poll:before {
    content: "\f681";
  }

  .fa-poll-h:before {
    content: "\f682";
  }

  .fa-poo:before {
    content: "\f2fe";
  }

  .fa-poo-storm:before {
    content: "\f75a";
  }

  .fa-poop:before {
    content: "\f619";
  }

  .fa-portrait:before {
    content: "\f3e0";
  }

  .fa-pound-sign:before {
    content: "\f154";
  }

  .fa-power-off:before {
    content: "\f011";
  }

  .fa-pray:before {
    content: "\f683";
  }

  .fa-praying-hands:before {
    content: "\f684";
  }

  .fa-prescription:before {
    content: "\f5b1";
  }

  .fa-prescription-bottle:before {
    content: "\f485";
  }

  .fa-prescription-bottle-alt:before {
    content: "\f486";
  }

  .fa-print:before {
    content: "\f02f";
  }

  .fa-procedures:before {
    content: "\f487";
  }

  .fa-product-hunt:before {
    content: "\f288";
  }

  .fa-project-diagram:before {
    content: "\f542";
  }

  .fa-pump-medical:before {
    content: "\e06a";
  }

  .fa-pump-soap:before {
    content: "\e06b";
  }

  .fa-pushed:before {
    content: "\f3e1";
  }

  .fa-puzzle-piece:before {
    content: "\f12e";
  }

  .fa-python:before {
    content: "\f3e2";
  }

  .fa-qq:before {
    content: "\f1d6";
  }

  .fa-qrcode:before {
    content: "\f029";
  }

  .fa-question:before {
    content: "\f128";
  }

  .fa-question-circle:before {
    content: "\f059";
  }

  .fa-quidditch:before {
    content: "\f458";
  }

  .fa-quinscape:before {
    content: "\f459";
  }

  .fa-quora:before {
    content: "\f2c4";
  }

  .fa-quote-left:before {
    content: "\f10d";
  }

  .fa-quote-right:before {
    content: "\f10e";
  }

  .fa-quran:before {
    content: "\f687";
  }

  .fa-r-project:before {
    content: "\f4f7";
  }

  .fa-radiation:before {
    content: "\f7b9";
  }

  .fa-radiation-alt:before {
    content: "\f7ba";
  }

  .fa-rainbow:before {
    content: "\f75b";
  }

  .fa-random:before {
    content: "\f074";
  }

  .fa-raspberry-pi:before {
    content: "\f7bb";
  }

  .fa-ravelry:before {
    content: "\f2d9";
  }

  .fa-react:before {
    content: "\f41b";
  }

  .fa-reacteurope:before {
    content: "\f75d";
  }

  .fa-readme:before {
    content: "\f4d5";
  }

  .fa-rebel:before {
    content: "\f1d0";
  }

  .fa-receipt:before {
    content: "\f543";
  }

  .fa-record-vinyl:before {
    content: "\f8d9";
  }

  .fa-recycle:before {
    content: "\f1b8";
  }

  .fa-red-river:before {
    content: "\f3e3";
  }

  .fa-reddit:before {
    content: "\f1a1";
  }

  .fa-reddit-alien:before {
    content: "\f281";
  }

  .fa-reddit-square:before {
    content: "\f1a2";
  }

  .fa-redhat:before {
    content: "\f7bc";
  }

  .fa-redo:before {
    content: "\f01e";
  }

  .fa-redo-alt:before {
    content: "\f2f9";
  }

  .fa-registered:before {
    content: "\f25d";
  }

  .fa-remove-format:before {
    content: "\f87d";
  }

  .fa-renren:before {
    content: "\f18b";
  }

  .fa-reply:before {
    content: "\f3e5";
  }

  .fa-reply-all:before {
    content: "\f122";
  }

  .fa-replyd:before {
    content: "\f3e6";
  }

  .fa-republican:before {
    content: "\f75e";
  }

  .fa-researchgate:before {
    content: "\f4f8";
  }

  .fa-resolving:before {
    content: "\f3e7";
  }

  .fa-restroom:before {
    content: "\f7bd";
  }

  .fa-retweet:before {
    content: "\f079";
  }

  .fa-rev:before {
    content: "\f5b2";
  }

  .fa-ribbon:before {
    content: "\f4d6";
  }

  .fa-ring:before {
    content: "\f70b";
  }

  .fa-road:before {
    content: "\f018";
  }

  .fa-robot:before {
    content: "\f544";
  }

  .fa-rocket:before {
    content: "\f135";
  }

  .fa-rocketchat:before {
    content: "\f3e8";
  }

  .fa-rockrms:before {
    content: "\f3e9";
  }

  .fa-route:before {
    content: "\f4d7";
  }

  .fa-rss:before {
    content: "\f09e";
  }

  .fa-rss-square:before {
    content: "\f143";
  }

  .fa-ruble-sign:before {
    content: "\f158";
  }

  .fa-ruler:before {
    content: "\f545";
  }

  .fa-ruler-combined:before {
    content: "\f546";
  }

  .fa-ruler-horizontal:before {
    content: "\f547";
  }

  .fa-ruler-vertical:before {
    content: "\f548";
  }

  .fa-running:before {
    content: "\f70c";
  }

  .fa-rupee-sign:before {
    content: "\f156";
  }

  .fa-rust:before {
    content: "\e07a";
  }

  .fa-sad-cry:before {
    content: "\f5b3";
  }

  .fa-sad-tear:before {
    content: "\f5b4";
  }

  .fa-safari:before {
    content: "\f267";
  }

  .fa-salesforce:before {
    content: "\f83b";
  }

  .fa-sass:before {
    content: "\f41e";
  }

  .fa-satellite:before {
    content: "\f7bf";
  }

  .fa-satellite-dish:before {
    content: "\f7c0";
  }

  .fa-save:before {
    content: "\f0c7";
  }

  .fa-schlix:before {
    content: "\f3ea";
  }

  .fa-school:before {
    content: "\f549";
  }

  .fa-screwdriver:before {
    content: "\f54a";
  }

  .fa-scribd:before {
    content: "\f28a";
  }

  .fa-scroll:before {
    content: "\f70e";
  }

  .fa-sd-card:before {
    content: "\f7c2";
  }

  .fa-search:before {
    content: "\f002";
  }

  .fa-search-dollar:before {
    content: "\f688";
  }

  .fa-search-location:before {
    content: "\f689";
  }

  .fa-search-minus:before {
    content: "\f010";
  }

  .fa-search-plus:before {
    content: "\f00e";
  }

  .fa-searchengin:before {
    content: "\f3eb";
  }

  .fa-seedling:before {
    content: "\f4d8";
  }

  .fa-sellcast:before {
    content: "\f2da";
  }

  .fa-sellsy:before {
    content: "\f213";
  }

  .fa-server:before {
    content: "\f233";
  }

  .fa-servicestack:before {
    content: "\f3ec";
  }

  .fa-shapes:before {
    content: "\f61f";
  }

  .fa-share:before {
    content: "\f064";
  }

  .fa-share-alt:before {
    content: "\f1e0";
  }

  .fa-share-alt-square:before {
    content: "\f1e1";
  }

  .fa-share-square:before {
    content: "\f14d";
  }

  .fa-shekel-sign:before {
    content: "\f20b";
  }

  .fa-shield-alt:before {
    content: "\f3ed";
  }

  .fa-shield-virus:before {
    content: "\e06c";
  }

  .fa-ship:before {
    content: "\f21a";
  }

  .fa-shipping-fast:before {
    content: "\f48b";
  }

  .fa-shirtsinbulk:before {
    content: "\f214";
  }

  .fa-shoe-prints:before {
    content: "\f54b";
  }

  .fa-shopify:before {
    content: "\e057";
  }

  .fa-shopping-bag:before {
    content: "\f290";
  }

  .fa-shopping-basket:before {
    content: "\f291";
  }

  .fa-shopping-cart:before {
    content: "\f07a";
  }

  .fa-shopware:before {
    content: "\f5b5";
  }

  .fa-shower:before {
    content: "\f2cc";
  }

  .fa-shuttle-van:before {
    content: "\f5b6";
  }

  .fa-sign:before {
    content: "\f4d9";
  }

  .fa-sign-in-alt:before {
    content: "\f2f6";
  }

  .fa-sign-language:before {
    content: "\f2a7";
  }

  .fa-sign-out-alt:before {
    content: "\f2f5";
  }

  .fa-signal:before {
    content: "\f012";
  }

  .fa-signature:before {
    content: "\f5b7";
  }

  .fa-sim-card:before {
    content: "\f7c4";
  }

  .fa-simplybuilt:before {
    content: "\f215";
  }

  .fa-sink:before {
    content: "\e06d";
  }

  .fa-sistrix:before {
    content: "\f3ee";
  }

  .fa-sitemap:before {
    content: "\f0e8";
  }

  .fa-sith:before {
    content: "\f512";
  }

  .fa-skating:before {
    content: "\f7c5";
  }

  .fa-sketch:before {
    content: "\f7c6";
  }

  .fa-skiing:before {
    content: "\f7c9";
  }

  .fa-skiing-nordic:before {
    content: "\f7ca";
  }

  .fa-skull:before {
    content: "\f54c";
  }

  .fa-skull-crossbones:before {
    content: "\f714";
  }

  .fa-skyatlas:before {
    content: "\f216";
  }

  .fa-skype:before {
    content: "\f17e";
  }

  .fa-slack:before {
    content: "\f198";
  }

  .fa-slack-hash:before {
    content: "\f3ef";
  }

  .fa-slash:before {
    content: "\f715";
  }

  .fa-sleigh:before {
    content: "\f7cc";
  }

  .fa-sliders-h:before {
    content: "\f1de";
  }

  .fa-slideshare:before {
    content: "\f1e7";
  }

  .fa-smile:before {
    content: "\f118";
  }

  .fa-smile-beam:before {
    content: "\f5b8";
  }

  .fa-smile-wink:before {
    content: "\f4da";
  }

  .fa-smog:before {
    content: "\f75f";
  }

  .fa-smoking:before {
    content: "\f48d";
  }

  .fa-smoking-ban:before {
    content: "\f54d";
  }

  .fa-sms:before {
    content: "\f7cd";
  }

  .fa-snapchat:before {
    content: "\f2ab";
  }

  .fa-snapchat-ghost:before {
    content: "\f2ac";
  }

  .fa-snapchat-square:before {
    content: "\f2ad";
  }

  .fa-snowboarding:before {
    content: "\f7ce";
  }

  .fa-snowflake:before {
    content: "\f2dc";
  }

  .fa-snowman:before {
    content: "\f7d0";
  }

  .fa-snowplow:before {
    content: "\f7d2";
  }

  .fa-soap:before {
    content: "\e06e";
  }

  .fa-socks:before {
    content: "\f696";
  }

  .fa-solar-panel:before {
    content: "\f5ba";
  }

  .fa-sort:before {
    content: "\f0dc";
  }

  .fa-sort-alpha-down:before {
    content: "\f15d";
  }

  .fa-sort-alpha-down-alt:before {
    content: "\f881";
  }

  .fa-sort-alpha-up:before {
    content: "\f15e";
  }

  .fa-sort-alpha-up-alt:before {
    content: "\f882";
  }

  .fa-sort-amount-down:before {
    content: "\f160";
  }

  .fa-sort-amount-down-alt:before {
    content: "\f884";
  }

  .fa-sort-amount-up:before {
    content: "\f161";
  }

  .fa-sort-amount-up-alt:before {
    content: "\f885";
  }

  .fa-sort-down:before {
    content: "\f0dd";
  }

  .fa-sort-numeric-down:before {
    content: "\f162";
  }

  .fa-sort-numeric-down-alt:before {
    content: "\f886";
  }

  .fa-sort-numeric-up:before {
    content: "\f163";
  }

  .fa-sort-numeric-up-alt:before {
    content: "\f887";
  }

  .fa-sort-up:before {
    content: "\f0de";
  }

  .fa-soundcloud:before {
    content: "\f1be";
  }

  .fa-sourcetree:before {
    content: "\f7d3";
  }

  .fa-spa:before {
    content: "\f5bb";
  }

  .fa-space-shuttle:before {
    content: "\f197";
  }

  .fa-speakap:before {
    content: "\f3f3";
  }

  .fa-speaker-deck:before {
    content: "\f83c";
  }

  .fa-spell-check:before {
    content: "\f891";
  }

  .fa-spider:before {
    content: "\f717";
  }

  .fa-spinner:before {
    content: "\f110";
  }

  .fa-splotch:before {
    content: "\f5bc";
  }

  .fa-spotify:before {
    content: "\f1bc";
  }

  .fa-spray-can:before {
    content: "\f5bd";
  }

  .fa-square:before {
    content: "\f0c8";
  }

  .fa-square-full:before {
    content: "\f45c";
  }

  .fa-square-root-alt:before {
    content: "\f698";
  }

  .fa-squarespace:before {
    content: "\f5be";
  }

  .fa-stack-exchange:before {
    content: "\f18d";
  }

  .fa-stack-overflow:before {
    content: "\f16c";
  }

  .fa-stackpath:before {
    content: "\f842";
  }

  .fa-stamp:before {
    content: "\f5bf";
  }

  .fa-star:before {
    content: "\f005";
  }

  .fa-star-and-crescent:before {
    content: "\f699";
  }

  .fa-star-half:before {
    content: "\f089";
  }

  .fa-star-half-alt:before {
    content: "\f5c0";
  }

  .fa-star-of-david:before {
    content: "\f69a";
  }

  .fa-star-of-life:before {
    content: "\f621";
  }

  .fa-staylinked:before {
    content: "\f3f5";
  }

  .fa-steam:before {
    content: "\f1b6";
  }

  .fa-steam-square:before {
    content: "\f1b7";
  }

  .fa-steam-symbol:before {
    content: "\f3f6";
  }

  .fa-step-backward:before {
    content: "\f048";
  }

  .fa-step-forward:before {
    content: "\f051";
  }

  .fa-stethoscope:before {
    content: "\f0f1";
  }

  .fa-sticker-mule:before {
    content: "\f3f7";
  }

  .fa-sticky-note:before {
    content: "\f249";
  }

  .fa-stop:before {
    content: "\f04d";
  }

  .fa-stop-circle:before {
    content: "\f28d";
  }

  .fa-stopwatch:before {
    content: "\f2f2";
  }

  .fa-stopwatch-20:before {
    content: "\e06f";
  }

  .fa-store:before {
    content: "\f54e";
  }

  .fa-store-alt:before {
    content: "\f54f";
  }

  .fa-store-alt-slash:before {
    content: "\e070";
  }

  .fa-store-slash:before {
    content: "\e071";
  }

  .fa-strava:before {
    content: "\f428";
  }

  .fa-stream:before {
    content: "\f550";
  }

  .fa-street-view:before {
    content: "\f21d";
  }

  .fa-strikethrough:before {
    content: "\f0cc";
  }

  .fa-stripe:before {
    content: "\f429";
  }

  .fa-stripe-s:before {
    content: "\f42a";
  }

  .fa-stroopwafel:before {
    content: "\f551";
  }

  .fa-studiovinari:before {
    content: "\f3f8";
  }

  .fa-stumbleupon:before {
    content: "\f1a4";
  }

  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }

  .fa-subscript:before {
    content: "\f12c";
  }

  .fa-subway:before {
    content: "\f239";
  }

  .fa-suitcase:before {
    content: "\f0f2";
  }

  .fa-suitcase-rolling:before {
    content: "\f5c1";
  }

  .fa-sun:before {
    content: "\f185";
  }

  .fa-superpowers:before {
    content: "\f2dd";
  }

  .fa-superscript:before {
    content: "\f12b";
  }

  .fa-supple:before {
    content: "\f3f9";
  }

  .fa-surprise:before {
    content: "\f5c2";
  }

  .fa-suse:before {
    content: "\f7d6";
  }

  .fa-swatchbook:before {
    content: "\f5c3";
  }

  .fa-swift:before {
    content: "\f8e1";
  }

  .fa-swimmer:before {
    content: "\f5c4";
  }

  .fa-swimming-pool:before {
    content: "\f5c5";
  }

  .fa-symfony:before {
    content: "\f83d";
  }

  .fa-synagogue:before {
    content: "\f69b";
  }

  .fa-sync:before {
    content: "\f021";
  }

  .fa-sync-alt:before {
    content: "\f2f1";
  }

  .fa-syringe:before {
    content: "\f48e";
  }

  .fa-table:before {
    content: "\f0ce";
  }

  .fa-table-tennis:before {
    content: "\f45d";
  }

  .fa-tablet:before {
    content: "\f10a";
  }

  .fa-tablet-alt:before {
    content: "\f3fa";
  }

  .fa-tablets:before {
    content: "\f490";
  }

  .fa-tachometer-alt:before {
    content: "\f3fd";
  }

  .fa-tag:before {
    content: "\f02b";
  }

  .fa-tags:before {
    content: "\f02c";
  }

  .fa-tape:before {
    content: "\f4db";
  }

  .fa-tasks:before {
    content: "\f0ae";
  }

  .fa-taxi:before {
    content: "\f1ba";
  }

  .fa-teamspeak:before {
    content: "\f4f9";
  }

  .fa-teeth:before {
    content: "\f62e";
  }

  .fa-teeth-open:before {
    content: "\f62f";
  }

  .fa-telegram:before {
    content: "\f2c6";
  }

  .fa-telegram-plane:before {
    content: "\f3fe";
  }

  .fa-temperature-high:before {
    content: "\f769";
  }

  .fa-temperature-low:before {
    content: "\f76b";
  }

  .fa-tencent-weibo:before {
    content: "\f1d5";
  }

  .fa-tenge:before {
    content: "\f7d7";
  }

  .fa-terminal:before {
    content: "\f120";
  }

  .fa-text-height:before {
    content: "\f034";
  }

  .fa-text-width:before {
    content: "\f035";
  }

  .fa-th:before {
    content: "\f00a";
  }

  .fa-th-large:before {
    content: "\f009";
  }

  .fa-th-list:before {
    content: "\f00b";
  }

  .fa-the-red-yeti:before {
    content: "\f69d";
  }

  .fa-theater-masks:before {
    content: "\f630";
  }

  .fa-themeco:before {
    content: "\f5c6";
  }

  .fa-themeisle:before {
    content: "\f2b2";
  }

  .fa-thermometer:before {
    content: "\f491";
  }

  .fa-thermometer-empty:before {
    content: "\f2cb";
  }

  .fa-thermometer-full:before {
    content: "\f2c7";
  }

  .fa-thermometer-half:before {
    content: "\f2c9";
  }

  .fa-thermometer-quarter:before {
    content: "\f2ca";
  }

  .fa-thermometer-three-quarters:before {
    content: "\f2c8";
  }

  .fa-think-peaks:before {
    content: "\f731";
  }

  .fa-thumbs-down:before {
    content: "\f165";
  }

  .fa-thumbs-up:before {
    content: "\f164";
  }

  .fa-thumbtack:before {
    content: "\f08d";
  }

  .fa-ticket-alt:before {
    content: "\f3ff";
  }

  .fa-tiktok:before {
    content: "\e07b";
  }

  .fa-times:before {
    content: "\f00d";
  }

  .fa-times-circle:before {
    content: "\f057";
  }

  .fa-tint:before {
    content: "\f043";
  }

  .fa-tint-slash:before {
    content: "\f5c7";
  }

  .fa-tired:before {
    content: "\f5c8";
  }

  .fa-threads:before {
    content: '\e9cb';
  }

  .fa-threads-square:before {
    content: '\e9cc';
  }

  .fa-toggle-off:before {
    content: "\f204";
  }

  .fa-toggle-on:before {
    content: "\f205";
  }

  .fa-toilet:before {
    content: "\f7d8";
  }

  .fa-toilet-paper:before {
    content: "\f71e";
  }

  .fa-toilet-paper-slash:before {
    content: "\e072";
  }

  .fa-toolbox:before {
    content: "\f552";
  }

  .fa-tools:before {
    content: "\f7d9";
  }

  .fa-tooth:before {
    content: "\f5c9";
  }

  .fa-torah:before {
    content: "\f6a0";
  }

  .fa-torii-gate:before {
    content: "\f6a1";
  }

  .fa-tractor:before {
    content: "\f722";
  }

  .fa-trade-federation:before {
    content: "\f513";
  }

  .fa-trademark:before {
    content: "\f25c";
  }

  .fa-traffic-light:before {
    content: "\f637";
  }

  .fa-trailer:before {
    content: "\e041";
  }

  .fa-train:before {
    content: "\f238";
  }

  .fa-tram:before {
    content: "\f7da";
  }

  .fa-transgender:before {
    content: "\f224";
  }

  .fa-transgender-alt:before {
    content: "\f225";
  }

  .fa-trash:before {
    content: "\f1f8";
  }

  .fa-trash-alt:before {
    content: "\f2ed";
  }

  .fa-trash-restore:before {
    content: "\f829";
  }

  .fa-trash-restore-alt:before {
    content: "\f82a";
  }

  .fa-tree:before {
    content: "\f1bb";
  }

  .fa-trello:before {
    content: "\f181";
  }

  .fa-tripadvisor:before {
    content: "\f262";
  }

  .fa-trophy:before {
    content: "\f091";
  }

  .fa-truck:before {
    content: "\f0d1";
  }

  .fa-truck-loading:before {
    content: "\f4de";
  }

  .fa-truck-monster:before {
    content: "\f63b";
  }

  .fa-truck-moving:before {
    content: "\f4df";
  }

  .fa-truck-pickup:before {
    content: "\f63c";
  }

  .fa-tshirt:before {
    content: "\f553";
  }

  .fa-tty:before {
    content: "\f1e4";
  }

  .fa-tumblr:before {
    content: "\f173";
  }

  .fa-tumblr-square:before {
    content: "\f174";
  }

  .fa-tv:before {
    content: "\f26c";
  }

  .fa-twitch:before {
    content: "\f1e8";
  }

  .fa-twitter:before {
    content: "\f099";
  }

  .fa-twitter-square:before {
    content: "\f081";
  }

  .fa-typo3:before {
    content: "\f42b";
  }

  .fa-uber:before {
    content: "\f402";
  }

  .fa-ubuntu:before {
    content: "\f7df";
  }

  .fa-uikit:before {
    content: "\f403";
  }

  .fa-umbraco:before {
    content: "\f8e8";
  }

  .fa-umbrella:before {
    content: "\f0e9";
  }

  .fa-umbrella-beach:before {
    content: "\f5ca";
  }

  .fa-uncharted:before {
    content: "\e084";
  }

  .fa-underline:before {
    content: "\f0cd";
  }

  .fa-undo:before {
    content: "\f0e2";
  }

  .fa-undo-alt:before {
    content: "\f2ea";
  }

  .fa-uniregistry:before {
    content: "\f404";
  }

  .fa-unity:before {
    content: "\e049";
  }

  .fa-universal-access:before {
    content: "\f29a";
  }

  .fa-university:before {
    content: "\f19c";
  }

  .fa-unlink:before {
    content: "\f127";
  }

  .fa-unlock:before {
    content: "\f09c";
  }

  .fa-unlock-alt:before {
    content: "\f13e";
  }

  .fa-unsplash:before {
    content: "\e07c";
  }

  .fa-untappd:before {
    content: "\f405";
  }

  .fa-upload:before {
    content: "\f093";
  }

  .fa-ups:before {
    content: "\f7e0";
  }

  .fa-usb:before {
    content: "\f287";
  }

  .fa-user:before {
    content: "\f007";
  }

  .fa-user-alt:before {
    content: "\f406";
  }

  .fa-user-alt-slash:before {
    content: "\f4fa";
  }

  .fa-user-astronaut:before {
    content: "\f4fb";
  }

  .fa-user-check:before {
    content: "\f4fc";
  }

  .fa-user-circle:before {
    content: "\f2bd";
  }

  .fa-user-clock:before {
    content: "\f4fd";
  }

  .fa-user-cog:before {
    content: "\f4fe";
  }

  .fa-user-edit:before {
    content: "\f4ff";
  }

  .fa-user-friends:before {
    content: "\f500";
  }

  .fa-user-graduate:before {
    content: "\f501";
  }

  .fa-user-injured:before {
    content: "\f728";
  }

  .fa-user-lock:before {
    content: "\f502";
  }

  .fa-user-md:before {
    content: "\f0f0";
  }

  .fa-user-minus:before {
    content: "\f503";
  }

  .fa-user-ninja:before {
    content: "\f504";
  }

  .fa-user-nurse:before {
    content: "\f82f";
  }

  .fa-user-plus:before {
    content: "\f234";
  }

  .fa-user-secret:before {
    content: "\f21b";
  }

  .fa-user-shield:before {
    content: "\f505";
  }

  .fa-user-slash:before {
    content: "\f506";
  }

  .fa-user-tag:before {
    content: "\f507";
  }

  .fa-user-tie:before {
    content: "\f508";
  }

  .fa-user-times:before {
    content: "\f235";
  }

  .fa-users:before {
    content: "\f0c0";
  }

  .fa-users-cog:before {
    content: "\f509";
  }

  .fa-users-slash:before {
    content: "\e073";
  }

  .fa-usps:before {
    content: "\f7e1";
  }

  .fa-ussunnah:before {
    content: "\f407";
  }

  .fa-utensil-spoon:before {
    content: "\f2e5";
  }

  .fa-utensils:before {
    content: "\f2e7";
  }

  .fa-vaadin:before {
    content: "\f408";
  }

  .fa-vector-square:before {
    content: "\f5cb";
  }

  .fa-venus:before {
    content: "\f221";
  }

  .fa-venus-double:before {
    content: "\f226";
  }

  .fa-venus-mars:before {
    content: "\f228";
  }

  .fa-vest:before {
    content: "\e085";
  }

  .fa-vest-patches:before {
    content: "\e086";
  }

  .fa-viacoin:before {
    content: "\f237";
  }

  .fa-viadeo:before {
    content: "\f2a9";
  }

  .fa-viadeo-square:before {
    content: "\f2aa";
  }

  .fa-vial:before {
    content: "\f492";
  }

  .fa-vials:before {
    content: "\f493";
  }

  .fa-viber:before {
    content: "\f409";
  }

  .fa-video:before {
    content: "\f03d";
  }

  .fa-video-slash:before {
    content: "\f4e2";
  }

  .fa-vihara:before {
    content: "\f6a7";
  }

  .fa-vimeo:before {
    content: "\f40a";
  }

  .fa-vimeo-square:before {
    content: "\f194";
  }

  .fa-vimeo-v:before {
    content: "\f27d";
  }

  .fa-vine:before {
    content: "\f1ca";
  }

  .fa-virus:before {
    content: "\e074";
  }

  .fa-virus-slash:before {
    content: "\e075";
  }

  .fa-viruses:before {
    content: "\e076";
  }

  .fa-vk:before {
    content: "\f189";
  }

  .fa-vnv:before {
    content: "\f40b";
  }

  .fa-voicemail:before {
    content: "\f897";
  }

  .fa-volleyball-ball:before {
    content: "\f45f";
  }

  .fa-volume-down:before {
    content: "\f027";
  }

  .fa-volume-mute:before {
    content: "\f6a9";
  }

  .fa-volume-off:before {
    content: "\f026";
  }

  .fa-volume-up:before {
    content: "\f028";
  }

  .fa-vote-yea:before {
    content: "\f772";
  }

  .fa-vr-cardboard:before {
    content: "\f729";
  }

  .fa-vuejs:before {
    content: "\f41f";
  }

  .fa-walking:before {
    content: "\f554";
  }

  .fa-wallet:before {
    content: "\f555";
  }

  .fa-warehouse:before {
    content: "\f494";
  }

  .fa-watchman-monitoring:before {
    content: "\e087";
  }

  .fa-water:before {
    content: "\f773";
  }

  .fa-wave-square:before {
    content: "\f83e";
  }

  .fa-waze:before {
    content: "\f83f";
  }

  .fa-weebly:before {
    content: "\f5cc";
  }

  .fa-weibo:before {
    content: "\f18a";
  }

  .fa-weight:before {
    content: "\f496";
  }

  .fa-weight-hanging:before {
    content: "\f5cd";
  }

  .fa-weixin:before {
    content: "\f1d7";
  }

  .fa-whatsapp:before {
    content: "\f232";
  }

  .fa-whatsapp-square:before {
    content: "\f40c";
  }

  .fa-wheelchair:before {
    content: "\f193";
  }

  .fa-whmcs:before {
    content: "\f40d";
  }

  .fa-wifi:before {
    content: "\f1eb";
  }

  .fa-wikipedia-w:before {
    content: "\f266";
  }

  .fa-wind:before {
    content: "\f72e";
  }

  .fa-window-close:before {
    content: "\f410";
  }

  .fa-window-maximize:before {
    content: "\f2d0";
  }

  .fa-window-minimize:before {
    content: "\f2d1";
  }

  .fa-window-restore:before {
    content: "\f2d2";
  }

  .fa-windows:before {
    content: "\f17a";
  }

  .fa-wine-bottle:before {
    content: "\f72f";
  }

  .fa-wine-glass:before {
    content: "\f4e3";
  }

  .fa-wine-glass-alt:before {
    content: "\f5ce";
  }

  .fa-wix:before {
    content: "\f5cf";
  }

  .fa-wizards-of-the-coast:before {
    content: "\f730";
  }

  .fa-wodu:before {
    content: "\e088";
  }

  .fa-wolf-pack-battalion:before {
    content: "\f514";
  }

  .fa-won-sign:before {
    content: "\f159";
  }

  .fa-wordpress:before {
    content: "\f19a";
  }

  .fa-wordpress-simple:before {
    content: "\f411";
  }

  .fa-wpbeginner:before {
    content: "\f297";
  }

  .fa-wpexplorer:before {
    content: "\f2de";
  }

  .fa-wpforms:before {
    content: "\f298";
  }

  .fa-wpressr:before {
    content: "\f3e4";
  }

  .fa-wrench:before {
    content: "\f0ad";
  }

  .fa-x-ray:before {
    content: "\f497";
  }

  .fa-xbox:before {
    content: "\f412";
  }

  .fa-xing:before {
    content: "\f168";
  }

  .fa-xing-square:before {
    content: "\f169";
  }

  .fa-x-twitter:before {
    content: "\e9ca";
  }

  .fa-x-twitter-square:before {
    content: "\e9c9";
  }

  .fa-y-combinator:before {
    content: "\f23b";
  }

  .fa-yahoo:before {
    content: "\f19e";
  }

  .fa-yammer:before {
    content: "\f840";
  }

  .fa-yandex:before {
    content: "\f413";
  }

  .fa-yandex-international:before {
    content: "\f414";
  }

  .fa-yarn:before {
    content: "\f7e3";
  }

  .fa-yelp:before {
    content: "\f1e9";
  }

  .fa-yen-sign:before {
    content: "\f157";
  }

  .fa-yin-yang:before {
    content: "\f6ad";
  }

  .fa-yoast:before {
    content: "\f2b1";
  }

  .fa-youtube:before {
    content: "\f167";
  }

  .fa-youtube-square:before {
    content: "\f431";
  }

  .fa-zhihu:before {
    content: "\f63f";
  }

  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }


  /* === solid.css === */
  /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
  }

  .fa,
  .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }


  /* === widget-blockquote.min.css === */
  /*! elementor-pro - v3.26.0 - 22-12-2024 */
  @charset "UTF-8";

  .entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
  .entry-summary blockquote.elementor-blockquote {
    margin-left: 0;
    margin-right: 0
  }

  .elementor-widget-blockquote blockquote {
    background: transparent;
    border: 0;
    color: #3f444b;
    font-size: 100%;
    font-style: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    quotes: none;
    vertical-align: baseline
  }

  .elementor-widget-blockquote blockquote .e-q-footer:after,
  .elementor-widget-blockquote blockquote .e-q-footer:before,
  .elementor-widget-blockquote blockquote cite:after,
  .elementor-widget-blockquote blockquote cite:before,
  .elementor-widget-blockquote blockquote:after,
  .elementor-widget-blockquote blockquote:before {
    content: none
  }

  .elementor-blockquote {
    transition: .3s
  }

  .elementor-blockquote__author,
  .elementor-blockquote__content {
    font-style: normal;
    margin-bottom: 0
  }

  .elementor-blockquote__author {
    font-weight: 700
  }

  .elementor-blockquote .e-q-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 12px
  }

  .elementor-blockquote__tweet-button {
    align-self: flex-end;
    color: #1da1f2;
    display: flex;
    line-height: 1;
    position: relative;
    transition: .3s;
    width: -moz-max-content;
    width: max-content
  }

  .elementor-blockquote__tweet-button:hover {
    color: #0967a0
  }

  .elementor-blockquote__tweet-button span {
    font-weight: 600
  }

  .elementor-blockquote__tweet-button i,
  .elementor-blockquote__tweet-button span {
    vertical-align: middle
  }

  .elementor-blockquote__tweet-button i+span,
  .elementor-blockquote__tweet-button svg+span {
    margin-inline-start: .5em
  }

  .elementor-blockquote__tweet-button svg {
    fill: #1da1f2;
    height: 1em;
    width: 1em
  }

  .elementor-blockquote__tweet-label {
    white-space: pre-wrap
  }

  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
    background-color: #1da1f2;
    border-radius: 100em;
    color: #fff;
    font-size: 15px;
    padding: .7em 1.2em
  }

  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
    background-color: #0967a0;
    color: #fff
  }

  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
    border-inline-end-color: #0967a0
  }

  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg {
    fill: #fff;
    height: 1em;
    width: 1em
  }

  .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,
  .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
    height: 2em;
    padding: 0;
    width: 2em
  }

  .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,
  .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
    border: .5em solid transparent;
    border-inline-end-color: #1da1f2;
    content: "";
    left: -.8em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(.65);
    transition: .3s
  }

  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
    border-left-color: transparent;
    border-right-color: #1da1f2;
    left: -.8em;
    right: auto
  }

  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
    border-right-color: #0967a0
  }

  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
    border-left-color: #1da1f2;
    border-right-color: transparent;
    left: auto;
    right: -.8em
  }

  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
    border-left-color: #0967a0
  }

  .elementor-blockquote--skin-boxed .elementor-blockquote {
    background-color: #f9fafa;
    padding: 30px
  }

  .elementor-blockquote--skin-border .elementor-blockquote {
    border-color: #f9fafa;
    border-inline-start-width: 7px;
    border-style: solid;
    padding-inline-start: 20px
  }

  .elementor-blockquote--skin-quotation .elementor-blockquote:before {
    color: #f9fafa;
    content: "“";
    display: block;
    font-family: Times New Roman, Times, serif;
    font-size: 100px;
    font-weight: 900;
    height: .6em;
    line-height: 1
  }

  .elementor-blockquote--skin-quotation .elementor-blockquote__content {
    margin-top: 15px
  }

  .elementor-blockquote--align-left .elementor-blockquote__content {
    text-align: left
  }

  .elementor-blockquote--align-left .elementor-blockquote .e-q-footer {
    flex-direction: row
  }

  .elementor-blockquote--align-right .elementor-blockquote__content {
    text-align: right
  }

  .elementor-blockquote--align-right .elementor-blockquote .e-q-footer {
    flex-direction: row-reverse
  }

  .elementor-blockquote--align-center .elementor-blockquote {
    text-align: center
  }

  .elementor-blockquote--align-center .elementor-blockquote .e-q-footer,
  .elementor-blockquote--align-center .elementor-blockquote__author {
    display: block
  }

  .elementor-blockquote--align-center .elementor-blockquote__tweet-button {
    margin-left: auto;
    margin-right: auto
  }

  /* === widget-mega-menu.min.css === */
  /*! elementor-pro - v3.26.0 - 22-12-2024 */
  .elementor-widget-n-menu {
    --n-menu-direction: column;
    --n-menu-wrapper-display: flex;
    --n-menu-heading-justify-content: initial;
    --n-menu-title-color-normal: #1f2124;
    --n-menu-title-color-active: #58d0f5;
    --n-menu-icon-color: var(--n-menu-title-color-normal);
    --n-menu-icon-color-active: var(--n-menu-title-color-active);
    --n-menu-icon-color-hover: var(--n-menu-title-color-hover);
    --n-menu-title-normal-color-dropdown: var(--n-menu-title-color-normal);
    --n-menu-title-active-color-dropdown: var(--n-menu-title-color-active);
    --n-menu-title-hover-color-fallback: #1f2124;
    --n-menu-title-font-size: 1rem;
    --n-menu-title-justify-content: initial;
    --n-menu-title-flex-grow: initial;
    --n-menu-title-justify-content-mobile: initial;
    --n-menu-title-space-between: 0px;
    --n-menu-title-distance-from-content: 0px;
    --n-menu-title-color-hover: #1f2124;
    --n-menu-title-padding: 0.5rem 1rem;
    --n-menu-title-transition: 0.3s;
    --n-menu-title-line-height: 1.5;
    --n-menu-title-order: initial;
    --n-menu-title-direction: initial;
    --n-menu-title-align-items: center;
    --n-menu-toggle-align: center;
    --n-menu-toggle-icon-wrapper-animation-duration: 500ms;
    --n-menu-toggle-icon-hover-duration: 500ms;
    --n-menu-toggle-icon-size: 20px;
    --n-menu-toggle-icon-color: #1f2124;
    --n-menu-toggle-icon-color-hover: var(--n-menu-toggle-icon-color);
    --n-menu-toggle-icon-color-active: var(--n-menu-toggle-icon-color);
    --n-menu-toggle-icon-border-radius: initial;
    --n-menu-toggle-icon-padding: initial;
    --n-menu-toggle-icon-distance-from-dropdown: 0px;
    --n-menu-icon-align-items: center;
    --n-menu-icon-order: initial;
    --n-menu-icon-gap: 5px;
    --n-menu-dropdown-icon-gap: 5px;
    --n-menu-dropdown-indicator-size: initial;
    --n-menu-dropdown-indicator-rotate: initial;
    --n-menu-dropdown-indicator-space: initial;
    --n-menu-dropdown-indicator-color-normal: initial;
    --n-menu-dropdown-indicator-color-hover: initial;
    --n-menu-dropdown-indicator-color-active: initial;
    --n-menu-dropdown-content-max-width: initial;
    --n-menu-dropdown-content-box-border-color: #fff;
    --n-menu-dropdown-content-box-border-inline-start-width: medium;
    --n-menu-dropdown-content-box-border-block-end-width: medium;
    --n-menu-dropdown-content-box-border-block-start-width: medium;
    --n-menu-dropdown-content-box-border-inline-end-width: medium;
    --n-menu-dropdown-content-box-border-style: none;
    --n-menu-dropdown-headings-height: 0px;
    --n-menu-divider-border-width: var(--n-menu-divider-width, 2px);
    --n-menu-open-animation-duration: 500ms;
    --n-menu-heading-overflow-x: initial;
    --n-menu-heading-wrap: wrap;
    --stretch-width: 100%;
    --stretch-left: initial;
    --stretch-right: initial
  }

  .elementor-widget-n-menu .e-n-menu {
    display: flex;
    flex-direction: column;
    position: relative
  }

  .elementor-widget-n-menu .e-n-menu-wrapper {
    display: var(--n-menu-wrapper-display);
    flex-direction: column
  }

  .elementor-widget-n-menu .e-n-menu-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: var(--n-menu-heading-wrap);
    justify-content: var(--n-menu-heading-justify-content);
    margin: initial;
    overflow-x: var(--n-menu-heading-overflow-x);
    padding: initial;
    row-gap: var(--n-menu-title-space-between);
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar {
    display: none
  }

  .elementor-widget-n-menu .e-n-menu-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
  }

  .elementor-widget-n-menu .e-n-menu-heading.e-scroll-active {
    position: relative
  }

  .elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before {
    content: "";
    inset-block: 0;
    inset-inline: -1000vw;
    position: absolute;
    z-index: 2
  }

  .elementor-widget-n-menu .e-n-menu-heading>.e-con,
  .elementor-widget-n-menu .e-n-menu-heading>.e-n-menu-item>.e-con {
    display: none
  }

  .elementor-widget-n-menu .e-n-menu-item {
    display: flex;
    list-style: none;
    margin-block: initial;
    padding-block: initial
  }

  .elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
    position: relative
  }

  .elementor-widget-n-menu .e-n-menu-item:not(:last-of-type) .e-n-menu-title:after {
    align-self: center;
    border-color: var(--n-menu-divider-color, #000);
    border-inline-start-style: var(--n-menu-divider-style, solid);
    border-inline-start-width: var(--n-menu-divider-border-width);
    content: var(--n-menu-divider-content, none);
    height: var(--n-menu-divider-height, 35%);
    position: absolute;
    right: calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2)
  }

  .elementor-widget-n-menu .e-n-menu-content {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    min-width: 0;
    z-index: 2147483620
  }

  .elementor-widget-n-menu .e-n-menu-content>.e-con {
    animation-duration: var(--n-menu-open-animation-duration);
    max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))
  }

  :where(.elementor-widget-n-menu .e-n-menu-content>.e-con) {
    background-color: #fff
  }

  .elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active) {
    display: none
  }

  .elementor-widget-n-menu .e-n-menu-title {
    align-items: center;
    border: #fff;
    color: var(--n-menu-title-color-normal);
    display: flex;
    flex-direction: row;
    flex-grow: var(--n-menu-title-flex-grow);
    font-weight: 500;
    gap: var(--n-menu-dropdown-indicator-space);
    justify-content: var(--n-menu-title-justify-content);
    margin: initial;
    padding: var(--n-menu-title-padding);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
  }

  .elementor-widget-n-menu .e-n-menu-title.e-click,
  .elementor-widget-n-menu .e-n-menu-title.e-click * {
    cursor: pointer
  }

  .elementor-widget-n-menu .e-n-menu-title-container {
    align-items: var(--n-menu-title-align-items);
    align-self: var(--n-menu-icon-align-items);
    display: flex;
    flex-direction: var(--n-menu-title-direction);
    gap: var(--n-menu-icon-gap);
    justify-content: var(--n-menu-title-justify-content)
  }

  .elementor-widget-n-menu .e-n-menu-title-container.e-link {
    cursor: pointer
  }

  .elementor-widget-n-menu .e-n-menu-title-container:not(.e-link),
  .elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) * {
    cursor: default
  }

  .elementor-widget-n-menu .e-n-menu-title-text {
    align-items: center;
    display: flex;
    font-size: var(--n-menu-title-font-size);
    line-height: var(--n-menu-title-line-height);
    transition: all var(--n-menu-title-transition)
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    order: var(--n-menu-icon-order)
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span {
    align-items: center;
    display: flex;
    justify-content: center;
    transition: transform 0s
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i {
    font-size: var(--n-menu-icon-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition)
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg {
    fill: var(--n-menu-title-color-normal);
    height: var(--n-menu-icon-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition);
    width: var(--n-menu-icon-size, var(--n-menu-title-font-size))
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
    align-self: var(--n-menu-icon-align-items);
    background-color: initial;
    border: initial;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));
    justify-content: center;
    margin-inline-start: var(--n-menu-dropdown-icon-gap);
    padding: initial;
    position: relative;
    text-align: center;
    transform: var(--n-menu-dropdown-indicator-rotate);
    transition: all var(--n-menu-title-transition);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: -moz-fit-content;
    width: fit-content
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i {
    font-size: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition);
    width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size))
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
    height: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
    transition: all var(--n-menu-title-transition);
    width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size))
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened {
    display: none
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed {
    display: flex
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed {
    display: none
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
    display: flex
  }

  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon:focus:not(:focus-visible) {
    outline: none
  }

  .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
    color: var(--n-menu-title-color-normal)
  }

  .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i {
    color: var(--n-menu-icon-color)
  }

  .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg {
    fill: var(--n-menu-icon-color)
  }

  .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal))
  }

  .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal))
  }

  .elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active {
    height: 0;
    opacity: 0;
    transform: translateY(-100%)
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current span>svg {
    fill: var(--n-menu-title-color-active)
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current,
  .elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: var(--n-menu-title-color-active)
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive {
    height: 0;
    opacity: 0;
    transform: translateY(-100%)
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i {
    color: var(--n-menu-icon-color-active)
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg {
    fill: var(--n-menu-icon-color-active)
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active))
  }

  .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active))
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-container:not(.e-link) {
    cursor: default
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg {
    fill: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback))
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i {
    color: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback))
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),
  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
    color: var(--n-menu-title-color-hover)
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i {
    color: var(--n-menu-icon-color-hover)
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg {
    fill: var(--n-menu-icon-color-hover)
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover))
  }

  .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover))
  }

  .elementor-widget-n-menu .e-n-menu-toggle {
    align-self: var(--n-menu-toggle-align);
    background-color: initial;
    border: initial;
    color: inherit;
    display: none;
    padding: initial;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1000
  }

  .elementor-widget-n-menu .e-n-menu-toggle:focus:not(:focus-visible) {
    outline: none
  }

  .elementor-widget-n-menu .e-n-menu-toggle i {
    color: var(--n-menu-toggle-icon-color);
    font-size: var(--n-menu-toggle-icon-size);
    transition: all var(--n-menu-toggle-icon-hover-duration)
  }

  .elementor-widget-n-menu .e-n-menu-toggle svg {
    fill: var(--n-menu-toggle-icon-color);
    height: auto;
    transition: all var(--n-menu-toggle-icon-hover-duration);
    width: var(--n-menu-toggle-icon-size)
  }

  .elementor-widget-n-menu .e-n-menu-toggle span {
    align-items: center;
    border-radius: var(--n-menu-toggle-icon-border-radius);
    display: flex;
    justify-content: center;
    padding: var(--n-menu-toggle-icon-padding);
    text-align: center
  }

  .elementor-widget-n-menu .e-n-menu-toggle span.e-close {
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%
  }

  .elementor-widget-n-menu .e-n-menu-toggle span.e-close svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }

  .elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-] {
    animation-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
    transition-duration: var(--n-menu-toggle-icon-wrapper-animation-duration)
  }

  .elementor-widget-n-menu .e-n-menu-toggle:hover i {
    color: var(--n-menu-toggle-icon-color-hover)
  }

  .elementor-widget-n-menu .e-n-menu-toggle:hover svg {
    fill: var(--n-menu-toggle-icon-color-hover)
  }

  .elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open {
    opacity: 0
  }

  .elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close {
    opacity: 1
  }

  .elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i {
    color: var(--n-menu-toggle-icon-color-active)
  }

  .elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg {
    fill: var(--n-menu-toggle-icon-color-active)
  }

  .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item:not(:last-child) {
    margin-inline-end: var(--n-menu-title-space-between)
  }

  .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
    left: var(--stretch-left);
    position: absolute;
    right: var(--stretch-right);
    width: var(--stretch-width)
  }

  .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-active.e-n-menu-content {
    padding-block-start: var(--n-menu-title-distance-from-content);
    top: 100%
  }

  .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-active.e-n-menu-content {
    bottom: 100%;
    padding-block-end: var(--n-menu-title-distance-from-content)
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] {
    gap: 0
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
    animation: hide-scroll .3s backwards;
    background-color: transparent;
    border-block-end: var(--n-menu-dropdown-content-box-border-width-block-end);
    border-block-start: var(--n-menu-dropdown-content-box-border-width-block-start);
    border-inline-end: var(--n-menu-dropdown-content-box-border-width-inline-end);
    border-inline-start: var(--n-menu-dropdown-content-box-border-width-inline-start);
    border-color: var(--n-menu-dropdown-content-box-border-color);
    border-radius: var(--n-menu-dropdown-content-box-border-radius);
    border-style: var(--n-menu-dropdown-content-box-border-style);
    box-shadow: var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position, );
    flex-direction: column;
    left: var(--stretch-left);
    margin-block-start: var(--n-menu-toggle-icon-distance-from-dropdown);
    max-height: var(--n-menu-dropdown-content-box-height);
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: var(--stretch-right);
    top: 100%;
    transition: max-height .3s;
    width: var(--stretch-width);
    z-index: 2147483640
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item {
    display: flex;
    flex-direction: column;
    width: var(--stretch-width)
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: var(--n-menu-title-justify-content-mobile);
    white-space: normal;
    width: auto
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text {
    color: var(--n-menu-title-normal-color-dropdown)
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown))
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown))
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,
  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a {
    color: var(--n-menu-title-active-color-dropdown)
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
    color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown))
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
    fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown))
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content {
    overflow: hidden;
    width: var(--stretch-width);
    --n-menu-dropdown-content-max-width: initial
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con {
    margin-block-start: var(--n-menu-title-distance-from-content);
    width: var(--width)
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view {
    min-width: auto;
    width: 100%
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner {
    max-width: var(--content-width)
  }

  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper {
    --n-menu-wrapper-display: flex
  }

  .elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) {
    --width: fit-content
  }

  .elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty {
    --empty-top-level-menu-content-container-min-width: 400px;
    --width: var(--empty-top-level-menu-content-container-min-width)
  }

  .elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty {
    --nested-containers-min-width-for-dropzone: 150px;
    min-width: var(--nested-containers-min-width-for-dropzone)
  }

  .elementor-widget-n-menu.elementor-loading {
    pointer-events: none
  }

  .elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown {
    --n-menu-wrapper-display: none
  }

  .elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle {
    display: flex
  }

  @media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile {
      --n-menu-wrapper-display: none
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle {
      display: flex
    }
  }

  @media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra {
      --n-menu-wrapper-display: none
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle {
      display: flex
    }
  }

  @media (max-width:1024px) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet {
      --n-menu-wrapper-display: none
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle {
      display: flex
    }
  }

  @media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra {
      --n-menu-wrapper-display: none
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle {
      display: flex
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop {
      --n-menu-wrapper-display: none
    }

    .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle {
      display: flex
    }
  }

  @keyframes hide-scroll {

    0%,
    to {
      overflow: hidden
    }
  }

  .e-con-inner>.elementor-widget-n-menu,
  .e-con>.elementor-widget-n-menu {
    --flex-grow: var(--container-widget-flex-grow)
  }

  [data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con {
    --padding-top: initial;
    --padding-right: initial;
    --padding-bottom: initial;
    --padding-left: initial
  }

  /* === widget-nav-menu(1).min.css === */
  /*! elementor-pro - v3.26.0 - 22-12-2024 */
  @charset "UTF-8";

  .site-main .menu-navigation-container {
    overflow: visible
  }

  .elementor-item:after,
  .elementor-item:before {
    display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
  }

  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0
  }

  .elementor-item-active:after,
  .elementor-item-active:before,
  .elementor-item.highlighted:after,
  .elementor-item.highlighted:before,
  .elementor-item:focus:after,
  .elementor-item:focus:before,
  .elementor-item:hover:after,
  .elementor-item:hover:before {
    transform: scale(1)
  }

  .e--pointer-double-line .elementor-item:after,
  .e--pointer-double-line .elementor-item:before,
  .e--pointer-overline .elementor-item:after,
  .e--pointer-overline .elementor-item:before,
  .e--pointer-underline .elementor-item:after,
  .e--pointer-underline .elementor-item:before {
    background-color: #3f444b;
    height: 3px;
    left: 0;
    width: 100%;
    z-index: 2
  }

  .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    height: 0;
    left: 50%;
    width: 0
  }

  .e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px
  }

  .e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: 10px
  }

  .e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px
  }

  .e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px
  }

  .e--pointer-double-line.e--animation-none,
  .e--pointer-double-line.e--animation-none .elementor-item,
  .e--pointer-double-line.e--animation-none .elementor-item:after,
  .e--pointer-double-line.e--animation-none .elementor-item:before,
  .e--pointer-double-line.e--animation-none .elementor-item:focus,
  .e--pointer-double-line.e--animation-none .elementor-item:hover,
  .e--pointer-double-line.e--animation-none:after,
  .e--pointer-double-line.e--animation-none:before,
  .e--pointer-double-line.e--animation-none:focus,
  .e--pointer-double-line.e--animation-none:hover,
  .e--pointer-overline.e--animation-none,
  .e--pointer-overline.e--animation-none .elementor-item,
  .e--pointer-overline.e--animation-none .elementor-item:after,
  .e--pointer-overline.e--animation-none .elementor-item:before,
  .e--pointer-overline.e--animation-none .elementor-item:focus,
  .e--pointer-overline.e--animation-none .elementor-item:hover,
  .e--pointer-overline.e--animation-none:after,
  .e--pointer-overline.e--animation-none:before,
  .e--pointer-overline.e--animation-none:focus,
  .e--pointer-overline.e--animation-none:hover,
  .e--pointer-underline.e--animation-none,
  .e--pointer-underline.e--animation-none .elementor-item,
  .e--pointer-underline.e--animation-none .elementor-item:after,
  .e--pointer-underline.e--animation-none .elementor-item:before,
  .e--pointer-underline.e--animation-none .elementor-item:focus,
  .e--pointer-underline.e--animation-none .elementor-item:hover,
  .e--pointer-underline.e--animation-none:after,
  .e--pointer-underline.e--animation-none:before,
  .e--pointer-underline.e--animation-none:focus,
  .e--pointer-underline.e--animation-none:hover {
    transition-duration: 0s
  }

  .e--pointer-double-line .elementor-item:before,
  .e--pointer-overline .elementor-item:before {
    content: "";
    top: 0
  }

  .e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: -20px;
    width: 10px
  }

  .e--pointer-double-line .elementor-item:after,
  .e--pointer-underline .elementor-item:after {
    bottom: 0;
    content: ""
  }

  .e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    inset-inline-start: 100%;
    width: 10px
  }

  .e--pointer-framed .elementor-item:after,
  .e--pointer-framed .elementor-item:before {
    background: transparent;
    border: 3px solid #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
  }

  .e--pointer-framed .elementor-item:before {
    content: ""
  }

  .e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(.75)
  }

  .e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.25)
  }

  .e--pointer-framed.e--animation-grow .elementor-item:before,
  .e--pointer-framed.e--animation-shrink .elementor-item:before {
    transition: opacity .2s, transform .4s
  }

  .e--pointer-framed.e--animation-draw .elementor-item:after,
  .e--pointer-framed.e--animation-draw .elementor-item:before {
    height: 3px;
    width: 3px
  }

  .e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
  }

  .e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 3px 3px 0 0;
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    top: auto;
    transition: width .1s, height .1s .1s, opacity .02s .18s
  }

  .e--pointer-framed.e--animation-draw .elementor-item-active:after,
  .e--pointer-framed.e--animation-draw .elementor-item-active:before,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:after,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:before,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:after,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    height: 100%;
    width: 100%
  }

  .e--pointer-framed.e--animation-draw .elementor-item-active:before,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:before,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    transition: opacity .02s, height .1s, width .1s .1s
  }

  .e--pointer-framed.e--animation-draw .elementor-item-active:after,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:after,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
  }

  .e--pointer-framed.e--animation-corners .elementor-item:after,
  .e--pointer-framed.e--animation-corners .elementor-item:before {
    height: 3px;
    width: 3px
  }

  .e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px
  }

  .e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 3px 3px 0;
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    top: auto
  }

  .e--pointer-framed.e--animation-corners .elementor-item-active:after,
  .e--pointer-framed.e--animation-corners .elementor-item-active:before,
  .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
  .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
  .e--pointer-framed.e--animation-corners .elementor-item:focus:after,
  .e--pointer-framed.e--animation-corners .elementor-item:focus:before,
  .e--pointer-framed.e--animation-corners .elementor-item:hover:after,
  .e--pointer-framed.e--animation-corners .elementor-item:hover:before {
    height: 100%;
    transition: opacity 2ms, width .4s, height .4s;
    width: 100%
  }

  .e--pointer-framed.e--animation-none,
  .e--pointer-framed.e--animation-none .elementor-item,
  .e--pointer-framed.e--animation-none .elementor-item:after,
  .e--pointer-framed.e--animation-none .elementor-item:before,
  .e--pointer-framed.e--animation-none .elementor-item:focus,
  .e--pointer-framed.e--animation-none .elementor-item:hover,
  .e--pointer-framed.e--animation-none:after,
  .e--pointer-framed.e--animation-none:before,
  .e--pointer-framed.e--animation-none:focus,
  .e--pointer-framed.e--animation-none:hover {
    transition-duration: 0s
  }

  .e--pointer-background .elementor-item:after,
  .e--pointer-background .elementor-item:before {
    content: "";
    transition: .3s
  }

  .e--pointer-background .elementor-item:before {
    background: #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
  }

  .e--pointer-background .elementor-item-active,
  .e--pointer-background .elementor-item.highlighted,
  .e--pointer-background .elementor-item:focus,
  .e--pointer-background .elementor-item:hover {
    color: #fff
  }

  .e--pointer-background.e--animation-grow .elementor-item:before {
    transform: scale(.5)
  }

  .e--pointer-background.e--animation-grow .elementor-item-active:before,
  .e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-grow .elementor-item:focus:before,
  .e--pointer-background.e--animation-grow .elementor-item:hover:before {
    opacity: 1;
    transform: scale(1)
  }

  .e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.2);
    transition: .3s
  }

  .e--pointer-background.e--animation-shrink .elementor-item-active:before,
  .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-shrink .elementor-item:focus:before,
  .e--pointer-background.e--animation-shrink .elementor-item:hover:before {
    transition: opacity .15s, transform .4s
  }

  .e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 100%
  }

  .e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 100%
  }

  .e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 100%
  }

  .e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 100%
  }

  .e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 50%;
    top: 50%
  }

  .e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 50%;
    right: 50%
  }

  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    background: #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
  }

  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    bottom: 100%;
    top: 0
  }

  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    bottom: 0;
    top: 100%
  }

  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
    bottom: 50%
  }

  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
    top: 50%
  }

  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
    left: 100%;
    right: 0
  }

  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    left: 0;
    right: 100%
  }

  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
    left: 50%
  }

  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
    right: 50%
  }

  .e--pointer-background.e--animation-none,
  .e--pointer-background.e--animation-none .elementor-item,
  .e--pointer-background.e--animation-none .elementor-item:after,
  .e--pointer-background.e--animation-none .elementor-item:before,
  .e--pointer-background.e--animation-none .elementor-item:focus,
  .e--pointer-background.e--animation-none .elementor-item:hover,
  .e--pointer-background.e--animation-none:after,
  .e--pointer-background.e--animation-none:before,
  .e--pointer-background.e--animation-none:focus,
  .e--pointer-background.e--animation-none:hover {
    transition-duration: 0s
  }

  .e--pointer-text.e--animation-skew .elementor-item:focus,
  .e--pointer-text.e--animation-skew .elementor-item:hover {
    transform: skew(-8deg)
  }

  .e--pointer-text.e--animation-grow .elementor-item:focus,
  .e--pointer-text.e--animation-grow .elementor-item:hover {
    transform: scale(1.2)
  }

  .e--pointer-text.e--animation-shrink .elementor-item:focus,
  .e--pointer-text.e--animation-shrink .elementor-item:hover {
    transform: scale(.8)
  }

  .e--pointer-text.e--animation-float .elementor-item:focus,
  .e--pointer-text.e--animation-float .elementor-item:hover {
    transform: translateY(-8px)
  }

  .e--pointer-text.e--animation-sink .elementor-item:focus,
  .e--pointer-text.e--animation-sink .elementor-item:hover {
    transform: translateY(8px)
  }

  .e--pointer-text.e--animation-rotate .elementor-item:focus,
  .e--pointer-text.e--animation-rotate .elementor-item:hover {
    transform: rotate(6deg)
  }

  .e--pointer-text.e--animation-none,
  .e--pointer-text.e--animation-none .elementor-item,
  .e--pointer-text.e--animation-none .elementor-item:after,
  .e--pointer-text.e--animation-none .elementor-item:before,
  .e--pointer-text.e--animation-none .elementor-item:focus,
  .e--pointer-text.e--animation-none .elementor-item:hover,
  .e--pointer-text.e--animation-none:after,
  .e--pointer-text.e--animation-none:before,
  .e--pointer-text.e--animation-none:focus,
  .e--pointer-text.e--animation-none:hover {
    transition-duration: 0s
  }

  .elementor-nav-menu--main .elementor-nav-menu a {
    transition: .4s
  }

  .elementor-nav-menu--main .elementor-nav-menu a,
  .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
  .elementor-nav-menu--main .elementor-nav-menu a:focus,
  .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 20px
  }

  .elementor-nav-menu--main .elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
  }

  .elementor-nav-menu--main .elementor-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b
  }

  .elementor-nav-menu--main .elementor-nav-menu ul {
    border-style: solid;
    border-width: 0;
    padding: 0;
    position: absolute;
    width: 12em
  }

  .elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
    background: #fff;
    display: none;
    height: 20px;
    overflow: hidden;
    position: absolute;
    visibility: hidden
  }

  .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
    border: 8px dashed transparent;
    border-bottom: 8px solid #33373d;
    height: 0;
    left: 50%;
    margin-inline-start: -8px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 0
  }

  .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    border-color: #33373d transparent transparent;
    border-style: solid dashed dashed;
    top: 6px
  }

  .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
  .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg)
  }

  .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em
  }

  .elementor-nav-menu--layout-horizontal {
    display: flex
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    flex-grow: 1;
    white-space: nowrap
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
    top: 100% !important
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin)
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin)
  }

  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    align-self: center;
    border-color: var(--e-nav-menu-divider-color, #000);
    border-left-style: var(--e-nav-menu-divider-style, solid);
    border-left-width: var(--e-nav-menu-divider-width, 2px);
    content: var(--e-nav-menu-divider-content, none);
    height: var(--e-nav-menu-divider-height, 35%)
  }

  .elementor-nav-menu__align-right .elementor-nav-menu {
    justify-content: flex-end;
    margin-left: auto
  }

  .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
  }

  .elementor-nav-menu__align-left .elementor-nav-menu {
    justify-content: flex-start;
    margin-right: auto
  }

  .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
  }

  .elementor-nav-menu__align-start .elementor-nav-menu {
    justify-content: flex-start;
    margin-inline-end: auto
  }

  .elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
  }

  .elementor-nav-menu__align-end .elementor-nav-menu {
    justify-content: flex-end;
    margin-inline-start: auto
  }

  .elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
  }

  .elementor-nav-menu__align-center .elementor-nav-menu {
    justify-content: center;
    margin-inline-end: auto;
    margin-inline-start: auto
  }

  .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: center
  }

  .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%
  }

  .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    flex-grow: 1
  }

  .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    justify-content: center
  }

  .elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
    display: none
  }

  .elementor-widget-nav-menu .elementor-widget-container,
  .elementor-widget-nav-menu:not(:has(.elementor-widget-container)) {
    display: flex;
    flex-direction: column
  }

  .elementor-nav-menu {
    position: relative;
    z-index: 2
  }

  .elementor-nav-menu:after {
    clear: both;
    content: " ";
    display: block;
    font: 0/0 serif;
    height: 0;
    overflow: hidden;
    visibility: hidden
  }

  .elementor-nav-menu,
  .elementor-nav-menu li,
  .elementor-nav-menu ul {
    display: block;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .elementor-nav-menu ul {
    display: none
  }

  .elementor-nav-menu ul ul a,
  .elementor-nav-menu ul ul a:active,
  .elementor-nav-menu ul ul a:focus,
  .elementor-nav-menu ul ul a:hover {
    border-left: 16px solid transparent
  }

  .elementor-nav-menu ul ul ul a,
  .elementor-nav-menu ul ul ul a:active,
  .elementor-nav-menu ul ul ul a:focus,
  .elementor-nav-menu ul ul ul a:hover {
    border-left: 24px solid transparent
  }

  .elementor-nav-menu ul ul ul ul a,
  .elementor-nav-menu ul ul ul ul a:active,
  .elementor-nav-menu ul ul ul ul a:focus,
  .elementor-nav-menu ul ul ul ul a:hover {
    border-left: 32px solid transparent
  }

  .elementor-nav-menu ul ul ul ul ul a,
  .elementor-nav-menu ul ul ul ul ul a:active,
  .elementor-nav-menu ul ul ul ul ul a:focus,
  .elementor-nav-menu ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
  }

  .elementor-nav-menu a,
  .elementor-nav-menu li {
    position: relative
  }

  .elementor-nav-menu li {
    border-width: 0
  }

  .elementor-nav-menu a {
    align-items: center;
    display: flex
  }

  .elementor-nav-menu a,
  .elementor-nav-menu a:focus,
  .elementor-nav-menu a:hover {
    line-height: 20px;
    padding: 10px 20px
  }

  .elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
  }

  .elementor-nav-menu a.disabled {
    color: #88909b;
    cursor: not-allowed
  }

  .elementor-nav-menu .e-plus-icon:before {
    content: "+"
  }

  .elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-inline-end: 0
  }

  .elementor-nav-menu .sub-arrow i {
    pointer-events: none
  }

  .elementor-nav-menu .sub-arrow .fa.fa-chevron-down,
  .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: .7em
  }

  .elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em
  }

  .elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: .7em;
    width: .7em
  }

  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
  .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item:focus,
  .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-sub-item.elementor-item-active,
  .elementor-sub-item.highlighted,
  .elementor-sub-item:focus,
  .elementor-sub-item:hover {
    background-color: #3f444b;
    color: #fff
  }

  .elementor-menu-toggle {
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    border: 0 solid;
    border-radius: 3px;
    color: #33373d;
    cursor: pointer;
    display: flex;
    font-size: var(--nav-menu-icon-size, 22px);
    justify-content: center;
    padding: .25em
  }

  .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
  .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none
  }

  .elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em;
    width: 1em
  }

  .elementor-menu-toggle svg {
    height: auto;
    width: 1em;
    fill: var(--nav-menu-icon-color, currentColor)
  }

  span.elementor-menu-toggle__icon--close,
  span.elementor-menu-toggle__icon--open {
    line-height: 1
  }

  .elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px
  }

  .elementor-nav-menu--dropdown-none .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
    display: none
  }

  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s, transform .3s
  }

  .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: .85em
  }

  .elementor-nav-menu--dropdown a {
    color: #33373d
  }

  .elementor-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff
  }

  .elementor-nav-menu--dropdown a.disabled {
    color: #b3b3b3
  }

  ul.elementor-nav-menu--dropdown a,
  ul.elementor-nav-menu--dropdown a:focus,
  ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 8px solid transparent;
    text-shadow: none
  }

  .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    justify-content: center
  }

  .elementor-nav-menu--toggle {
    --menu-height: 100vh
  }

  .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0)
  }

  .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    animation: hide-scroll .3s backwards;
    max-height: var(--menu-height);
    transform: scaleY(1)
  }

  .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997
  }

  @media (max-width:767px) {
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
      display: none
    }
  }

  @media (min-width:768px) {

    .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
      display: none
    }

    .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
      overflow-y: hidden
    }
  }

  @media (max-width:-1) {
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
      display: none
    }
  }

  @media (min-width:-1) {

    .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
      display: none
    }

    .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
      overflow-y: hidden
    }
  }

  @media (max-width:1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
      display: none
    }
  }

  @media (min-width:1025px) {

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
      display: none
    }

    .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
      overflow-y: hidden
    }
  }

  @media (max-width:-1) {
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
      display: none
    }
  }

  @media (min-width:-1) {

    .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
      display: none
    }

    .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
      overflow-y: hidden
    }
  }

  @keyframes hide-scroll {

    0%,
    to {
      overflow: hidden
    }
  }

  /* === mediaelementplayer-legacy.min.css === */
  .mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
  }

  .mejs-container {
    background: #000;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
  }

  .mejs-container,
  .mejs-container * {
    box-sizing: border-box
  }

  .mejs-container video::-webkit-media-controls,
  .mejs-container video::-webkit-media-controls-panel,
  .mejs-container video::-webkit-media-controls-panel-container,
  .mejs-container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
  }

  .mejs-fill-container,
  .mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%
  }

  .mejs-fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
  }

  .mejs-container:focus {
    outline: none
  }

  .mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
  }

  .mejs-embed,
  .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
  }

  .mejs-fullscreen {
    overflow: hidden !important
  }

  .mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
  }

  .mejs-container-fullscreen .mejs-mediaelement,
  .mejs-container-fullscreen video {
    height: 100% !important;
    width: 100% !important
  }

  .mejs-background,
  .mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0
  }

  .mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
  }

  .mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
  }

  :root .mejs-poster-img {
    display: none
  }

  .mejs-poster-img {
    border: 0;
    padding: 0
  }

  .mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
  }

  .mejs-layer {
    z-index: 1
  }

  .mejs-overlay-play {
    cursor: pointer
  }

  .mejs-overlay-button {
    background: url(mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
  }

  .mejs-overlay:hover>.mejs-overlay-button {
    background-position: -80px -39px
  }

  .mejs-overlay-loading {
    height: 80px;
    width: 80px
  }

  .mejs-overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
  }

  @-webkit-keyframes a {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
    }
  }

  @keyframes a {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
    }
  }

  .mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
  }

  .mejs-controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
  }

  .mejs-button,
  .mejs-time,
  .mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
  }

  .mejs-button>button {
    background: transparent url(mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
  }

  .mejs-button>button:focus {
    outline: 1px dotted #999
  }

  .mejs-container-keyboard-inactive [role=slider],
  .mejs-container-keyboard-inactive [role=slider]:focus,
  .mejs-container-keyboard-inactive a,
  .mejs-container-keyboard-inactive a:focus,
  .mejs-container-keyboard-inactive button,
  .mejs-container-keyboard-inactive button:focus {
    outline: 0
  }

  .mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
  }

  .mejs-play>button {
    background-position: 0 0
  }

  .mejs-pause>button {
    background-position: -20px 0
  }

  .mejs-replay>button {
    background-position: -160px 0
  }

  .mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
  }

  .mejs-time-buffering,
  .mejs-time-current,
  .mejs-time-float,
  .mejs-time-float-corner,
  .mejs-time-float-current,
  .mejs-time-hovered,
  .mejs-time-loaded,
  .mejs-time-marker,
  .mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
  }

  .mejs-time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%
  }

  .mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
  }

  @-webkit-keyframes b {
    0% {
      background-position: 0 0
    }

    to {
      background-position: 30px 0
    }
  }

  @keyframes b {
    0% {
      background-position: 0 0
    }

    to {
      background-position: 30px 0
    }
  }

  .mejs-time-loaded {
    background: hsla(0, 0%, 100%, .3)
  }

  .mejs-time-current,
  .mejs-time-handle-content {
    background: hsla(0, 0%, 100%, .9)
  }

  .mejs-time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10
  }

  .mejs-time-hovered.negative {
    background: rgba(0, 0, 0, .2)
  }

  .mejs-time-buffering,
  .mejs-time-current,
  .mejs-time-hovered,
  .mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
  }

  .mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
  }

  .mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition: height .1s cubic-bezier(.44, 0, 1, 1)
  }

  .mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important
  }

  .mejs-time-handle,
  .mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
  }

  .mejs-time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
  }

  .mejs-time-rail .mejs-time-handle-content:active,
  .mejs-time-rail .mejs-time-handle-content:focus,
  .mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  .mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
  }

  .mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
  }

  .mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
  }

  .mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px
  }

  .mejs-long-video .mejs-time-float-current {
    width: 60px
  }

  .mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
  }

  .mejs-fullscreen-button>button {
    background-position: -80px 0
  }

  .mejs-unfullscreen>button {
    background-position: -100px 0
  }

  .mejs-mute>button {
    background-position: -60px 0
  }

  .mejs-unmute>button {
    background-position: -40px 0
  }

  .mejs-volume-button {
    position: relative
  }

  .mejs-volume-button>.mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
  }

  .mejs-volume-button:hover {
    border-radius: 0 0 4px 4px
  }

  .mejs-volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
  }

  .mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%
  }

  .mejs-volume-current,
  .mejs-volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute
  }

  .mejs-volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
  }

  .mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
  }

  .mejs-horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    height: 8px;
    top: 16px;
    width: 50px
  }

  .mejs-horizontal-volume-current,
  .mejs-horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
  }

  .mejs-horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    top: 0;
    width: 100%
  }

  .mejs-horizontal-volume-handle {
    display: none
  }

  .mejs-captions-button,
  .mejs-chapters-button {
    position: relative
  }

  .mejs-captions-button>button {
    background-position: -140px 0
  }

  .mejs-chapters-button>button {
    background-position: -180px 0
  }

  .mejs-captions-button>.mejs-captions-selector,
  .mejs-chapters-button>.mejs-chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
  }

  .mejs-chapters-button>.mejs-chapters-selector {
    margin-right: -55px;
    width: 110px
  }

  .mejs-captions-selector-list,
  .mejs-chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
  }

  .mejs-captions-selector-list-item,
  .mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
  }

  .mejs-captions-selector-list-item:hover,
  .mejs-chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
  }

  .mejs-captions-selector-input,
  .mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
  }

  .mejs-captions-selector-label,
  .mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
  }

  .mejs-captions-selected,
  .mejs-chapters-selected {
    color: #21f8f8
  }

  .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
  }

  .mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
  }

  .mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
  }

  .mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
  }

  .mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
  }

  .mejs-captions-position-hover {
    bottom: 35px
  }

  .mejs-captions-text,
  .mejs-captions-text * {
    background: hsla(0, 0%, 8%, .5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    padding: 0;
    white-space: pre-wrap
  }

  .mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display: none
  }

  .mejs-overlay-error {
    position: relative
  }

  .mejs-overlay-error>img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
  }

  .mejs-cannotplay,
  .mejs-cannotplay a {
    color: #fff;
    font-size: .8em
  }

  .mejs-cannotplay {
    position: relative
  }

  .mejs-cannotplay a,
  .mejs-cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
  }

  /* === wp-mediaelement.min.css === */
  .mejs-container {
    clear: both;
    max-width: 100%
  }

  .mejs-container * {
    font-family: Helvetica, Arial
  }

  .mejs-container,
  .mejs-container .mejs-controls,
  .mejs-embed,
  .mejs-embed body {
    background: #222
  }

  .mejs-time {
    font-weight: 400;
    word-wrap: normal
  }

  .mejs-controls a.mejs-horizontal-volume-slider {
    display: table
  }

  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
  .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff
  }

  .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa
  }

  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
  .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, .33)
  }

  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
  .mejs-controls .mejs-time-rail span {
    border-radius: 0
  }

  .mejs-overlay-loading {
    background: 0 0
  }

  .mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .me-cannotplay {
    width: auto !important
  }

  .media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width: 400px
  }

  .audio-details .embed-media-settings {
    overflow: visible
  }

  .media-embed-details .embed-media-settings .setting span:not(.button-group) {
    max-width: 400px;
    width: auto
  }

  .media-embed-details .embed-media-settings .checkbox-setting span {
    display: inline-block
  }

  .media-embed-details .embed-media-settings {
    padding-top: 0;
    top: 28px
  }

  .media-embed-details .instructions {
    padding: 16px 0;
    max-width: 600px
  }

  .media-embed-details .setting .remove-setting,
  .media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase
  }

  .media-embed-details .setting .remove-setting {
    padding: 5px 0
  }

  .media-embed-details .setting a:hover {
    color: #dc3232
  }

  .media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px
  }

  .wp-video {
    max-width: 100%;
    height: auto
  }

  .wp_attachment_holder .wp-audio-shortcode,
  .wp_attachment_holder .wp-video {
    margin-top: 18px
  }

  .wp-video-shortcode video,
  video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block
  }

  .video-details .wp-video-holder {
    width: 100%;
    max-width: 640px
  }

  .wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5
  }

  .wp-admin .wp-playlist {
    margin: 0 0 18px
  }

  .wp-playlist video {
    display: inline-block;
    max-width: 100%
  }

  .wp-playlist audio {
    display: none;
    max-width: 100%;
    width: 400px
  }

  .wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%
  }

  .wp-playlist .mejs-controls .mejs-button button {
    outline: 0
  }

  .wp-playlist-light {
    background: #fff;
    color: #000
  }

  .wp-playlist-dark {
    color: #fff;
    background: #000
  }

  .wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5
  }

  .wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px)
  }

  .wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    line-height: 1.5
  }

  .wp-playlist-item-title {
    font-size: 14px;
    line-height: 1.5
  }

  .wp-playlist-item-album {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .wp-playlist-item-artist {
    font-size: 12px;
    text-transform: uppercase
  }

  .wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height: 1.5
  }

  .rtl .wp-playlist-item-length {
    left: 3px;
    right: auto
  }

  .wp-playlist-tracks {
    margin-top: 10px
  }

  .wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 1px solid #ccc
  }

  .wp-playlist-item:last-child {
    border-bottom: 0
  }

  .wp-playlist-light .wp-playlist-caption {
    color: #333
  }

  .wp-playlist-dark .wp-playlist-caption {
    color: #ddd
  }

  .wp-playlist-playing {
    font-weight: 700;
    background: #f7f7f7
  }

  .wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000
  }

  .wp-playlist-dark .wp-playlist-playing {
    background: #000;
    color: #fff
  }

  .wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px
  }

  .wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: 0
  }

  .rtl .wp-playlist .wp-playlist-current-item img {
    float: right;
    margin-left: 10px;
    margin-right: 0
  }

  .wp-playlist-current-item .wp-playlist-item-artist,
  .wp-playlist-current-item .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px
  }

  /* === trustindex-google-widget.css === */
  @charset "UTF-8";

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/cyrillic-ext.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/cyrillic.woff2") format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/greek-ext.woff2") format("woff2");
    unicode-range: U+1F00-1FFF
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/greek.woff2") format("woff2");
    unicode-range: U+0370-03FF
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.trustindex.io/assets/fonts/opensans/latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/cyrillic-ext2.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/cyrillic2.woff2") format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/greek-ext2.woff2") format("woff2");
    unicode-range: U+1F00-1FFF
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/greek2.woff2") format("woff2");
    unicode-range: U+0370-03FF
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/vietnamese2.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/latin-ext2.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
  }

  @font-face {
    font-family: "Trustindex Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.trustindex.io/assets/fonts/opensans/latin2.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
  }

  .ti-amp-iframe-body {
    background: #ffffff
  }

  .ti-widget.ti-goog {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    box-sizing: border-box
  }

  .ti-widget.ti-goog font {
    pointer-events: none
  }

  .ti-widget.ti-goog script {
    display: none !important
  }

  .ti-widget.ti-goog img {
    box-shadow: unset !important
  }

  .ti-widget.ti-goog *,
  .ti-widget.ti-goog *:after {
    box-sizing: border-box
  }

  .ti-widget.ti-goog *:before,
  .ti-widget.ti-goog *:after {
    -webkit-box-ordinal-group: 1 !important;
    content: unset
  }

  .ti-widget.ti-goog:before {
    display: none !important
  }

  .ti-widget.ti-goog img {
    padding: 0 !important;
    margin: 0 !important;
    min-width: initial !important;
    max-width: initial !important
  }

  .ti-widget.ti-goog a {
    text-decoration: underline !important;
    color: inherit
  }

  .ti-widget.ti-goog a.ti-header {
    text-decoration: none !important
  }

  .ti-widget.ti-goog a[href="#"]:not(.ti-show-original-text),
  .ti-widget.ti-goog a:not([href]) {
    text-decoration: none !important;
    pointer-events: none
  }

  .ti-widget.ti-goog .ti-widget-container,
  .ti-widget.ti-goog .ti-widget-container * {
    font-family: "Trustindex Open Sans";
    font-size: 14px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .ti-widget.ti-goog strong,
  .ti-widget.ti-goog strong * {
    font-weight: bold
  }

  .ti-widget.ti-goog .ti-widget-container {
    display: block;
    color: #000000;
    margin-bottom: 15px
  }

  .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px
  }

  .ti-widget.ti-goog .ti-widget-container .ti-name a {
    text-decoration: none !important;
    font-size: inherit
  }

  .ti-widget.ti-goog .ti-widget-container .ti-name a:hover {
    text-decoration: underline !important
  }

  .ti-widget.ti-goog .ti-widget-container .ti-date {
    color: #000000;
    opacity: 0.5;
    font-size: 11.2px !important
  }

  .ti-widget.ti-goog .ti-profile-img {
    margin: 0 15px 0 0 !important
  }

  .ti-widget.ti-goog .ti-profile-img img {
    width: 40px !important;
    height: 40px !important;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    object-position: top
  }

  .ti-widget.ti-goog .ti-profile-img .ti-profile-img-sprite {
    display: inline-block;
    float: left;
    background: white;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 30px
  }

  .ti-widget.ti-goog .ti-profile-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .ti-widget.ti-goog .ti-stars {
    margin-top: 3px;
    white-space: nowrap;
    display: block
  }

  .ti-widget.ti-goog .ti-star {
    width: 17px !important;
    height: 17px !important;
    margin-right: 1px !important;
    vertical-align: unset;
    display: inline-block !important
  }

  .ti-widget.ti-goog img.ti-star {
    background: none !important
  }

  .ti-widget.ti-goog .ti-footer {
    margin-top: 15px;
    padding-top: 0px;
    text-align: center;
    line-height: 1.45em
  }

  .ti-widget.ti-goog .ti-footer .ti-name {
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .ti-widget.ti-goog .ti-footer .ti-stars {
    margin-bottom: 3px;
    margin-top: 0px;
    line-height: 0
  }

  .ti-widget.ti-goog .ti-footer .ti-profile-details {
    padding-top: 4px
  }

  .ti-widget.ti-goog .ti-footer .ti-inner {
    padding-bottom: 10px
  }

  .ti-widget.ti-goog .ti-footer-filter-text {
    font-size: 15px !important;
    color: #000000;
    margin-bottom: 0 !important;
    padding: 0 15px;
    text-align: left;
    margin: 15px 0
  }

  .ti-widget.ti-goog .ti-footer-filter-text:empty {
    margin: 0 !important
  }

  .ti-widget.ti-goog .ti-disclaimer {
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    position: absolute;
    bottom: 100%;
    width: 100%;
    min-width: 220px;
    max-width: 585px;
    background: white;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
    z-index: 2147483647;
    color: #000000 !important;
    transition: all 0.3s;
    transition-delay: 0.35s;
    right: unset;
    left: 50%;
    transform: translateX(-50%)
  }

  .ti-widget.ti-goog .ti-disclaimer:after {
    left: 0;
    right: 0
  }

  .ti-widget.ti-goog .ti-disclaimer a {
    font-size: inherit
  }

  .ti-widget.ti-goog .ti-disclaimer:after {
    position: absolute;
    content: "";
    bottom: -10px;
    margin: 0 auto;
    width: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000
  }

  .ti-widget.ti-goog .ti-disclaimer.ti-bottom {
    bottom: unset;
    margin-bottom: unset;
    top: 100%;
    margin-top: 15px
  }

  .ti-widget.ti-goog .ti-disclaimer.ti-bottom:after {
    bottom: unset;
    top: -10px;
    border: 10px solid transparent;
    border-top-width: 0;
    border-bottom-color: #000
  }

  .ti-widget.ti-goog .ti-disclaimer:hover {
    visibility: visible;
    opacity: 1
  }

  .ti-widget.ti-goog .ti-verified-by {
    display: inline-block
  }

  .ti-widget.ti-goog .ti-verified-by .ti-info-icon {
    display: inline-block;
    background-size: contain;
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    -webkit-mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-light.svg");
    mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-light.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #000000
  }

  .ti-widget.ti-goog .ti-verified-by-row {
    display: block;
    text-align: right;
    margin-bottom: 0 !important;
    font-size: 13px;
    color: #000000;
    margin: 12px 28px
  }

  .ti-widget.ti-goog .ti-verified-by-row>.ti-inner {
    display: inline-block;
    position: relative;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 8px
  }

  .ti-widget.ti-goog .ti-verified-by-row .ti-info-icon {
    -webkit-mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-regular.svg");
    mask-image: url("https://cdn.trustindex.io/assets/icon/ti-info-regular.svg")
  }

  .ti-widget.ti-goog .ti-verified-by-row .ti-trustindex-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: unset;
    position: relative;
    top: 2px;
    background-image: url("https://cdn.trustindex.io/assets/platform/Trustindex/icon.svg");
    margin-left: 4px;
    margin-right: 3px
  }

  .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer {
    width: 350px !important;
    left: unset;
    transform: unset;
    right: 0
  }

  .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after {
    left: unset;
    right: 15px
  }

  .ti-widget.ti-goog .ti-verified-by-row[data-style="1"]>.ti-inner {
    background-color: #157351;
    color: white
  }

  .ti-widget.ti-goog .ti-verified-by-row[data-style="1"] .ti-info-icon {
    background-color: white
  }

  .ti-widget.ti-goog .ti-verified-by-row[data-style="2"]>.ti-inner {
    background-color: #D6F3E6;
    color: black
  }

  .ti-widget.ti-goog .ti-verified-by-row[data-style="2"] .ti-info-icon {
    background-color: black
  }

  .ti-widget.ti-goog .ti-verified-by:hover+.ti-disclaimer,
  .ti-widget.ti-goog .ti-verified-by .ti-inner:hover .ti-disclaimer {
    visibility: visible;
    transition-delay: 0.1ms;
    opacity: 1
  }

  .ti-widget.ti-goog .ti-footer-filter-text+.ti-verified-by-row {
    margin-top: -20px !important
  }

  .ti-widget.ti-goog .ti-footer+.ti-verified-by-row {
    text-align: center
  }

  .ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer {
    right: unset;
    left: 50%;
    transform: translateX(-50%)
  }

  .ti-widget.ti-goog .ti-footer+.ti-verified-by-row .ti-disclaimer:after {
    left: 0;
    right: 0
  }

  @media (max-width:479px) {
    .ti-widget.ti-goog .ti-verified-by-row {
      text-align: center !important
    }

    .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer {
      right: unset;
      left: 50%;
      transform: translateX(-50%)
    }

    .ti-widget.ti-goog .ti-verified-by-row .ti-disclaimer:after {
      left: 0;
      right: 0
    }

    .ti-widget.ti-goog .ti-footer-filter-text+.ti-verified-by-row {
      margin-top: 12px !important
    }
  }

  @media (max-width:479px) {
    .ti-widget.ti-goog .ti-footer-filter-text {
      text-align: center !important
    }
  }

  @media (min-width:1024px) {
    .ti-widget.ti-goog .ti-footer-filter-text {
      margin: 12px 28px
    }
  }

  .ti-widget.ti-goog .star-lg .ti-star {
    width: 30px !important;
    height: 30px !important
  }

  .ti-widget.ti-goog .ti-d-none {
    display: none !important
  }

  .ti-widget.ti-goog .ti-rating-text,
  .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large),
  .ti-widget.ti-goog .ti-rating-text strong a,
  .ti-widget.ti-goog .ti-rating-text strong span,
  .ti-widget.ti-goog .ti-rating-text span strong,
  .ti-widget.ti-goog .ti-rating-text span,
  .ti-widget.ti-goog .ti-footer,
  .ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large),
  .ti-widget.ti-goog .ti-footer span,
  .ti-widget.ti-goog .ti-footer strong a {
    font-size: 0px;
    color: #000000
  }

  .ti-widget.ti-goog .ti-large-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0 !important
  }

  .ti-widget.ti-goog .ti-large-logo .ti-v-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .ti-widget.ti-goog .ti-large-logo img {
    margin: auto !important;
    display: block !important;
    position: relative;
    width: 150px !important;
    height: 32px !important
  }

  .ti-widget.ti-goog .nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 2px
  }

  .ti-widget.ti-goog .nowrap:first-of-type {
    margin-left: 0
  }

  .ti-widget.ti-goog .nowrap:last-of-type {
    margin-right: 0
  }

  .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars,
  .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars {
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left
  }

  .ti-widget.ti-goog .ti-reviews-container-wrapper {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -8px;
    padding-top: 5px
  }

  .ti-disable-animation.ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding-top: 0 !important
  }

  @media (min-width:1024px) {
    .ti-widget.ti-goog .ti-reviews-container-wrapper {
      margin: 0 20px !important
    }
  }

  .ti-widget.ti-goog .ti-col-1 .ti-review-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ti-widget.ti-goog .ti-col-2 .ti-review-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ti-widget.ti-goog .ti-col-3 .ti-review-item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
  }

  .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ti-widget.ti-goog .ti-col-5 .ti-review-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .ti-widget.ti-goog .ti-col-6 .ti-review-item {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%
  }

  .ti-widget.ti-goog .ti-col-7 .ti-review-item {
    -ms-flex: 0 0 14.286%;
    flex: 0 0 14.286%;
    max-width: 14.286%
  }

  .ti-widget.ti-goog .ti-col-8 .ti-review-item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .ti-widget.ti-goog .ti-col-9 .ti-review-item {
    -ms-flex: 0 0 11.111%;
    flex: 0 0 11.111%;
    max-width: 11.111%
  }

  .ti-widget.ti-goog .ti-col-10 .ti-review-item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .ti-widget.ti-goog .ti-reviews-container {
    position: relative;
    display: block;
    touch-action: pan-y
  }

  .ti-widget.ti-goog .ti-read-more {
    display: block;
    padding: 5px 0 0;
    text-align: left
  }

  .ti-widget.ti-goog .ti-read-more span {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: #000000;
    opacity: 0.5;
    text-decoration: none !important;
    transition: color 300ms ease-out;
    cursor: pointer
  }

  .ti-widget.ti-goog .ti-read-more span:hover {
    opacity: 1;
    text-decoration: underline !important
  }

  .ti-widget.ti-goog .ti-review-item {
    padding: 0 8px;
    transition: transform 300ms ease-out
  }

  .ti-widget.ti-goog .ti-review-item .ti-inner {
    border-radius: 4px
  }

  .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-style: solid !important;
    border-color: #f4f4f4 !important;
    background: #f4f4f4 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    margin: 0 !important;
    display: block;
    position: relative
  }

  .ti-widget.ti-goog .ti-review-item .ti-polarity-icon {
    position: relative;
    text-indent: 3px;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    vertical-align: unset
  }

  .ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon {
    position: relative;
    margin: 0 5px !important;
    margin-bottom: -3px !important;
    text-indent: 3px;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    vertical-align: unset
  }

  .ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child {
    margin-left: 0 !important
  }

  .ti-widget.ti-goog .ti-review-item .ti-recommendation .ti-recommendation-title {
    font-weight: 700;
    font-size: 13px !important;
    opacity: 0.8;
    position: relative;
    top: -1px
  }

  .ti-widget.ti-goog .ti-review-item .ti-recommendation+.ti-dummy-stars {
    display: none
  }

  .ti-widget.ti-goog .ti-review-item .ti-stars {
    height: 17px
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-left: 12px;
    margin-bottom: 4px;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
    overflow: hidden
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image img {
    position: absolute;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: inherit;
    border: 0;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image .ti-more-image-count {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    transform: scale(0.85);
    z-index: 2
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image:hover img {
    transform: scale(1.1)
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image:hover.ti-has-more-image .ti-more-image-count {
    opacity: 1;
    transform: scale(1)
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image-container {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -4px;
    margin-top: 15px;
    max-height: 100px;
    transition: all 500ms ease-in-out
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image {
    float: unset !important;
    margin: 0 !important;
    width: 25%;
    height: unset;
    flex: 0 0 auto;
    padding: 0 4px
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image .ti-review-image-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none
  }

  .ti-widget.ti-goog .ti-review-item .ti-review-image-container .ti-review-image.ti-has-more-image .ti-more-image-count {
    opacity: 1;
    transform: scale(1)
  }

  .ti-widget.ti-goog .ti-review-item.ti-hidden-review .ti-review-image-container {
    max-height: 0;
    margin-top: 0;
    transition-delay: 500ms
  }

  .ti-widget.ti-goog .ti-review-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    height: 87px;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0
  }

  .ti-widget.ti-goog .ti-review-content .ti-review-image {
    float: right
  }

  .ti-widget.ti-goog .ti-review-content.ti-empty-text .ti-review-image {
    float: unset !important;
    margin: unset !important;
    display: inline-block !important
  }

  .ti-text-align-right.ti-widget.ti-goog .ti-review-content .ti-review-image {
    float: left;
    margin-left: unset;
    margin-right: 12px
  }

  .ti-ios-fallback.ti-widget.ti-goog .ti-review-content {
    display: block
  }

  .ti-widget.ti-goog .ti-review-content .ti-show-original-text {
    font-size: inherit !important
  }

  .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
    -webkit-line-clamp: inherit;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px
  }

  .ti-text-align-right.ti-widget.ti-goog .ti-review-content {
    text-align: right !important
  }

  .ti-text-align-center.ti-widget.ti-goog .ti-review-content {
    text-align: center !important
  }

  .ti-text-align-justify.ti-widget.ti-goog .ti-review-content {
    text-align: justify !important
  }

  .ti-widget.ti-goog .ti-review-content .ti-stars {
    margin-bottom: 5px
  }

  .ti-widget.ti-goog .ti-review-content strong {
    font-size: inherit;
    color: inherit;
    font-weight: normal !important
  }

  .ti-widget.ti-goog .ti-review-content .ti-reply-by-owner-title {
    font-weight: bold !important
  }

  .ti-widget.ti-goog .ti-review-content .ti-reply-by-owner-title:before {
    content: "↪ "
  }

  .ti-widget.ti-goog .ti-review-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
  }

  .ti-widget.ti-goog .ti-highlight {
    padding: 1px 2px;
    margin: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background-color: transparent !important;
    background-image: linear-gradient(#fbe049, #fbe049);
    background-size: 100% 19px;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #000 !important;
    font-size: inherit !important
  }

  @media (min-width:480px) {
    .ti-widget.ti-goog .ti-review-item:hover {
      -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      transform: translate(0, -5px)
    }
  }

  .ti-widget.ti-goog .ti-ai-summary-item {
    color: #000000
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-review-content {
    -webkit-line-clamp: 5;
    margin-top: 16.25px;
    height: 110.75px !important
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-size: inherit
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li {
    list-style: inherit;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    font-size: inherit
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li:last-child {
    margin-bottom: 0
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-review-content .ti-summary-list li:before {
    display: block;
    content: "";
    width: 10px;
    height: 5px;
    border-left: solid 2px #000000;
    border-bottom: solid 2px #000000;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 7.5px
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img {
    margin-right: 13px !important
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img) {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #f4f4f4
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img):not(:first-child) {
    margin-left: -12px !important
  }

  .ti-widget.ti-goog .ti-ai-summary-item>.ti-inner {
    background: #f4f4f4 !important
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-profile-img img:not(.ti-ai-profile-img) {
    border-color: #f4f4f4
  }

  .ti-widget.ti-goog .ti-ai-summary-item .ti-name,
  .ti-widget.ti-goog .ti-ai-summary-item .ti-date,
  .ti-widget.ti-goog .ti-ai-summary-item .ti-read-more span {
    color: #000000
  }

  .ti-widget.ti-goog .ti-ten-rating-score {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    margin-left: 7px;
    height: 100%;
    line-height: 17px;
    vertical-align: top
  }

  .ti-widget.ti-goog .ti-platform-icon {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 0;
    right: 0
  }

  .ti-widget.ti-goog.ti-custom-stars [class*="source-"] .ti-star.e,
  .ti-widget.ti-goog.ti-custom-stars [class*="source-"] .ti-star.f {
    background-image: none
  }

  .ti-widget.ti-goog.ti-custom-stars .ti-star {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg);
    -webkit-mask-image: url(https://cdn.trustindex.io/assets/platform/Trustindex/star/s.svg)
  }

  .ti-widget.ti-goog.ti-custom-stars .ti-star:not(.e):not(.h) {
    background: #f6bb06
  }

  .ti-widget.ti-goog.ti-custom-stars .ti-star.h {
    background: #f6bb06;
    background: -webkit-linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important;
    background: linear-gradient(90deg, #f6bb06 50%, #cccccc 50%) !important
  }

  .ti-widget.ti-goog.ti-custom-stars .ti-star.e {
    background: #ccc !important
  }

  .ti-widget.ti-goog[data-language="ar"] .ti-name,
  .ti-widget.ti-goog[data-language="ar"] .ti-date,
  .ti-widget.ti-goog[data-language="ar"] .ti-profile-details .ti-text,
  .ti-widget.ti-goog[data-language="ar"] .ti-review-content,
  .ti-widget.ti-goog[data-language="ar"] .ti-review-text,
  .ti-widget.ti-goog[data-language="ar"] .ti-read-more,
  .ti-widget.ti-goog[data-language="ar"] .ti-footer,
  .ti-widget.ti-goog[data-language="ar"] .ti-rating-text,
  .ti-widget.ti-goog[data-language="ar"] .ti-footer-filter-text,
  .ti-widget.ti-goog[data-language="ar"] .ti-header-write-btn,
  .ti-widget.ti-goog[data-language="ar"] .ti-widget-header .ti-tab-item[data-source="all"] .ti-item-label,
  .ti-widget.ti-goog[data-language="ar"] .ti-header-rating-text,
  .ti-widget.ti-goog[data-language="ar"] .ti-rating-name,
  .ti-widget.ti-goog[data-language="ar"] .ti-header .ti-text,
  .ti-widget.ti-goog[data-language="ar"] .ti-load-more-reviews-button,
  .ti-widget.ti-goog[data-language="he"] .ti-name,
  .ti-widget.ti-goog[data-language="he"] .ti-date,
  .ti-widget.ti-goog[data-language="he"] .ti-profile-details .ti-text,
  .ti-widget.ti-goog[data-language="he"] .ti-review-content,
  .ti-widget.ti-goog[data-language="he"] .ti-review-text,
  .ti-widget.ti-goog[data-language="he"] .ti-read-more,
  .ti-widget.ti-goog[data-language="he"] .ti-footer,
  .ti-widget.ti-goog[data-language="he"] .ti-rating-text,
  .ti-widget.ti-goog[data-language="he"] .ti-footer-filter-text,
  .ti-widget.ti-goog[data-language="he"] .ti-header-write-btn,
  .ti-widget.ti-goog[data-language="he"] .ti-widget-header .ti-tab-item[data-source="all"] .ti-item-label,
  .ti-widget.ti-goog[data-language="he"] .ti-header-rating-text,
  .ti-widget.ti-goog[data-language="he"] .ti-rating-name,
  .ti-widget.ti-goog[data-language="he"] .ti-header .ti-text,
  .ti-widget.ti-goog[data-language="he"] .ti-load-more-reviews-button,
  .ti-widget.ti-goog[data-language="fa"] .ti-name,
  .ti-widget.ti-goog[data-language="fa"] .ti-date,
  .ti-widget.ti-goog[data-language="fa"] .ti-profile-details .ti-text,
  .ti-widget.ti-goog[data-language="fa"] .ti-review-content,
  .ti-widget.ti-goog[data-language="fa"] .ti-review-text,
  .ti-widget.ti-goog[data-language="fa"] .ti-read-more,
  .ti-widget.ti-goog[data-language="fa"] .ti-footer,
  .ti-widget.ti-goog[data-language="fa"] .ti-rating-text,
  .ti-widget.ti-goog[data-language="fa"] .ti-footer-filter-text,
  .ti-widget.ti-goog[data-language="fa"] .ti-header-write-btn,
  .ti-widget.ti-goog[data-language="fa"] .ti-widget-header .ti-tab-item[data-source="all"] .ti-item-label,
  .ti-widget.ti-goog[data-language="fa"] .ti-header-rating-text,
  .ti-widget.ti-goog[data-language="fa"] .ti-rating-name,
  .ti-widget.ti-goog[data-language="fa"] .ti-header .ti-text,
  .ti-widget.ti-goog[data-language="fa"] .ti-load-more-reviews-button {
    direction: rtl
  }

  .ti-widget.ti-goog[data-language="ar"] .ti-stars,
  .ti-widget.ti-goog[data-language="ar"] .ti-footer .ti-row,
  .ti-widget.ti-goog[data-language="he"] .ti-stars,
  .ti-widget.ti-goog[data-language="he"] .ti-footer .ti-row,
  .ti-widget.ti-goog[data-language="fa"] .ti-stars,
  .ti-widget.ti-goog[data-language="fa"] .ti-footer .ti-row {
    direction: ltr
  }

  .ti-widget.ti-goog ::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
  }

  .ti-widget.ti-goog ::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
  }

  .ti-widget.ti-goog ::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
  }

  .ti-widget.ti-goog ::-webkit-scrollbar-thumb:hover {
    background: #555
  }

  .ti-widget.ti-goog.ti-disable-nav .ti-controls {
    display: none !important
  }

  .ti-widget.ti-goog.ti-disable-nav .ti-footer-filter-text {
    margin: 15px 0
  }

  .ti-widget.ti-goog.ti-disable-nav .ti-widget-header {
    margin-left: 8px !important;
    margin-right: 8px !important
  }

  .ti-widget.ti-goog.ti-disable-nav .ti-reviews-container-wrapper {
    margin: 0 !important
  }

  .ti-widget.ti-goog.ti-review-text-mode-scroll .ti-read-more,
  .ti-widget.ti-goog.ti-review-text-mode-truncated .ti-read-more {
    display: none !important
  }

  .ti-widget.ti-goog.ti-disable-font .ti-widget-container,
  .ti-widget.ti-goog.ti-disable-font .ti-widget-container *,
  .ti-widget.ti-goog.ti-disable-font .ti-enable-widget {
    font-family: inherit !important
  }

  .ti-widget.ti-goog.ti-disable-animation .ti-review-item:hover,
  .ti-widget.ti-goog.ti-disable-animation .ti-header:hover,
  .ti-widget.ti-goog.ti-disable-animation .ti-footer:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }

  .ti-widget.ti-goog.ti-disable-animation .ti-widget-container {
    margin-top: 5px
  }

  .ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-inner>.ti-stars,
  .ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,
  .ti-widget.ti-goog.ti-text-align-right .ti-reviews-container-wrapper .ti-read-more {
    text-align: right !important
  }

  .ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-inner>.ti-stars,
  .ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,
  .ti-widget.ti-goog.ti-text-align-center .ti-reviews-container-wrapper .ti-read-more {
    text-align: center !important
  }

  .ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-inner>.ti-stars,
  .ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars,
  .ti-widget.ti-goog.ti-text-align-justify .ti-reviews-container-wrapper .ti-read-more {
    text-align: justify !important
  }

  .ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip,
  .ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip {
    left: unset;
    right: 0;
    margin-left: 0;
    margin-right: 25px
  }

  .ti-widget.ti-goog.ti-text-align-right .ti-verified-tooltip:before,
  .ti-widget.ti-goog.ti-content-align-right .ti-verified-tooltip:before {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #6f6f6f;
    left: unset;
    right: -5px
  }

  .ti-widget.ti-goog.ti-text-align-right:hover .ti-verified-tooltip,
  .ti-widget.ti-goog.ti-content-align-right:hover .ti-verified-tooltip {
    margin-left: 0;
    margin-right: 20px
  }

  .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text,
  .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong:not(.ti-rating-large),
  .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong a,
  .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text strong span,
  .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span strong,
  .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span,
  .ti-widget.ti-goog.ti-show-rating-text .ti-footer,
  .ti-widget.ti-goog.ti-show-rating-text .ti-footer strong:not(.ti-rating-large),
  .ti-widget.ti-goog.ti-show-rating-text .ti-footer span,
  .ti-widget.ti-goog.ti-show-rating-text .ti-footer strong a {
    font-size: 14px !important
  }

  .ti-verified-review {
    display: inline-block;
    background: url("https://cdn.trustindex.io/assets/icon/ti-verified.svg");
    background-size: contain;
    width: 15px;
    height: 15px;
    margin: 0 !important;
    margin-left: 7px !important;
    position: relative;
    z-index: 2
  }

  .ti-verified-review:only-child {
    margin-left: 0 !important
  }

  .ti-verified-review.ti-color-green {
    background: url("https://cdn.trustindex.io/assets/icon/ti-verified-green.svg")
  }

  .ti-verified-review .ti-verified-tooltip {
    color: #fff !important;
    background-color: #555555 !important;
    text-align: left;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -4px;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    margin-left: 35px;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out
  }

  .ti-verified-review .ti-verified-tooltip:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #555555 transparent transparent;
    content: "" !important;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px
  }

  .ti-verified-review:hover .ti-verified-tooltip {
    opacity: 1;
    margin-left: 23px;
    visibility: visible
  }

  .ti-verified-review.ti-verified-platform .ti-verified-tooltip {
    width: 175px;
    max-width: 250px;
    white-space: normal;
    line-height: 1.4 !important;
    padding: 4px 8px;
    padding-bottom: 6px
  }

  .ti-verified-review.ti-verified-platform .ti-verified-tooltip:before {
    top: 12px
  }

  .ti-recommendation+.ti-verified-review {
    top: 2px
  }

  .ti-ten-rating-score+.ti-verified-review {
    top: -1px
  }

  .ti-widget .source-Trustpilot.ti-tab-item:before,
  .ti-widget .source-Trustpilot.ti-write-btn-dropdown-item:before,
  .ti-widget .source-Trustpilot .ti-review-header:after,
  .ti-widget .source-Trustpilot .ti-inner:after,
  .ti-widget .source-Trustpilot .ti-review-content:after,
  .ti-widget .source-Trustpilot .ti-platform-icon:after,
  .ti-widget .source-Trustpilot .ti-icon,
  .ti-widget .source-Trustpilot .ti-platform,
  .ti-widget .source-Trustpilot .ti-inner .col-left,
  .ti-widget .source-Trustpilot .ti-large-logo,
  .ti-widget .source-Trustpilot .ti-enable-widget:before,
  .ti-lightbox .source-Trustpilot.ti-tab-item:before,
  .ti-lightbox .source-Trustpilot.ti-write-btn-dropdown-item:before,
  .ti-lightbox .source-Trustpilot .ti-review-header:after,
  .ti-lightbox .source-Trustpilot .ti-inner:after,
  .ti-lightbox .source-Trustpilot .ti-review-content:after,
  .ti-lightbox .source-Trustpilot .ti-platform-icon:after,
  .ti-lightbox .source-Trustpilot .ti-icon,
  .ti-lightbox .source-Trustpilot .ti-platform,
  .ti-lightbox .source-Trustpilot .ti-inner .col-left,
  .ti-lightbox .source-Trustpilot .ti-large-logo,
  .ti-lightbox .source-Trustpilot .ti-enable-widget:before {
    display: none !important
  }

  .ti-widget .source-Trustpilot .ti-enable-widget,
  .ti-lightbox .source-Trustpilot .ti-enable-widget {
    padding-left: 8px !important
  }

  .ti-widget .source-Trustpilot .ti-enable-widget:before,
  .ti-lightbox .source-Trustpilot .ti-enable-widget:before {
    display: none !important
  }

  .ti-widget .source-Trustpilot.disable-widget,
  .ti-lightbox .source-Trustpilot.disable-widget {
    top: 4px !important;
    right: 4px !important
  }

  .ti-widget.ti-goog {
    overflow: visible !important
  }

  .ti-widget.ti-goog .ti-review-item>.ti-inner,
  .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: #f4f4f4 !important;
    backdrop-filter: blur(0px)
  }

  .ti-image-loading,
  .ti-review-item .ti-review-image {
    background-image: url("https://cdn.trustindex.io/assets/img/loading_dots.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px
  }

  .ti-image-loading.ti-image-loading img,
  .ti-review-item .ti-review-image.ti-image-loading img {
    opacity: 0 !important
  }

  .ti-widget-lightbox {
    text-align: left !important;
    z-index: 9999999;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    transition: all 300ms ease-out;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    color: #333;
    align-items: center !important;
    justify-content: center;
    flex-wrap: wrap;
    user-select: none;
    opacity: 0
  }

  .ti-widget-lightbox img {
    padding: 0 !important;
    margin: 0 !important;
    min-width: initial !important;
    max-width: initial !important
  }

  .ti-widget-lightbox .ti-widget-lightbox-inner {
    max-height: calc(100vh - 160px);
    height: 100%;
    max-width: 1200px;
    width: 95%
  }

  @media (max-width:1160px) {
    .ti-widget-lightbox .ti-widget-lightbox-inner {
      max-height: 100%;
      height: 100%;
      width: 100%
    }
  }

  .ti-widget-lightbox.ti-widget-lightbox-appeared {
    opacity: 1
  }

  .ti-widget-lightbox .ti-widget-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
  }

  @media (max-width:1160px) and (orientation:landscape) {
    .ti-widget-lightbox .ti-widget-lightbox-close {
      right: 315px
    }
  }

  @media (max-width:1160px) {
    .ti-widget-lightbox .ti-widget-lightbox-close {
      background-color: rgba(0, 0, 0, 0.5)
    }
  }

  .ti-widget-lightbox .ti-widget-lightbox-close:active,
  .ti-widget-lightbox .ti-widget-lightbox-close:hover {
    background-color: rgba(255, 255, 255, 0.2)
  }

  .ti-widget-lightbox .ti-widget-lightbox-close:before,
  .ti-widget-lightbox .ti-widget-lightbox-close:after {
    width: 60%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    content: "";
    transform: rotate(45deg)
  }

  .ti-widget-lightbox .ti-widget-lightbox-close:after {
    transform: rotate(-45deg)
  }

  .ti-widget-lightbox .ti-widget-card {
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
    border: none;
    position: relative
  }

  @media (max-width:1160px) {
    .ti-widget-lightbox .ti-widget-card {
      border-radius: 0
    }
  }

  .ti-widget-lightbox .ti-card-body {
    background-color: #fff;
    position: relative;
    height: 400px;
    flex-direction: row;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #000000;
    height: 100%
  }

  @media (max-width:1160px) {
    .ti-widget-lightbox .ti-card-body {
      border-radius: 0
    }
  }

  @media (max-width:767px) and (orientation:portrait) {
    .ti-widget-lightbox .ti-card-body {
      flex-direction: column;
      width: 100%;
      height: 100%;
      border-radius: 0
    }
  }

  .ti-widget-lightbox .ti-card-body .ti-card-media {
    flex: 1 1 auto;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    padding-bottom: 0px
  }

  @media (max-width:767px) and (orientation:portrait) {
    .ti-widget-lightbox .ti-card-body .ti-card-media {
      flex: 0 0 60%;
      width: 100%
    }
  }

  .ti-widget-lightbox .ti-card-body .ti-card-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    position: absolute;
    display: block;
    border-radius: inherit;
    opacity: 1;
    transition: opacity 300ms ease-in-out
  }

  .ti-widget-lightbox .ti-card-body .ti-card-media .ti-nav-arrow {
    max-width: 100%;
    margin-left: 0px;
    left: inherit;
    top: 50%;
    margin-top: -10px;
    visibility: visible;
    opacity: 1
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content {
    flex: 0 0 auto;
    height: 100%;
    width: 300px;
    overflow: hidden;
    padding: 0px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #000000
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header {
    position: relative;
    z-index: unset;
    padding: 20px;
    display: flex;
    align-items: center;
    color: #000
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-platform-icon {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 16px;
    top: 16px
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-profile-img {
    margin: 0;
    margin-right: 10px
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-profile-img img {
    width: 40px !important;
    height: 40px !important;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    object-position: top
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-profile-img .ti-profile-img-sprite {
    display: inline-block;
    float: left;
    background: white;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 30px
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-profile-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-profile-details .ti-name {
    font-weight: bold;
    font-size: inherit;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-header .ti-profile-details .ti-date {
    color: #000000;
    opacity: 0.5;
    font-size: 12px
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-stars {
    margin: 0 20px;
    white-space: nowrap;
    display: block;
    line-height: 0
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-stars .ti-star {
    width: 17px !important;
    height: 17px !important;
    display: inline-block;
    margin-right: 1px !important;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: unset
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-stars .ti-star:before,
  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-stars .ti-star:after {
    content: none !important
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-stars .ti-ten-rating-score {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    margin-left: 7px;
    height: 100%;
    line-height: 17px;
    vertical-align: top
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-stars .ti-verified-review .ti-verified-tooltip {
    max-width: 150px !important
  }

  .ti-widget-lightbox .ti-card-body .ti-review-content .ti-review-text {
    flex: 0 1 100%;
    font-size: inherit;
    padding: 20px;
    padding-top: 0;
    margin-top: 10px;
    display: block;
    overflow-x: hidden;
    overflow: auto;
    color: #000000
  }

  @media (max-width:767px) and (orientation:portrait) {
    .ti-widget-lightbox .ti-card-body .ti-review-content {
      flex: 0 0 40%;
      width: 100%
    }
  }

  .ti-widget-lightbox .ti-nav-arrow {
    position: absolute;
    height: 0px;
    top: 50%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    transition: all 0.2s ease-in-out
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev,
  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next {
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    cursor: pointer
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:hover,
  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:hover {
    background-color: white
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:active,
  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:active {
    transform: scale(0.95);
    background-color: white
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:before,
  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:before {
    width: 25%;
    height: 25%;
    display: block;
    content: "";
    transform-origin: center center;
    margin: auto;
    position: relative;
    border-top: solid 3px #000;
    border-left: solid 3px #000;
    box-sizing: content-box
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next {
    margin-left: auto;
    margin-right: 15px
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-next:before {
    transform: rotate(135deg);
    left: -5%
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev {
    margin-left: 15px
  }

  .ti-widget-lightbox .ti-nav-arrow .ti-arrow-prev:before {
    transform: rotate(-45deg);
    left: 5%
  }

  .ti-widget.ti-goog .ti-review-content {
    height: 87px !important
  }

  .ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding-bottom: 1px
  }

  .ti-widget.ti-goog .ti-controls {
    display: none;
    margin-top: -12px;
    width: 100%;
    position: absolute;
    height: 0px;
    z-index: 1;
    top: 50%
  }

  .ti-widget.ti-goog .ti-controls .ti-next,
  .ti-widget.ti-goog .ti-controls .ti-prev {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
  }

  .ti-widget.ti-goog .ti-controls .ti-next:hover,
  .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }

  .ti-widget.ti-goog .ti-controls .ti-next:before,
  .ti-widget.ti-goog .ti-controls .ti-prev:before {
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute
  }

  .ti-widget.ti-goog .ti-controls .ti-next:after,
  .ti-widget.ti-goog .ti-controls .ti-prev:after {
    content: "";
    background: #cccccc;
    width: 17px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute
  }

  .ti-widget.ti-goog .ti-controls .ti-next {
    right: 2px
  }

  .ti-widget.ti-goog .ti-controls .ti-next:after {
    top: 18px;
    right: 0px
  }

  .ti-widget.ti-goog .ti-controls .ti-next:before {
    top: 8px;
    right: 0px
  }

  .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 2px
  }

  .ti-widget.ti-goog .ti-controls .ti-prev:after {
    top: 8px;
    left: 0px
  }

  .ti-widget.ti-goog .ti-controls .ti-prev:before {
    top: 18px;
    left: 0px
  }

  @media (min-width:1024px) {
    .ti-widget.ti-goog .ti-controls {
      display: block
    }
  }

  @media (max-width:479px) {
    .ti-widget.ti-goog .ti-controls {
      top: calc(50% - 19px)
    }
  }

  .ti-widget.ti-goog .ti-controls-line {
    display: none;
    margin: 20px auto;
    width: 150px;
    height: 3px;
    border-radius: 3px;
    background: rgba(204, 204, 204, 0.35);
    position: relative;
    overflow: hidden
  }

  .ti-widget.ti-goog .ti-controls-line .dot {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 25px;
    padding-left: 4px;
    padding-right: 4px;
    height: 100%;
    border-radius: 3px;
    background: #cccccc;
    transition: width 0.2s, left 0.2s
  }

  @media (max-width:479px) {
    .ti-widget.ti-goog .ti-controls-line {
      display: block !important
    }
  }