@charset "UTF-8";
/* Text meant only for screen readers. */
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item {
  border: 1px solid var(--e-global-color-border);
  margin-bottom: 30px;
  padding: 30px 25px 28px 35px;
  border-radius: 20px;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-closed i {
  font-size: 25px !important;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 25px !important;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion {
  margin-right: 20px;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion .elementor-accordion-icon-acc svg {
  width: 48px;
  height: 48px;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item i {
  font-size: 24px;
  font-size: 1.5rem;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
  padding: 0;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .title-icon {
  display: flex;
  align-items: center;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-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: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  padding-right: 26px;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-active {
  border: none;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  padding: 18px 0 0;
  border: none;
}
.elementor-widget-marx-accordion .elementor-accordion .elementor-accordion-item:last-child {
  margin: 0;
}

.enable-effects-yes .elementor-accordion-icon-acc:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background: rgba(103, 34, 181, 0.5);
  border-radius: 50%;
  z-index: -1;
  left: -1%;
  bottom: 4px;
}

.elementor-header-account .header-group-action {
  display: flex;
  padding-right: 0;
}
.elementor-header-account .header-group-action .icon {
  margin-right: 10px;
}
.elementor-header-account .header-group-action .icon img {
  border-radius: 50%;
}
.elementor-header-account .header-group-action .site-header-account > a {
  display: flex;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.elementor-header-account .header-group-action .site-header-account .account-content {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
  font-size: 12px;
  color: var(--e-global-color-secondary);
  letter-spacing: 0.015em;
}

.elementor-headline {
  font-size: 46px;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
  text-transform: capitalize;
  letter-spacing: -0.92px;
}

.marx-elementor-headline-dynamic-text {
  color: var(--dynamic-text-color, #aebcb9);
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
}

.marx-elementor-headline--style-rotate .marx-elementor-headline-dynamic-wrapper {
  text-align: left;
}

.marx-elementor-headline--style-highlight .marx-elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}

.marx-elementor-headline--style-highlight .marx-elementor-headline-dynamic-text {
  z-index: 1;
}

.marx-elementor-headline--style-highlight .marx-elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}

.marx-elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.marx-elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}

.elementor-headline.e-animated svg path {
  animation: marx-elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
  animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}

.elementor-headline.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

@keyframes marx-elementor-headline-dash {
  from {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  from {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    opacity: 0;
    filter: blur(10px);
  }
}
.marx-elementor-headline-text-wrapper {
  vertical-align: bottom;
}

.marx-elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}

.marx-elementor-headline-dynamic-wrapper .marx-elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.marx-elementor-headline-dynamic-wrapper .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-active {
  position: relative;
}

.marx-elementor-headline-animation-type-flip .marx-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.marx-elementor-headline-animation-type-flip .marx-elementor-headline-dynamic-text {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}

.marx-elementor-headline-animation-type-flip .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: marx-elementor-headline-flip-in 1.2s;
}

.marx-elementor-headline-animation-type-flip .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-inactive {
  transform: rotateX(180deg);
  animation: marx-elementor-headline-flip-out 1.2s;
}

@keyframes marx-elementor-headline-flip-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes marx-elementor-headline-flip-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-wrapper:not(.marx-elementor-headline-typing-selected):after {
  animation: marx-elementor-headline-pulse 1s infinite;
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-wrapper.marx-elementor-headline-typing-selected {
  background-color: var(--typing-selected-bg-color, #0d0d0d);
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-wrapper.marx-elementor-headline-typing-selected::after {
  visibility: hidden;
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-wrapper.marx-elementor-headline-typing-selected .marx-elementor-headline-dynamic-text {
  color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-text:not(.marx-elementor-headline-text-active) {
  visibility: hidden;
}

.marx-elementor-headline-animation-type-typing .marx-elementor-headline-dynamic-letter:not(.marx-elementor-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}

@keyframes marx-elementor-headline-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-letter {
  display: inline-block;
  backface-visibility: hidden;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-text {
  transform: scaleX(1.0005);
  opacity: 0;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-letter {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.marx-elementor-headline-text-active .marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-letter {
  opacity: 1;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-letter.marx-elementor-headline-animation-in {
  animation: marx-elementor-headline-swirl-in 0.4s forwards;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-letter:not(.marx-elementor-headline-animation-in) {
  animation: marx-elementor-headline-swirl-out 0.4s forwards;
}

@keyframes marx-elementor-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes marx-elementor-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.marx-elementor-headline-animation-type-slide-down .marx-elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}

.marx-elementor-headline-animation-type-slide-down .marx-elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.marx-elementor-headline-animation-type-slide-down .marx-elementor-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}

.marx-elementor-headline-animation-type-slide-down .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-active {
  top: 0;
  opacity: 1;
  animation: marx-elementor-headline-slide-down-in 0.6s;
}

.marx-elementor-headline-animation-type-slide-down .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-inactive {
  animation: marx-elementor-headline-slide-down-out 0.6s;
}

@keyframes marx-elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marx-elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.marx-elementor-headline-animation-type-clip .marx-elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}

.marx-elementor-headline-animation-type-clip .marx-elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.marx-elementor-headline-animation-type-clip .marx-elementor-headline-dynamic-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}

.marx-elementor-headline-animation-type-clip .marx-elementor-headline-dynamic-text {
  opacity: 0;
}

.marx-elementor-headline-animation-type-clip .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-active {
  opacity: 1;
}

.marx-elementor-headline-animation-type-drop-in .marx-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.marx-elementor-headline-animation-type-drop-in .marx-elementor-headline-dynamic-text {
  opacity: 0;
}

.marx-elementor-headline-animation-type-drop-in .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-active {
  opacity: 1;
  animation: marx-elementor-headline-drop-in-in 0.8s;
}

.marx-elementor-headline-animation-type-drop-in .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-inactive {
  animation: marx-elementor-headline-drop-in-out 0.8s;
}

@keyframes marx-elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes marx-elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
.marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-text {
  opacity: 0;
}

.marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-letter {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.marx-elementor-headline-text-active .marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-letter {
  transform: rotateY(0deg);
}

.marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-letter.marx-elementor-headline-animation-in {
  animation: marx-elementor-headline-blinds-in 0.6s forwards;
}

.marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-letter:not(.marx-elementor-headline-animation-in) {
  animation: marx-elementor-headline-blinds-out 0.6s forwards;
}

@keyframes marx-elementor-headline-blinds-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes marx-elementor-headline-blinds-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-text {
  opacity: 0;
}

.marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}

.marx-elementor-headline-text-active .marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-letter {
  opacity: 1;
}

.marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-letter.marx-elementor-headline-animation-in {
  animation: marx-elementor-headline-wave-up 0.6s forwards;
}

.marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-letter:not(.marx-elementor-headline-animation-in) {
  animation: marx-elementor-headline-wave-down 0.6s forwards;
}

@keyframes marx-elementor-headline-wave-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes marx-elementor-headline-wave-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
.marx-elementor-headline-animation-type-slide .marx-elementor-headline-dynamic-text {
  opacity: 0;
}

.marx-elementor-headline-animation-type-slide .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-active {
  opacity: 1;
  animation: marx-elementor-headline-slide-in 0.6s;
}

.marx-elementor-headline-animation-type-slide .marx-elementor-headline-dynamic-text.marx-elementor-headline-text-inactive {
  animation: marx-elementor-headline-slide-out 0.6s;
}

@keyframes marx-elementor-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes marx-elementor-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-slide .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-drop-in .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-slide-down .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-flip .marx-elementor-headline-dynamic-wrapper {
  transition: width 0.5s;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-wrapper, .marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-wrapper {
  overflow: hidden;
}

.marx-elementor-headline-animation-type-swirl .marx-elementor-headline-dynamic-text, .marx-elementor-headline-animation-type-blinds .marx-elementor-headline-dynamic-text, .marx-elementor-headline-animation-type-wave .marx-elementor-headline-dynamic-text {
  white-space: nowrap;
}

.elementor-msie .marx-elementor-headline--style-highlight svg {
  top: auto;
  left: auto;
  transform: translate(-100%);
}

.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
}

.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: auto;
  float: left;
}
.elementor-brand-wrapper .elementor-brand-image:hover {
  color: var(--e-global-color-primary);
}
.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 .marx-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 .marx-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 .marx-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .marx-brand-border-yes .elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .marx-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 .marx-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .elementor-widget-marx-brand .marx-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-marx-brand .marx-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-marx-breadcrumb .breadcrumb {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.elementor-widget-marx-breadcrumb .breadcrumb .home:before {
  font-size: 16px;
  transform: translateY(-4px);
  margin-right: 5px;
}
.elementor-widget-marx-breadcrumb .breadcrumb a {
  color: #fff;
}
.elementor-widget-marx-breadcrumb .breadcrumb a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.elementor-widget-marx-breadcrumb .breadcrumb span {
  margin: 0 5px;
}
.elementor-widget-marx-breadcrumb .breadcrumb span:first-child {
  margin-left: 0;
}
.elementor-widget-marx-breadcrumb .breadcrumb span:last-child {
  margin-right: 0;
}
.elementor-widget-marx-breadcrumb .marx-title {
  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);
  line-height: 1.14;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .elementor-widget-marx-breadcrumb .marx-title {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

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

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

.single-post .hidden-marx-title-single-yes .marx-title, .single-give_forms .hidden-marx-title-single-yes .marx-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-marx-banner .elementor-cta__heading2,
.elementor-widget-marx-banner .elementor-cta__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: 48px;
  font-size: 3rem;
  line-height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.elementor-widget-marx-banner .elementor-cta__title {
  margin-bottom: 0;
}
.elementor-widget-marx-banner .elementor-cta__heading2 {
  margin-bottom: 15px;
}
.elementor-widget-marx-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-marx-banner .elementor-cta__subtitle div {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
}
.elementor-widget-marx-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-marx-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-marx-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-marx-banner.description-effects-yes .elementor-cta__description {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  -ms-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  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-marx-banner.description-effects-yes:hover .elementor-cta__description {
  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);
}
.elementor-widget-marx-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-marx-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-marx-banner.content-stretch-yes .elementor-marx-banner {
  height: 100%;
}
.elementor-widget-marx-banner.button-position-bottom-yes .elementor-cta__content_inner {
  height: 100%;
}
.elementor-widget-marx-banner.button-position-bottom-yes .elementor-cta__content_inner .elementor-cta__button-wrapper {
  margin-top: auto;
}
.elementor-widget-marx-banner:hover .elementor-cta__bg-overlay {
  opacity: 1;
}
.elementor-widget-marx-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-marx-banner.box-align-left .elementor-cta__content {
  text-align: left;
}
.elementor-widget-marx-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-start;
}
.elementor-widget-marx-banner.box-align-left .elementor-cta__content .elementor-cta__description {
  background-position: top left;
}
.elementor-widget-marx-banner.box-align-center .elementor-cta__content {
  text-align: center;
}
.elementor-widget-marx-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: center;
  background-position: top center;
}
.elementor-widget-marx-banner.box-align-center .elementor-cta__content .elementor-cta__description {
  background-position: top center;
}
.elementor-widget-marx-banner.box-align-right .elementor-cta__content {
  text-align: right;
}
.elementor-widget-marx-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-end;
  background-position: top right;
}
.elementor-widget-marx-banner.box-align-right .elementor-cta__content .elementor-cta__description {
  background-position: top right;
}
.elementor-widget-marx-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-marx-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-marx-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-marx-banner.elementor-position-below .elementor-cta__content_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.elementor-widget-marx-banner.elementor-position-below .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-marx-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title, .elementor-widget-marx-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
  order: 0;
}
.elementor-widget-marx-banner.elementor-position-above .elementor-cta__content-item {
  order: 1;
  margin-bottom: 1.2em;
}
.elementor-widget-marx-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
  margin-bottom: 1.8rem;
  order: 0;
}

.button-banner-style-marx-default .elementor-button {
  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: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.button-banner-style-marx-default .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
}
.button-banner-style-marx-default .elementor-button .elementor-button-icon {
  position: relative;
}
.button-banner-style-marx-default .elementor-button .elementor-button-icon i {
  margin: -1px 0px 0 5px;
}
.button-banner-style-marx-default .elementor-button:hover .elementor-button-icon {
  color: var(--e-global-color-primary);
}

.button-banner-style-marx-outline .elementor-button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  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);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 30px;
}
.button-banner-style-marx-outline .elementor-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.button-banner-style-marx-link .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  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);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  position: relative;
}
.button-banner-style-marx-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.button-banner-style-marx-link .elementor-button:hover {
  color: var(--e-global-color-secondary);
}
.button-banner-style-marx-link .elementor-button:hover:before {
  background-color: var(--e-global-color-secondary);
}
.button-banner-style-marx-link .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-banner-style-marx-link .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
}
.button-banner-style-marx-link .elementor-button .elementor-button-icon i:before {
  font-size: 10px;
}
.button-banner-style-marx-link .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-banner-style-marx-link .elementor-button:hover {
  background-color: transparent;
}
.button-banner-style-marx-link .elementor-button:hover:before {
  width: 100%;
  left: 0;
}
.button-banner-style-marx-link .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.button-banner-style-marx-link .elementor-button:hover i {
  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-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;
  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-text);
}

.wpcf7-form {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.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[type=date], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-form .wpcf7-form-control-wrap select {
  width: 100%;
  height: 100%;
  border-width: 1px;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1px;
  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: 16px 20px;
  border-radius: 20px;
  text-transform: capitalize;
  background-color: transparent;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=date] {
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-border);
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin: auto;
  width: 100%;
  height: 100%;
  color: var(--e-global-color-text);
  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);
  border-width: 1px;
  resize: none;
  padding: 16px 20px;
  overflow: hidden;
  border-radius: 20px;
  text-transform: capitalize;
  background-color: transparent;
}
.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: 20px;
}
.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 button, .wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit], .wpcf7-form .button {
  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: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
.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 {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
}
.wpcf7-form button i, .wpcf7-form input[type=button] i, .wpcf7-form input[type=reset] i, .wpcf7-form input[type=submit] i, .wpcf7-form .button i {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-left: 3px;
}
.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[type=date], .contact-form-special-yes .wpcf7-form .input-text, .contact-form-special-yes .wpcf7-form select,
.contact-form-special-yes .wpcf7-form textarea {
  background-color: #ffffff;
}
.contact-form-special-yes label {
  color: var(--e-global-color-secondary);
}

.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-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: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: -0.92px;
  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: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: -0.92px;
  color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-title {
  text-align: inherit;
  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;
  letter-spacing: 0;
  color: var(--e-global-color-secondary);
}
.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;
}

.elementor-position-left .elementor-counter {
  display: flex;
}
.elementor-position-left .elementor-counter .elementor-counter-wrapper {
  flex-direction: row;
}

.elementor-position-top .elementor-counter {
  display: block;
  text-align: center;
}
.elementor-position-top .elementor-counter .elementor-counter-number-wrapper {
  display: block;
}

.elementor-position-right .elementor-counter {
  display: flex;
}
.elementor-position-right .elementor-counter .elementor-counter-wrapper {
  flex-direction: row-reverse;
}

.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%);
}

.elementor-widget-heading .elementor-heading-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.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);
  text-transform: capitalize;
  letter-spacing: -0.92px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 16px;
  font-size: 1rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.elementor-widget-heading .elementor-sub-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-primary);
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block;
}
.elementor-widget-heading.elementor-align-left .elementor-heading-title {
  justify-content: flex-start;
}
.elementor-widget-heading.elementor-align-center .elementor-heading-title {
  justify-content: center;
}
.elementor-widget-heading.elementor-align-right .elementor-heading-title {
  justify-content: flex-end;
}
.elementor-widget-heading.elementor-align-justify .elementor-heading-title {
  justify-content: space-between;
}

.subtitle-position-below .elementor-sub-title {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .subtitle-position-below .elementor-sub-title {
    margin-top: 1.4rem;
  }
}

.subtitle-position-above .elementor-sub-title {
  order: -1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .subtitle-position-above .elementor-sub-title {
    margin-bottom: 1.4rem;
  }
}

.elementor-widget-marx-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-marx-icon-box .elementor-icon-box-title {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: -0.48px;
}
.elementor-widget-marx-icon-box .elementor-icon-box-title a {
  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);
  letter-spacing: -0.48px;
}
.elementor-widget-marx-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-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);
  margin: 0;
}
.elementor-widget-marx-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-marx-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-secondary);
}
.elementor-widget-marx-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-marx-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-marx-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}

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

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

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

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

.elementor-widget-marx-icon-box.elementor-position-top .elementor-icon-box-wrapper.elementor-icon-box-icon.elementor-icon {
  display: flex;
  justify-content: center;
}

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

.elementor-widget-marx-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  flex-direction: column;
}

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

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

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

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

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

@media (min-width: 768px) {
  .elementor-widget-marx-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .elementor-widget-marx-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .elementor-widget-marx-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    align-items: flex-end;
  }
}
.icon-box-style-1 .icon-box-button-wapper {
  display: none;
}
.icon-box-style-1 .elementor-icon-box-content .icon-box-number-icon-box {
  display: none;
}

.icon-box-style-2 .elementor-icon-box-icon .elementor-icon {
  margin-left: 48px;
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  Width: 60px;
  Height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.icon-box-style-2 .elementor-icon-box-icon .elementor-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-box-style-2 .elementor-icon-box-icon .elementor-icon svg {
  -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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.icon-box-style-2 .elementor-icon-box-content {
  display: flex;
}
.icon-box-style-2 .elementor-icon-box-content .icon-box-number-icon-box {
  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: 24px;
  -webkit-text-stroke: 1px var(--e-global-color-lighter);
  color: transparent;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.96px;
  margin: -2px 19px 0 0;
}
.icon-box-style-2 .icon-box-button-wapper {
  display: none;
}

.icon-box-style-3 {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}
.icon-box-style-3:hover {
  transition: all 0.4s ease;
  padding: 66px 40px 14px 40px;
}
.icon-box-style-3:hover .image-icon-box .image-icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.icon-box-style-3:hover .elementor-icon-box-title {
  color: #ffffff;
}
.icon-box-style-3:hover .elementor-icon-box-title a {
  color: #ffffff;
}
.icon-box-style-3:hover .icon-box-button-wapper {
  opacity: 1;
  visibility: visible;
  top: 44px;
}
.icon-box-style-3:hover .elementor-icon-box-description {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.icon-box-style-3 .elementor-icon-box-icon {
  position: relative;
  z-index: 2;
}
.icon-box-style-3 .elementor-icon-box-icon .elementor-icon {
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  Width: 70px;
  Height: 70px;
  background-color: #F1E3DD;
  border-radius: 50%;
  display: inline-block;
}
.icon-box-style-3 .elementor-icon-box-icon .elementor-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-box-style-3 .elementor-icon-box-icon .elementor-icon svg {
  -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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 36px;
  height: 36px;
}
.icon-box-style-3 .image-icon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-box-style-3 .image-icon-box .image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.icon-box-style-3 .image-icon-box .image-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.icon-box-style-3 .image-icon-box .image-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  border-radius: 20px;
}
.icon-box-style-3 .elementor-icon-box-content {
  position: relative;
  z-index: 2;
}
.icon-box-style-3 .elementor-icon-box-content .icon-box-number-icon-box {
  display: none;
}
.icon-box-style-3 .elementor-icon-box-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.icon-box-style-3 .elementor-icon-box-title a {
  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.3;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: -0.4px;
}
.icon-box-style-3 .icon-box-button-wapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.icon-box-style-3 .icon-box-button-wapper .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  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);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  letter-spacing: 1px;
}
.icon-box-style-3 .icon-box-button-wapper .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}

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

.marx-image-gallery-masonry img {
  height: 280px !important;
  width: 100% !important;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .marx-image-gallery-masonry .grid__item:nth-child(10n+4), .marx-image-gallery-masonry .grid__item:nth-child(10n+9) {
    width: 66% !important;
  }
  .marx-image-gallery-masonry .grid__item:nth-child(10n+4) img, .marx-image-gallery-masonry .grid__item:nth-child(10n+9) img {
    height: 580px !important;
    width: 100% !important;
    object-fit: cover;
  }
  .marx-image-gallery-masonry .grid__item:nth-child(10n+3) img, .marx-image-gallery-masonry .grid__item:nth-child(10n+8) img {
    height: 580px !important;
    width: 100%;
    object-fit: cover;
  }
}

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

.elementor-widget-marx-image-gallery {
  width: 100%;
}
.elementor-widget-marx-image-gallery ul {
  margin: 0 0 55px 0;
}
.elementor-widget-marx-image-gallery .gallery-image {
  position: relative;
}
.elementor-widget-marx-image-gallery .gallery-image a {
  overflow: hidden;
  display: block;
}
.elementor-widget-marx-image-gallery .gallery-image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.elementor-widget-marx-image-gallery .gallery-image a i {
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0px);
  transition: all 0.35s;
  color: #ffffff;
  z-index: 2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.elementor-widget-marx-image-gallery .gallery-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-marx-image-gallery .gallery-image a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.elementor-widget-marx-image-gallery .gallery-image img {
  display: block;
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
}
.elementor-widget-marx-image-gallery .gallery-image:nth-child(even) {
  margin-top: 30px;
}
.elementor-widget-marx-image-gallery .elementor-galerry__filter {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  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);
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  color: var(--e-global-color-text);
  -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-marx-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-marx-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-marx-image-gallery .elementor-galerry__filter:hover {
  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-column-gap: 30px;
  grid-row-gap: 15px;
}

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

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

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

@media only screen and (max-width: 650px) {
  .marx-image-gallery-masonry .grid__item:nth-child(5), .marx-image-gallery-masonry .grid__item:nth-child(5n+6) {
    width: 100% !important;
  }
}
.elementor-widget-opal-image-hotspots .elementor-tab-title.elementor-active:before {
  content: "";
}

.marx-image-hotspots-container {
  position: relative;
}

.marx-addons-image-hotspots-ib-img {
  display: block;
}

.marx-image-hotspots-main-icons-tooltips-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.elementor-widget-marx-image-hotspots .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-marx-image-hotspots .elementor-accordion .elementor-tab-title {
  font-size: 12px;
  text-transform: uppercase;
  padding: 30px 30px 30px 0;
  position: relative;
}
.elementor-widget-marx-image-hotspots .elementor-accordion .elementor-tab-title:before {
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  border-width: 2px;
  border-color: #f8f8f8;
  border-style: solid;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  padding-left: 1px;
  padding-bottom: 2px;
  color: #000;
}
.elementor-widget-marx-image-hotspots .elementor-accordion .elementor-tab-content {
  border-top: 0;
  padding: 0 0 40px 0;
}
.elementor-widget-marx-image-hotspots .elementor-accordion .elementor-accordion-item {
  border-left: 0;
  border-right: 0;
}
.elementor-widget-marx-image-hotspots .elementor-accordion .elementor-accordion-item:first-child {
  border-top: 0;
}
.elementor-widget-marx-image-hotspots .scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
}

.hidden-radar-yes .marx-image-hotspots-icon:after {
  display: none;
}

.marx-image-hotspots-main-icons {
  cursor: pointer;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 99;
}
.marx-image-hotspots-main-icons:hover .marx-image-hotspot-icon .elementor-icon i, .marx-image-hotspots-main-icons:hover .marx-image-hotspot-icon .elementor-icon svg {
  transition: all 0.4s ease;
  transform: translateY(-10%);
}
.marx-image-hotspots-main-icons:hover .marx-image-hotspots-tooltips-link i, .marx-image-hotspots-main-icons:hover .marx-image-hotspots-tooltips-link svg {
  transition: all 0.4s ease;
  transform: translateY(-10%);
}
.marx-image-hotspots-main-icons .marx-image-hotspots-tooltips-link i, .marx-image-hotspots-main-icons .marx-image-hotspots-tooltips-link svg {
  font-size: 54px;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .marx-image-hotspots-main-icons .marx-image-hotspots-tooltips-link i, .marx-image-hotspots-main-icons .marx-image-hotspots-tooltips-link svg {
    font-size: 30px;
  }
}
.marx-image-hotspots-main-icons .marx-image-hotspot-icon .elementor-icon i, .marx-image-hotspots-main-icons .marx-image-hotspot-icon .elementor-icon svg {
  font-size: 54px;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .marx-image-hotspots-main-icons .marx-image-hotspot-icon .elementor-icon i, .marx-image-hotspots-main-icons .marx-image-hotspot-icon .elementor-icon svg {
    font-size: 30px;
  }
}
.marx-image-hotspots-main-icons .marx-image-hotspots-image-icon {
  width: 20px;
  height: 20px;
}
.marx-image-hotspots-main-icons .marx-image-hotspots-text {
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 0 10px 0 10px;
  border-color: black;
}

.marx-image-hotspots-tooltips-wrapper {
  display: none;
  position: absolute;
  z-index: 9999;
}

.tooltipster-sidetip {
  z-index: 9999;
}
.tooltipster-sidetip .marx-image-hotspots-tooltips-text {
  padding: 20px;
}

.tooltipster-box {
  background: transparent;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
}
.tooltipster-box h4 {
  font-size: 15px;
  margin: 10px 0;
}
.tooltipster-box .tooltipster-content {
  background: #fff;
  max-width: 300px;
}

@keyframes lexus-scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}
.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}
.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}

.show-img-style-1 .elementor-link-showcase-inner {
  display: flex;
  flex-direction: row-reverse;
}
.show-img-style-1 .link-showcase-contnet-wrapper {
  width: 54.2%;
  position: relative;
}
@media (max-width: 1200px) {
  .show-img-style-1 .link-showcase-contnet-wrapper {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .show-img-style-1 .link-showcase-contnet-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .show-img-style-1 .link-showcase-contnet-wrapper {
    display: none;
  }
}
.show-img-style-1 .link-showcase-title-wrapper {
  width: 45.8%;
}
@media (max-width: 1200px) {
  .show-img-style-1 .link-showcase-title-wrapper {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .show-img-style-1 .link-showcase-title-wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .show-img-style-1 .link-showcase-title-wrapper {
    width: 100%;
  }
}
.show-img-style-1 .link-showcase-contnet-inner {
  height: 100%;
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL0AAACGCAYAAACIaoteAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAR8SURBVHgB7d3vcRJBGMfxB8f3agWeFYgVeCWkA7EC00HoILECkgoSK0isILEC0gGxgvNZ+d24xkMCOeDunu9nZodJOAHJw7L77D8zV1XVawOi8IAfe1l4KQyIwgN+4mVOjY9QPOBLAwAAGLbUufVyZEAUKeDVwZ2R3UEoHvDTaumE4EcYauqce7k2AEB/jKwlKc8/Go1uDM/S0Hx88Pf1wdCaNoP+0m/GXm68XPAB+JdGvAtbvk9XTcGcEgePfvV7lNyvfWPoHrX705SGa83nObXg9H7MlAVL78mtfn72lI/07ar3ekKCoQP0AShX3DeYOT71/3NV0PnvjxWUY2tZeh+VVj5Xdm22i+dBC/wPc6ZaL9VSp/rDlX34MOi1zlRjL7Lau7QDyr5l54d+LV3XWpt+UwrwscpHW7Zdv3rb9arh2jQqXLd/763Fzp1ex5GeP5W3uv3hzzFtuL60Zbv8Lr0WOpn9c7Cg30T6ZvCb9/qxsD8B+s6D7r7h+nnT4/i17xquTR+6L15+2vKDda/bu6bHRv/1Iug31dS+jh7A6T3hQ4xQ1Nb/ZEAU6ugS+IglC3zSmohDqeE5g1kIRQNm1PYAAAAAgP7RTM3SgCiUwlwYEImmeJcWxAsDzL55YXoC4lC7PkwTh5oepoUwd3RoEUpflmsCAAAAAADEpc2ipjZw5Onx2FsbOIIeuTRINfjdkQl65FLQv7KBI+iRS0E/+FFZgh65EEEP/IX9cAAAAAAAALaVHVd6bDuQ5t1EmHuDnvBgPFl3iqGumdj2z3H5nH8PtCY7TKFYc92Rvgnm2wRvtP1v0GE6d/dsg+vH2wS/zsRlRBaHp0MUStuQdji4fuK1ofa+Aepvh0sDAAyE1+pfLCimFgekzuqHilMGEY0Gu1LgnxjQNSkHbzuQjQFckq5Ep+wyh67U5pSgR6fsaopAXdNbIHRk++O7l4/WvtLLjQFdU4+Ytt0EUXu+/M/9NHlwOG1PCFNbfr7u/jRaa8AhKMU4sZb4Y83WPV4W+KQ10X/qxBZPvI7ARyzqU6QM0qkBkdCxBYB9UXODWncLDE71V9oRYaOOpTqkM2sZKU3shWr6lFH59MTr6wxM69uHkNnB3miJ39rBoyzgp7ab10FKE/ujwF+sqsGzwaWdbBCVPU/65rklpYm9UE07XXHfVjspbPk66lx+6/0GoNMqNowCAAAABkUd3OuqI9uNMCKLnRuNRumozrTcsTOBD+yFdlyYE/gIhcBHSBXH/AAAAACDxEowhFItT0a8JfARirI6BD5i8YA/Zz4+wiHwEU62AotmDgAAADAgtPERSrahVGFAFAxeISQP+DNy+AhHi8zZNxNxZDs2s0U4AAAAAKCfdDjFkQFRZEcRFQZEoVNXGLFFLFp8wrlXiCMbuCpXXcNW3RgUbQv+2UthAAAAAAD0kZYaFvXPZG8QwcQLq60Qy7rcPTA4HvCTtMzQgEg86Bepth8ZEIRONHxN0CMMzb5kMTkAAAAAoB9YRogw6oGpeivAlwbEcOHlKq2s+gWaX0B11dP7qgAAAABJRU5ErkJggg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 188px;
  height: 132px;
  right: 28.5%;
  top: 12.7%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image:after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALcAAABkCAYAAADExKEeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM4SURBVHgB7d2BbdNQEIDhs8UA3aBmg7KBN6BskA3IBqQTABO0GyRMgJmg7QRxJyBMYO7ks/SIXLWU4D6f/086pTQmbZqL9d6754sIEFXXdWuNLwIEU2q0GpUAwVhy32mcCwAAAAAAABK61l1pnAkQjSb2VmMlQBBl8vUPjQsBotGz9oXGXoCINLl/Mu5GFOXRv79pXAoQwHFy7wQAAAAAAABHdK27phSPkKyQQ0EHc1eOfbMoioP011bWAkTjQ5PvAkSTDE3YKYhZKh+7w4cmX4VtsAAAAAAAACOsHE9JHiF5UWdPSR4hWcVSYyNANN6VirM3YrIzt3WnEiAa33Oy5ewNAAAAAPhnOrm8ZoKJ3JRyGr80PgsQkVcvPwkQja9/70lwhJSU5+nxjXgswQUAACBPPhZfCTChQibg43BrzdZoXBVF0coCeGHLwhobHfR5NyPH2H1jNYJGj78SvNgbmYAls76I7/TLtYath1uC30hAdjme3thyaCV9Yg9NRe1DbJuR/9JqjCXx2SOPP7wZ7DHv7Vb/lneC1+dDlJu5fqCrr+fXnsRj99vzu/yfq0b+89e+r37vPR2pEOdiLg02PZnXvn/m1hPpNqc5hL+hakHehhcql41Y/rtce4LPrilo8vvXsjCTTCj/RjJmtVsbS7bSjy13pxhb+pumln5MfO63lrT3+vjhKqs+PLLn9dG/ZeP7ZgmT+uySO+Vnykr65LOJ027kmOGFO3gMHvT4zcjxdXK8vWlaf+xWgvPnvtJ4r/FhbPUmkqyT+zn8zGQxLLsNFnF2eolhyOc92IFlyGWuA5yUT+Y7n4BWMnOnuhIHAfgw7q3Gg/TFthBJDvzBz+IbLxKtBIjGk5xxOADMHtuYEVbyYQRMOhGTTzo7uh4gpLlvYwaexLZbAACQsaTNXiVANH4Vk12etxYgmqSPJOviiGnYjCVARCwZAgCAjPmEc3Z9YYAneQs6lgsRU7JcyA5DxJMkOI09EY+X7LcdHxwGAAAATMonm9Vzj6edGuaklr7NWyVANNYrhYsfEBYJjtCSBKePIeJhXzgAAAAwLd9wxWYrxJM0AOKCB8ST7AfnkjXEM6x9/wa3HYSW09iJvAAAAABJRU5ErkJggg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 188px;
  height: 132px;
  left: 16.5%;
  bottom: 15.8%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image:before {
    display: none;
  }
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image {
    justify-content: left;
  }
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image {
  position: absolute;
  width: 260px;
  height: 340px;
  left: 0;
  top: 5%;
}
@media (max-width: 1200px) {
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image1 {
  position: absolute;
  width: 260px;
  height: 320px;
  bottom: 8.6%;
  right: 12.5%;
}
@media (max-width: 1200px) {
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image1 {
    position: relative;
    top: 0;
    left: 0;
    display: none;
  }
}
@media (max-width: 1024px) {
  .show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image1 {
    display: none;
  }
}
.show-img-style-1 .link-showcase-contnet-inner .number-box-image .showcate-image1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.show-img-style-1 .elementor-link-showcase-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.show-img-style-1 .elementor-link-showcase-content img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .show-img-style-1 .elementor-link-showcase-content img {
    height: auto;
  }
}
.show-img-style-1 .elementor-link-showcase-content.elementor-active .number-box-image:before {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
.show-img-style-1 .elementor-link-showcase-content.elementor-active .number-box-image:after {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
.show-img-style-1 .elementor-link-showcase-content.elementor-active img {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
.show-img-style-1 .elementor-link-showcase-content.elementor-prev img {
  opacity: 1;
  z-index: 2;
  transform: translateY(10px);
  transition: opacity 0.01s cubic-bezier(0.21, 0.58, 0.25, 1);
  transition-delay: 0s;
}
.show-img-style-1 .elementor-link-showcase-title {
  margin: 40px 0;
  display: flex;
  border-bottom: 1px solid rgba(227, 227, 227, 0.1);
  transition: all 0.4s ease;
}
.show-img-style-1 .elementor-link-showcase-title:nth-child(2) .elementor-number {
  margin-right: 14px;
}
.show-img-style-1 .elementor-link-showcase-title:nth-child(2) .elementor-title .subtitle {
  margin-bottom: 39px;
}
.show-img-style-1 .elementor-link-showcase-title:nth-child(3) .elementor-number {
  margin-right: 14px;
}
.show-img-style-1 .elementor-link-showcase-title:nth-child(3) .elementor-title .subtitle {
  margin-bottom: 39px;
}
.show-img-style-1 .elementor-link-showcase-title .elementor-title .title {
  font-size: 32px;
  font-size: 2rem;
  text-transform: capitalize;
  color: var(--e-global-color-lighter);
  letter-spacing: -0.64px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.show-img-style-1 .elementor-link-showcase-title .elementor-title .title a {
  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);
  letter-spacing: -0.64px;
  color: var(--e-global-color-lighter);
}
.show-img-style-1 .elementor-link-showcase-title .elementor-title .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);
  width: 493px;
  color: var(--e-global-color-lighter);
  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);
  margin-bottom: 29px;
}
.show-img-style-1 .elementor-link-showcase-title .elementor-title .subtitle span {
  color: var(--e-global-color-secondary);
}
@media (max-width: 768px) {
  .show-img-style-1 .elementor-link-showcase-title .elementor-title .subtitle {
    width: unset;
  }
}
.show-img-style-1 .elementor-link-showcase-title .elementor-number {
  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: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1.28px;
  -webkit-text-stroke: 1px var(--e-global-color-lighter);
  color: transparent;
  margin-right: 21px;
}
.show-img-style-1 .elementor-link-showcase-title .link-button-wapper {
  padding-left: 70px;
}
.show-img-style-1 .elementor-link-showcase-title:hover {
  transition: all 0.4s ease;
}
.show-img-style-1 .elementor-link-showcase-title:hover .elementor-title .title {
  color: #ffffff;
}
.show-img-style-1 .elementor-link-showcase-title:hover .elementor-title .title a {
  color: #ffffff;
}
.show-img-style-1 .elementor-link-showcase-title:hover .subtitle {
  color: #ffffff;
}
.show-img-style-1 .elementor-link-showcase-title:hover .elementor-number {
  -webkit-text-stroke: 1px #ffffff;
}

.show-img-style-2 .elementor-link-showcase-inner {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.show-img-style-2 .link-showcase-contnet-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .show-img-style-2 .link-showcase-contnet-wrapper {
    display: none;
  }
}
.show-img-style-2 .link-showcase-title-wrapper {
  width: 100%;
}
.show-img-style-2 .link-showcase-contnet-inner {
  height: 100%;
}
.show-img-style-2 .link-showcase-contnet-inner .number-box-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.show-img-style-2 .link-showcase-contnet-inner .number-box-image .showcate-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.show-img-style-2 .link-showcase-contnet-inner .number-box-image .showcate-image img {
  position: absolute;
  right: -1%;
  top: -0.9%;
  border-radius: 20px;
  rotate: 7.84deg;
}
@media (max-width: 1024px) {
  .show-img-style-2 .link-showcase-contnet-inner .number-box-image .showcate-image img {
    rotate: none;
  }
}
.show-img-style-2 .link-showcase-contnet-inner .number-box-image .showcate-image1 {
  display: none;
}
.show-img-style-2 .elementor-link-showcase-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.show-img-style-2 .elementor-link-showcase-content img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .show-img-style-2 .elementor-link-showcase-content img {
    height: auto;
  }
}
.show-img-style-2 .elementor-link-showcase-content.elementor-active img {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.7s cubic-bezier(0.21, 0.58, 0.25, 1);
}
.show-img-style-2 .elementor-link-showcase-content.elementor-prev img {
  opacity: 1;
  z-index: 2;
  transform: translateY(10px);
  transition: opacity 0.01s cubic-bezier(0.21, 0.58, 0.25, 1);
  transition-delay: 0s;
}
.show-img-style-2 .elementor-link-showcase-title {
  margin: 29px 0;
  display: flex;
  border-bottom: 1px solid var(--e-global-color-border);
  transition: all 0.4s ease;
}
.show-img-style-2 .elementor-link-showcase-title:nth-child(2) {
  margin: 30px 0;
}
.show-img-style-2 .elementor-link-showcase-title:nth-child(2) .elementor-number {
  margin-right: 11px;
}
.show-img-style-2 .elementor-link-showcase-title:nth-child(2) .elementor-title .subtitle {
  margin-bottom: 29px;
}
.show-img-style-2 .elementor-link-showcase-title:nth-child(3) {
  margin: 30px 0;
}
.show-img-style-2 .elementor-link-showcase-title:nth-child(3) .elementor-number {
  margin-right: 11px;
}
.show-img-style-2 .elementor-link-showcase-title:nth-child(3) .elementor-title .subtitle {
  margin-bottom: 29px;
}
.show-img-style-2 .elementor-link-showcase-title .elementor-title .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;
  text-transform: capitalize;
  color: var(--e-global-color-lighter);
  letter-spacing: -0.48px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.show-img-style-2 .elementor-link-showcase-title .elementor-title .title a {
  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);
  letter-spacing: -0.48px;
  color: var(--e-global-color-lighter);
}
.show-img-style-2 .elementor-link-showcase-title .elementor-title .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);
  width: 504px;
  color: var(--e-global-color-lighter);
  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);
  margin-bottom: 29px;
}
.show-img-style-2 .elementor-link-showcase-title .elementor-title .subtitle span {
  color: var(--e-global-color-secondary);
}
@media (max-width: 1024px) {
  .show-img-style-2 .elementor-link-showcase-title .elementor-title .subtitle {
    width: 430px;
  }
}
@media (max-width: 768px) {
  .show-img-style-2 .elementor-link-showcase-title .elementor-title .subtitle {
    width: unset;
  }
}
.show-img-style-2 .elementor-link-showcase-title .elementor-number {
  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: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.96px;
  -webkit-text-stroke: 1px var(--e-global-color-lighter);
  color: transparent;
  margin-right: 17px;
}
.show-img-style-2 .elementor-link-showcase-title .link-button-wapper {
  padding-left: 70px;
  margin-left: auto;
}
.show-img-style-2 .elementor-link-showcase-title:hover {
  transition: all 0.4s ease;
}
.show-img-style-2 .elementor-link-showcase-title:hover .elementor-title .title {
  color: var(--e-global-color-primary);
}
.show-img-style-2 .elementor-link-showcase-title:hover .elementor-title .title a {
  color: var(--e-global-color-primary);
}
.show-img-style-2 .elementor-link-showcase-title:hover .subtitle {
  color: var(--e-global-color-text);
}
.show-img-style-2 .elementor-link-showcase-title:hover .elementor-number {
  -webkit-text-stroke: 1px var(--e-global-color-primary);
}

@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);
  }
}
.button-style-marx-default .elementor-link-showcase-title .link-button-wapper .elementor-button {
  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: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  position: relative;
}
.button-style-marx-default .elementor-link-showcase-title .link-button-wapper .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
}
.button-style-marx-default .elementor-link-showcase-title .link-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-style-marx-default .elementor-link-showcase-title .link-button-wapper .elementor-button:hover i {
  color: #FFFFFF;
}

.button-style-marx-outline .elementor-link-showcase-title .link-button-wapper .elementor-button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  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);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 30px;
  position: relative;
  padding: 14px 36px 14px 36px;
}
.button-style-marx-outline .elementor-link-showcase-title .link-button-wapper .elementor-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.button-style-marx-outline .elementor-link-showcase-title .link-button-wapper .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
  color: #FFFFFF;
}
.button-style-marx-outline .elementor-link-showcase-title .link-button-wapper .elementor-button:hover i {
  color: #FFFFFF;
}

.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  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);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  position: relative;
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:hover {
  color: var(--e-global-color-secondary);
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:hover:before {
  background-color: var(--e-global-color-secondary);
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
  color: #FFFFFF;
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button .elementor-button-icon i:before {
  font-size: 11px;
}
.button-style-marx-link .elementor-link-showcase-title .link-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-style-marx-link .elementor-link-showcase-title .link-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-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:hover {
  background-color: transparent;
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:hover:before {
  width: 100%;
  left: 0;
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.button-style-marx-link .elementor-link-showcase-title .link-button-wapper .elementor-button:hover i {
  color: var(--e-global-color-primary);
}

.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 .mailchimp input[type=email] {
  position: relative;
}
.form-style .mc4wp-form .mailchimp i {
  position: absolute;
  font-size: 24px;
  z-index: 1;
  right: 0;
  padding: 12px 20px 12px 0;
}
.form-style .mc4wp-form button[type=submit] {
  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: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  width: 100%;
  Padding: 14px 36px 14px 36px;
  border: none;
}
.form-style .mc4wp-form button[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
}
.form-style .mc4wp-form input[type=email] {
  margin-bottom: 20px;
  width: 100%;
  padding: 13px 0 11px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

.form-mailchimp-style-1 .mc4wp-form {
  margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields {
  display: flex;
  background-color: #ffffff;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
}
.form-mailchimp-style-1 .mc4wp-form-fields p:first-child {
  width: 79%;
}
.form-mailchimp-style-1 .mc4wp-form-fields p:last-child {
  width: 21%;
  display: flex;
  justify-content: center;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=email] {
  margin-bottom: 0;
  padding: 17px 0 17px 20px;
  font-weight: 400;
  border: none;
  width: 100%;
  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: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  background-color: transparent;
  color: var(--e-global-color-text);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] {
  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: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  width: 40px;
  padding: 6px 9px;
  border-radius: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  border: none;
  background-color: var(--e-global-color-primary);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
  border: none;
  background-color: var(--e-global-color-dark);
}

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

.hidden-marx-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);
}

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

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

.elementor-widget-marx-nav-menu.marx-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.has-mega-menu > a:before, .elementor-widget-marx-nav-menu.marx-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:before {
  font-family: "marx-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-marx-nav-menu.marx-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
    right: 8px;
  }
}
.elementor-widget-number-list .elementor-number-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-number-list .elementor-number-list-item {
  margin-bottom: 31px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.elementor-widget-number-list .elementor-number-list-item a {
  align-items: center;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.elementor-widget-number-list .elementor-number-list-number {
  text-align: center;
  margin-right: 16px;
}
.elementor-widget-number-list .elementor-number-list-number div {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
.elementor-widget-number-list .elementor-number-content {
  display: flex;
  flex-direction: column;
}
.elementor-widget-number-list .elementor-number-list-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: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: -0.18px;
  margin-bottom: 9px;
}
.elementor-widget-number-list a {
  margin-bottom: 9px;
}
.elementor-widget-number-list .elementor-number-list-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);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-lighter);
}
.elementor-widget-number-list.elementor-view-default:hover .elementor-number-list-number {
  color: var(--e-global-color-primary);
}
.elementor-widget-number-list.elementor-view-default:not(:hover) .elementor-number-list-number {
  color: var(--e-global-color-primary);
}
.elementor-widget-number-list.elementor-view-default .elementor-number-list-number {
  transition: all 0.4s ease;
}
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-number {
  border-radius: 100%;
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-number .number {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .elementor-widget-number-list.elementor-view-stacked .elementor-number-list-item {
    flex-direction: column;
  }
}
.elementor-widget-number-list.elementor-view-framed .elementor-number-list-number {
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-framed .elementor-number-list-number .number {
  border: 1px dashed var(--e-global-color-border);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-number-list.elementor-view-framed:hover .elementor-number-list-number {
  color: var(--e-global-color-primary);
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-framed:not(:hover) .elementor-number-list-number {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-position-right .elementor-number-list-item {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.elementor-widget-number-list.elementor-position-right .elementor-number-content {
  text-align: right;
}
.elementor-widget-number-list.elementor-position-top .elementor-number-list-item {
  flex-direction: column;
}
.elementor-widget-number-list.elementor-align-left .elementor-number-list-item {
  align-items: start;
}
.elementor-widget-number-list.elementor-align-right .elementor-number-list-item {
  align-items: end;
}

.marx-number-list-divider-yes.elementor-view-stacked .elementor-number-list-number {
  position: relative;
}
.marx-number-list-divider-yes.elementor-view-stacked .elementor-number-list-number:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 1px;
  height: 84px;
  background-color: var(--e-global-color-border);
}
.marx-number-list-divider-yes.elementor-view-stacked .elementor-number-list-item:last-child .elementor-number-list-number:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .marx-number-list-divider-yes .elementor-number-list-item .elementor-number-list-number {
    margin: 0 auto;
  }
  .marx-number-list-divider-yes .elementor-number-list-item .elementor-number-list-number:before {
    display: none;
  }
  .marx-number-list-divider-yes .elementor-number-list-item .elementor-number-content {
    margin-top: 15px;
  }
}

.elementor-project__filters {
  margin: 0;
  list-style-type: none;
  display: flex;
}
@media (max-width: 767px) {
  .elementor-project__filters {
    max-width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.elementor-project__filters .elementor-project__filter {
  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);
  cursor: pointer;
  padding: 14px 30px 13px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 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;
  position: relative;
  color: var(--e-global-color-accent);
  margin: 0;
  border-radius: 30px;
  text-transform: uppercase;
}
.elementor-project__filters .elementor-project__filter:hover {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
.elementor-project__filters .elementor-project__filter.elementor-active {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
.elementor-project__filters .elementor-project__filter.elementor-active:before {
  content: none !important;
}
.elementor-project__filters .elementor-project__filter .count {
  display: none;
  position: relative;
  padding-left: 3px;
  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-project__filters .total {
  display: none;
}

.elementor-widget-marx-project .column-item {
  width: 100%;
}

.marx_service-wrapper .swiper {
  padding-top: 30px;
  overflow: visible;
  clip-path: inset(-30px);
}
.marx_service-wrapper .swiper-slide-visible {
  overflow: unset;
}

.elementor-widget-marx-post-grid .slick-list {
  overflow: visible;
  clip-path: inset(-30px -14px);
}
.elementor-widget-marx-post-grid .slick-slide:not(.slick-active) .post-inner {
  box-shadow: unset;
}

[class*=post-style-] .post-inner {
  display: block;
}
[class*=post-style-] .post-thumbnail {
  margin-bottom: 25px;
  padding-top: 73%;
}
[class*=post-style-] .entry-meta {
  grid-column-gap: 12px;
  margin-bottom: 21px;
}
[class*=post-style-] .posted-on a {
  margin-bottom: 8px;
}
[class*=post-style-] .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 18px;
  font-size: 20px;
  font-size: 1.25rem;
}
[class*=post-style-] .post-author {
  display: flex;
  flex-direction: column;
  grid-row-gap: 4px;
  align-items: flex-start;
}
[class*=post-style-] .post-author a {
  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: 16px;
  font-size: 1rem;
  text-transform: capitalize;
}
[class*=post-style-] .categories-link a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  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);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
}
[class*=post-style-] .categories-link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
[class*=post-style-] .categories-link a:hover {
  color: var(--e-global-color-secondary);
}
[class*=post-style-] .categories-link a:hover:before {
  background-color: var(--e-global-color-secondary);
}
[class*=post-style-] .posted-on a {
  font-size: 12px;
  font-size: 0.75rem;
}

.post-style-2 .post-inner {
  border-radius: 20px;
  border: 1px solid var(--e-global-color-border);
}
.post-style-2 .post-content {
  padding: 0 20px;
}
.post-style-2 .entry-meta {
  margin-bottom: 24px;
}
.post-style-2 .post-thumbnail {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post-style-3:not(:last-child) .post-inner {
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.post-style-3 .entry-title {
  margin: 0;
}

.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 {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  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);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 30px;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.elementor-widget-marx-pricing {
  border-radius: 20px;
  padding: 50px 30px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.6s ease;
}
.elementor-widget-marx-pricing:hover {
  background: var(--dark_bg, rgba(29, 28, 45, 0.93));
  transition: all 0.6s ease;
}
.elementor-widget-marx-pricing:hover .elementor-price-table .elementor-price-table__heading {
  color: #ffffff;
}
.elementor-widget-marx-pricing:hover .elementor-price-table .elementor-price-table__popular .popular-title {
  background: var(--e-global-color-primary);
}
.elementor-widget-marx-pricing:hover .elementor-price-table .elementor-price-table__subheading {
  color: #ffffff;
}
.elementor-widget-marx-pricing:hover .elementor-price-table .elementor-price-table__price {
  border-color: rgba(227, 227, 227, 0.3);
}
.elementor-widget-marx-pricing:hover .elementor-price-table .features_title_list .features-title {
  color: #ffffff;
}
.elementor-widget-marx-pricing:hover .elementor-price-table .elementor-price-table__features-list {
  color: #ffffff;
}

.elementor-price-table .elementor-price-table__header {
  background-color: transparent !important;
  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-price-table .elementor-price-table__heading {
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-secondary);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.48px;
  display: flex;
  justify-content: space-between;
}
.elementor-price-table .elementor-price-table__popular .popular-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: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  text-transform: uppercase;
  padding: 6px 12px 5px 12px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(103, 34, 181, 0.2);
}
.elementor-price-table .elementor-price-table__subheading {
  margin: 8px 0 22px;
  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;
  font-weight: 400;
  display: block;
}
.elementor-price-table .elementor-price-table__original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  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: flex;
  align-items: flex-end;
  flex-direction: row;
  color: var(--e-global-color-primary);
  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: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--e-global-color-border);
  letter-spacing: -0.92px;
}
.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
}
.elementor-price-table .elementor-price-table__after-price:before {
  content: ".";
}
.elementor-price-table .elementor-price-table__period {
  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);
  font-weight: 500;
  margin: 0 12px 4px;
}
.elementor-price-table .elementor-price-table__period:before {
  content: "/";
  margin-right: 5px;
}
.elementor-price-table .features_title_list .features-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: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: -0.18px;
  margin: 31px 0 21px;
}
.elementor-price-table .elementor-price-table__features-list {
  padding: 0 0 18px;
  margin: 0;
  list-style-type: none;
  color: var(--e-global-color-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);
  font-size: 16px;
  font-size: 1rem;
}
.elementor-price-table .elementor-price-table__features-list li {
  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;
  margin: 0 0 18px;
  padding: 0;
}
.elementor-price-table .elementor-price-table__features-list i {
  margin-right: 8px;
  font-size: 17px;
}
.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 .elementor-price-table__button {
  display: flex;
  border-radius: 30px;
}
.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-widget-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}

.elementor-widget-marx-search {
  z-index: 99;
}
.elementor-widget-marx-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-marx-search .widget form:before {
  display: none;
}
.elementor-widget-marx-search .widget form .search-field {
  background-color: transparent;
  padding: 9px 48px 9px 20px;
  height: 48px;
}
.elementor-widget-marx-search .widget form .search-field::placeholder {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-marx-search .widget form .search-field:hover {
  background-color: transparent;
}
.elementor-widget-marx-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-marx-search .widget form button[type=submit]:before {
  font-size: 22px;
  z-index: 9;
  font-family: "marx-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-marx-search .woocommerce-product-search {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.elementor-widget-marx-search .woocommerce-product-search .search-by-category {
  order: -1;
}
.elementor-widget-marx-search .site-header-search {
  display: block;
}
.elementor-widget-marx-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-marx-search .site-header-search .button-search-popup .marx-icon-search {
  margin-bottom: 5px;
}
.elementor-widget-marx-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-marx-search .site-header-search .button-search-popup:hover {
  color: var(--e-global-color-secondary);
}
.elementor-widget-marx-search .site-header-search .button-search-popup:hover .marx-icon-search {
  color: var(--e-global-color-secondary);
}
.elementor-widget-marx-search .site-header-search .button-search-popup.layout-3 {
  display: flex;
}
.elementor-widget-marx-search .site-header-search .button-search-popup.layout-3 i {
  margin-right: 15px;
}
.elementor-widget-marx-search .site-header-search .button-search-popup:hover .content {
  color: var(--e-global-color-primary);
}
.elementor-widget-marx-search .site-header-search .button-search-popup:hover .marx-icon-search {
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
  .elementor-widget-marx-search .site-header-search .button-search-popup .content {
    display: none;
  }
}

.marx-search-layout-2 i:before {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 568px) {
  .marx-search-layout-2 i {
    margin: 0;
  }
}
.marx-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) {
  .marx-search-layout-2 .site-header-search .button-search-popup .content {
    display: none;
  }
}
.marx-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;
  padding: 20px 0 20px 0;
  background: var(--light-bg, linear-gradient(70deg, rgba(249, 142, 251, 0.13) 0%, rgba(122, 144, 248, 0.36) 79.17%));
}
.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;
  position: relative;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: -2%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title {
  margin: 0 48px;
}
.elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title .title-scrolling {
  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-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33px;
  text-transform: uppercase;
  letter-spacing: -0.18px;
}
@keyframes scrolling {
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
}

.elementor-widget-marx-team-box .swiper {
  clip-path: inset(-20px);
  overflow: visible;
}

.team-style-1 .elementor-teambox-item {
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.team-style-1 .elementor-teambox-item .team-items {
  padding-bottom: 10px;
}
.team-style-1 .elementor-teambox-item:hover {
  transition: all 0.4s ease;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}
.team-style-1 .elementor-teambox-item:hover .team-image img {
  transition: all 0.4s ease;
  transform: scale(1.05);
}
.team-style-1 .elementor-teambox-item .team-image {
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 425px) {
  .team-style-1 .elementor-teambox-item .team-image {
    width: 395px !important;
    height: 395px !important;
  }
}
@media (max-width: 375px) {
  .team-style-1 .elementor-teambox-item .team-image {
    width: 345px !important;
    height: 345px !important;
  }
}
@media (max-width: 360px) {
  .team-style-1 .elementor-teambox-item .team-image {
    width: 330px !important;
    height: 330px !important;
  }
}
@media (max-width: 320px) {
  .team-style-1 .elementor-teambox-item .team-image {
    width: 290px !important;
    height: 290px !important;
  }
}
.team-style-1 .elementor-teambox-item .team-image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.4s ease;
}
.team-style-1 .elementor-teambox-item .team-caption {
  width: 100%;
  transition: all 0.5s ease;
  text-align: center;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
  transition: all 0.3s ease;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin-left: 11px;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  line-height: 1;
  margin-right: 9px;
  text-align: center;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:nth-child(2) a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:last-child a {
  padding: 7px;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
  color: var(--e-global-color-primary);
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: var(--e-global-color-lighter);
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(227, 227, 227, 0.6);
  padding: 7px 10px 7px 10px;
  border-radius: 50%;
}
.team-style-1 .elementor-teambox-item .team-name {
  padding-top: 25px;
  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);
  color: var(--e-global-color-secondary);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 6px;
  letter-spacing: -0.48px;
}
.team-style-1 .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-text);
  text-transform: capitalize;
  margin-bottom: 11px;
}

.team-style-2 .swiper {
  padding-bottom: 30px;
}
.team-style-2 .elementor-teambox-item {
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
}
.team-style-2 .elementor-teambox-item:hover .team-image img {
  transition: all 0.4s ease;
  transform: scale(1.05);
}
.team-style-2 .elementor-teambox-item:hover .team-caption .team-icon-socials {
  opacity: 1;
}
.team-style-2 .elementor-teambox-item .team-image {
  overflow: hidden;
  width: 234px;
  height: 234px;
  margin: 0 auto;
  border-radius: 100px 0 100px 0;
}
.team-style-2 .elementor-teambox-item .team-image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.4s ease;
}
.team-style-2 .elementor-teambox-item .team-caption {
  width: 100%;
  transition: all 0.5s ease;
  text-align: center;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  top: 20px;
  left: unset;
  right: 5px;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul {
  list-style: none;
  margin-left: 11px;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  line-height: 1;
  margin-right: 9px;
  text-align: center;
  margin-bottom: 22px;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li:nth-child(2) a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 7px 7px 8px;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li:last-child a {
  padding: 4px 7px 4px 6px;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: #FFFFFF;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #1D1C2DED;
  padding: 3px 10px 5px 10px;
  border-radius: 50%;
}
.team-style-2 .elementor-teambox-item .team-name {
  padding-top: 23px;
  font-size: 20px;
  font-size: 1.25rem;
  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);
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 2px;
  letter-spacing: -0.4px;
}
.team-style-2 .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;
  margin-bottom: 11px;
}

.team-style-3 .swiper {
  padding-bottom: 30px;
}
.team-style-3 .elementor-teambox-item {
  border-radius: 20px;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.team-style-3 .elementor-teambox-item .team-items {
  padding-bottom: 18px;
}
.team-style-3 .elementor-teambox-item:hover {
  transition: all 0.4s ease;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
}
.team-style-3 .elementor-teambox-item:hover .team-image img {
  transition: all 0.4s ease;
  transform: scale(1.05);
}
.team-style-3 .elementor-teambox-item:hover .team-caption {
  padding-left: 30px;
  transition: all 0.4s ease;
}
@media (max-width: 320px) {
  .team-style-3 .elementor-teambox-item:hover .team-caption {
    padding-left: 15px;
  }
}
.team-style-3 .elementor-teambox-item:hover .team-caption .team-icon-socials {
  right: 30px;
  transition: all 0.4s ease;
}
@media (max-width: 320px) {
  .team-style-3 .elementor-teambox-item:hover .team-caption .team-icon-socials {
    right: 15px;
  }
}
.team-style-3 .elementor-teambox-item .team-image {
  overflow: hidden;
  width: 410px;
  height: 410px;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 425px) {
  .team-style-3 .elementor-teambox-item .team-image {
    width: 395px !important;
    height: 395px !important;
  }
}
@media (max-width: 375px) {
  .team-style-3 .elementor-teambox-item .team-image {
    width: 345px !important;
    height: 345px !important;
  }
}
@media (max-width: 360px) {
  .team-style-3 .elementor-teambox-item .team-image {
    width: 330px !important;
    height: 330px !important;
  }
}
@media (max-width: 320px) {
  .team-style-3 .elementor-teambox-item .team-image {
    width: 290px !important;
    height: 290px !important;
  }
}
.team-style-3 .elementor-teambox-item .team-image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.4s ease;
}
.team-style-3 .elementor-teambox-item .team-caption {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials {
  position: absolute;
  right: 0;
  top: 30px;
  transition: all 0.3s ease;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin-left: 11px;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  line-height: 1;
  margin-right: 8px;
  text-align: center;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li:nth-child(2) a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li:last-child {
  margin-right: 0;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li:last-child a {
  padding: 7px 8px 8px 8px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
  color: var(--e-global-color-primary);
}
.team-style-3 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: var(--e-global-color-lighter);
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(227, 227, 227, 0.6);
  padding: 7px 11px 7px 11px;
  border-radius: 50%;
}
.team-style-3 .elementor-teambox-item .team-name {
  padding-top: 31px;
  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);
  color: var(--e-global-color-secondary);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 4px;
  letter-spacing: -0.48px;
}
.team-style-3 .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;
  margin-bottom: 11px;
}

.elementor-testimonial-item-wrapper .swiper {
  clip-path: inset(-20px);
  overflow: visible;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-item {
  display: flex;
  justify-content: stretch;
}
.elementor-testimonial-item-wrapper .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  background-color: transparent;
}
.elementor-testimonial-item-wrapper .icon {
  left: 0;
  right: 0;
  top: -30px;
  display: block;
  margin-bottom: 30px;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: #FFD338;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  margin: 30px 0 20px 0;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
  margin-right: 2px;
}
.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;
}
.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: 16px;
  font-size: 1rem;
}
.elementor-testimonial-item-wrapper .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .testimonial-caption {
  flex-direction: row;
}
.elementor-testimonial-item-wrapper .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .name {
  display: block;
  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;
  line-height: 1.3;
  margin: 29px 0 3px 0;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: -0.4px;
}
.elementor-testimonial-item-wrapper .job {
  display: block;
  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;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  line-height: 0;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  display: inline;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-2 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.elementor-testimonial-item-wrapper .layout-2 .inner {
  padding: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 34px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-2 .caption-top {
  display: flex;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
  margin: 1px 0 7px 0;
}
.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);
  color: var(--e-global-color-text);
  letter-spacing: -0.02px;
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
  position: absolute;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  color: var(--e-global-color-primary);
  top: -28px;
  right: 49px;
  left: unset;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating {
  color: #FFD338;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  margin: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating i {
  margin-right: 2px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating i:last-child {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .content-icon .elementor-testimonial-rating {
  margin: 0 5px 0 0;
  display: inline-block;
}
.elementor-testimonial-item-wrapper .layout-2 .content-icon .icon {
  text-align: right;
  margin: -10px 0 0 0;
  font-size: 33px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
  margin-right: 15px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img {
  width: 60px;
  height: 60px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text {
  padding-bottom: 0;
}
.elementor-testimonial-item-wrapper .layout-3 .inner {
  padding: 49px;
  border: 1px solid var(--e-global-color-border);
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-3 .caption-top {
  display: flex;
}
.elementor-testimonial-item-wrapper .layout-3 .name {
  margin: 1px 0 9px 0;
}
.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);
  color: var(--e-global-color-text);
  letter-spacing: -0.02px;
  margin-bottom: 32px;
}
.elementor-testimonial-item-wrapper .layout-3 .icon {
  position: absolute;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--e-global-color-primary);
  top: -25px;
  right: 45px;
  left: unset;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-rating {
  color: #FFD338;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  margin: 0;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-rating i {
  margin-right: 2px;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-rating i:last-child {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-3 .content-icon .elementor-testimonial-rating {
  margin: 0 5px 0 0;
  display: inline-block;
}
.elementor-testimonial-item-wrapper .layout-3 .content-icon .icon {
  text-align: right;
  margin: -10px 0 0 0;
  font-size: 33px;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image {
  margin-right: 16px;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image img {
  width: 60px;
  height: 60px;
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-content-text {
  padding-bottom: 0;
}
.elementor-testimonial-item-wrapper .layout-4 .item-inner {
  text-align: center;
  padding: 0;
}
.elementor-testimonial-item-wrapper .layout-4 .elementor-testimonial-rating {
  margin: 30px 0 19px 0;
}
.elementor-testimonial-item-wrapper .layout-4 .testimonial-caption .details {
  text-align: center;
}
.elementor-testimonial-item-wrapper .layout-4 .testimonial-content-text {
  padding-bottom: 0;
}
.elementor-testimonial-item-wrapper .layout-4 .name {
  margin: 0 0 4px 0;
  display: block;
  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: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: -0.18px;
}
.elementor-testimonial-item-wrapper .layout-4 .job {
  display: block;
  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: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-4 .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-secondary);
  padding-bottom: 26px;
}
.elementor-testimonial-item-wrapper .layout-4 .elementor-testimonial-image img {
  width: 80px;
  height: 80px;
}

.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-view-stacked .icon i {
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
  padding: 8px 5px 8px 5px;
}

.elementor-view-framed .icon i {
  background-color: #FFFFFF;
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border: 3px solid;
  padding: 0.5em;
}

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

.elementor-custom-swiper-pagination {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 40px;
}
.elementor-custom-swiper-pagination .swiper-slide {
  display: flex;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-bottom {
  display: none;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image img {
  width: 50px;
  height: 50px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom {
  display: block;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image {
  width: 80px;
  height: 80px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image img {
  border: 2px solid var(--e-global-color-primary);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-custom-swiper-pagination .caption-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.elementor-widget-marx-thumbnail .elementor-widget-container img {
  width: 100%;
  object-fit: cover;
}

.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;
}

.marx-video-popup .elementor-video-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: 26px;
  font-size: 1.625rem;
}

.video-icon-effectsyes .elementor-video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
  -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;
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #fff;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:before {
  animation-delay: 2s;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -ms-animation: grow 2s infinite ease-out;
  -o-animation: grow 2s infinite ease-out;
  -moz-animation: grow 2s infinite ease-out;
  -webkit-animation: grow 2s infinite ease-out;
  animation: grow 2s infinite ease-out;
  opacity: 1;
  border-radius: 50%;
  z-index: -1;
}
@keyframes grow {
  0% {
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    background: rgba(255, 255, 255, 0.3);
  }
  100% {
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: none;
  }
}
.video-icon-effectsyes .elementor-video-popup i.marx-icon-play-video-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-video-popup .video-content {
  -webkit-box-flex: 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: #6F26C2;
}

.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;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: -0.48px;
}
.elementor-widget-icon-box .elementor-icon-box-title a {
  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);
  letter-spacing: -0.48px;
}
.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 {
  margin-left: 48px;
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  Width: 60px;
  Height: 60px;
  background-color: #F1E3DD;
  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 {
  -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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.enable-effects-yes .elementor-icon-box-content {
  display: flex;
}
.enable-effects-yes .elementor-icon-box-content .icon-box-number_efect {
  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: 24px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.96px;
  margin: -2px 19px 0 0;
}

.enable-show-image-yes .elementor-icon-box-icon {
  position: relative;
  z-index: 2;
}
.enable-show-image-yes .image-icon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.enable-show-image-yes .image-icon-box .image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  transition: all 0.4s ease;
}
.enable-show-image-yes .image-icon-box .image-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.enable-show-image-yes .elementor-icon-box-content {
  position: relative;
  z-index: 2;
}

.enable-effects-hover-yes {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}
.enable-effects-hover-yes:hover {
  transition: all 0.4s ease;
  padding: 66px 40px 14px 40px;
}
.enable-effects-hover-yes:hover .image-icon-box .image-icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.enable-effects-hover-yes:hover .elementor-icon-box-title {
  color: #ffffff;
}
.enable-effects-hover-yes:hover .elementor-icon-box-title a {
  color: #ffffff;
}
.enable-effects-hover-yes:hover .icon-box-button-wapper {
  opacity: 1;
  visibility: visible;
  top: 44px;
}
.enable-effects-hover-yes:hover .elementor-icon-box-description {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.enable-effects-hover-yes .elementor-icon-box-icon {
  position: relative;
  z-index: 2;
}
.enable-effects-hover-yes .elementor-icon-box-icon .elementor-icon {
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  Width: 70px;
  Height: 70px;
  background-color: #F1E3DD;
  border-radius: 50%;
  display: inline-block;
}
.enable-effects-hover-yes .elementor-icon-box-icon .elementor-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enable-effects-hover-yes .elementor-icon-box-icon .elementor-icon svg {
  -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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 36px;
  height: 36px;
}
.enable-effects-hover-yes .image-icon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.enable-effects-hover-yes .image-icon-box .image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.enable-effects-hover-yes .image-icon-box .image-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.enable-effects-hover-yes .image-icon-box .image-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  border-radius: 20px;
}
.enable-effects-hover-yes .elementor-icon-box-content {
  position: relative;
  z-index: 2;
}
.enable-effects-hover-yes .elementor-icon-box-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.enable-effects-hover-yes .elementor-icon-box-title a {
  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.3;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: -0.4px;
}
.enable-effects-hover-yes .icon-box-button-wapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.enable-effects-hover-yes .icon-box-button-wapper .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  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);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  letter-spacing: 1px;
}
.enable-effects-hover-yes .icon-box-button-wapper .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}

.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon {
  position: relative;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg {
  width: 48px;
  height: 48px;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon:before {
  content: "";
  position: absolute;
  background-color: var(--e-global-color-primary);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTYgMTU2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNNjUuNDcyIDE0OS45NTljLS41MTUtLjI0NC0uOTAzLS41OTQtMS4xNjUtMS4wNS0uMjY0LS40NDctLjM1Ny0uOTc3LS4yOC0xLjU4OC4xMDctLjg0Mi41MTMtMS40NTQgMS4yMi0xLjgzNS43MDYtLjM3MiAxLjY3OS0uNDggMi45Mi0uMzIzbDQuODMzLjYxMS0xLjIyOCA5LjcyMi00LjU1Ni0uNTc1Yy0xLjE0OC0uMTQ1LTIuMDA0LS40ODQtMi41NjctMS4wMTYtLjU2NC0uNTIzLS43OTctMS4xNzgtLjY5Ny0xLjk2NS4wNi0uNDgxLjIyNi0uODkzLjQ5NS0xLjIzNWEyLjMgMi4zIDAgMCAxIDEuMDI1LS43NDZ6bTQuNjczIDMuODkzbC4zMzktMi42ODEtMi41NTYtLjMyM2MtLjYzLS4wOC0xLjEyNS0uMDI5LTEuNDg2LjE1MS0uMzcyLjE4OC0uNTg2LjUtLjY0LjkzNS0uMDU3LjQ0NS4wNzIuNzk5LjM4NyAxLjA2NS4zMDQuMjc0Ljc3LjQ1IDEuNC41M2wyLjU1Ni4zMjN6bS0yLjA0Ni03LjI1OGMtMS4zOTgtLjE3Ny0yLjE1Ny4yMDMtMi4yNzUgMS4xMzgtLjExOC45MzUuNTIyIDEuNDkxIDEuOTIgMS42NjhsMi45MTcuMzY4LjM1NS0yLjgwNi0yLjkxNy0uMzY4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTQ4LjU4NyAxNDEuMDI2bC41NjItMS40MTkgNi44MzQgMi43MDYtMy42MDggOS4xMTItNi42NTItMi42MzQuNTYyLTEuNDE4IDQuOTYgMS45NjMuOTM4LTIuMzY5LTQuNC0xLjc0Mi41NTEtMS4zOTMgNC40IDEuNzQyLjk5NS0yLjUxMi01LjE0Mi0yLjAzNnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0zNC4zIDEzMy4wNDZsMy45NjUgMi44OCAyLjExNS0xLjI2NyAxLjUxNyAxLjEwMi05LjMyOCA1LjMzNy0xLjQ1LTEuMDU0IDIuMTgyLTEwLjUyOCAxLjU0IDEuMTE5LS41NCAyLjQxMXptLS4zNTEgMS41MDlsLTEuMDIzIDQuNTUyIDQuMDAxLTIuMzg4LTIuOTc4LTIuMTY0eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTI1LjU1IDEyMS4wNzFjLjg2MyAxLjA0MyAxLjI0NCAyLjA5NiAxLjE0NCAzLjE2MS0uMTA4IDEuMDctLjcwOSAyLjA1OC0xLjgwMiAyLjk2MmwtNC4yNiAzLjUyNS0xLjE2LTEuNDAzIDQuMjA2LTMuNDhjMS40ODItMS4yMjUgMS42OTMtMi40NzguNjM0LTMuNzU4LTEuMDUzLTEuMjczLTIuMzItMS4yOTctMy44MDItLjA3MWwtNC4yMDcgMy40OC0xLjE0Mi0xLjM4MSA0LjI2LTMuNTI1YzEuMDk0LS45MDQgMi4xNzYtMS4zMDkgMy4yNDgtMS4yMTQgMS4wNTguMDkzIDIuMDE5LjY2MSAyLjg4MSAxLjcwNHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik05LjA2MSAxMTAuNzY4bDEuMzgzIDIuOTM5LTEuMzkzLjY1NS0zLjU0MS03LjUyNCAxLjM5My0uNjU2IDEuMzgzIDIuOTM5IDcuNDc0LTMuNTE3Ljc3NSAxLjY0Ny03LjQ3NCAzLjUxN3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xLjUwNiA5Mi45MDlsLS4zNDEtMS43ODggOS42MjYtMS44MzYuMzQxIDEuNzg3LTkuNjI2IDEuODM3eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTEuNjM3IDczLjkyOWwyLjk3Ni4xODcuMjk4LTQuNzIzIDEuNTM2LjA5Ny0uMjk3IDQuNzIzIDMuNzQ1LjIzNS0uMTE0IDEuODE3TDAgNzUuNjQ5bC40NS03LjE0IDEuNTIyLjA5Ni0uMzM1IDUuMzI0eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTMuMDU2IDU2LjA4N2wuNTYyLTEuNzMxIDcuODU2IDIuNTUyIDEuNTgzLTQuODczIDEuNDY1LjQ3Ni0yLjE0NiA2LjYwNC05LjMyLTMuMDI5eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE3Ljk5MiAzOC42NTFsMi45MiAxLjg1My0uOTc2IDEuNTM3LTIuODk2LTEuODM4LTcuNDQtLjE2MiAxLjA0Mi0xLjY0MyA1LjU2OS4xMzQtMi40NzgtNS4wMDUuOTYtMS41MTMgMy4yOTkgNi42Mzd6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNDUuNDQ4IDE4LjA2N2E3LjU0NiA3LjU0NiAwIDAgMS0yLjA4MS43NzdjLS43MTcuMTUtMS4zNDEuMTY3LTEuODcyLjA1NGwtLjEyOS0xLjU0MmMuNTA1LjA4NSAxLjA2LjA3OCAxLjY2Ni0uMDIxYTUuNTQ4IDUuNTQ4IDAgMCAwIDEuNjg3LS41OTNjLjYzOC0uMzUgMS4wNTYtLjcxMyAxLjI1NS0xLjA4OS4yMDctLjM4LjIxOC0uNzM3LjAzMy0xLjA3MmEuODY1Ljg2NSAwIDAgMC0uNi0uNDUzIDEuOTg3IDEuOTg3IDAgMCAwLS44NzItLjAxNiAxNyAxNyAwIDAgMC0xLjI3Mi4zYy0uNzQuMjA0LTEuMzU3LjM0MS0xLjg1Mi40MWEzLjA4MiAzLjA4MiAwIDAgMS0xLjQ0LS4xNWMtLjQ3MS0uMTc4LS44NjEtLjU0OS0xLjE3Mi0xLjExM2EyLjYxMSAyLjYxMSAwIDAgMS0uMzI4LTEuNDk3Yy4wNDYtLjUzNy4yNjQtMS4wNjEuNjUzLTEuNTc0LjM5OC0uNTE2Ljk3My0uOTgyIDEuNzI1LTEuMzk1YTcuMDMgNy4wMyAwIDAgMSAxLjY1NC0uNjU0Yy41OC0uMTQ4IDEuMTItLjIgMS42MjMtLjE1N2wuMTc4IDEuNTE1YTUuNjYzIDUuNjYzIDAgMCAwLTEuNDU0LjE0NWMtLjQ3Mi4xMS0uOS4yNzEtMS4yODUuNDgyLS42My4zNDctMS4wNDEuNzEyLTEuMjM1IDEuMDk1LS4xODYuMzgtLjE4Mi43NDQuMDEyIDEuMDk2LjEzNC4yNDUuMzMuMzk5LjU4OC40Ni4yNjUuMDU2LjU1Ny4wNTUuODc3LS4wMDNhMTcgMTcgMCAwIDAgMS4yNzItLjNjLjcyLS4yMDQgMS4zMjgtLjMzNyAxLjgyNy0uMzk4YTIuOTUgMi45NSAwIDAgMSAxLjQ0LjE1Yy40NzUuMTY2Ljg2NS41MjcgMS4xNyAxLjA4My4yNjIuNDc0LjM2Ny45NzYuMzE3IDEuNTA0LS4wNDMuNTI0LS4yNjMgMS4wNDQtLjY2IDEuNTYtLjM5OC41MTgtLjk3My45ODMtMS43MjUgMS4zOTZ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNTkuMTQ5IDIuMTYzYy44MjItLjIxMSAxLjU3MS0uMjU5IDIuMjQ3LS4xNDMuNjg0LjExMyAxLjI1NC4zODEgMS43MS44MDQuNDU1LjQyMy43NzIuOTgyLjk1IDEuNjc4LjE3Ny42ODcuMTY5IDEuMzMtLjAyNSAxLjkyOS0uMTk1LjU5LS41NjUgMS4xLTEuMTEgMS41MjgtLjUzNi40MjctMS4yMTYuNzQ2LTIuMDM4Ljk1N2wtMi4xNDMuNTUuNzAzIDIuNzQtMS43NjIuNDUyLTIuNDM4LTkuNDkyIDMuOTA2LTEuMDAzem0xLjI3IDUuMjgyYy43NjgtLjE5NyAxLjMwOS0uNTEgMS42MjMtLjkzNy4zMTQtLjQyNy4zOTQtLjk0NC4yMzgtMS41NS0uMTU1LS42MDUtLjQ3NC0xLjAyLS45NTUtMS4yNDMtLjQ4MS0uMjI0LTEuMTA2LS4yMzctMS44NzUtLjA0bC0yLjA2LjUzLjk2NyAzLjc3IDIuMDYxLS41M3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik04MC43MjQgNy41MzJoLTQuOUw3NC44NTggOS44aC0xLjg3Nmw0LjQxLTkuOGgxLjc5Mmw0LjQyNCA5LjhoLTEuOTA0bC0uOTgtMi4yNjh6bS0uNjAyLTEuNDI4TDc4LjI3NCAxLjgyIDc2LjQ0IDYuMTA0aDMuNjgyeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTExMC45MTkgMTguMzY2YTcuNTMzIDcuNTMzIDAgMCAxLTEuNzcxLTEuMzRjLS41MS0uNTI2LS44Ni0xLjA0My0xLjA0OS0xLjU1MmwxLjIzMy0uOTM1Yy4xOTkuNDcxLjUwMy45MzYuOTExIDEuMzk1LjQyMS40NTUuODg5LjgyNCAxLjQwNCAxLjEwNy42MzguMzUxIDEuMTY5LjUxIDEuNTkyLjQ3Ni40MzEtLjAyOS43MzktLjIxMS45MjMtLjU0NmEuODY2Ljg2NiAwIDAgMCAuMDYxLS43NSAxLjk5NyAxLjk5NyAwIDAgMC0uNDUzLS43NDUgMTcuMzY1IDE3LjM2NSAwIDAgMC0uOTM2LS45MTMgMTUuMTQ5IDE1LjE0OSAwIDAgMS0xLjMzOS0xLjM0MyAzLjA3NyAzLjA3NyAwIDAgMS0uNjQ0LTEuMjk3Yy0uMTAyLS40OTMuMDAyLTEuMDIyLjMxMi0xLjU4NmEyLjYxNCAyLjYxNCAwIDAgMSAxLjA4OS0xLjA3OWMuNDc3LS4yNDkgMS4wMzYtLjM0NiAxLjY3OC0uMjkyLjY0OS4wNiAxLjM1LjI5NSAyLjEwMi43MDlhNy4wMTQgNy4wMTQgMCAwIDEgMS40MzggMS4wNDYgNC45IDQuOSAwIDAgMSAxLjAwMyAxLjI4NmwtMS4xODUuOTYzYTUuNjM3IDUuNjM3IDAgMCAwLS45MDEtMS4xNSA1LjAzNCA1LjAzNCAwIDAgMC0xLjA5NS0uODI3Yy0uNjMtLjM0Ni0xLjE1OS0uNDk4LTEuNTg3LS40NTctLjQxOS4wNDctLjcyNi4yNDYtLjkxOS41OThhLjg4NC44ODQgMCAwIDAtLjA3My43NDJjLjA5NS4yNTUuMjUyLjUuNDczLjc0LjIyLjIzOC41MzIuNTQyLjkzNS45MTMuNTU3LjQ5OC45OTUuOTQxIDEuMzE0IDEuMzMuMzI0LjM4LjUzOS44MTIuNjQ1IDEuMjk3LjExNS40ODkuMDE5IDEuMDExLS4yODcgMS41NjctLjI2LjQ3NS0uNjI3LjgzMi0xLjEgMS4wNzMtLjQ2NS4yNDUtMS4wMjIuMzM4LTEuNjcyLjI4LS42NDktLjA2LTEuMzUtLjI5Ni0yLjEwMi0uNzF6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTI4LjEwNyAyOC4zODFsLTMuNTcyLTMuMzU0LTIuMjU3Ljk5Mi0xLjM2Ny0xLjI4NCA5LjkyMy00LjEyNSAxLjMwNiAxLjIyNy0zLjQ4MyAxMC4xNzItMS4zODgtMS4zMDMuODM4LTIuMzI1em0uNTM5LTEuNDUzbDEuNTg1LTQuMzg4LTQuMjY5IDEuODY4IDIuNjg0IDIuNTJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTQyLjMyOSAzMy45MDJsLjk3NSAxLjUzNy02Ljk3NCA0LjQyNiAyLjc0NSA0LjMyNi0xLjMuODI2LTMuNzIxLTUuODY0IDguMjc1LTUuMjV6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTQyLjUzNyA1Ni43NjZjLS4zMDktLjk1LS4zODMtMS44NzMtLjIyMy0yLjc2OWE0Ljg4MiA0Ljg4MiAwIDAgMSAxLjEzNC0yLjM1NWMuNTk1LS42NzUgMS4zNDYtMS4xNTkgMi4yNTEtMS40NTMuOTA1LS4yOTQgMS43OTMtLjM0MiAyLjY2Mi0uMTQ0YTQuNzYyIDQuNzYyIDAgMCAxIDIuMzAyIDEuMjRjLjY2NS42MjggMS4xNTIgMS40MTYgMS40NiAyLjM2Ni4zMDkuOTUuMzc5IDEuODc0LjIwOSAyLjc3M2E0Ljc4IDQuNzggMCAwIDEtMS4xMiAyLjM1MmMtLjU4Ni42NzEtMS4zMzcgMS4xNTUtMi4yNTEgMS40NTItLjkxNC4yOTctMS44MDYuMzQ3LTIuNjc1LjE0OGE0Ljg4OCA0Ljg4OCAwIDAgMS0yLjMwMi0xLjI0Yy0uNjU2LS42My0xLjEzOS0xLjQyLTEuNDQ3LTIuMzd6bTEuNTE4LS40OTNjLjIwMS42MjEuNTIxIDEuMTM2Ljk1NyAxLjU0My40NDYuNDA1Ljk2My42NjkgMS41NTMuNzkxLjU5OC4xMiAxLjIwOC4wNzkgMS44MjktLjEyM2EzLjQ4MiAzLjQ4MiAwIDAgMCAxLjUzOS0uOTcxIDMuMTIgMy4xMiAwIDAgMCAuNzkxLTEuNTUyIDMuNDg2IDMuNDg2IDAgMCAwLS4xMTktMS44MTcgMy40OCAzLjQ4IDAgMCAwLS45NzEtMS41MzkgMy4xMjUgMy4xMjUgMCAwIDAtMS41NTItLjc5IDMuNDkgMy40OSAwIDAgMC0xLjgxNi4xMTggMy41NyAzLjU3IDAgMCAwLTEuNTUzLjk3NiAzLjI1NiAzLjI1NiAwIDAgMC0uNzkxIDEuNTUyIDMuNTg3IDMuNTg3IDAgMCAwIC4xMzMgMS44MTJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTU1LjkyMiA3Ny4yMmwtOS43ODEuNjE2LS4wOTQtMS40OTUgNi4yODQtNS44MS02LjYyMy40MTYtLjExNC0xLjgwMiA5Ljc4MS0uNjE1LjA5NCAxLjQ5NS02LjI4NCA1LjgxIDYuNjIzLS40MTcuMTE0IDEuODAzeiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTEzOS4yMTMgMTExLjAyOGwtMS4zOTMtLjY1NiAzLjA3NS02LjUzNyAxLjEwMy41MTkgMS42ODcgNS4wOTVjLjE5My41NzYuMzk3Ljk5Ny42MTIgMS4yNjMuMjIuMjc5LjQ2OS40ODQuNzQ4LjYxNS40MTMuMTk1Ljc5Ni4yMDQgMS4xNDYuMDI5LjM1MS0uMTc1LjY1NC0uNTMzLjkwOC0xLjA3NC40MjUtLjkwMy40NDMtMS43NDEuMDUzLTIuNTEybDEuNDI5LS43MzZjLjMwMS41NjUuNDQyIDEuMTk4LjQyMSAxLjktLjAxNi43MTUtLjE5NSAxLjQzNS0uNTM3IDIuMTYxLS40NTMuOTYzLTEuMDQzIDEuNjI0LTEuNzY5IDEuOTg0LS43MjYuMzU5LTEuNDgyLjM1NC0yLjI2OC0uMDE1YTMuNDMgMy40MyAwIDAgMS0xLjIxMi0uOTQyYy0uMzI3LS40MDEtLjYyNS0xLjAxNi0uODk2LTEuODQ1bC0xLjE0LTMuNDMtMS45NjcgNC4xODF6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTMwLjI3MiAxMjEuMDcyYy41LS42MDUgMS4wOTctMS4wMTkgMS43OTItMS4yNDQuNzAyLS4yMTkgMS40NTctLjIyNCAyLjI2NS0uMDE1LjgxNi4yMTUgMS42MjcuNjU1IDIuNDMyIDEuMzIxLjgwNi42NjcgMS4zODcgMS4zNzcgMS43NDMgMi4xMzIuMzY0Ljc2Mi41IDEuNTA0LjQwOSAyLjIyOS0uMDgzLjczLS4zNzUgMS4zOTgtLjg3NCAyLjAwMi0uNS42MDQtMS4xMDEgMS4wMTUtMS44MDMgMS4yMzQtLjcuMjMyLTEuNDU5LjI0MS0yLjI3NC4wMjYtLjgwOS0uMjA4LTEuNjE2LS42NDYtMi40MjEtMS4zMTItLjgwNi0uNjY3LTEuMzktMS4zOC0xLjc1NC0yLjE0MS0uMzU2LS43NTYtLjQ5LTEuNTAyLS40MDEtMi4yNC4wOTEtLjcyNC4zODYtMS4zODguODg2LTEuOTkyem0xLjIxOSAxLjAwOGMtLjQ0Ni41MzktLjU3NCAxLjE0OC0uMzg0IDEuODI2LjE4NC42ODUuNzE4IDEuMzk0IDEuNjAzIDIuMTI2Ljg4NC43MzEgMS42OCAxLjEyNCAyLjM4OCAxLjE3Ni43MDIuMDYgMS4yNzYtLjE4IDEuNzIyLS43Mi40NC0uNTMyLjU2OC0xLjE0MS4zODQtMS44MjYtLjE5LS42NzgtLjcyNy0xLjM4My0xLjYxMi0yLjExNS0uODg0LS43MzEtMS42NzgtMS4xMjctMi4zNzktMS4xODctLjcwOC0uMDUyLTEuMjgyLjE4OC0xLjcyMi43MnoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMTUuNjA1IDEzNi40NDVsLS45MDUtMS4yNDYgNS44NDQtNC4yNDYuNzE2Ljk4Ni0uOTc2IDUuMjc3Yy0uMTA4LjU5OC0uMTMyIDEuMDY1LS4wNzIgMS40MDIuMDU4LjM1LjE3OC42NS4zNTkuODk5LjI2OS4zNy41OTkuNTYzLjk5MS41NzguMzkyLjAxNS44MjktLjE1MyAxLjMxMy0uNTA0LjgwOC0uNTg3IDEuMjI2LTEuMzEyIDEuMjU2LTIuMTc2bDEuNjA3LjA0NGMtLjAwOC42NC0uMTkgMS4yNjMtLjU0NiAxLjg2OC0uMzU5LjYxOC0uODYzIDEuMTYzLTEuNTEyIDEuNjM0LS44NjEuNjI2LTEuNjk2LjkyMS0yLjUwNi44ODctLjgxLS4wMzUtMS40Ny0uNDA0LTEuOTgtMS4xMDYtLjMxMi0uNDMtLjUxNS0uOS0uNjA4LTEuNDA5LS4wOTMtLjUwOS0uMDU5LTEuMTkyLjEwNC0yLjA0OGwuNjUzLTMuNTU1LTMuNzM4IDIuNzE1eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTEwNC4wOTkgMTQ2LjgxNmMtLjg4My4yMjktMS42MzkuMTk3LTIuMjY3LS4wOTYtLjYyOC0uMjk0LTEuMDgxLS43OTItMS4zNTktMS40OTVhMi44OSAyLjg5IDAgMCAxLS4xNjktMS42MDVjLjA5Ny0uNTQuMzY4LTEuMDQ5LjgxMS0xLjUyNS40MzktLjQ2NSAxLjA0OC0uODUyIDEuODI5LTEuMTYxYTcuMDA3IDcuMDA3IDAgMCAxIDEuOTk2LS40NzRjLjY3NC0uMDQ2IDEuMjg5LjAxMSAxLjg0NS4xNzNsLS4yMDggMS42MDNhNC4wOTkgNC4wOTkgMCAwIDAtMS40NjEtLjE5IDUuMDY0IDUuMDY0IDAgMCAwLTEuNTYzLjM0OGMtLjU5OS4yMzctMS4wMi41NDQtMS4yNjIuOTIxLS4yNDcuMzktLjI4Ny43OTctLjExOCAxLjIyMi4xNjguNDI1LjQ2My42OS44ODYuNzkzLjQxNy4xMTYuOTYuMDQyIDEuNjI4LS4yMjNsLjgzMy0uMzMuNDU5IDEuMTU5LTEuMDk2IDMuMjggNC4xNC0xLjYzOS41NjEgMS40MTktNi4yMDkgMi40NTgtLjQ0OC0xLjEzMyAxLjE3Mi0zLjUwNXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 155.922px;
  height: 155.496px;
  transform: translate(-50%, -50%);
  top: -28%;
  left: -31%;
  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);
  }
}

.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-marx-yes .elementor-image-box-wrapper:hover .elementor-image-box-img {
  border-color: var(--e-global-color-primary);
}
.image-style-marx-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:after {
  visibility: visible;
  opacity: 1;
}
.image-style-marx-yes .elementor-image-box-wrapper:hover .elementor-button-wrapper {
  visibility: visible;
  opacity: 1;
}
.image-style-marx-yes .elementor-image-box-img {
  border: 1px dashed var(--e-global-color-border);
  padding: 20px;
  border-radius: 4px;
}
.image-style-marx-yes .elementor-image-box-img img {
  border-radius: 4px;
}
.image-style-marx-yes .elementor-image-box-img-inner {
  position: relative;
}
.image-style-marx-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-marx-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-marx-yes .elementor-image-box-title {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
.image-style-marx-yes .elementor-image-box-title a {
  color: var(--e-global-color-secondary);
}
.image-style-marx-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: 10px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  margin-bottom: 0;
  padding: 30px 30px 35px;
  background-color: #ffffff;
}
.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 {
  line-height: 1.25;
  letter-spacing: -0.24px;
  margin-bottom: -1px;
  padding: 0;
  cursor: pointer;
  max-height: 5.9rem;
  overflow: hidden;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-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;
  color: #30373E;
  width: 85%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@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: #666666;
  padding: 31px 0 0;
  margin-top: -5px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  border: none;
  border-radius: 20px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  color: var(--e-global-color-primary);
}
@media (max-width: 568px) {
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: none;
  }
}
.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-marx-yes.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
  object-fit: cover;
}
.image-style-marx-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  overflow: hidden;
}
.image-style-marx-yes.elementor-widget-image .elementor-widget-container a img {
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  object-fit: cover;
}
.image-style-marx-yes.elementor-widget-image .elementor-widget-container a:hover {
  clip-path: inset(12px 12px 12px 12px);
}
.image-style-marx-yes.elementor-widget-image .elementor-widget-container a:hover img {
  transform: scale(1.04);
}

.icon-list-style-marx-yes .elementor-icon-list-item .elementor-icon-list-text {
  position: relative;
}
.icon-list-style-marx-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-marx-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 {
  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: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  color: #FFFFFF;
}
.elementor-button.elementor-size-xs {
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
}
.elementor-button.elementor-size-sm {
  padding: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
}
.elementor-button.elementor-size-md {
  padding: 1rem 2.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
}
.elementor-button.elementor-size-lg {
  padding: 1.188rem 3rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
}
.elementor-button.elementor-size-xl {
  padding: 1.282rem 3.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
}
.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-outline .elementor-button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 1rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  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);
  border: 1px solid var(--e-global-color-accent);
  border-radius: 30px;
}
.elementor-button-outline .elementor-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}

.elementor-button-link .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  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);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  position: relative;
}
.elementor-button-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.elementor-button-link .elementor-button:hover {
  color: var(--e-global-color-secondary);
}
.elementor-button-link .elementor-button:hover:before {
  background-color: var(--e-global-color-secondary);
}
.elementor-button-link .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;
}
.elementor-button-link .elementor-button:hover:before {
  width: 100%;
  left: 0;
}
.elementor-button-link .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-button-link .elementor-button:hover i {
  color: var(--e-global-color-primary);
}

.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-text);
  --n-tabs-title-color-hover:var(--e-global-color-primary);
  --n-tabs-title-color-active: #FFFFFF;
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: transparent;
  --n-tabs-title-background-color-active: var(--e-global-color-primary);
  --n-tabs-title-gap: 50px;
}
.elementor-widget-n-tabs .e-n-tabs-heading {
  gap: 0 !important;
}
.elementor-widget-n-tabs .e-n-tab-title {
  position: relative;
  padding: 14px 30px 13px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  display: none;
  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: 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);
}

.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);
  --n-tabs-title-color-hover: var(--e-global-color-primary);
  --n-tabs-title-color-active: #FFFFFF;
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: transparent;
  --n-tabs-title-gap: 41px;
  --n-tabs-title-background-color-active: var(--e-global-color-primary);
  display: inline-block;
}
.tabs-style-2 .e-n-tabs-heading {
  border-radius: 40px;
  position: relative;
  background: rgba(227, 227, 227, 0.4);
  margin: 0 auto 20px auto;
  gap: 0 !important;
}
.tabs-style-2 .e-n-tab-title {
  position: relative;
  padding: 15px 30px 14px 30px;
  display: flex;
  flex-direction: column;
}
.tabs-style-2 .e-n-tab-icon {
  display: none;
}
.tabs-style-2 .e-n-tab-title-text {
  font-family: "Lexend Deca", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  z-index: 1;
}

: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) {
    background-color: var(--e-global-color-lighter) !important;
    color: #ffffff;
    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-widget-hfe-search-button .elementor-widget-container .hfe-search-button-wrapper .hfe-search-form__container {
  display: flex;
  flex-direction: row-reverse;
}
.elementor-widget-hfe-search-button .elementor-widget-container .hfe-search-button-wrapper .hfe-search-form__input {
  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);
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.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 {
  display: flex;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon {
  display: flex;
}

.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 */
