@charset "UTF-8";
/* Text meant only for screen readers. */
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-tab-content {
  padding: 0 20px 15px 0;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-closed i {
  font-size: 25px !important;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 25px !important;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion {
  margin-right: 20px;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion .elementor-accordion-icon-acc svg {
  width: 48px;
  height: 48px;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item i {
  font-size: 17px;
  font-size: 1.0625rem;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
  padding: 15px 20px 15px 0;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  position: absolute;
  right: 0;
  top: 35%;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .title-icon {
  display: flex;
  align-items: center;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
}
.elementor-widget-ecofa-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-content {
  border-bottom: 1px solid #D5D8DC;
}

.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip;
}

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix;
}

@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -ms-animation: rotate 12s linear infinite;
  -o-animation: rotate 12s linear infinite;
  -moz-animation: rotate 12s linear infinite;
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.opal-am-popup {
  animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup;
}

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.elementor-brand-wrapper .elementor-brand-image {
  display: flex;
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
  .elementor-brand-wrapper .elementor-brand-image {
    margin: 0 auto;
    width: 50%;
  }
}
.elementor-brand-wrapper .elementor-brand-image svg,
.elementor-brand-wrapper .elementor-brand-image img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100px;
  float: left;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.4;
}
.elementor-brand-wrapper .elementor-brand-image:hover {
  color: var(--e-global-color-primary);
}
.elementor-brand-wrapper .elementor-brand-image:hover img, .elementor-brand-wrapper .elementor-brand-image:hover svg {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.elementor-brand-wrapper a {
  display: block;
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper:hover img svg {
  filter: grayscale(100%);
}
.elementor-brand-wrapper .ecofa-brand-border-yes .elementor-brand-wrapper {
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.elementor-brand-wrapper .ecofa-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-border);
  position: absolute;
}
.elementor-brand-wrapper .ecofa-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .ecofa-brand-border-yes .elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .ecofa-brand-border-yes .elementor-brand-wrapper .slick-slide:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-border);
  position: absolute;
}
.elementor-brand-wrapper .ecofa-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .elementor-widget-ecofa-brand .ecofa-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-ecofa-brand .ecofa-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-ecofa-breadcrumb .breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb .home:before {
  font-size: 14px;
  transform: translateY(-4px);
  margin-right: 5px;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb a {
  color: #fff;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb span {
  margin: 0 5px;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb span:first-child {
  margin-left: 0;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb span:last-child {
  margin-right: 0;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb .current-item {
  color: var(--e-global-color-primary);
}
.elementor-widget-ecofa-breadcrumb .breadcrumb i {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 5px;
}
.elementor-widget-ecofa-breadcrumb .breadcrumb-listItem > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-ecofa-breadcrumb .ecofa-title {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
}

.hidden-ecofa-list-item-yes .breadcrumb-listItem {
  display: none;
}

.hidden-ecofa-title-yes .ecofa-title {
  display: none;
}

.single-post .hidden-ecofa-title-single-yes .ecofa-title, .single-give_forms .hidden-ecofa-title-single-yes .ecofa-title {
  display: none;
}
.single-post .hidden-breadcrumb-title-single, .single-give_forms .hidden-breadcrumb-title-single {
  display: none;
}

.breadcrumb-wrap {
  display: var(--page-title-display);
}

.home .main-breadcrumb {
  display: none;
}

.elementor-widget-ecofa-banner .elementor-cta__heading2,
.elementor-widget-ecofa-banner .elementor-cta__title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 48px;
  font-size: 3rem;
  line-height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.elementor-widget-ecofa-banner .elementor-cta__title {
  margin-bottom: 0;
}
.elementor-widget-ecofa-banner .elementor-cta__heading2 {
  margin-bottom: 15px;
}
.elementor-widget-ecofa-banner .elementor-cta__subtitle {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-secondary);
  margin-bottom: 15px;
  letter-spacing: 1.8px;
}
.elementor-widget-ecofa-banner .elementor-cta__subtitle div {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
}
.elementor-widget-ecofa-banner .elementor-cta__subtitle div span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  max-width: 50px;
  margin-left: 5px;
}
.elementor-widget-ecofa-banner .des-button {
  order: 1;
}
.elementor-widget-ecofa-banner .elementor-cta__description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-text);
  margin-bottom: 15px;
}
.elementor-widget-ecofa-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-ecofa-banner.description-effects-yes .des-button {
  max-height: 0;
  margin-bottom: 0;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.elementor-widget-ecofa-banner.description-effects-yes:hover .des-button {
  max-height: 120px;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.elementor-widget-ecofa-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-ecofa-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-ecofa-banner.content-stretch-yes .elementor-ecofa-banner {
  height: 100%;
}
.elementor-widget-ecofa-banner.button-position-bottom-yes .elementor-cta__content_inner {
  height: 100%;
}
.elementor-widget-ecofa-banner.button-position-bottom-yes .elementor-cta__content_inner .elementor-cta__button-wrapper {
  margin-top: auto;
}
.elementor-widget-ecofa-banner:hover .elementor-cta__bg-overlay {
  opacity: 1;
}
.elementor-widget-ecofa-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-ecofa-banner.box-align-left .elementor-cta__content {
  text-align: left;
}
.elementor-widget-ecofa-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-start;
}
.elementor-widget-ecofa-banner.box-align-left .elementor-cta__content .elementor-cta__description {
  background-position: top left;
}
.elementor-widget-ecofa-banner.box-align-center .elementor-cta__content {
  text-align: center;
}
.elementor-widget-ecofa-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: center;
  background-position: top center;
}
.elementor-widget-ecofa-banner.box-align-center .elementor-cta__content .elementor-cta__description {
  background-position: top center;
}
.elementor-widget-ecofa-banner.box-align-right .elementor-cta__content {
  text-align: right;
}
.elementor-widget-ecofa-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-end;
  background-position: top right;
}
.elementor-widget-ecofa-banner.box-align-right .elementor-cta__content .elementor-cta__description {
  background-position: top right;
}
.elementor-widget-ecofa-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-ecofa-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-ecofa-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-widget-ecofa-banner.elementor-position-below .elementor-cta__content_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.elementor-widget-ecofa-banner.elementor-position-below .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-ecofa-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title, .elementor-widget-ecofa-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
  order: 0;
}
.elementor-widget-ecofa-banner.elementor-position-above .elementor-cta__content-item {
  order: 1;
  margin-bottom: 1.2em;
}
.elementor-widget-ecofa-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
  margin-bottom: 1.8rem;
  order: 0;
}

.button-banner-style-ecofa-default .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.button-banner-style-ecofa-default .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.button-banner-style-ecofa-default .elementor-button .elementor-button-icon {
  position: relative;
}
.button-banner-style-ecofa-default .elementor-button .elementor-button-icon i {
  margin: -1px 0px 0 5px;
}
.button-banner-style-ecofa-default .elementor-button:hover .elementor-button-icon {
  color: var(--e-global-color-primary);
}

.button-banner-style-ecofa-outline .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.button-banner-style-ecofa-outline .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.button-banner-style-ecofa-outline .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.button-banner-style-ecofa-link .elementor-button {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  color: var(--e-global-color-primary);
  transition: all 0.4s ease;
  letter-spacing: 3px;
}
.button-banner-style-ecofa-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
}
.button-banner-style-ecofa-link .elementor-button:hover {
  background-color: transparent;
  color: var(--e-global-color-accent);
}
.button-banner-style-ecofa-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
}
.button-banner-style-ecofa-link .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
}
.button-banner-style-ecofa-link .elementor-button .elementor-button-icon i:before {
  font-size: 10px;
}
.button-banner-style-ecofa-link .elementor-button:hover {
  transition: all 0.4s ease;
  background-color: transparent;
  border-color: currentColor;
  color: var(--e-global-color-primary);
}

.elementor-bg-transform-move-down-custom .elementor-bg {
  height: calc(100% + 30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-bg-transform-move-down-custom:hover .elementor-bg {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 30px);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-bg-transform-move-up-custom:hover .elementor-bg {
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform: scale(1.03);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  transform: scale(1.03) translateX(1.5%);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: calc(100% + 30px);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: calc(100% + 40px);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 300px;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.elementor-cta__bg:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.02%, rgba(0, 0, 0, 0.58) 80.21%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 40px 40px 93px 70px;
  width: 100%;
}

.elementor-cta__content-item {
  width: 100%;
}

.elementor-cta__content,
.elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.wpcf7-form ::placeholder {
  color: var(--e-global-color-lighter);
}

.wpcf7-form {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 1px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap .input-text {
  width: 100%;
  height: 100%;
  border-width: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  padding: 15px 20px;
  margin-top: 8px;
  border-radius: 10px;
  text-transform: capitalize;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder, .wpcf7-form .wpcf7-form-control-wrap .input-text::placeholder {
  color: var(--e-global-color-lighter);
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  line-height: 1.7;
  border-width: 1px;
  resize: none;
  padding: 14px 20px;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
  padding: 15px 36px;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  border-radius: 10px;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
  padding: 0 10px;
}
.wpcf7-form .row p {
  margin-bottom: 20px;
}
.wpcf7-form .required {
  border-bottom: 0 !important;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #F41818;
}
.wpcf7-form button, .wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit], .wpcf7-form .button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 0 15px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
}

.contact-form-special-yes .wpcf7-form input[type=text], .contact-form-special-yes .wpcf7-form input[type=number], .contact-form-special-yes .wpcf7-form input[type=email], .contact-form-special-yes .wpcf7-form input[type=tel], .contact-form-special-yes .wpcf7-form input[type=url],
.contact-form-special-yes .wpcf7-form input[type=password], .contact-form-special-yes .wpcf7-form input[type=search], .contact-form-special-yes .wpcf7-form .input-text,
.contact-form-special-yes .wpcf7-form textarea {
  background-color: #F6F6F6;
}

.elementor-widget-ecofa-countdown .elementor-ecofa-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.elementor-widget-ecofa-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 5px;
}
.elementor-widget-ecofa-countdown .elementor-countdown-item:before {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -14px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  top: 31%;
  color: var(--e-global-color-secondary);
}
.elementor-widget-ecofa-countdown .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-ecofa-countdown .elementor-countdown-item:last-child:before {
  display: none;
}
.elementor-widget-ecofa-countdown .elementor-countdown-label {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  font-weight: var(--e-global-typography-accent-font-weight);
  color: var(--e-global-color-secondary);
}
.elementor-widget-ecofa-countdown .elementor-countdown-digits {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
  color: var(--e-global-color-primary);
}
.elementor-widget-ecofa-countdown .countdown-title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-secondary);
}
.elementor-widget-ecofa-countdown.countdown-style-1 .countdown-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-ecofa-countdown.countdown-style-1 .elementor-countdown-item:before {
  display: none;
}
.elementor-widget-ecofa-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits {
  border-radius: 10px;
  padding: 16px 21px 0 21px;
  text-align: center;
  margin-bottom: -1px;
  /* optional */
  min-width: 52px;
  min-height: 52px;
  color: var(--e-global-color-primary);
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 46px;
}
.elementor-widget-ecofa-countdown.countdown-style-1 .countdown-title {
  margin-right: 15px;
}
.elementor-widget-ecofa-countdown.countdown-style-1 .elementor-countdown-label {
  color: var(--e-global-color-text);
  margin-bottom: 15px;
}
.elementor-widget-ecofa-countdown.countdown-style-2 .elementor-countdown-item {
  padding: 9px 7px 8px 7px;
  border-radius: 4px;
  margin-right: 25px;
}
.elementor-widget-ecofa-countdown.countdown-style-2 .elementor-countdown-item .elementor-countdown-digits {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-primary);
}

.elementor-counter {
  position: relative;
  display: flex;
}
.elementor-counter .elementor-counter-wrapper {
  margin-bottom: 10px;
}
.elementor-counter .elementor-icon-counter {
  justify-content: center;
  align-items: center;
  font-size: 52px;
  font-size: 3.25rem;
}
.elementor-counter .elementor-icon-counter i {
  display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
  display: block;
}
.elementor-counter .elementor-icon-counter svg {
  width: 60px;
  height: 60px;
  color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 80px;
  font-size: 5rem;
  line-height: 80px;
  letter-spacing: -1.6px;
  color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 80px;
  font-size: 5rem;
  line-height: 80px;
  letter-spacing: -1px;
  color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-title {
  text-align: inherit;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: var(--e-global-typography-tertiary-font-weight);
  line-height: 24px;
  letter-spacing: 0;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}
.elementor-counter .elementor-counter-sub-title {
  font-size: 15px;
  font-size: 0.9375rem;
}
.elementor-counter .elementor-counter-description {
  font-size: 15px;
  font-size: 0.9375rem;
}
.elementor-alignment-left .elementor-counter {
  justify-content: flex-start;
}
.elementor-alignment-left .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-alignment-left .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.elementor-alignment-center .elementor-counter {
  justify-content: center;
  flex-direction: column;
}
.elementor-alignment-center .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0 auto;
}
.elementor-alignment-center .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.elementor-alignment-center .elementor-counter .elementor-counter-number-wrapper {
  justify-content: center;
}
.elementor-alignment-right .elementor-counter {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-alignment-right .elementor-counter .elementor-counter-number-wrapper {
  justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.elementor-alignment-right .elementor-counter .elementor-counter-title,
.elementor-alignment-right .elementor-counter .elementor-counter-sub-title,
.elementor-alignment-right .elementor-counter .elementor-counter-description {
  text-align: right;
}
.elementor-vertical-align-top .elementor-counter {
  align-items: center;
}
.elementor-vertical-align-middle .elementor-counter {
  align-items: center;
}
.elementor-vertical-align-bottom .elementor-counter {
  align-items: flex-end;
}

.enable-effects-yes .elementor-counter {
  position: relative;
  Width: 294px;
  Height: 264px;
}
.enable-effects-yes .elementor-counter:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #F0FAFD;
}
.enable-effects-yes .elementor-counter-wrapper {
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ecofa-swiper-wrapper .give-wrap .give-grid {
  display: flex;
  flex-flow: unset;
  grid-gap: 0;
}
.ecofa-swiper-wrapper .give-wrap .give-grid__item {
  display: block !important;
}

.elementor-widget-ecofa-give-form form[id*=give-form] .give-donation-amount {
  display: flex;
  margin: 0 0 10px;
}
.elementor-widget-ecofa-give-form .give-goal-progress {
  margin-bottom: 0;
}
.elementor-widget-ecofa-give-form [id*=give-form].give-display-modal .give-btn {
  margin: 0;
}
.elementor-widget-ecofa-give-form [id*=give-form].give-display-reveal .give-btn {
  margin: 0;
}
.elementor-widget-ecofa-give-form #give-recurring-form, .elementor-widget-ecofa-give-form form.give-form, .elementor-widget-ecofa-give-form form[id*=give-form] {
  margin: 0;
}
.elementor-widget-ecofa-give-form #give-donation-level-button-wrap {
  margin-bottom: 10px;
}
.elementor-widget-ecofa-give-form.give-form-style-show-notice-yes .give_error {
  display: none;
}

.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #347074;
}
.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-left .header-carousel-title {
  padding: 13px 32px 11px 0;
}
.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-left .header-carousel-title .header-title {
  transition: all 0.4s ease;
  margin: 0;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-text {
  transition: all 0.4s ease;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper:hover {
  background-color: transparent;
}
.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper:hover .button-text {
  transition: all 0.4s ease;
  color: var(--e-global-color-primary);
}
.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper:hover i {
  transition: all 0.4s ease;
  color: var(--e-global-color-primary);
}

@media only screen and (max-width: 425px) {
  .elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-left {
    justify-content: center;
    display: block;
    text-align: center;
  }
  .elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-left .header-carousel-title {
    padding: 12px 15px;
  }
  .elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-right {
    display: none;
  }
}
.button-header-carousel-style-ecofa-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  position: relative;
}
.button-header-carousel-style-ecofa-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.button-header-carousel-style-ecofa-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-header-carousel-style-ecofa-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i {
  color: #FFFFFF;
}

.button-header-carousel-style-ecofa-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
  position: relative;
}
.button-header-carousel-style-ecofa-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.button-header-carousel-style-ecofa-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.button-header-carousel-style-ecofa-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
  color: #FFFFFF;
}
.button-header-carousel-style-ecofa-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-header-carousel-style-ecofa-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i {
  color: #FFFFFF;
}

.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover {
  background-color: transparent;
  color: var(--e-global-color-accent);
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
  color: #FFFFFF;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-icon i:before {
  font-size: 11px;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover {
  background-color: transparent;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover:before {
  width: 100%;
  left: 0;
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.button-header-carousel-style-ecofa-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i {
  color: var(--e-global-color-primary);
}

.elementor-widget-ecofa-heading .elementor-heading-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.elementor-widget-ecofa-heading .elementor-heading-title,
.elementor-widget-ecofa-heading .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 48px;
  font-size: 3rem;
  line-height: 54px;
  letter-spacing: -0.96px;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}
.elementor-widget-ecofa-heading .elementor-sub-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: 2.1px;
  display: block;
  color: var(--e-global-color-primary);
  text-transform: none;
}
.elementor-widget-ecofa-heading.elementor-align-left .elementor-heading-title {
  justify-content: flex-start;
}
.elementor-widget-ecofa-heading.elementor-align-center .elementor-heading-title {
  justify-content: center;
}
.elementor-widget-ecofa-heading.elementor-align-right .elementor-heading-title {
  justify-content: flex-end;
}
.elementor-widget-ecofa-heading.elementor-align-justify .elementor-heading-title {
  justify-content: space-between;
}

.subtitle-position-below .elementor-sub-title {
  margin-top: 1rem;
}

.subtitle-position-above .elementor-sub-title {
  margin-bottom: 1rem;
  order: -1;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
}

.ecofa-history-swiper {
  height: 405px;
}
.ecofa-history-swiper .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.ecofa-history-swiper .swiper-slide a:hover {
  color: currentColor;
}
.ecofa-history-swiper .col-left, .ecofa-history-swiper .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.ecofa-history-swiper .col-left img, .ecofa-history-swiper .col-right img {
  border-radius: 8px;
}
.ecofa-history-swiper .col-left {
  padding-right: 95px;
}
.ecofa-history-swiper .col-left img {
  object-fit: cover;
}
.ecofa-history-swiper .col-right {
  padding-left: 95px;
}
.ecofa-history-swiper .years {
  margin-bottom: 9px;
  color: #E74F3D;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.ecofa-history-swiper .title {
  margin-bottom: 21px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 36px;
}
.ecofa-history-swiper .history-content, .ecofa-history-swiper .title, .ecofa-history-swiper .years {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-scrollbar-vertical {
  right: 50% !important;
  width: 1px !important;
  background-color: var(--e-global-color-border);
}
.swiper-scrollbar-vertical .swiper-scrollbar-drag {
  background-color: #000000;
}

@media only screen and (max-width: 1200px) {
  .ecofa-history-swiper .col-left {
    padding-right: 30px;
  }
  .ecofa-history-swiper .col-right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 568px) {
  .ecofa-history-swiper {
    height: 505px;
  }
  .ecofa-history-swiper .col-left, .ecofa-history-swiper .col-right {
    padding: 0;
    width: 100%;
  }
  .ecofa-history-swiper .swiper-slide a {
    display: block;
  }
  .ecofa-history-swiper .history-content {
    width: 100%;
  }

  .swiper-scrollbar-vertical {
    display: none;
  }
}
.elementor-widget-ecofa-image-carousel .ecofa-swiper {
  clip-path: inset(-20px);
  overflow: visible;
}
.elementor-widget-ecofa-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .image,
.elementor-widget-ecofa-image-carousel .swiper-slide-active a .image {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.elementor-widget-ecofa-image-carousel .swiper-slide-active ~ .swiper-slide-visible a:hover .image,
.elementor-widget-ecofa-image-carousel .swiper-slide-active a:hover .image {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.elementor-widget-ecofa-image-carousel a {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
}
.elementor-widget-ecofa-image-carousel a .image {
  margin-bottom: 3px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-ecofa-image-carousel a .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-ecofa-image-carousel a .title span {
  color: var(--e-global-color-primary);
}

.elementor-widget-opal-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
  display: block;
  border-radius: 10px;
}

.ecofa-image-gallery-sweet .isotope-grid .grid__item {
  width: 294px !important;
  height: 264px !important;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item .gallery-image img {
  width: 294px !important;
  height: 264px !important;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  object-fit: cover;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item .gallery-image a:before {
  display: none;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item:nth-child(1) {
  top: 30% !important;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item:nth-child(even) {
  top: 5% !important;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item:nth-child(2) {
  left: 249px !important;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item:nth-child(3) {
  left: 498px !important;
  top: 30% !important;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item:nth-child(4) {
  left: 747px !important;
}
.ecofa-image-gallery-sweet .isotope-grid .grid__item:nth-child(5) {
  right: 0 !important;
  left: unset !important;
  top: 30% !important;
}

.ecofa-image-gallery-masonry .grid__item:nth-child(5), .ecofa-image-gallery-masonry .grid__item:nth-child(5n+6) {
  width: 65.666666% !important;
}
.ecofa-image-gallery-masonry .grid__item:nth-child(6) {
  left: 0px !important;
}
.ecofa-image-gallery-masonry .grid__item:nth-child(7) {
  right: 0px !important;
  left: auto !important;
}

.isotope-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.isotope-grid .grid__item {
  margin-bottom: var(--grid-column-gap);
}

.elementor-widget-ecofa-image-gallery {
  width: 100%;
}
.elementor-widget-ecofa-image-gallery ul {
  margin: 0 0 65px 0;
}
.elementor-widget-ecofa-image-gallery .gallery-image {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
}
.elementor-widget-ecofa-image-gallery .gallery-image a {
  overflow: hidden;
  display: block;
}
.elementor-widget-ecofa-image-gallery .gallery-image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 37, 57, 0.6);
  transition: all 0.3s ease;
  border-radius: 10px;
}
.elementor-widget-ecofa-image-gallery .gallery-image a .filter-title {
  visibility: hidden;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-primary);
  position: absolute;
  bottom: -30px;
  left: 30px;
  text-transform: capitalize;
}
.elementor-widget-ecofa-image-gallery .gallery-image a .caption {
  visibility: hidden;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.4;
  position: absolute;
  bottom: -30px;
  left: 30px;
}
.elementor-widget-ecofa-image-gallery .gallery-image a .caption:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-ecofa-image-gallery .gallery-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-ecofa-image-gallery .gallery-image a:hover .caption {
  visibility: visible;
  bottom: 30px;
}
.elementor-widget-ecofa-image-gallery .gallery-image a:hover .filter-title {
  visibility: visible;
  bottom: 63px;
}
.elementor-widget-ecofa-image-gallery .gallery-image img {
  display: block;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.elementor-widget-ecofa-image-gallery .gallery-image:nth-child(even) {
  margin-top: 30px;
}
.elementor-widget-ecofa-image-gallery .elementor-galerry__filter {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 7px 21px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 5px;
  color: var(--e-global-color-text);
  background-color: #F4F8F0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-ecofa-image-gallery .elementor-galerry__filter .count {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  position: absolute;
  top: -10px;
}
.elementor-widget-ecofa-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-ecofa-image-gallery .elementor-galerry__filter:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
}

.elementor-image-gallery {
  position: relative;
}

.elementor-editor-active .isotope-grid {
  height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none;
}

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 10px;
}

.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start;
}

.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end;
}

.elementor-widget-ecofa-image-gallery .ecofa-carousel .slick-list {
  overflow: visible;
}

@media only screen and (max-width: 650px) {
  .ecofa-image-gallery-masonry .grid__item:nth-child(5), .ecofa-image-gallery-masonry .grid__item:nth-child(5n+6) {
    width: 100% !important;
  }
}
.ecofa-panorama,
.panolens-canvas {
  width: 100%;
  height: 600px;
  background: #ffffff;
}

.elementor-canvas-info-wrapper {
  display: flex;
}
.elementor-canvas-info-wrapper .ecofa-info-button {
  display: inline-flex;
  align-items: center;
}
.elementor-canvas-info-wrapper .ecofa-info-button:hover .screen-reader-text {
  color: var(--e-global-color-primary);
}

.ecofa-canvas-info {
  background-color: #fff;
  --e-global-info-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: var(--e-global-info-width);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
  transform: translate3d(var(--e-global-info-width), 0, 0);
}
.ecofa-canvas-info-right {
  right: 0;
  left: unset;
  -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
  transform: translate3d(var(--e-global-info-width), 0, 0);
}
.ecofa-canvas-info-left {
  right: unset;
  left: 0;
  -webkit-transform: translate3d(calc(var(--e-global-info-width) / -1), 0, 0);
  transform: translate3d(calc(var(--e-global-info-width) / -1), 0, 0);
}
.info-canvas-active .ecofa-canvas-info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .ecofa-canvas-info {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .ecofa-canvas-info {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .ecofa-canvas-info {
    top: 46px;
  }
}

.ecofa-canvas-info-close {
  font-size: 24px;
  font-size: 1.5rem;
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 47px;
  right: 45px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 999;
  color: var(--e-global-color-text);
}
.ecofa-canvas-info-close:hover, .ecofa-canvas-info-close:focus {
  color: var(--e-global-color-primary);
}

.ecofa-info-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.info-canvas-active .ecofa-info-overlay {
  visibility: visible;
  opacity: 1;
}

.info-canvas-active .ecofa-canvas-info-left {
  width: 100%;
}

.ecofa-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.ecofa-language-switcher span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: uppercase;
  color: var(--e-global-color-text);
}
.ecofa-language-switcher .language-switcher-head .title {
  margin-right: 8px;
}
.ecofa-language-switcher .language-switcher-head img {
  margin-right: 8px;
}
.ecofa-language-switcher .language-switcher-head:after {
  position: relative;
  font-family: "ecofa-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5em;
  line-height: 12px;
}
.ecofa-language-switcher a {
  display: block;
}
.ecofa-language-switcher img {
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  object-fit: cover;
}
.ecofa-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.ecofa-language-switcher .item > div i {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.ecofa-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 5px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.ecofa-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -10px;
}
.ecofa-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.ecofa-language-switcher .sub-item a:hover, .ecofa-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.ecofa-language-switcher .sub-item a > span {
  text-transform: unset;
}
.ecofa-language-switcher li.item {
  position: relative;
}
.ecofa-language-switcher li.item:hover .sub-item {
  display: block;
}

.language-switcher-style-hover-right-yes .ecofa-language-switcher .sub-item {
  right: 0;
  left: unset;
}

.elementor-link-showcase-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .elementor-link-showcase-inner {
    flex-direction: unset;
  }
}

.link-showcase-item {
  flex: 100%;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  height: auto;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .link-showcase-item {
    height: 100vh;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.link-showcase-contnet-inner {
  position: relative;
  height: 400px;
}
@media (min-width: 768px) {
  .link-showcase-contnet-inner {
    height: 100%;
  }
}

.elementor-link-showcase-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.elementor-link-showcase-content img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  transition: opacity 0s;
  will-change: transform;
}
@media (min-width: 768px) {
  .elementor-link-showcase-content img {
    height: auto;
  }
}
.elementor-link-showcase-content.elementor-prev img {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: link-showcase-active-image 0.86s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s;
}
.elementor-link-showcase-content.elementor-active img {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: link-showcase-active-image 0.86s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.elementor-link-showcase-title {
  margin: 20px 0;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .elementor-link-showcase-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .elementor-link-showcase-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.elementor-link-showcase-title a:not(:hover) {
  color: inherit;
}

@keyframes link-showcase-active-image {
  0% {
    transform: scale(1);
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  50% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1.06);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form {
  display: flex;
  border-bottom: 2px solid #e3e3e3;
}
.form-style .mc4wp-form .form:hover {
  border-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form .form-input {
  flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form input[type=email] {
  position: relative;
  border-radius: 5px 0px 0px 5px;
  padding: 18px 0 18px 20px;
  display: flex;
}
.form-style .mc4wp-form button[type=submit] {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 17px;
  border: none;
}
.form-style .mc4wp-form button[type=submit]:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.form-style .mc4wp-form button[type=submit] i {
  font-size: 24px;
  z-index: 1;
  right: 0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.form-mailchimp-style-1 .mc4wp-form {
  margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields {
  display: flex;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  padding: 18px;
  border-radius: 0 5px 5px 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] i {
  font-size: 24px;
  cursor: pointer;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=email] {
  border-radius: 5px 0 0 5px;
}

.form-checkbox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form-checkbox input [type=checkbox] {
  background-color: var(--e-global-color-primary);
}

.hidden-ecofa-form-checkbox-yes .form-checkbox {
  display: none;
}

.elementor-canvas-menu-wrapper {
  display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: inline-flex;
  align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  position: unset !important;
  word-wrap: unset !important;
  margin: 0;
  height: unset;
  width: unset;
  clip: unset;
  overflow: unset;
  clip-path: unset;
  order: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--e-global-color-primary);
}

.ecofa-canvas-menu-layout-1.elementor-widget-ecofa-menu-canvas .ecofa-icon {
  margin-right: 13px;
}

.ecofa-canvas-menu-layout-2.elementor-widget-ecofa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  display: none;
}
.ecofa-canvas-menu-layout-2.elementor-widget-ecofa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .ecofa-icon {
  margin-right: 0;
}

.elementor-widget-ecofa-nav-menu.ecofa-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.has-mega-menu > a:before, .elementor-widget-ecofa-nav-menu.ecofa-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:before {
  font-family: "ecofa-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  right: -13px;
  font-size: 13px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .elementor-widget-ecofa-nav-menu.ecofa-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
    right: 8px;
  }
}
.elementor-widget-ecofa-post-grid .slick-list {
  overflow: visible;
  clip-path: inset(-30px -14px);
}
.elementor-widget-ecofa-post-grid .slick-slide:not(.slick-active) .post-inner {
  box-shadow: unset;
}

[class*=post-style-] .post-inner {
  display: block;
}
[class*=post-style-] .entry-thumbnail {
  padding-top: 70.5%;
  margin-bottom: 1.8em;
}
[class*=post-style-] .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 17px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.25;
  max-height: 3.5em;
}
[class*=post-style-] .entry-meta {
  padding-top: 20px;
  border-top: 1px solid var(--e-global-color-border);
}

.post-style-2,
.post-style-3 {
  position: relative;
}
.post-style-2 .post-inner,
.post-style-3 .post-inner {
  display: flex;
  grid-column-gap: 30px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 10px;
}
@media (max-width: 568px) {
  .post-style-2 .post-inner,
.post-style-3 .post-inner {
    display: flex;
    grid-row-gap: 30px;
    flex-direction: column;
  }
  .post-style-2 .post-inner .post-thumbnail, .post-style-2 .post-inner .post-content,
.post-style-3 .post-inner .post-thumbnail,
.post-style-3 .post-inner .post-content {
    width: 100%;
  }
}
.post-style-2 .entry-meta,
.post-style-3 .entry-meta {
  border: none;
  margin-bottom: 10px;
  padding: 0;
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
}
.post-style-2 .entry-meta a,
.post-style-3 .entry-meta a {
  color: var(--e-global-color-lighter);
}
.post-style-2 .entry-thumbnail,
.post-style-3 .entry-thumbnail {
  padding-top: 0;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.post-style-2 .entry-thumbnail img,
.post-style-3 .entry-thumbnail img {
  position: absolute;
}
@media (max-width: 568px) {
  .post-style-2 .entry-thumbnail,
.post-style-3 .entry-thumbnail {
    border-radius: 10px;
    padding-top: 60%;
  }
}
@media (max-width: 568px) {
  .post-style-2 .post-content,
.post-style-3 .post-content {
    padding: 0 30px 30px 30px;
  }
}

.post-style-2 .post-thumbnail {
  width: 43.5%;
}
@media (max-width: 1024px) {
  .post-style-2 .post-thumbnail {
    width: 50.5%;
  }
}
@media (max-width: 568px) {
  .post-style-2 .entry-thumbnail {
    border-radius: 10px;
  }
}
.post-style-2 .post-content {
  width: 55.5%;
}
.post-style-2 .post-content .excerpt-content {
  max-height: 4.4rem;
}
@media (min-width: 768px) {
  .post-style-2 .post-content {
    padding: 45px 30px 56px 0;
  }
}
.post-style-2 .entry-title {
  margin-bottom: 18px;
}
.post-style-2 .excerpt-content {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
}

.post-style-3 .post-thumbnail {
  width: 38%;
}
@media (max-width: 1024px) {
  .post-style-3 .post-thumbnail {
    width: 50.5%;
  }
}
.post-style-3 .post-content {
  width: 55.5%;
}
@media (min-width: 768px) {
  .post-style-3 .post-content {
    padding: 30px 30px 30px 0;
  }
}
.post-style-3 .post-content .excerpt-content {
  max-height: 3.4rem;
  -webkit-line-clamp: 2;
  color: var(--e-global-color-text);
}
.post-style-3 .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.post-style-3 .more-link:hover {
  color: var(--e-global-color-text);
}

.post-style-4 .entry-thumbnail {
  padding-top: 93%;
  margin-bottom: 0.1em;
}
@media (max-width: 1200px) {
  .post-style-4 .entry-thumbnail {
    padding-top: 83%;
  }
}
@media (max-width: 768px) {
  .post-style-4 .entry-thumbnail {
    padding-top: 60%;
  }
}
.post-style-4 .entry-meta {
  border: none;
  padding-top: 22px;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-style-4 .entry-meta a {
  color: var(--e-global-color-lighter);
}
.post-style-4 .excerpt-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 43px;
}
@media (max-width: 568px) {
  .post-style-4 .excerpt-content {
    max-height: 3rem;
    margin-bottom: 30px;
  }
}
.post-style-4 .more-link {
  padding: 18px 49px;
}

.post-style-3 .more-link,
.post-style-6 .more-link {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--e-global-color-primary);
}
.post-style-3 .more-link:before,
.post-style-6 .more-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
}
.post-style-3 .more-link:hover,
.post-style-6 .more-link:hover {
  background-color: transparent;
  color: var(--e-global-color-accent);
}
.post-style-3 .more-link:not(:hover),
.post-style-6 .more-link:not(:hover) {
  color: #fff;
}

.post-style-5 .post-inner,
.post-style-6 .post-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.post-style-5 .post-inner .post-content,
.post-style-6 .post-inner .post-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  height: 55%;
  justify-content: flex-end;
}
.post-style-5 .post-inner .entry-meta,
.post-style-6 .post-inner .entry-meta {
  padding: 0;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-style-5 .post-inner .entry-thumbnail,
.post-style-6 .post-inner .entry-thumbnail {
  margin-bottom: 0;
}
.post-style-5 .post-inner .entry-title, .post-style-5 .post-inner .excerpt-content, .post-style-5 .post-inner .posted-on, .post-style-5 .post-inner .meta-reply, .post-style-5 .post-inner .post-author,
.post-style-6 .post-inner .entry-title,
.post-style-6 .post-inner .excerpt-content,
.post-style-6 .post-inner .posted-on,
.post-style-6 .post-inner .meta-reply,
.post-style-6 .post-inner .post-author {
  color: #fff;
}
.post-style-5 .post-inner .entry-title a, .post-style-5 .post-inner .excerpt-content a, .post-style-5 .post-inner .posted-on a, .post-style-5 .post-inner .meta-reply a, .post-style-5 .post-inner .post-author a,
.post-style-6 .post-inner .entry-title a,
.post-style-6 .post-inner .excerpt-content a,
.post-style-6 .post-inner .posted-on a,
.post-style-6 .post-inner .meta-reply a,
.post-style-6 .post-inner .post-author a {
  color: #fff;
}

.post-style-5 .post-inner .post-thumbnail {
  width: 100%;
}
.post-style-5 .post-inner .post-thumbnail .entry-thumbnail {
  padding-top: 161%;
}
@media (max-width: 1024px) {
  .post-style-5 .post-inner .post-thumbnail .entry-thumbnail {
    padding-top: 143%;
  }
}
.post-style-5 .post-inner .excerpt-content {
  max-height: 2.9rem;
  -webkit-line-clamp: 2;
  margin-bottom: 25px;
}
.post-style-5 .post-inner .entry-title {
  margin-bottom: 10px;
}
.post-style-5 .post-inner .post-content {
  padding: 30px 30px 28px;
}

.post-style-6 .post-content {
  padding: 50px;
}
.post-style-6 .entry-meta {
  margin-bottom: 9px;
}
.post-style-6 .entry-title {
  margin-bottom: 20px;
}
.post-style-6 .excerpt-content {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
.post-style-6 .more-link:hover {
  color: #fff;
}

.elementor-widget-price-table .elementor-widget-container {
  background-color: transparent;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__integer-part,
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__currency {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__period {
  margin-top: 10px;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
  .elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
    border: none;
  }
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer {
  padding: 45px 0 0;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button {
  align-items: center;
  display: inline-flex;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button i {
  display: flex;
  line-height: 0;
  margin-left: 10px;
  align-items: center;
  flex-direction: row-reverse;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button i:after {
  content: "";
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  background-color: white;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button:hover i:after {
  width: 30px;
}

.elementor-price-table {
  text-align: center;
}
.elementor-price-table .elementor-price-table__header {
  padding: 10px 0;
}
.elementor-price-table h3.elementor-price-table__heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: var(--e-global-typography-);
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  font-family: var(--e-global-typography-text-font-family);
}
.elementor-price-table .elementor-price-table__button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.elementor-price-table .elementor-price-table__button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.elementor-price-table .elementor-price-table__subheading {
  font-size: 12px;
  font-weight: 400;
}
.elementor-price-table .elementor-price-table__original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 400;
  -ms-flex-item-align: center;
  align-self: center;
}
.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
  font-size: 1em;
  margin: 0;
}
.elementor-price-table .elementor-price-table__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--e-global-color-primary);
  font-weight: 800;
  font-size: 48px;
  padding: 20px 0;
}
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
  padding-top: 13px;
  font-family: var(--e-global-typography-text-font-family);
}
.elementor-price-table .elementor-price-table__after-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-price-table .elementor-price-table__integer-part {
  line-height: 0.8;
}
.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
  line-height: 1;
  font-size: 0.3em;
}
.elementor-price-table .elementor-price-table__currency {
  margin-top: -5px;
}
.elementor-price-table .elementor-price-table__rood {
  display: flex;
  align-items: flex-end;
  margin-bottom: -3px;
}
.elementor-price-table .elementor-price-table__rood-part {
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--e-global-color-primary);
  font-size: 15px;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
}
.elementor-price-table .elementor-price-table__period {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.elementor-price-table .elementor-price-table__features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: var(--e-price-table-features-list-color);
}
.elementor-price-table .elementor-price-table__features-list li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid rgba(122, 122, 122, 0.3);
  margin: 10px 12.5%;
}
.elementor-price-table .elementor-price-table__features-list i {
  margin-right: 10px;
  font-size: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg {
  margin-right: 10px;
  fill: var(--e-price-table-features-list-color);
  height: 1.3em;
  width: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg ~ * {
  vertical-align: text-top;
}
.elementor-price-table .elementor-price-table__footer {
  padding: 30px 0;
}
.elementor-price-table .elementor-price-table__additional_info {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.elementor-price-table .elementor-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-price-table .elementor-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
}
.elementor-price-table .elementor-price-table__ribbon.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-price-table .elementor-price-table__ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
.elementor-price-table .elementor-widget-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}

.ecofa-border-deco-yes .elementor-price-table {
  position: relative;
}
.ecofa-border-deco-yes .elementor-price-table:before, .ecofa-border-deco-yes .elementor-price-table:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--e-global-color-primary);
}
.ecofa-border-deco-yes .elementor-price-table:before {
  left: 50%;
  top: 0;
  transition-duration: 0.3s;
}
.ecofa-border-deco-yes .elementor-price-table:after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.3s;
}
.ecofa-border-deco-yes .elementor-price-table:hover:before, .ecofa-border-deco-yes .elementor-price-table:hover:after {
  width: 100%;
  left: 0;
}
.ecofa-border-deco-yes .elementor-price-table-deco:before, .ecofa-border-deco-yes .elementor-price-table-deco:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--e-global-color-primary);
}
.ecofa-border-deco-yes .elementor-price-table-deco:before {
  left: 0;
  top: 50%;
  transition-duration: 0.3s;
}
.ecofa-border-deco-yes .elementor-price-table-deco:after {
  right: 0;
  top: 50%;
  transition-duration: 0.3s;
}
.ecofa-border-deco-yes .elementor-price-table-deco:hover:before, .ecofa-border-deco-yes .elementor-price-table-deco:hover:after {
  height: 100%;
  top: 0;
}

.elementor-protect-wrapper .elementor-protect-item {
  transition: all 0.4s ease;
}
.elementor-protect-wrapper .elementor-protect-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.4s ease;
}
.elementor-protect-wrapper .elementor-protect-item:hover .pro-image img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.elementor-protect-wrapper .elementor-protect-item .pro-image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.elementor-protect-wrapper .elementor-protect-item .pro-image img {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.4s ease;
}
.elementor-protect-wrapper .elementor-protect-item .pro-content {
  background-color: #FFFFFF;
  padding: 31px 30px 30px 30px;
  border-radius: 0 0 10px 10px;
}
.elementor-protect-wrapper .elementor-protect-item .pro-content .pro-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--e-global-color-dark);
  letter-spacing: -0.24px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.elementor-protect-wrapper .elementor-protect-item .pro-content .pro-subtitle {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: #002539;
  margin-bottom: 25px;
}
.elementor-protect-wrapper .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button {
  padding: 19px 53px 19px 55px;
  border-radius: 5px;
}

.button-protect-style-ecofa-default .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  padding: 18px 53px 18px 53px;
  border-radius: 5px;
}
.button-protect-style-ecofa-default .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.button-protect-style-ecofa-outline .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
  padding: 18px 53px 18px 53px;
  border-radius: 5px;
}
.button-protect-style-ecofa-outline .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.button-protect-style-ecofa-outline .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.button-protect-style-ecofa-link .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--e-global-color-primary);
}
.button-protect-style-ecofa-link .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
}
.button-protect-style-ecofa-link .elementor-protect-item .pro-content .pro-button .pro-button-wapper .elementor-button:hover {
  background-color: transparent;
  color: var(--e-global-color-accent);
}

.elementor-widget-ecofa-search {
  z-index: 99;
}
.elementor-widget-ecofa-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-ecofa-search .widget form:before {
  display: none;
}
.elementor-widget-ecofa-search .widget form .search-field {
  background-color: transparent;
  padding: 9px 48px 9px 20px;
  height: 48px;
}
.elementor-widget-ecofa-search .widget form .search-field::placeholder {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-ecofa-search .widget form .search-field:hover {
  background-color: transparent;
}
.elementor-widget-ecofa-search .widget form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  padding: 0;
  border-radius: 0 4px 4px 0;
}
.elementor-widget-ecofa-search .widget form button[type=submit]:before {
  font-size: 22px;
  z-index: 9;
  font-family: "ecofa-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--e-global-color-secondary);
}
.elementor-widget-ecofa-search .woocommerce-product-search {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.elementor-widget-ecofa-search .woocommerce-product-search .search-by-category {
  order: -1;
}
.elementor-widget-ecofa-search .site-header-search {
  display: block;
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup .ecofa-icon-search-sm {
  margin-bottom: 5px;
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup .content {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup:hover {
  color: var(--e-global-color-secondary);
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup:hover .ecofa-icon-search-sm {
  color: var(--e-global-color-secondary);
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup.layout-3 {
  display: flex;
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup.layout-3 i {
  margin-right: 15px;
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup:hover .content {
  color: var(--e-global-color-primary);
}
.elementor-widget-ecofa-search .site-header-search .button-search-popup:hover .ecofa-icon-search-sm {
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
  .elementor-widget-ecofa-search .site-header-search .button-search-popup .content {
    display: none;
  }
}

.ecofa-search-layout-2 i:before {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 568px) {
  .ecofa-search-layout-2 i {
    margin: 0;
  }
}
.ecofa-search-layout-2 .site-header-search .button-search-popup .content {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
@media (max-width: 568px) {
  .ecofa-search-layout-2 .site-header-search .button-search-popup .content {
    display: none;
  }
}
.ecofa-search-layout-2 .site-header-search .button-search-popup:hover .content {
  color: var(--e-global-color-secondary);
}

.elementor-slider-scrolling-item-wrapper {
  display: flex;
  white-space: nowrap;
}
.elementor-slider-scrolling-item-wrapper:hover .elementor-slider-scrolling-inner {
  animation-play-state: paused;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
  display: inline-flex;
  position: relative;
  animation-name: scrolling;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 20s;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner {
  display: flex;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title {
  margin: 0 92px;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title .title-scrolling {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
@keyframes scrolling {
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
}

.elementor-widget-ecofa-team-box {
  height: auto;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item {
  position: relative;
  border-radius: 8px;
  margin: 0 auto;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item:hover .team-image img {
  transition: all 0.4s ease;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-caption {
  width: 100%;
  transition: all 0.5s ease;
  text-align: center;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-caption .team-icon-socials {
  transition: all 0.3s ease;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-caption .team-icon-socials ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin-left: 27px;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-caption .team-icon-socials ul li {
  line-height: 1;
  margin-right: 11px;
  text-align: center;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
  color: var(--e-global-color-primary);
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: var(--e-global-color-text);
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-name {
  padding-top: 18px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-text);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 7px;
  transition: all 0.4s ease;
}
.elementor-widget-ecofa-team-box .elementor-teambox-item .team-job {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
  text-transform: capitalize;
  padding-bottom: 18px;
  transition: all 0.4s ease;
}

.team-box-style-1 .elementor-teambox-item:hover .team-image:after {
  height: 350px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.02%, rgba(0, 0, 0, 0.58) 80.21%);
  opacity: 0.8;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
  visibility: visible;
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item:hover .team-image:after {
    width: 288px;
  }
}
.team-box-style-1 .elementor-teambox-item:hover .team-image img {
  height: 350px;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item:hover .team-image img {
    width: 288px;
  }
}
.team-box-style-1 .elementor-teambox-item:hover .team-caption .team-icon-socials {
  visibility: visible;
  opacity: 1;
}
.team-box-style-1 .elementor-teambox-item:hover .team-name {
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.team-box-style-1 .elementor-teambox-item:hover .team-job {
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.team-box-style-1 .elementor-teambox-item .team-image {
  position: relative;
  width: 300px;
  height: 260px;
  margin: 0 auto;
  border-radius: 10px;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
.team-box-style-1 .elementor-teambox-item .team-image:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 260px;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.02%, rgba(0, 0, 0, 0.58) 80.21%);
  opacity: 0.8;
  visibility: hidden;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item .team-image:after {
    width: 288px;
  }
}
.team-box-style-1 .elementor-teambox-item .team-image img {
  width: 300px;
  height: 260px;
  margin: 0 auto;
  border-radius: 10px;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
  object-position: 50% 0%;
  object-fit: cover;
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item .team-image img {
    width: 288px;
  }
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item .team-image {
    width: 288px;
  }
}
.team-box-style-1 .elementor-teambox-item .team-caption {
  position: relative;
}
.team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  bottom: 0;
  top: 40%;
  left: 33%;
}
.team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul {
  margin: 0;
}
.team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
    left: 33%;
  }
}
@media (max-width: 768px) {
  .team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
    left: 34.5%;
  }
}
@media (max-width: 425px) {
  .team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
    left: 36.4%;
  }
}
@media (max-width: 375px) {
  .team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
    left: 35%;
  }
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
    left: 32%;
  }
}
.team-box-style-1 .elementor-teambox-item .team-name {
  padding-top: 20px;
  margin-bottom: 15px;
}
.team-box-style-1 .elementor-teambox-item .team-job {
  transition: all 0.4s ease;
  text-transform: none;
}
@media (max-width: 1200px) {
  .team-box-style-1 .elementor-teambox-item .team-job {
    padding: 16px 20px;
  }
}
@media (max-width: 1024px) {
  .team-box-style-1 .elementor-teambox-item .team-job {
    padding: 0 0 18px 0;
  }
}
@media (max-width: 768px) {
  .team-box-style-1 .elementor-teambox-item .team-job {
    padding: 0 15px 18px 15px;
  }
}
@media (max-width: 425px) {
  .team-box-style-1 .elementor-teambox-item .team-job {
    padding: 0 40px 18px 40px;
  }
}
@media (max-width: 320px) {
  .team-box-style-1 .elementor-teambox-item .team-job {
    padding: 0 0 18px 0;
  }
}
.team-box-style-1 .elementor-teambox-item .team-text {
  display: none;
}
.team-box-style-1 .elementor-teams-wrapper:hover .team-image:before {
  opacity: 1;
}
.team-box-style-1 .elementor-teams-wrapper:hover .team-icon-socials {
  opacity: 1;
}

.team-box-style-2 .elementor-teambox-item:hover .team-image:after {
  width: 300px;
  height: 350px;
  background: #000000;
  opacity: 0.4;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
  visibility: visible;
}
@media (max-width: 320px) {
  .team-box-style-2 .elementor-teambox-item:hover .team-image:after {
    width: 288px;
  }
}
.team-box-style-2 .elementor-teambox-item:hover .team-image img {
  height: 350px;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 320px) {
  .team-box-style-2 .elementor-teambox-item:hover .team-image img {
    width: 288px;
  }
}
.team-box-style-2 .elementor-teambox-item:hover .team-caption .team-icon-socials {
  visibility: visible;
  opacity: 1;
  transform: translateY(-64px);
}
.team-box-style-2 .elementor-teambox-item:hover .team-caption .team-icon-socials ul li a {
  color: #FFFFFF;
}
.team-box-style-2 .elementor-teambox-item:hover .team-name {
  color: #FFFFFF;
  transition: all 0.7s ease;
  transform: translateY(-18px);
}
.team-box-style-2 .elementor-teambox-item:hover .team-job {
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.team-box-style-2 .elementor-teambox-item .team-image {
  position: relative;
  width: 300px;
  height: 260px;
  margin: 0 auto;
  border-radius: 10px;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 320px) {
  .team-box-style-2 .elementor-teambox-item .team-image {
    width: 288px;
  }
}
.team-box-style-2 .elementor-teambox-item .team-image:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 260px;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #000000;
  opacity: 0.4;
  visibility: hidden;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 320px) {
  .team-box-style-2 .elementor-teambox-item .team-image:after {
    width: 288px;
  }
}
.team-box-style-2 .elementor-teambox-item .team-image img {
  width: 300px;
  height: 260px;
  margin: 0 auto;
  border-radius: 10px;
  transition: height 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
  object-position: 50% 0;
  object-fit: cover;
}
@media (max-width: 320px) {
  .team-box-style-2 .elementor-teambox-item .team-image img {
    width: 288px;
  }
}
.team-box-style-2 .elementor-teambox-item .team-caption {
  position: relative;
}
.team-box-style-2 .elementor-teambox-item .team-caption .team-icon-socials {
  padding: 14px 15px;
  transition: all 0.7s ease;
}
.team-box-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul {
  margin: 0 0 0 9px;
}
.team-box-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  margin-right: 9px;
}
.team-box-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.team-box-style-2 .elementor-teambox-item .team-name {
  margin: 0;
  padding-top: 22px;
}
.team-box-style-2 .elementor-teambox-item .team-job {
  transition: all 0.4s ease;
  padding: 7px 0px 13px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
}
.team-box-style-2 .elementor-teambox-item .team-text {
  display: none;
}
.team-box-style-2 .elementor-teams-wrapper:hover .team-image:before {
  opacity: 1;
}
.team-box-style-2 .elementor-teams-wrapper:hover .team-icon-socials {
  opacity: 1;
}

.team-box-style-3 .elementor-teambox-item {
  position: relative;
}
.team-box-style-3 .elementor-teambox-item:hover .team-image img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.team-box-style-3 .elementor-teambox-item:hover .team-caption .team-icon-socials ul li a {
  color: var(--e-global-color-primary);
}
.team-box-style-3 .elementor-teambox-item:hover .team-name {
  color: var(--e-global-color-primary);
}
.team-box-style-3 .elementor-teambox-item:hover .team-job {
  transition: all 0.4s ease;
  color: #FFFFFF;
}
.team-box-style-3 .elementor-teambox-item .team-image {
  position: relative;
  width: 300px;
  height: 350px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 320px) {
  .team-box-style-3 .elementor-teambox-item .team-image {
    width: 288px;
  }
}
.team-box-style-3 .elementor-teambox-item .team-image:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 350px;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.52%, rgba(0, 0, 0, 0.71) 70.47%);
  opacity: 0.85;
}
@media (max-width: 320px) {
  .team-box-style-3 .elementor-teambox-item .team-image:after {
    width: 288px;
  }
}
.team-box-style-3 .elementor-teambox-item .team-image img {
  width: 300px;
  height: 350px;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media (max-width: 320px) {
  .team-box-style-3 .elementor-teambox-item .team-image img {
    width: 288px;
  }
}
.team-box-style-3 .elementor-teambox-item .team-caption {
  position: absolute;
  bottom: 0;
}
.team-box-style-3 .elementor-teambox-item .team-caption .team-icon-socials {
  padding-bottom: 30px;
  transition: all 0.3s ease;
}
.team-box-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul {
  margin: 0 0 0 15px;
}
.team-box-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  margin-right: 15px;
}
.team-box-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  font-size: 13px;
  color: #ffffff;
}
.team-box-style-3 .elementor-teambox-item .team-name {
  margin: 0;
  padding-top: 27px;
  color: #FFFFFF;
}
.team-box-style-3 .elementor-teambox-item .team-job {
  transition: all 0.4s ease;
  padding: 2px 0 1px 0;
  margin-bottom: 8px;
  text-transform: none;
  color: var(--e-global-color-primary);
}
.team-box-style-3 .elementor-teambox-item .team-text {
  display: none;
}
.team-box-style-3 .elementor-teams-wrapper:hover .team-image:before {
  opacity: 1;
}
.team-box-style-3 .elementor-teams-wrapper:hover .team-icon-socials {
  opacity: 1;
}

.team-box-style-4 .elementor-teambox-item:hover .team-image img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.team-box-style-4 .elementor-teambox-item .team-items {
  display: flex;
}
.team-box-style-4 .elementor-teambox-item .team-top {
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .team-box-style-4 .elementor-teambox-item .team-top {
    display: none;
  }
}
.team-box-style-4 .elementor-teambox-item .team-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
}
.team-box-style-4 .elementor-teambox-item .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
  transition: all 0.4s ease;
}
.team-box-style-4 .elementor-teambox-item .team-caption {
  width: 50%;
  background-color: #F4F8F0;
  padding: 32px 35px;
  text-align: left;
  border-radius: 0px 10px 10px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .team-box-style-4 .elementor-teambox-item .team-caption {
    width: 100%;
    border-radius: 10px;
  }
}
.team-box-style-4 .elementor-teambox-item .team-caption .team-icon-socials {
  position: absolute;
  bottom: 30px;
}
.team-box-style-4 .elementor-teambox-item .team-caption .team-icon-socials ul {
  justify-content: left;
  margin: 0;
}
.team-box-style-4 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  margin-right: 15.4px;
}
.team-box-style-4 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: var(--e-global-color-secondary);
}
.team-box-style-4 .elementor-teambox-item .team-name {
  padding: 0;
  margin-bottom: 8px;
}
.team-box-style-4 .elementor-teambox-item .team-job {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 9px;
}
.team-box-style-4 .elementor-teambox-item .team-text {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  padding-top: 26px;
}
@media (max-width: 1024px) {
  .team-box-style-4 .elementor-teambox-item .team-text {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .team-box-style-4 .elementor-teambox-item .team-text {
    padding-bottom: 30px;
  }
}

.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item {
  display: flex;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-left {
  width: 55%;
  padding: 0;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right {
  width: 51%;
  margin: 40px 0 0 -78px;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial {
  padding: 75px 80px 79px 81px;
  background-color: #F8E7E4;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .testimonial-carousel-rating {
  margin-bottom: 17px;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .testimonial-carousel-rating .elementor-testimonial-carousel-rating {
  color: var(--e-global-color-secondary);
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.3px;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .content {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  margin-bottom: 40px;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .testimonial-caption {
  display: flex;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .testimonial-caption .testimonial-carousel-avatar .elementor-testimonial-avatar img {
  border-radius: 50%;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .testimonial-caption .caption-top {
  padding: 17px 0 0 15px;
}
.elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .testimonial-caption .caption-top .details .job {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.elementor-testimonials-carousel-item-wrapper .swiper-slide .testimonials-carousel-column-left .testimonial-carousel-image .elementor-testimonial-image {
  transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
}
.elementor-testimonials-carousel-item-wrapper .swiper-slide .testimonials-carousel-column-right .testimonial {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.elementor-testimonials-carousel-item-wrapper .swiper-slide-active .testimonials-carousel-column-right .testimonial {
  opacity: 1;
  transition: all 0.7s ease-out 0.2s;
  z-index: 1;
}
.elementor-testimonials-carousel-item-wrapper .swiper-pagination-horizontal {
  bottom: 19px;
  left: 7.35%;
  width: 100%;
}
.elementor-testimonials-carousel-item-wrapper .swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 10px;
}
.elementor-testimonials-carousel-item-wrapper .swiper-pagination-bullet {
  cursor: pointer;
  border-radius: 20px;
  width: 6px;
  height: 6px;
  position: relative;
  background-color: var(--e-global-color-secondary);
}
.elementor-testimonials-carousel-item-wrapper .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  border: 1px solid var(--e-global-color-secondary);
  padding: 5px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  top: -5px;
  left: -5px;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-testimonials-carousel-item-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-testimonials-carousel-item-wrapper .swiper-pagination-bullet:hover {
  background-color: var(--e-global-color-secondary);
}
.elementor-testimonials-carousel-item-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .elementor-testimonials-carousel-item-wrapper .swiper-pagination-bullet:hover:before {
  opacity: 1;
}

@media only screen and (max-width: 1366px) {
  .elementor-testimonials-carousel-item-wrapper .swiper-pagination-horizontal {
    bottom: 15px;
    left: 9.35%;
    width: 100%;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right {
    margin: 35px 0 0 -65px;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial {
    padding: 50px 80px 80px 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .elementor-testimonials-carousel-item-wrapper .swiper-pagination-horizontal {
    bottom: 10px;
    left: 10.35%;
    width: 100%;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right {
    margin: 30px 0 0 -65px;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial {
    padding: 40px 25px 40px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .elementor-testimonials-carousel-item-wrapper .swiper-pagination-horizontal {
    bottom: -40px;
    left: 0;
    width: 100%;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right {
    margin: 0;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial {
    padding: 20px 25px 20px 45px;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right .testimonial .content {
    margin-bottom: 21.5px;
  }
}
@media only screen and (max-width: 768px) {
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-left {
    display: none;
  }
  .elementor-testimonials-carousel-item-wrapper .elementor-testimonials-carousel-item .testimonials-carousel-column-right {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-slide .testimonials-carousel-column-left .testimonial-carousel-image .elementor-testimonial-image {
    clip-path: inset(0 100% 0 0);
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-slide-active .testimonials-carousel-column-left .testimonial-carousel-image .elementor-testimonial-image {
    clip-path: inset(0 0 0 0);
    z-index: -1;
    position: relative;
  }
}
.elementor-testimonial-item-wrapper .elementor-testimonial-item {
  display: flex;
  justify-content: stretch;
  margin-top: 40px;
}
.elementor-testimonial-item-wrapper .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 30px 30px 30px;
  background-color: transparent;
}
.elementor-testimonial-item-wrapper .icon {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: var(--e-global-color-secondary);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin: 7px 0 21px 0;
  letter-spacing: 3.5px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i:last-child {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .testimonial-content-text {
  z-index: 1;
  margin-bottom: auto;
  position: relative;
  padding-bottom: 60px;
  text-align: center;
  margin-top: 31px;
}
.elementor-testimonial-item-wrapper .content {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: var(--e-global-color-dark);
  font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-testimonial-item-wrapper .title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--e-global-color-dark);
  margin-bottom: 10px;
}
.elementor-testimonial-item-wrapper .testimonial-caption {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.elementor-testimonial-item-wrapper .name {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-secondary);
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: -0.24px;
  line-height: 30px;
}
.elementor-testimonial-item-wrapper .job {
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
  margin-top: 5px;
}
.elementor-testimonial-item-wrapper .testimonail-image-rating {
  margin-top: -65px;
  margin-bottom: 33px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  line-height: 0;
  margin-bottom: 0;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  width: 70px;
  height: 70px;
  display: inline;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  object-view-box: inset(2% 0% 50% 0%);
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item .testimonial-content-text {
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: left;
  margin-top: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .inner {
  padding: 0px 0px 0px 0px;
  border: 1px solid #E1E1E1;
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .layout-2 .testimonail-image-rating {
  display: flex;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .details {
  display: inline-block;
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 18px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 26px;
  letter-spacing: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .job {
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px;
}
.elementor-testimonial-item-wrapper .layout-2 .content {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 34px;
  font-size: 2.125rem;
  color: var(--e-global-color-text);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 40px;
  letter-spacing: -0.34px;
}
.elementor-testimonial-item-wrapper .layout-2 .caption-top {
  display: flex;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
  margin-right: 18px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img {
  position: initial;
  width: 56px;
  height: 56px;
  object-view-box: none;
}
@media only screen and (max-width: 767px) {
  .elementor-testimonial-item-wrapper .layout-2 .content {
    text-align: center;
  }
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .testimonial-content-text {
  padding-bottom: 20px;
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-3 .inner {
  margin: 0;
  border: none;
  padding: 52px 50px 50px;
  background-color: #F4F8F0;
  border-radius: 10px;
}
.elementor-testimonial-item-wrapper .layout-3 .icon, .elementor-testimonial-item-wrapper .layout-3 .icon-1 {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: var(--e-global-color-primary);
  position: absolute;
}
.elementor-testimonial-item-wrapper .layout-3 .icon {
  top: -17px;
  left: 52px;
}
.elementor-testimonial-item-wrapper .layout-3 .icon-1 {
  bottom: -15px;
  right: 49px;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption .details {
  display: inline-block;
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-3 .name {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
}
.elementor-testimonial-item-wrapper .layout-3 .content {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  line-height: 1.5;
  letter-spacing: 0;
}
.elementor-testimonial-item-wrapper .layout-3 .caption-top {
  display: flex;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image {
  margin-right: 10px;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image img {
  position: initial;
  width: 30px;
  height: 30px;
  object-view-box: none;
}
@media only screen and (max-width: 767px) {
  .elementor-testimonial-item-wrapper .layout-3 .content {
    text-align: center;
  }
}

.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
  position: relative;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
  content: "";
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  transition: all 0.3s ease;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
  width: 100%;
  transition: all 0.3s ease;
}

@media (max-device-width: 767px) {
  .elementor-testimonial-item-wrapper .inner {
    display: block;
  }
  .elementor-testimonial-item-wrapper .content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.elementor-widget-ecofa-thumbnail .elementor-widget-container img {
  width: 100%;
  object-fit: cover;
}

.vertical-menu-separator-yes .vertical-navigation:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 23px;
  width: 1px;
  background-color: var(--e-global-color-border);
  transform: translateY(-50%);
}
.vertical-menu-separator-yes .vertical-navigation:hover:after {
  background-color: transparent;
}

.home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 990;
  transform: translateY(0);
}
.home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2, .home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3 {
  width: 18px;
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}

.elementor-video-popup {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  justify-content: center;
  position: relative;
}
.elementor-video-popup .elementor-video-icon {
  transform: translateX(2px);
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.video-icon-effectsyes .elementor-video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
  position: relative;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  height: 165.74px;
  width: 166.09px;
  background-color: #FFFFFF;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjcgMTY2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMS4yOTUgODkuMDljLS41MTYuMTk3LS44MS40OS0uODgyLjg3OGwtLjE4LjAwMy0uMDY2LTMuMjU5LjE4LS4wMDRjLjAzMi4yNC4xNDguMzkuMzUuNDUzLjIuMDYzLjQ3My4wMy44MTgtLjA5NmwxMC40Mi00LjAxdi0uMDRsLTEwLjQ4Ny0zLjIxYy0uMzYyLS4xLS42NS0uMTM0LS44NjItLjEwMy0uMjI2LjAzMS0uMzUuMTY3LS4zNzIuNDA4bC0uMTguMDAzLS4wMzQtMS43LjE4LS4wMDNjLjA4OC4zOTguNDM0LjY5MSAxLjAzOC44OGwxMy4wMDQgNC4wMzguMDE0LjctMTIuOTQgNS4wNjJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMy4yODIgNjUuOThjLS4zMzgtLjA3Ny0uNjE3LS4wODUtLjgzNS0uMDI0LS4yMzIuMDU3LS4zOTguMjE4LS40OTguNDgybC0uMTc2LS4wNC43My0zLjIzOC4xNzUuMDRjLS4wMi4yNjguMDYyLjQ4NC4yNDMuNjQ4LjE3Mi4xNDguNDI3LjI2Ljc2NS4zMzdsMTAuOTY2IDIuNDdjLjMzOC4wNzUuNjIzLjA4NS44NTQuMDI4LjIyMi0uMDczLjM4MS0uMjM2LjQ3OS0uNDg3bC4xNzUuMDQtLjczIDMuMjM4LS4xNzUtLjA0Yy4wMjMtLjI4MS0uMDUyLS40OTYtLjIyMy0uNjQ0LS4xODUtLjE1MS0uNDQ3LS4yNjUtLjc4NS0uMzRMMy4yODIgNjUuOTh6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNOC4zNjUgNTBjLS4zMS0uMTU0LS41NzgtLjIyOS0uODA1LS4yMjMtLjIzOCAwLS40MzguMTE3LS41OTkuMzVsLS4xNjEtLjA4MSAzLjgwNy03LjYyMyAyLjg5LjkzLS4xLjE5NmMtLjMxLS4wNjUtLjYyNS0uMTE5LS45NDctLjE2YTIuODQ5IDIuODQ5IDAgMCAwLS45My4wMjcgMS45MjcgMS45MjcgMCAwIDAtLjgyMy4zNWMtLjI2Mi4xNjYtLjQ4OS40NC0uNjguODIybC0xLjY3IDMuMzQ2IDUuMTM1IDIuNTY1IDEuMzIyLTIuNjQ4Yy4xNzMtLjM0Ni4yMTEtLjY2Mi4xMTYtLjk0OC0uMDk1LS4yODctLjMwNy0uNTM0LS42MzUtLjc0MmwuMDgtLjE2MiAyLjUwNSAxLjI1Mi0uMDguMTZjLS4zNjQtLjEzNi0uNjktLjE1Ny0uOTc1LS4wNjItLjI5OC4wOS0uNTM0LjMwOC0uNzA3LjY1NGwtMS4zMjIgMi42NDggNi4yOTggMy4xNDUgMS45NDgtMy45Yy4xOS0uMzgyLjI4LS43MjUuMjY4LTEuMDNhMi4xMjMgMi4xMjMgMCAwIDAtLjIzMy0uODc2IDIuNzYzIDIuNzYzIDAgMCAwLS41NTUtLjcyNGMtLjIzMy0uMjItLjQ3MS0uNDI5LS43MTYtLjYyNWwuMDktLjE4IDIuNDg3IDEuNzM1LTQuMDQ4IDguMTA1LS4xNjEtLjA4Yy4wOS0uMjY5LjA2OC0uNDk1LS4wNjMtLjY4LS4xNDMtLjE5LS4zNy0uMzY0LS42OC0uNTE5TDguMzY1IDUweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE1LjA5NSAzNi41MzljLS41MTctLjE5NS0uOTMxLS4xNy0xLjI0My4wNzJsLS4xMzctLjExNyAyLjExMi0yLjQ4My4xMzcuMTE3Yy0uMTM1LjItLjE0OC4zOS0uMDM5LjU3LjExLjE4LjMzNS4zMzguNjc3LjQ3bDEwLjE2MiAzLjczNS4wMjYtLjAzLTUuNzYxLTguNDQ2LS42LS4yMmMtLjI3Mi0uMDkyLS41MDYtLjEyNi0uNzAzLS4xYS45NDQuOTQ0IDAgMCAwLS41MDkuMTk3bC0uMTM3LS4xMTcgMi4wNi0yLjQyMi4xMzcuMTE3Yy0uMTE3LjE4LS4xMzYuMzU2LS4wNTYuNTMuMDcuMTY0LjIzMi4zMDIuNDg3LjQxNEwzMS44IDMzLjI2bC4wMjYtLjAzLTUuNjEyLTkuMjM4Yy0uMTk2LS4zMjUtLjM4OS0uNTQtLjU3Ny0uNjQ5LS4xOS0uMTI2LS4zNzMtLjEwNy0uNTQ5LjA1OWwtLjEzNy0uMTE3IDEuMTAyLTEuMjk1LjEzNy4xMTdjLS4xOTkuMzU3LS4xMzQuODA1LjE5NCAxLjM0Nmw3LjA1NSAxMS42NDctLjQ1NC41MzMtMTEuMTkzLTQuOS0uMDI1LjAzMSA2LjgyNSAxMC4wMzMtLjQ1My41MzQtMTMuMDQzLTQuNzkzeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTUwLjI0IDE0LjMyYy0uNDczLTEuMTc1LS43OTgtMi4yMTYtLjk3Ni0zLjEyMi0uMTY1LS45MS0uMTY2LTEuNzE1LS4wMDEtMi40MTRhMy42NzIgMy42NzIgMCAwIDEgMS4wMzYtMS44MThjLjUzOC0uNTE4IDEuMjcyLS45NjQgMi4yLTEuMzM4LjkyNy0uMzczIDEuNzU4LS41NTcgMi40OTQtLjU1MUEzLjY3MiAzLjY3MiAwIDAgMSA1NyA1LjY3MWMuNjE0LjM4NSAxLjE3Mi45NjUgMS42NyAxLjc0Mi41MTMuNzcxIDEuMDA1IDEuNzQ0IDEuNDc4IDIuOTIuNDczIDEuMTc0Ljc5MiAyLjIxNy45NTcgMy4xMjguMTc4LjkwNi4xNzggMS43MS4wMDIgMi40MTRhMy42NzIgMy42NzIgMCAwIDEtMS4wMzYgMS44MTljLS41MjcuNTEzLTEuMjU0Ljk1Ny0yLjE4MSAxLjMzLS45MjguMzczLTEuNzY2LjU2LTIuNTE0LjU1OWEzLjY3MiAzLjY3MiAwIDAgMS0yLjAwNi0uNTk0Yy0uNjAzLS4zOS0xLjE2LS45Ny0xLjY3MS0xLjc0Mi0uNS0uNzc2LS45ODYtMS43NTItMS40NTktMi45Mjd6bTEuNzgxLS43MTdjLjQ3OCAxLjE4Ny45MzcgMi4xNjcgMS4zNzcgMi45MzguNDQ3Ljc1NS44OTQgMS4zMyAxLjM0IDEuNzI1LjQ2LjM5LjkzLjYxIDEuNDEuNjYxLjQ5Mi4wNDYgMS4wMjMtLjA0NSAxLjU5Mi0uMjc0LjU3LS4yMyAxLjAxLS41MjggMS4zMi0uODk4LjMyNC0uMzc0LjUxLS44NTkuNTU4LTEuNDUzLjA2LS42LS4wMTUtMS4zMjQtLjIyNy0yLjE3Mi0uMjA1LS44NjctLjU0Ni0xLjg5My0xLjAyNC0zLjA4LS40NzgtMS4xODgtLjk0LTIuMTYtMS4zODgtMi45MTMtLjQ0LS43NzItLjg5LTEuMzUzLTEuMzQ4LTEuNzQzLS40NDctLjM5NS0uOTE2LS42MTYtMS40MS0uNjYyLS40OC0uMDUtMS4wMDQuMDM4LTEuNTczLjI2Ny0uNTcuMjMtMS4wMTYuNTMxLTEuMzQuOTA2LS4zMS4zNy0uNDk2Ljg1NC0uNTU3IDEuNDUzLS4wNDguNTk0LjAzIDEuMzI0LjIzNSAyLjE5LjIxMi44NS41NTcgMS44NjggMS4wMzUgMy4wNTV6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNjYuOTc3IDIuODY3Yy0uMDQ5LS4zNDMtLjE0LS42MDYtLjI3NC0uNzktLjEzNS0uMTk2LS4zNDUtLjI5NC0uNjI3LS4yOTRsLS4wMjYtLjE3OCAzLjI2Ny0uNDY0LjAyNi4xNzhjLS4yNTkuMDc3LS40MjYuMjI5LS41MDEuNDU1LS4wNzguMjEzLS4wOTIuNDkxLS4wNDMuODM1bDEuMDE3IDcuMTY4Yy4xNC45OS4zMzYgMS43OTcuNTg2IDIuNDIxLjI2MS42MS41NzEgMS4wODQuOTMgMS40MjQuMzcuMzM4Ljc4NS41NTUgMS4yNDMuNjUyLjQ1Ni4wODMuOTU1LjA4NiAxLjQ5Ni4wMS41MTUtLjA3NC45OC0uMjA3IDEuMzk4LS40LjQzLS4xOTcuNzg0LS41MDMgMS4wNjEtLjkyLjI3OC0uNDE2LjQ2My0uOTYuNTU2LTEuNjMzLjA5MS0uNjg3LjA2NC0xLjU0NS0uMDgyLTIuNTc0bC0xLjAxNy03LjE2OWMtLjA1LS4zNDMtLjE0LS42MDYtLjI3NC0uNzg5LS4xMjItLjE5OC0uMzI1LS4yOTctLjYwOC0uMjk3TDc1LjA4LjMyMyA3NyAuMDUxbC4wMjYuMTc4Yy0uMjU5LjA3Ny0uNDMyLjIzLS41MjEuNDU4LS4wNzguMjEzLS4wOTIuNDktLjA0My44MzRsMS4wMTcgNy4xNjhjLjI3MiAxLjkxNC4xMTUgMy4zNy0uNDcgNC4zNy0uNTg4Ljk4NS0xLjcgMS41OTQtMy4zMzcgMS44MjctLjg3MS4xMjMtMS42MzIuMTIzLTIuMjgzIDAtLjY1Mi0uMTM2LTEuMjA4LS40LTEuNjY4LS43OTMtLjQ2MS0uNDA2LS44MzQtLjk0Ni0xLjExOC0xLjYyLS4yNzEtLjY3NC0uNDc0LTEuNDg3LS42MDktMi40MzhsLTEuMDE3LTcuMTY4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTg3LjczOSAxLjQ0N2MuMDM1LS4zNDUuMDEtLjYyMi0uMDc3LS44MzItLjA4NS0uMjIzLS4yNjQtLjM2OC0uNTM5LS40MzZMODcuMTQxIDBsNS4yOTMuNTM1YTguMDk3IDguMDk3IDAgMCAxIDEuNTU4LjI5OGMuNDY4LjE0MS44NTYuMzQ4IDEuMTY0LjYyLjMwOS4yNTkuNTMuNTk2LjY2MSAxLjAxMi4xMzMuNDE1LjE2Ny45MzQuMTA0IDEuNTU4LS4wOS45MDItLjM3NCAxLjU4NC0uODUgMi4wNDUtLjQ3NS40NjEtMS4xMjkuNzY0LTEuOTYuOTA3bC0uMDA1LjA0Yy40NS4xOTMuNzg3LjUwOCAxLjAxLjk0Ni4yMzkuNDI3LjQxLjkxMy41MTYgMS40Ni4xMi41NDguMjAyIDEuMTE5LjI1IDEuNzEzLjA0OC41ODIuMTE0IDEuMTI0LjE5NyAxLjYyOC4wODMuNTA1LjIwNi45NC4zNyAxLjMwNC4xOC4zNTMuNDUxLjU3NS44MTguNjY2bC0uMDI2LjI1OS0xLjYzMi0uMTY1Yy0uMzk4LS4wNC0uNy0uMjM5LS45MDUtLjU5NC0uMTkyLS4zNTUtLjM0Mi0uNzkyLS40NS0xLjMxMmExNy4wNDYgMTcuMDQ2IDAgMCAxLS4yMDgtMS43MyAxOS44NyAxOS44NyAwIDAgMC0uMjAzLTEuNzcgNS44OSA1Ljg5IDAgMCAwLS4zOTItMS40ODZjLS4xODQtLjQzNC0uNDU3LS43MjMtLjgxNy0uODY3LS4xODkuMDA4LS4zOS4wMTUtLjYwNS4wMi0uMjE0LS4wMDktLjQ0LS4wMjUtLjY3OS0uMDQ5bC0xLjMxMy0uMTMyLS41OTcgNS45MWMtLjAzNS4zNDQtLjAxNy42MjguMDU1Ljg1LjA4NS4yMDkuMjguMzUuNTguNDJsLS4wMTguMTc5LTMuMzIzLS4zMzYuMDE4LS4xNzljLjI4My0uMDEyLjQ4Ny0uMTEyLjYxMy0uMy4xMjgtLjIwMS4yMS0uNDc1LjI0NC0uODJsMS4xMy0xMS4xODN6bTIuNjE1IDUuMTVhNi4zOCA2LjM4IDAgMCAwIDEuNDA3IDBjLjQyMS0uMDUuNzg5LS4xNzQgMS4xMDMtLjM3LjMxNi0uMjEuNTY3LS41MDYuNzU0LS44ODkuMTk5LS4zODIuMzMtLjg4NS4zOTMtMS41MDguMDYtLjU5Ny4wMzYtMS4wODItLjA3NC0xLjQ1NS0uMDk1LS4zODUtLjI0Ni0uNjgxLS40NTMtLjg5YTEuNjc5IDEuNjc5IDAgMCAwLS43NC0uNDM2QTMuNzg4IDMuNzg4IDAgMCAwIDkxLjg4Ljg2TDg5LjY3LjYzN2wtLjU4OSA1LjgzIDEuMjczLjEzeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTEyNS4xNjQgMTIuOTc0Yy4xOTEtLjI4OS4yOTctLjU0Ni4zMTgtLjc3Mi4wMjktLjIzNy0uMDYyLS40NDktLjI3NC0uNjM3bC4wOTktLjE1IDQuNTg5IDMuMDMzYy40ODkuMzIzLjkwMy42NTIgMS4yNDEuOTg4LjM0OS4zNDIuNTk2LjcwNS43NDIgMS4wOS4xNTMuMzcyLjE5Mi43NzMuMTE2IDEuMjAzLS4wNzYuNDI5LS4yODcuOTA1LS42MzMgMS40MjgtLjUwNy43NjctMS4wNTggMS4yNS0xLjY1MiAxLjQ0OS0uNTk1LjE5OC0xLjI2OC4xNzctMi4wMi0uMDY1bC0uMDIyLjAzNGMuMzEyLjMwMi41NjcuNjMuNzY0Ljk4NC4yMDUuMzQzLjMzNC43MTYuMzg3IDEuMTIuMDYxLjM5LjAzOS44LS4wNjcgMS4yMjUtLjA4Ny40MjItLjI3OC44NTYtLjU3MiAxLjMtLjc3OSAxLjE4LTEuNzIxIDEuNzk2LTIuODI3IDEuODQ4LTEuMDk0LjA2LTIuNDMxLS40MzItNC4wMTEtMS40NzZsLTMuNzU0LTIuNDgxLjA5OS0uMTVjLjI1Ni4xMi40ODMuMTI3LjY4My4wMTkuMjA2LS4xMi40MDUtLjMyMy41OTYtLjYxM2w2LjE5OC05LjM3N3ptLjAxMiA1Ljg1OGMuNDQ1LjI5NC44NjQuNTMgMS4yNTcuNzEuNC4xNy43ODEuMjQ1IDEuMTQzLjIyOS4zNy0uMDI3LjczLS4xNzMgMS4wOC0uNDM3LjM2Mi0uMjU3LjczLS42NjkgMS4xMDUtMS4yMzYuMzMtLjUuNTM0LS45NDEuNjEtMS4zMjIuMDk1LS4zODYuMDk5LS43MTguMDEzLS45OTlhMS41NTUgMS41NTUgMCAwIDAtLjQzNi0uNzJjLS4xOTctLjIxLS40MjMtLjM5OS0uNjc5LS41NjhsLTIuMDE5LTEuMzM0LTMuMjQyIDQuOTA1IDEuMTY4Ljc3MnptLTUuMTkzIDUuMzE4bDEuNzM1IDEuMTQ3Yy45MjQuNjEgMS43ODEuODQ5IDIuNTcxLjcxNi43OTktLjE0MyAxLjU2Mi0uNzY2IDIuMjktMS44NjcuMzMtLjUuNTQzLS45NjcuNjM3LTEuNC4xMDYtLjQyNi4xMjMtLjgxNC4wNTEtMS4xNjVhMi4xNjUgMi4xNjUgMCAwIDAtLjQyLS45MjUgMi44IDIuOCAwIDAgMC0uNzM1LS43MDJsLTIuMzM1LTEuNTQ0LTMuNzk0IDUuNzR6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTQwLjY2NCAyNS4wM2MuMjU1LS4yMzUuNDItLjQ2LjQ5NC0uNjczLjA4NS0uMjIzLjA0Ny0uNDUxLS4xMTQtLjY4NGwuMTMzLS4xMjIgMy42MDcgMy45MWMuMzk4LjQzMS43MjEuODUuOTY4IDEuMjU2LjI1Ny40MTYuNDEuODI4LjQ2IDEuMjM2YTIuMTMgMi4xMyAwIDAgMS0uMTc2IDEuMTk2Yy0uMTc2LjM5OS0uNDk1LjgxLS45NTUgMS4yMzUtLjY2Ny42MTUtMS4zMzEuOTM4LTEuOTkyLjk2Ny0uNjYyLjAzLTEuMzUyLS4xNzctMi4wNy0uNjJsLS4wMjkuMDI2Yy4yMDguNDQzLjI1MS45MDIuMTI4IDEuMzc4YTQuODYzIDQuODYzIDAgMCAxLS41ODEgMS40MzVjLS4yNzUuNDg5LS41OTIuOTcxLS45NSAxLjQ0OC0uMzQ5LjQ2Ny0uNjYuOTE3LS45MzIgMS4zNS0uMjczLjQzMi0uNDY4LjgzOS0uNTg3IDEuMjIxLS4xMDEuMzgzLS4wNDQuNzMuMTcgMS4wNGwtLjE5MS4xNzYtMS4xMTItMS4yMDVhMS4xMjggMS4xMjggMCAwIDEtLjI4NC0xLjA0NWMuMDkyLS4zOTIuMjY5LS44Mi41MzMtMS4yOC4yODMtLjQ2LjYxNC0uOTM4Ljk5Mi0xLjQzMi4zNzktLjQ5NS43MTktLjk4MSAxLjAyMS0xLjQ2LjMxMi0uNDY4LjU0Mi0uOTI2LjY5My0xLjM3My4xNS0uNDQ3LjEzNy0uODQzLS4wMzctMS4xOS0uMTQ3LS4xMi0uMzAyLS4yNDgtLjQ2Ni0uMzg3LS4xNTQtLjE0OC0uMzEzLS4zMS0uNDc2LS40ODZsLS44OTUtLjk3LTQuMzY2IDQuMDI3Yy0uMjU1LjIzNS0uNDI5LjQ2LS41MjIuNjczLS4wNzUuMjE0LS4wMjMuNDQ3LjE1Ni43bC0uMTMzLjEyMi0yLjI2NC0yLjQ1NS4xMzItLjEyMmMuMjE5LjE3OC40MzguMjQuNjU4LjE4Mi4yMjktLjA2Ni40NzEtLjIxNy43MjYtLjQ1Mmw4LjI2MS03LjYyMnptLTEuNDU2IDUuNTljLjM1Mi4zODEuNzAzLjY5MyAxLjA1Mi45MzMuMzQ5LjI0LjcwNi4zOTIgMS4wNzEuNDU0LjM3Ni4wNTMuNzYtLjAwMyAxLjE1My0uMTY2LjQwMy0uMTU0LjgzNC0uNDQzIDEuMjk1LS44NjguNDQxLS40MDcuNzQ0LS43ODYuOTA5LTEuMTM4LjE4NC0uMzUxLjI2OC0uNjczLjI1MS0uOTY2YTEuNjcgMS42NyAwIDAgMC0uMjY0LS44MTggMy43OSAzLjc5IDAgMCAwLS41MjMtLjcxNGwtMS41MDUtMS42MzItNC4zMDcgMy45NzMuODY4Ljk0MXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xNTUuNzE1IDQyLjU0OWwuMTY0LjI5Ny05LjA3NyAxMC41NDlhMi4wNzggMi4wNzggMCAwIDAtLjM3LjYxNGMtLjA1Ny4yLS4wNDkuNDA4LjAyNS42MjZsLS4xNTcuMDg3LTEuNzE4LTMuMTE5LjE1OC0uMDg3Yy4xNjUuMjQ1LjM1MS4zNDguNTU4LjMxLjIxNC0uMDI3LjQ0LS4xODIuNjgtLjQ2NmwxLjk4LTIuMjEtMi4zNzQtNC4zMDktMi44MDcuNTQxYy0uNDI3LjA4My0uNzE4LjE5LS44NzQuMzIyLS4xMzcuMTM2LS4xNTQuMzI4LS4wNDguNTc1bC0uMTU4LjA4Ni0uODk3LTEuNjI5LjE1Ny0uMDg3Yy4xNDUuMTguMzE2LjI5OC41MTYuMzU2LjIxNy4wNjMuNTAxLjA2Ni44NTEuMDFsMTMuMzkxLTIuNDY2em0tNy40MzIgNi4yNGw0Ljc4MS01LjM3NC0uMDE5LS4wMzUtNi45OTEgMS4zNjIgMi4yMjkgNC4wNDZ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTYwLjc1NSA1Ny40MzVjLjMzNS0uMDkuNTg1LS4yMTIuNzUtLjM2Ni4xODItLjE0Ni4yNTYtLjM1OS4yMjMtLjY0bC4xNzMtLjA0Ni40NTYgMS43LTguNTQxIDEwLjI0LjAxLjAzOCA5LjE5Ni0yLjQ2NGMuMzM1LS4wOS41ODMtLjIxOS43NDYtLjM4Ni4xNzgtLjE1OC4yMzgtLjQyMy4xOC0uNzk0bC4xNzQtLjA0Ni41MjggMS45Ny0uMTc0LjA0NmMtLjEwNy0uMjQ3LS4yNzUtLjM4MS0uNTAxLS40MDMtLjIxNC0uMDI2LS40ODkuMDA2LS44MjMuMDk2bC0xMi4yMSAzLjI3MS0uMTQtLjUyMSA5LjAzLTEwLjg4OC0uMDEtLjAzOS05Ljc5NSAyLjYyNGMtLjMzNS4wOS0uNTkzLjIwOC0uNzc1LjM1My0uMTY1LjE1NS0uMjIzLjQwNS0uMTcyLjc1bC0uMTc0LjA0Ny0uNTI4LTEuOTcuMTc0LS4wNDdjLjExMS4yNi4yNzYuNDA5LjQ5My40NDcuMjM0LjA0OC41MTguMDI3Ljg1My0uMDYybDEwLjg1Ny0yLjkxeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE2NC42MTggNzYuNjY0Yy4zNDctLjAwNy42MTktLjA2Ni44MTctLjE3Ny4yMTEtLjExLjMzNC0uMzA2LjM2OC0uNTg3bC4xOC0uMDA0LjEwNyA1LjI5OWMuMDIgMS0uMDg5IDEuODYyLS4zMjggMi41ODctLjIzOS43MzgtLjYzMyAxLjM0LTEuMTg0IDEuODA0LS41NS40NzgtMS4yNy44MzMtMi4xNTkgMS4wNjQtLjg3NS4yNDQtMS45NDYuMzgtMy4yMTIuNDA1LTEuMjY3LjAyNS0yLjM0OS0uMDgtMy4yNDctLjMxNS0uODg1LS4yMzUtMS42MTMtLjYtMi4xODMtMS4wOTZhNC4zOCA0LjM4IDAgMCAxLTEuMjU4LTEuODc1Yy0uMjY4LS43NDItLjQxMy0xLjYxMi0uNDMzLTIuNjEybC0uMS00Ljk3OS4xOC0uMDA0Yy4wNDYuMjguMTcuNDcuMzcyLjU3My4yMTUuMTAyLjQ5Ni4xNS44NDMuMTQzbDExLjIzNy0uMjI2em0tMTIuMDkyIDQuNDg0Yy4wMTMuNjEzLjEyNCAxLjE3MS4zMzQgMS42NzQuMjEuNTAyLjU2NS45MjkgMS4wNjYgMS4yNzguNTE0LjM1IDEuMTkzLjYxNyAyLjAzNi44Ljg1OC4xODIgMS45MjYuMjYxIDMuMjA2LjIzNSAxLjI4LS4wMjYgMi4zNDQtLjEzNCAzLjE5NC0uMzI0Ljg1LS4xNzcgMS41MjUtLjQzOCAyLjAyNS0uNzgxLjUtLjM0NC44NDQtLjc3IDEuMDM0LTEuMjgxLjIwMy0uNTExLjI5OC0xLjEuMjg1LTEuNzY2bC0uMDUxLTIuNS0xMy4xNzcuMjY2LjA0OCAyLjR6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTU5LjA1NCAxMTMuNjI3Yy4zMS4xNTUuNTc5LjIyOS44MDUuMjIzLjIzMy4wMTIuNDMtLjA5OC41OTEtLjMzMWwuMTYxLjA4LS45ODMgMS45NjktMTIuNTA1LS4zNDMtLjAwOS4wMTcgOC4wOTkgOS4xNjUtMS4wODEgMi4xNjUtLjE2MS0uMDgxYy4wODMtLjI1Ni4wNTMtLjQ4LS4wOS0uNjcxLS4xMzEtLjE4NC0uMzUyLS4zNTQtLjY2Mi0uNTA5bC0xMC4wNTYtNS4wMjJjLS4zMS0uMTU1LS41ODQtLjIzMi0uODIzLS4yMzItLjIyNi4wMDYtLjQxNy4xMTktLjU3Mi4zNGwtLjE2MS0uMDgxIDEuNDc1LTIuOTUyLjE2MS4wODFjLS4wOS4yNjgtLjA2Ni40ODguMDcxLjY2MS4xNDQuMTkxLjM3LjM2NC42OC41MTlsOS42NjMgNC44MjUuMDE3LS4wMzYtOC43NjEtOS43MTguMjg2LS41NzIgMTIuMzc5LjM2OS4wMTgtLjAzNS04LjgyMS00LjQwNmMtLjMxLS4xNTUtLjU4MS0uMjM4LS44MTQtLjI1LS4yMjYuMDA2LS40MzUuMTU1LS42MjYuNDQ4bC0uMTYxLS4wODEuOTEyLTEuODI1LjE2MS4wODFjLS4wOS4yNjgtLjA2Ni40ODkuMDcyLjY2MS4xNDMuMTkxLjM2OS4zNjQuNjguNTE5bDEwLjA1NSA1LjAyMnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xNDQuMTM5IDEyOC41NjdjLjk2NS44MjEgMS43MzYgMS41OTEgMi4zMTQgMi4zMS41Ny43My45NDQgMS40NDIgMS4xMjQgMi4xMzdhMy42NzMgMy42NzMgMCAwIDEtLjA3MyAyLjA5MWMtLjIzNi43MS0uNjc4IDEuNDQ2LTEuMzI2IDIuMjA3LS42NDguNzYyLTEuMjk4IDEuMzExLTEuOTUyIDEuNjQ4YTMuNjggMy42OCAwIDAgMS0yLjA1My40MDdjLS43MjMtLjA1NS0xLjQ4Ny0uMzExLTIuMjg5LS43NjYtLjgxMi0uNDQ1LTEuNy0xLjA3OC0yLjY2NS0xLjg5OS0uOTY1LS44MjEtMS43MzItMS41OTYtMi4zMDItMi4zMjYtLjU3OC0uNzE5LS45NTItMS40MzEtMS4xMjMtMi4xMzZhMy42NzcgMy42NzcgMCAwIDEgLjA3Mi0yLjA5MmMuMjI4LS42OTkuNjY1LTEuNDMgMS4zMTMtMi4xOTIuNjQ4LS43NjEgMS4zMDMtMS4zMTUgMS45NjYtMS42NjJhMy42NyAzLjY3IDAgMCAxIDIuMDUzLS40MDdjLjcxNC4wNjUgMS40NzcuMzIgMi4yODkuNzY2LjgwMy40NTUgMS42ODcgMS4wOTMgMi42NTIgMS45MTR6bS0xLjI0NCAxLjQ2MmMtLjk3NS0uODI5LTEuODM3LTEuNDgzLTIuNTg1LTEuOTYyLS43NDYtLjQ2LTEuNDA5LS43NjEtMS45ODgtLjkwMy0uNTg4LS4xMzMtMS4xMDYtLjExLTEuNTU1LjA2OC0uNDU4LjE4OS0uODg2LjUxNi0xLjI4My45ODQtLjM5Ny40NjctLjY0OC45MzYtLjc1MiAxLjQwOC0uMTEyLjQ4Mi0uMDUyLjk5OC4xODIgMS41NDYuMjI1LjU1OS42MjggMS4xNjUgMS4yMTEgMS44MTguNTg0LjY3MiAxLjM2MyAxLjQyMiAyLjMzOCAyLjI1MS45NzUuODMgMS44MzYgMS40NzQgMi41ODIgMS45MzQuNzQ4LjQ3OSAxLjQxNi43ODUgMi4wMDQuOTE3LjU3OS4xNDIgMS4wOTcuMTE5IDEuNTU1LS4wNjkuNDQ5LS4xNzguODcyLS41MDEgMS4yNy0uOTY4LjM5Ny0uNDY3LjY1Mi0uOTQyLjc2NC0xLjQyNC4xMDQtLjQ3MS4wNDQtLjk4Ny0uMTgxLTEuNTQ2LS4yMzQtLjU0OC0uNjQyLTEuMTU5LTEuMjI2LTEuODMtLjU4My0uNjUzLTEuMzYxLTEuMzk0LTIuMzM2LTIuMjI0eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTEzNC41ODUgMTQ2Ljg5NmMuNDU1LjMxMy44NjMuMzg5IDEuMjI0LjIyOGwuMTA1LjE0Ni0yLjY0NSAxLjkwNi0uMTA1LS4xNDZjLjE3OS0uMTYyLjIzNy0uMzQ0LjE3NC0uNTQ1LS4wNjMtLjIwMS0uMjQ0LS40MDgtLjU0NC0uNjE5bC05LjIyMS02LjI5OC0uMDMyLjAyMyAzLjMxNiAxMC40NTRjLjEyMy4zNTQuMjU5LjYxLjQwNS43NjguMTU0LjE2OC4zMzYuMTkzLjU0Ny4wNzRsLjEwNS4xNDYtMS4zOC45OTQtLjEwNS0uMTQ2Yy4yNzgtLjI5OS4zMjMtLjc1LjEzNC0xLjM1NGwtNC4wNjMtMTIuOTk2LjU2OC0uNDA5IDExLjUxNyA3Ljc3NHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMTQuNDM3IDE1OC4zOWMuMTI5LjMyMS4yODEuNTU1LjQ1NS43MDEuMTc4LjE1OC40MDUuMjAzLjY3OS4xMzZsLjA2OC4xNjctMy4wOCAxLjIzOS0uMDY3LS4xNjdjLjIzMi0uMTM3LjM2NC0uMzI2LjM5Ni0uNTY5LjAyNC0uMjI1LS4wMjktLjQ5OS0uMTU4LS44MmwtNC4xOTctMTAuNDI4Yy0uMTI5LS4zMjEtLjI4My0uNTYxLS40NjItLjcxOS0uMTg2LS4xNDEtLjQxLS4xOC0uNjcyLS4xMTdsLS4wNjctLjE2NyAzLjA4LTEuMjQuMDY3LjE2N2MtLjI0NS4xNDItLjM4LjMyNS0uNDA0LjU1LS4wMTkuMjM4LjAzNi41MTguMTY1LjgzOWw0LjE5NyAxMC40Mjh6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNOTguMzk5IDE2My4yODNjLjA0OC4zNDQuMTQuNjA3LjI3My43OS4xMzYuMTk2LjM0NS4yOTQuNjI4LjI5NWwuMDI1LjE3OC04LjQzNSAxLjE5Ny0uODc3LTIuOTA2LjIxOC0uMDMxYy4xMjIuMjkzLjI1Ny41ODMuNDA2Ljg3Mi4xNDkuMjg4LjMzMi41MzguNTUxLjc1LjIwNS4yMTMuNDU3LjM3My43NTUuNDc5LjI4Ni4xMjEuNjQuMTUxIDEuMDYzLjA5MWwzLjcwMy0uNTI1LS44MDYtNS42ODMtMi45MzEuNDE1Yy0uMzgzLjA1NS0uNjY1LjIwMy0uODQ2LjQ0NC0uMTgxLjI0MS0uMjY1LjU1Ni0uMjUuOTQ0bC0uMTc4LjAyNS0uMzk0LTIuNzcyLjE3OS0uMDI1Yy4wOTMuMzc3LjI2MS42NTYuNTAyLjgzOC4yNDMuMTk0LjU1Ni4yNjQuOTQuMjFsMi45My0uNDE2LS45OS02Ljk3LTQuMzE2LjYxMmMtLjQyMy4wNi0uNzU2LjE4Mi0uOTk5LjM2NGEyLjEyNiAyLjEyNiAwIDAgMC0uNTg5LjY5IDIuNzU4IDIuNzU4IDAgMCAwLS4yOC44NjhjLS4wNS4zMTctLjA4Ni42MzItLjEwOS45NDVsLS4xOTguMDI4LjAxNC0zLjAzMiA4Ljk3LTEuMjczLjAyNS4xNzhjLS4yNzEuMDc5LS40NDYuMjI1LS41MjMuNDM4LS4wNzYuMjI2LS4wOS41MTEtLjA0Ljg1NGwxLjU3OSAxMS4xMjh6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNjAuNjU0IDE1OS40OTVjLS4zODUgMS4wOC0xLjAzOCAxLjc4Mi0xLjk2IDIuMTA0LS45MzQuMzE5LTIuMTc0LjIwMi0zLjcxOS0uMzQ4YTcuMzkxIDcuMzkxIDAgMCAxLS45OS0uNDM4IDE3LjkyNSAxNy45MjUgMCAwIDEtLjktLjUxMmwtLjc1LS40NThhNS42NjcgNS42NjcgMCAwIDAtLjUxMy0uMjg5bC41MDUtMi43MjkuMjA4LjA3NGMtLjA0Ni41NjQtLjAxMiAxLjA2NS4xMDIgMS41MDEuMS40MzIuMjY2LjgwMy40OTUgMS4xMTEuMjI2LjMyMS41MTEuNTkzLjg1Ny44MTUuMzMyLjIxOC43MTIuNDAzIDEuMTQuNTU1LjgyOC4yOTUgMS41NS4zMzMgMi4xNjcuMTE0LjYxNi0uMjE5IDEuMDcyLS43NDMgMS4zNjctMS41NzIuMjEtLjU5MS4yMDktMS4xMjItLjAwNS0xLjU5NWE0Ljk4NyA0Ljk4NyAwIDAgMC0uOTkxLTEuMzI5Yy0uNDQzLS40MjctLjkzLS44NDgtMS40Ni0xLjI2NGE5LjE5MyA5LjE5MyAwIDAgMS0xLjQyOC0xLjM1OCA0LjI1OCA0LjI1OCAwIDAgMS0uODgzLTEuNjMxYy0uMTg2LS41OS0uMTQzLTEuMjY4LjEzLTIuMDM0LjQ4LTEuMzQ0IDEuMjYyLTIuMTkxIDIuMzQ5LTIuNTM5IDEuMDctLjM0MSAyLjQwOC0uMjI1IDQuMDE2LjM0OC4zNTIuMTI1LjY5OC4yODQgMS4wNC40NzcuMzQyLjE5My42Ni4zOTEuOTU2LjU5NWwuODE3LjU2N2MuMjQ1LjE4Ny40NTkuMzQxLjY0Mi40NjNsLS41MjQgMi43MjItLjIyNy0uMDgxYy4wODUtMS4wMzEtLjA2Ni0xLjg5OS0uNDUyLTIuNjAzLS4zODYtLjcwMy0xLjE1LTEuMjU5LTIuMjk0LTEuNjY2YTYuNTM4IDYuNTM4IDAgMCAwLTEuMzY1LS4zMzggMy4wOTUgMy4wOTUgMCAwIDAtMS4yMDQuMTAxIDIuMzM4IDIuMzM4IDAgMCAwLTEuMDIuNjU2Yy0uMjk3LjMxOS0uNTQ3Ljc2MS0uNzQ4IDEuMzI2LS4xNzUuNDktLjIyLjkzNC0uMTM1IDEuMzMyLjA4LjQxLjI0Ny43OTYuNTAxIDEuMTU1LjI0Mi4zNTUuNTQ1LjY5Ny45MDkgMS4wMjUuMzUyLjMyMy43MTguNjQ1IDEuMS45NjUuMzgxLjMyLjc1Mi42NSAxLjExMi45OTEuMzQ3LjMzNi42NDMuNjk2Ljg4OCAxLjA4MS4yMzMuMzguMzg1Ljc4OC40NTYgMS4yMjQuMDY2LjQ0OC4wMDQuOTQyLS4xODkgMS40ODJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNDMuMDA0IDE1MS44OTljLS42MzIuOTU3LTEuNDM1IDEuNDgxLTIuNDA3IDEuNTc0LS45ODMuMDg1LTIuMTU5LS4zMjQtMy41MjctMS4yMjlhNy4zMTIgNy4zMTIgMCAwIDEtLjg1Ny0uNjYyYy0uMjctLjI0My0uNTIyLS40OC0uNzUyLS43MTJsLS42MTgtLjYyNWE2LjAxNiA2LjAxNiAwIDAgMC0uNDI5LS40MDNsMS4xNDQtMi41MjguMTg0LjEyMWMtLjE4LjUzNy0uMjY2IDEuMDMxLS4yNiAxLjQ4Mi0uMDA2LjQ0NC4wNjYuODQzLjIxNSAxLjE5Ny4xNDIuMzY2LjM1NC42OTguNjM2Ljk5Ni4yNzEuMjkxLjU5Ni41NjIuOTc0LjgxMi43MzQuNDg1IDEuNDI3LjY5NSAyLjA3Ny42MjkuNjUtLjA2NSAxLjIxOS0uNDY1IDEuNzA0LTEuMTk5LjM0Ni0uNTIzLjQ3MS0xLjAzOS4zNzctMS41NDlhNC45OTIgNC45OTIgMCAwIDAtLjY0NS0xLjUyOWMtLjMyNy0uNTItLjY5OS0xLjA0NS0xLjExNS0xLjU3NmE5LjIxNSA5LjIxNSAwIDAgMS0xLjA2LTEuNjYgNC4yNiA0LjI2IDAgMCAxLS40NjgtMS43OTVjLS4wNC0uNjE4LjE2NS0xLjI2Ni42MTMtMS45NDQuNzg3LTEuMTkgMS43NS0xLjgyNSAyLjg4OC0xLjkwMyAxLjEyLS4wNzUgMi4zOTIuMzU4IDMuODE2IDEuMjk5LjMxMi4yMDYuNjEuNDQzLjg5Ni43MTIuMjg2LjI2OS41NDguNTM4Ljc4NS44MDdhNDU1IDQ1NSAwIDAgMSAuNjU4Ljc0NmMuMTkzLjI0LjM2NC40NDEuNTEzLjYwM2wtMS4xNiAyLjUxNy0uMi0uMTMyYy4zMjgtLjk4Mi4zOS0xLjg2LjE4My0yLjYzNi0uMjA3LS43NzYtLjgxNi0xLjQ5OC0xLjgyOC0yLjE2N2E2LjU1MyA2LjU1MyAwIDAgMC0xLjI0NS0uNjU1IDMuMDk0IDMuMDk0IDAgMCAwLTEuMTk0LS4xOWMtLjQuMDI0LS43ODEuMTU1LTEuMTQ3LjM5My0uMzY1LjIzOC0uNzEzLjYwOC0xLjA0NCAxLjEwOC0uMjg2LjQzNC0uNDM2Ljg1NS0uNDUgMS4yNjEtLjAyLjQxOC4wNS44MzIuMjEgMS4yNDIuMTUuNDAzLjM2My44MDcuNjM4IDEuMjEyLjI2NC4zOTkuNTQzLjc5OS44MzcgMS4yMDEuMjk0LjQwMi41NzUuODExLjg0MiAxLjIyOC4yNTcuNDA5LjQ1OS44My42MDUgMS4yNjIuMTM0LjQyNS4xODQuODU3LjE0OSAxLjI5OC0uMDQzLjQ1MS0uMjIyLjkxNi0uNTM4IDEuMzk0eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTIyLjc5IDEzNS4zNDdjLS44MTQuNzUxLTEuMjMgMS40NTEtMS4yNDYgMi4xMDEtLjAxNy42NTEuMyAxLjMyOS45NTEgMi4wMzQuMzE3LjM0My42MjIuNjA2LjkxNy43ODcuMjg1LjE3Mi41NjkuMjgzLjg1LjMzMi4yNzIuMDM5LjU0Ni4wMjIuODIzLS4wNTIuMjY3LS4wNjUuNTQtLjE3MS44Mi0uMzIxbC0uMDEzLS4wNDNjLS4wNzUtLjAwMy0uMTYzLS4wNTgtLjI2Mi0uMTY2LS4yLS4yMTUtLjI3LS40NC0uMjE0LS42NzQuMDQ4LS4yNDMuMTY1LS40NTEuMzUxLS42MjIuMjU1LS4yMzYuNTEtLjM1My43NjQtLjM1Mi4yNDYtLjAwOS40ODYuMTE0LjcyMS4zNjkuMjI2LjI0NS4zMjkuNTEzLjMwOC44MDUtLjAyMS4yOTItLjE3NC41NjgtLjQ1OC44MzFhMy4zODMgMy4zODMgMCAwIDEtMS4wNjEuNjc5Yy0uMzkzLjE0NC0uOC4xOTQtMS4yMjMuMTQ5LS40MzItLjA1Ni0uODgzLS4yMi0xLjM1My0uNDk0LS40Ny0uMjczLS45NTQtLjY4LTEuNDUxLTEuMjE5LTEuMDU4LTEuMTQ2LTEuNjA3LTIuMTY0LTEuNjQ3LTMuMDUyLS4wNC0uODg5LjQzNi0xLjc5IDEuNDI2LTIuNzAzLjQ3LS40MzQuOTU5LS43MyAxLjQ2NS0uODg5YTQuNjM4IDQuNjM4IDAgMCAxIDEuNTM2LS4xOTMgNi44MzYgNi44MzYgMCAwIDEgMS42MDMuMjYzYy41MzIuMTQ0IDEuMDY0LjMwNyAxLjU5NC40ODguNTMuMTgyIDEuMDYxLjM1NSAxLjU5My41MThhNy41NDQgNy41NDQgMCAwIDAgMS41NDUuMjg4IDMuOTggMy45OCAwIDAgMCAxLjQ2My0uMTI1Yy40NjctLjEyMi45MTItLjM3OCAxLjMzMy0uNzY3bC0uMDU0LS4wNTlhNC4yNjkgNC4yNjkgMCAwIDEtMS4yMDgtLjI0NyAyLjcyNSAyLjcyNSAwIDAgMS0xLjA0Ni0uNzIxIDMuMzQyIDMuMzQyIDAgMCAxLS41MzYtLjc1OGMtLjE1LS4yNi0uMjktLjUzLS40Mi0uODA5cy0uMjctLjU1OC0uNDItLjgzOGE1LjA5IDUuMDkgMCAwIDAtLjYzMS0uODMyYy0uMzgtLjQxMi0uODE4LS42NTEtMS4zMTYtLjcxOGEyLjMzNCAyLjMzNCAwIDAgMC0xLjM5Ni4yMjZsLS4xNDktLjE2MWMuMjkyLS4yMTUuNjA3LS40MzQuOTQ2LS42NTYuMzMtLjIxMy42ODUtLjM1OSAxLjA2Ni0uNDM4LjM3LS4wNy43NjYtLjA0NSAxLjE4NS4wNzYuNDEuMTMuODMyLjQzIDEuMjY2LjkuMzQ0LjM3My42MTcuNzM4LjgyIDEuMDk1LjE5My4zNDcuMzU0LjY3OS40ODMuOTk2LjEyOS4zMTYuMjU4LjYxNC4zODkuODkzLjEyLjI2OS4yOC41MTIuNDguNzI3LjE4LjE5Ni40MS4zNjYuNjg3LjUwOS4yNjguMTM0LjYxOS4yMTggMS4wNTEuMjU1bC4zOTQuNDI2Yy0uNzc1LjcxNC0xLjU0NCAxLjE4OC0yLjMwOCAxLjQyMWE3LjA0NiA3LjA0NiAwIDAgMS0yLjI2My4zMiAxMS43NzcgMTEuNzc3IDAgMCAxLTIuMjEyLS4yNzNjLS43My0uMTYyLTEuNDM3LS4yOC0yLjEyMy0uMzU1YTYuODYgNi44NiAwIDAgMC0xLjk4My4wNjJjLS42MzcuMTE2LTEuMjUuNDQ1LTEuODM4Ljk4N3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0yMi40NSAxMjEuNDk5Yy0uMzI3LjE4LS42NS4yNDQtLjk2OC4xOTEtLjMxOS0uMDUzLS41NjEtLjIzMS0uNzI5LS41MzUtLjE2LS4yOTItLjIwNC0uNTY1LS4xMy0uODE4LjA2Ni0uMjY2LjI1Mi0uNDgyLjU1NS0uNjQ5LjIyMi0uMTIyLjQ2Mi0uMTU2LjcyMS0uMS4yNTMuMDQzLjQ1LjE5NC41OTEuNDUuMDcxLjEyOS4wOTYuMjI5LjA3NS4zMDJsLjAzNy4wMjVjLjQ2NS0uNDU0LjcxMy0uOTcxLjc0NC0xLjU1MS4wMTgtLjU3NC0uMTg4LTEuMjUyLS42MTktMi4wMzQtLjI4My0uNTE0LS42MDItLjkwMS0uOTU5LTEuMTYyYTIuNTc4IDIuNTc4IDAgMCAwLTEuMTU2LS40ODIgMy4yNzcgMy4yNzcgMCAwIDAtMS4zNDcuMTI2IDcuMzc5IDcuMzc5IDAgMCAwLTEuNDc4LjYzMWMtLjQyLjIzMi0uNzk4LjUwMS0xLjEzMi44MDZhMi42ODkgMi42ODkgMCAwIDAtLjcyNiAxLjA4NmMtLjE1LjQxNy0uMTg2Ljg5My0uMTA1IDEuNDI3LjA3LjU0LjMgMS4xNTIuNjkxIDEuODM0bC0uMjI4LjEyNmE1LjYwNyA1LjYwNyAwIDAgMC0uOTIzLS45MyAyLjk2OSAyLjk2OSAwIDAgMC0xLjAzMy0uNTUgMi43MzcgMi43MzcgMCAwIDAtMS4xNTgtLjA3Yy0uNDIxLjA2NC0uODY1LjIyNS0xLjMzMi40ODMtLjgwNi40NDMtMS4yNy45NDItMS4zOSAxLjQ5Ni0uMTM0LjU2LS4wMDcgMS4xOTEuMzc5IDEuODkyLjM4LjY4OS44MDkgMS4xMjIgMS4yODcgMS4zLjQ2LjE3My45ODkuMTc5IDEuNTg1LjAxOGwtLjAwMi0uMDQ1Yy0uMDcyLS4wMjEtLjE0NC0uMDk2LS4yMTQtLjIyNC0uMTQyLS4yNTctLjE2NC0uNTA0LS4wNjYtLjc0MS4wOTItLjI0OC4yNDgtLjQzMy40Ny0uNTU2LjMwNC0uMTY3LjU4Ni0uMjA4Ljg0Ni0uMTIzLjI1My4wNzQuNDYuMjU2LjYyMS41NDguMTY4LjMwNC4yMDYuNTk1LjExNi44NzMtLjEwMi4yODUtLjMxNy41MTctLjY0NC42OTctLjc3LjQyNS0xLjU0My41MTUtMi4zMTYuMjcxLS43ODYtLjIzNy0xLjQ5Ny0uOTM0LTIuMTMzLTIuMDktLjY3LTEuMjE0LS45NS0yLjIwOS0uODQ0LTIuOTgzLjA4OC0uNzc5LjU4Mi0xLjQxNiAxLjQ4MS0xLjkxMi40NzktLjI2NC45MzgtLjQxIDEuMzc5LS40NGEyLjc2IDIuNzYgMCAwIDEgMS4yNTIuMjAxYy4zNzYuMTU4LjczOC40IDEuMDg1LjcyNy4zNDEuMzE0LjY1NC42OS45NCAxLjEyNmwuMDctLjAzOWMtLjQ2Ni0uNzYzLS43NDctMS40NTMtLjg0My0yLjA3LS4xMDgtLjYxLS4wODgtMS4xNTQuMDYtMS42MzEuMTMtLjQ4My4zNjgtLjg5NS43MTItMS4yMzdhNC41MSA0LjUxIDAgMCAxIDEuMTItLjg2OCA2LjM3NSA2LjM3NSAwIDAgMSAxLjY5My0uNjU4IDMuMzMgMy4zMyAwIDAgMSAxLjU5NC4wMzVjLjUwNy4xNDcgMS4wMDYuNDQzIDEuNDk1Ljg4OS40ODkuNDQ2Ljk1NSAxLjA3MiAxLjQgMS44NzguNjk0IDEuMjYxLjk4NCAyLjMxMi44NjggMy4xNTItLjEyMi44MjgtLjU4NiAxLjQ2NC0xLjM5MiAxLjkwOHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  z-index: 0;
  animation: qodef-element-rotate 20s linear infinite;
}
@keyframes qodef-element-rotate {
  0% {
    transform: rotate(0) translateZ(0);
  }
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
.video-icon-effectsyes .elementor-video-popup i.ecofa-icon-play-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover {
  color: var(--e-global-color-secondary);
}

.elementor-video-popup .video-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-flex;
  flex-direction: column;
}
.elementor-video-popup .video-icon-align-before {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.elementor-video-popup .video-icon-align-after {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  border: none;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: none;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  to {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: var(--e-global-color-secondary);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

.animated-slide-column > .elementor-column-wrap {
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  opacity: 0;
  transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
  content: "";
  margin: 0 -5px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background-color: var(--e-global-color-primary);
  z-index: 3;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
  overflow: hidden;
  position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
  transform: translateX(0);
  opacity: 1;
}
.animated-slide-column.col-loaded:after {
  margin-right: 0;
  right: -3px;
  bottom: 0;
  left: 100%;
}

.animated-bg-parallax {
  overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
  overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
  transform: none !important;
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
  position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--e-global-color-primary);
  top: -60px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
  height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
  color: var(--e-global-color-primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-rotate {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.text-shadow {
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #139C63;
}

.hover-style .elementor-cta__button-wrapper {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(10px);
  height: 0;
}
.hover-style .elementor-cta__title {
  transform: translateY(0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
  overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
  transform: translateY(-20px);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

.mask-text .elementor-counter > * {
  color: transparent;
  text-align: center;
  font-size: 10em;
  font-weight: 900;
  background-image: url("../../../assets/images/ldp_mask.jpg");
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
}

.e--ua-safari .mask-text .elementor-counter {
  text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
  display: inline;
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  display: flex;
  font-size: 50px;
  font-size: 3.125rem;
  color: var(--e-global-color-secondary);
  width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-view-stacked .elementor-icon {
  background-color: #fff;
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border: 1px dashed;
  border-color: #DDDADA;
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
  border: 1px solid var(--e-global-color-secondary);
}

.enable-effects-yes .elementor-icon-box-icon .elementor-icon {
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  Width: 70px;
  Height: 70px;
  background-color: #4BAF471A;
  border-radius: 50%;
  display: inline-block;
}
.enable-effects-yes .elementor-icon-box-icon .elementor-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enable-effects-yes .elementor-icon-box-icon .elementor-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.enable-effects-yes .elementor-icon-box-icon .icon-box-number_efect {
  position: absolute;
  background-color: var(--e-global-color-primary);
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  padding: 8px 0;
}
.enable-effects-style-yes .elementor-icon-box-icon .elementor-icon {
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  Width: 62px;
  Height: 62px;
  background-color: var(--e-global-color-background-light);
  border-radius: 50%;
  display: inline-block;
  left: 18px;
  transform: translate(0px, 19%);
}
.enable-effects-style-yes .elementor-icon-box-icon .elementor-icon i {
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
  font-size: 50px;
}
.enable-effects-style-yes .elementor-icon-box-icon .elementor-icon svg {
  position: absolute;
  top: 42%;
  left: -18px;
  transform: translate(0%, -50%);
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.enable-effects-style-yes .elementor-icon-box-icon .icon-box-number_efect {
  position: absolute;
  background-color: var(--e-global-color-primary);
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  padding: 8px 0;
}
.elementor-image-box-wrapper .elementor-image-box-img img {
  display: inline-block;
}
.elementor-image-box-wrapper:hover img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.elementor-image-box-wrapper:hover a {
  color: var(--e-global-color-primary);
}

.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
  text-decoration: underline;
}

.image-style-ecofa-yes .elementor-image-box-wrapper:hover .elementor-image-box-img {
  border-color: var(--e-global-color-primary);
}
.image-style-ecofa-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:after {
  visibility: visible;
  opacity: 1;
}
.image-style-ecofa-yes .elementor-image-box-wrapper:hover .elementor-button-wrapper {
  visibility: visible;
  opacity: 1;
}
.image-style-ecofa-yes .elementor-image-box-img {
  border: 1px dashed var(--e-global-color-border);
  padding: 20px;
  border-radius: 4px;
}
.image-style-ecofa-yes .elementor-image-box-img img {
  border-radius: 4px;
}
.image-style-ecofa-yes .elementor-image-box-img-inner {
  position: relative;
}
.image-style-ecofa-yes .elementor-image-box-img-inner:after {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-style-ecofa-yes .elementor-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-style-ecofa-yes .elementor-image-box-title {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
.image-style-ecofa-yes .elementor-image-box-title a {
  color: var(--e-global-color-secondary);
}
.image-style-ecofa-yes .elementor-image-box-title a:hover {
  color: var(--e-global-color-primary);
}

.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:hover {
  color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 400;
}
.elementor-image-box-wrapper .elementor-image-box-content img {
  object-fit: cover;
}

.enable-effects-yes .elementor-image-box-content {
  position: relative;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  transition: all 0.5s ease;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper .elementor-image-box-button-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  text-transform: capitalize;
  font-family: var(--e-global-typography-secondary-font-family);
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.5s ease;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-title:hover {
  color: var(--e-global-color-primary);
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 400;
}
.enable-effects-yes:hover .elementor-image-box-title {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.enable-effects-yes:hover .elementor-image-box-button-wrapper {
  opacity: 1;
  visibility: visible;
  color: var(--e-global-color-primary);
  transition: all 0.5s ease;
}

.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion {
  text-align: left;
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  margin-bottom: 0;
  padding: 40px 30px 37px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion {
  display: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.24px;
  margin-bottom: -1px;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  max-height: 5.9rem;
  overflow: hidden;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
  display: flex;
  align-items: flex-start;
  color: var(--e-global-color-secondary);
  width: 85%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title:hover {
  color: var(--e-global-color-primary);
}
@media (min-width: 768px) {
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
    align-items: center;
  }
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  border: none;
  color: var(--e-global-color-lighter);
  padding: 28px 0 3px;
  margin-top: -5px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  border: 1px solid var(--e-global-color-border);
  border-radius: 10px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item i {
  font-size: 17px;
  font-size: 1.0625rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: none;
}
@media (min-width: 568px) {
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    color: var(--e-global-color-secondary);
    background-color: #F4F8F0;
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
    font-size: 25px;
  }
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon:hover {
    color: var(--e-global-color-primary);
  }
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion .elementor-accordion-icon-acc svg {
  width: 48px;
  height: 48px;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item i {
  font-size: 17px;
  font-size: 1.0625rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-content {
  border-bottom: 1px solid #D5D8DC;
}

.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
  object-fit: cover;
  display: flex;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a img {
  will-change: transform;
  transition: transform 0.35s, all 0.7s;
  object-fit: cover;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:before, .image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:after {
  transform: scale(0.9);
  transition: transform 0.35s, all 0.7s;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  margin-left: -50%;
  top: 25%;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 0 1px;
  z-index: 2;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  margin-left: -25%;
  top: 0;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 1px 0;
  z-index: 2;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:hover {
  border-radius: 10px;
  transition: all 0.4s ease;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:hover:before {
  height: 100%;
  top: 0;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  width: 100%;
  margin-left: -50%;
}
.image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:hover:before, .image-style-ecofa-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  border-color: #fff;
}

.icon-list-style-ecofa-yes .elementor-icon-list-item .elementor-icon-list-text {
  position: relative;
}
.icon-list-style-ecofa-yes .elementor-icon-list-item .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-list-style-ecofa-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
  right: auto;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
  padding-left: 0;
}

.elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.elementor-button-outline .elementor-button {
  position: relative;
  border: 1px solid;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.elementor-button-outline .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.elementor-button-outline .elementor-button:hover {
  color: #FFFFFF;
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.elementor-button.elementor-size-xs {
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
}
.elementor-button.elementor-size-sm {
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
}
.elementor-button.elementor-size-md {
  padding: 1rem 2rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
}
.elementor-button.elementor-size-lg {
  padding: 1.125rem 2.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  padding: 1.5rem 3.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #0f834d;
  border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
  border-color: #d9534f;
}

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

.elementor-button-link .elementor-button {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--e-global-color-primary);
}
.elementor-button-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
}
.elementor-button-link .elementor-button:hover {
  background-color: transparent;
  color: var(--e-global-color-accent);
}

.elementor-widget-n-tabs {
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-title-font-size: 1.5rem;
  --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: #FFFFFF;
  --n-tabs-title-color-active: #FFFFFF;
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: var(--e-global-color-primary);
  --n-tabs-title-background-color-active: var(--e-global-color-primary);
  --n-tabs-title-gap: 50px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-n-tabs .e-n-tab-title {
  position: relative;
  padding: 17px 31px 17px 31px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--border, #E1E1E1);
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  margin-bottom: 3px;
  position: relative;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg:last-child {
  position: absolute;
  visibility: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title-text {
  font-family: "Instrument Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.tabs-style-2 {
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-title-font-size: 1.5rem;
  --n-tabs-title-color: var(--e-global-color-text, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: var(--e-global-color-secondary);
  --n-tabs-title-color-active: var(--e-global-color-secondary);
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: transparent;
  --n-tabs-title-background-color-active: transparent;
  --n-tabs-title-gap: 41px;
}
.tabs-style-2 .e-n-tabs-heading {
  margin-bottom: 20px;
}
.tabs-style-2 .e-n-tab-title {
  position: relative;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.tabs-style-2 .e-n-tab-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -19%;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: var(--e-global-color-text);
  transform: rotate(112deg);
  width: 16%;
}
@media screen and (max-width: 767px) {
  .tabs-style-2 .e-n-tab-title:before {
    width: 0;
  }
}
.tabs-style-2 .e-n-tab-title:last-child:before {
  display: none;
}
.tabs-style-2 .e-n-tab-title:nth-child(2):before {
  width: 19%;
  right: -22%;
}
.tabs-style-2 .e-n-tab-title-text {
  font-family: "Instrument Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover .e-n-tab-icon svg,
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover .e-n-tab-icon svg:last-child,
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg:last-child {
  position: absolute;
  visibility: visible;
  opacity: 1;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  :is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) {
    border: 1px solid var(--border, #E1E1E1);
    color: var(--e-global-color-text);
    padding: 20px 0 20px 0;
  }
  :is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) .e-n-tab-icon {
    margin: 0;
  }
  :is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title) .e-n-tab-icon svg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  :is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover,
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active {
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff;
  }
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover .e-n-tab-icon svg,
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg {
  width: 100%;
  height: 100%;
  visibility: visible;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover .e-n-tab-icon svg:last-child,
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg:last-child {
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
  transform: translateY(0vh);
  height: 0;
  opacity: 0;
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.header-absolute {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  background-color: transparent !important;
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon {
  display: flex;
  background-color: initial !important;
}

.c-primary {
  color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title a {
  display: flex;
  align-items: center;
}

.underline-primary {
  position: relative;
}
.underline-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  left: 0;
  background-color: #FFD8D2;
  z-index: -1;
}

.sublink .elementor-column:hover img {
  opacity: 0.8;
  border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
  transition: all 0.3s ease;
}

.btn-slider {
  display: inline-flex;
  align-items: center;
}
.btn-slider i {
  margin-bottom: 2px;
}
.btn-slider i.left {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 7px;
  width: 12px;
  transition: all 0.15s ease;
}
.btn-slider i.right {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.15s ease;
}
.btn-slider:hover i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.btn-slider:hover i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}

.icon-shape-yes .elementor-icon {
  position: relative;
}
.icon-shape-yes .elementor-icon i, .icon-shape-yes .elementor-icon svg {
  z-index: 1;
}
.icon-shape-yes .elementor-icon i:after, .icon-shape-yes .elementor-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--e-global-color-primary);
  transition: all 0.15s ease;
}
.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
  background-color: var(--e-global-color-secondary);
  transition: all 0.15s ease;
}

.elementor-widget-progress .progress-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.progress-title .elementor-progress-percentage {
  padding-right: 0px;
}

.custom_shape_divider-yes > .e-con-inner > .elementor-shape,
.custom_shape_divider-yes > .elementor-shape {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 62px;
  width: unset;
  background-size: 1440px 62px;
  animation: wave 10s linear infinite;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape svg,
.custom_shape_divider-yes > .elementor-shape svg {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape[data-negative=false].elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape[data-negative=false].elementor-shape-bottom {
  transform: unset;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-top,
.custom_shape_divider-yes > .elementor-shape-top {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE1OSkiPjxwYXRoIGQ9Ik0xNDM5Ljk2IDIyLjE3MUMxMTQxLjg5IDIyLjE3MSA5OTkuNzkxIDYyIDcyMS4wMiA2MS45OTk5QzQ0Mi4yNDkgNjEuOTk5OSAyOTcuMjQyIDIyLjEzOCAzLjQ4NDg0ZS0wNiAyMi4xMzhMNS40MjAyMWUtMDYgLTAuMDAwMTI5NzAzTDE0NDAgLTMuODE0N2UtMDZMMTQzOS45NiAyMi4xNzFaIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzQ3XzE0MTU5Ij48cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MiIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA2Mikgcm90YXRlWigtMTgwKSByb3RhdGVZKC0xODApIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE0MykiPjxwYXRoIGQ9Ik0wLjA0MzQ1MTIgMzkuODI5QzI5OC4xMSAzOS44MjkgNDQwLjIwOSAwIDcxOC45OCAwQzk5Ny43NTEgMCAxMTQyLjc2IDM5Ljg2MTkgMTQ0MCAzOS44NjE5VjYySDBMMC4wNDM0NTEyIDM5LjgyOVoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83NDdfMTQxNDMiPjxyZWN0IHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiBmaWxsPSIjZmZmZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}

/*# sourceMappingURL=elementor.css.map */
