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

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

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

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

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

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

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

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

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

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

.elementor-brand-wrapper .elementor-brand-image {
  display: block;
  width: 100%;
  font-size: 0;
  transition: all ease 0.3s;
}
.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;
}
.elementor-brand-wrapper .elementor-brand-image:hover img, .elementor-brand-wrapper .elementor-brand-image:hover svg {
  filter: none !important;
  opacity: 1 !important;
  -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-brand-wrapper .row {
  justify-content: center;
}
.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 {
  opacity: 0.3;
  -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;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  zoom: 1;
  /* needed to trigger "hasLayout" in IE if no width or height is set */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.onilife-brand-border-yes .elementor-brand-wrapper {
  border-top: 1px solid;
  border-top-color: var(--border);
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.onilife-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(--border);
  position: absolute;
}
.onilife-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:last-child:before {
  content: none !important;
}
.onilife-brand-border-yes .elementor-brand-wrapper .slick-slide {
  position: relative;
}
.onilife-brand-border-yes .elementor-brand-wrapper .slick-slide:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--border);
  position: absolute;
}
.onilife-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}

.elementor-widget-onilife-brand .onilife-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-widget-onilife-brand .onilife-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-onilife-breadcrumb .onilife-title {
  color: var(--accent);
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text);
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem > span {
  margin: 0 10px;
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem > span:first-child {
  margin-left: 0;
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem > span:last-child {
  margin-right: 0;
  font-weight: 600;
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem a {
  color: var(--accent);
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem a:hover {
  text-decoration: underline;
  color: var(--primary);
}
.elementor-widget-onilife-breadcrumb .breadcrumb-listItem i {
  font-size: 15px;
  color: var(--e-global-color-text_lighter);
  margin: 0;
}

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

.single-onilife_project .hidden-onilife-title-single-yes .onilife-title, .single-onilife_service .hidden-onilife-title-single-yes .onilife-title, .single-post .hidden-onilife-title-single-yes .onilife-title {
  display: none;
}

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

.elementor-widget-onilife-banner:hover .elementor-cta__bg {
  transform: translateY(-4%);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}
.elementor-widget-onilife-banner .elementor-cta__bg-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}
.elementor-widget-onilife-banner .elementor-cta__content {
  position: relative;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}
.elementor-widget-onilife-banner .elementor-cta__content .elementor-cta__subtitle {
  transition: all 0s ease;
}
.elementor-widget-onilife-banner .elementor-cta__content .elementor-cta__subtitle span {
  transition: all 0.3s ease;
}
.elementor-widget-onilife-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-onilife-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-onilife-banner.content-stretch-yes .elementor-onilife-banner {
  height: 100%;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom {
  position: relative;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: calc(100% - 9px);
  left: 0;
  bottom: -2px;
  background-color: #000000;
  transition: all 0.2s ease;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 22px;
  height: 22px;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom span.icon:before, .elementor-widget-onilife-banner.button-style-yes .elementor-button-custom span.icon:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom span.icon:before {
  border: 2px solid transparent;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom span.icon:after {
  border: 0 solid transparent;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom:hover:before {
  width: 0;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom:hover span.icon:before {
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.elementor-widget-onilife-banner.button-style-yes .elementor-button-custom:hover span.icon:after {
  border-top: 2px solid var(--primary);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-widget-onilife-banner.heading-decor-yes .elementor-cta__title {
  width: unset;
  position: relative;
}
.elementor-widget-onilife-banner.heading-decor-yes .elementor-cta__title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 0;
  background-color: var(--primary);
  top: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-left .elementor-cta__content {
  justify-content: flex-start;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-left .elementor-cta__title:before {
  left: 0;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-left .elementor-onilife-banner:hover .elementor-cta__title {
  padding-left: 20px;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-left .elementor-onilife-banner:hover .elementor-cta__title:before {
  height: 100%;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-center .elementor-cta__content {
  justify-content: center;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-center .elementor-cta__title:before {
  left: 0;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-center .elementor-onilife-banner:hover .elementor-cta__title {
  padding-left: 20px;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-center .elementor-onilife-banner:hover .elementor-cta__title:before {
  height: 100%;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-right .elementor-cta__content {
  justify-content: flex-end;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-right .elementor-cta__title:before {
  right: 0;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-right .elementor-onilife-banner:hover .elementor-cta__title {
  padding-right: 15px;
}
.elementor-widget-onilife-banner.heading-decor-yes.box-align-right .elementor-onilife-banner:hover .elementor-cta__title:before {
  height: 100%;
}
.elementor-widget-onilife-banner .elementor-button-custom {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  display: inline-block;
}
.elementor-widget-onilife-banner .elementor-button-custom i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.elementor-widget-onilife-banner .elementor-button-custom:hover {
  color: var(--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-onilife-banner .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 0;
}
.elementor-widget-onilife-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 60px;
}
.elementor-widget-onilife-banner .elementor-button-custom:before {
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.elementor-widget-onilife-banner.graphic-image-effect-yes .elementor-cta__image {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50%;
}
.elementor-widget-onilife-banner.graphic-image-effect-yes .elementor-cta__image > img {
  position: absolute;
  z-index: -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;
}
.elementor-widget-onilife-banner.graphic-image-effect-yes .image-behind img {
  position: relative;
  top: 15px;
  right: 25px;
}
.elementor-widget-onilife-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
  transform: scale(1.2);
  -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-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 0;
  overflow: hidden;
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 30px);
  height: auto;
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
}

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

.elementor-bg-transform-zoom-in .elementor-bg {
  width: calc(101% + 30px);
  -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.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.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.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.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%;
  background-color: #f7f7f7;
}

.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}

.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
  border-color: #fff;
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
  color: white;
  border-color: white;
}

.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: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  height: 110%;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}

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

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

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

.elementor-cta__button.elementor-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px white;
  background: transparent;
}

.elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}

.elementor-cta__title {
  font-size: 23px;
}

.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: 35px;
  width: 100%;
}

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

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

.elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}

.elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.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-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-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-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  .elementor-cta--desktop-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

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

  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

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

  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

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

  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.elementor-widget-onilife-communities-gallery .elementor-communities-gallery-wrapper {
  max-width: 740px;
  margin: 0 auto;
}
.elementor-widget-onilife-communities-gallery .communities-gallery-content-item img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.elementor-widget-onilife-communities-gallery .communities-gallery-content-item .gallery-wrap {
  padding: 0 40px;
}
.elementor-widget-onilife-communities-gallery .communities-gallery-content-item .inner {
  margin: 0 -40px;
}
.elementor-widget-onilife-communities-gallery .onilife-carousel {
  line-height: 0;
}
.elementor-widget-onilife-communities-gallery .onilife-carousel .slick-list {
  overflow: visible;
}
.elementor-widget-onilife-communities-gallery .gallery-wrap a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-onilife-communities-gallery .slick-slider button.slick-prev,
.elementor-widget-onilife-communities-gallery .slick-slider button.slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.elementor-widget-onilife-communities-gallery .slick-slider .slick-prev {
  left: -25px;
}
.elementor-widget-onilife-communities-gallery .slick-slider .slick-next {
  right: -25px;
}

.map-data-communities {
  height: 400px;
}

.communities-detail-wrapper .communities-type {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--accent);
}

[class*=communities-style-].column-item {
  margin-bottom: 30px;
}

.communities-inner .living-options .content > a:last-child .line {
  display: none;
}
.communities-inner .communities-post-thumbnail {
  position: relative;
  overflow: hidden;
}
.communities-inner .communities-post-thumbnail 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;
  object-fit: cover;
}
.communities-inner .phone {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--primary);
}
.communities-inner .living-options .title {
  color: var(--accent);
  margin-bottom: 8px;
}
.communities-inner .address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}
.communities-inner:hover .communities-post-thumbnail img {
  transform: scale(1.05);
  -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;
}

.communities-style-1 .communities-inner {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.communities-style-1 .communities-inner .phone {
  margin-bottom: 20px;
}
.communities-style-1 .communities-content {
  padding: 30px 40px;
}

.communities-style-2 .communities-post-thumbnail {
  margin-bottom: 30px;
}

.communities-style-3 article.communities {
  height: 100%;
}
.communities-style-3 .communities-inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1023px) {
  .communities-style-3 .communities-inner {
    flex-direction: column;
  }
}
.communities-style-3 .communities-inner .communities-post-thumbnail {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .communities-style-3 .communities-inner .communities-post-thumbnail {
    flex: 0 0 360px;
    width: 360px;
  }
  .communities-style-3 .communities-inner .communities-post-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.communities-style-3 .communities-inner .communities-content {
  background: #F7F2EE;
  padding: 30px;
  width: 100%;
  display: block;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .communities-style-3 .communities-inner .communities-content {
    flex: 0 0 calc(100% - 360px);
    width: calc(100% - 360px);
  }
}
@media (min-width: 1200px) {
  .communities-style-3 .communities-inner .communities-content {
    justify-content: space-between;
    display: flex;
  }
}
.communities-style-3 .communities-inner .address {
  margin-bottom: 10px;
  min-height: 0;
}
.communities-style-3 .communities-inner .left {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .communities-style-3 .communities-inner .left .phone {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .communities-style-3 .communities-inner .right {
    position: relative;
    max-width: 320px;
    width: 320px;
    padding-left: 50px;
  }
  .communities-style-3 .communities-inner .right:before {
    content: "";
    top: -30px;
    left: 0;
    height: calc(100% + 60px);
    position: absolute;
    width: 1px;
    background-color: var(--border);
  }
}
.communities-style-3 .living-options .title {
  font-size: 20px;
}
.communities-style-3 .living-options .content {
  margin-bottom: 25px;
}

.communities-button i {
  font-size: 20px;
  margin-left: 8px;
}
.communities-button .button {
  position: relative;
  overflow: hidden;
}
.communities-button .button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: var(--primary_hover);
  -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;
}
.communities-button .button:hover {
  background-color: var(--primary);
}
.communities-button .button:hover:before {
  width: 100%;
}
.communities-button .button span, .communities-button .button i {
  position: relative;
  z-index: 2;
}

.elementor-widget-onilife-living .onilife-carousel .slick-list {
  padding: 30px 0;
  margin: -30px 0;
}

.onilife-style-carousel-2 .onilife-carousel .slick-list {
  overflow: visible;
}
.onilife-style-carousel-2 .onilife-carousel [data-slick-index="-1"] {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.wpcf7 input:not([type=submit]), .wpcf7 input[type=date], .wpcf7 textarea, .wpcf7 select, .wpcf7 select:not([size]):not([multiple]) {
  width: 100%;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 500;
  color: var(--accent);
  background-color: transparent;
  border-color: var(--border);
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0 0 5px 0;
  margin-bottom: 20px;
}
.wpcf7 input:not([type=submit])::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder, .wpcf7 select:not([size]):not([multiple])::placeholder {
  color: var(--accent);
}
.wpcf7 input:not([type=submit]):focus, .wpcf7 input[type=date]:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .wpcf7 select:not([size]):not([multiple]):focus {
  border-color: var(--accent);
}
.wpcf7 input[type=date] {
  position: relative;
}
.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.wpcf7 .wpcf7-button button[type=submit] {
  border-color: var(--primary);
  border-width: 2px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary);
  padding: 17px 30px;
  position: relative;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  overflow: hidden;
}
.wpcf7 .wpcf7-button button[type=submit] .icon {
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-left: 8px;
}
.wpcf7 .wpcf7-button button[type=submit]:hover:before {
  width: 100%;
}
.wpcf7 .wpcf7-button button[type=submit] span {
  position: relative;
}
.wpcf7 .wpcf7-button button[type=submit]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: var(--primary_hover);
  -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;
}
.wpcf7 .form-inline {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  flex-wrap: nowrap;
}
@media (max-width: 567px) {
  .wpcf7 .form-inline {
    display: block;
  }
}
.wpcf7 .form-inline button[type=submit] {
  margin-bottom: 13px;
  margin-top: 0;
}
.wpcf7 .row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.wpcf7 [class*=" column-"], .wpcf7 [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}
.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
}

.form-style-border-yes .wpcf7 input:not([type=submit]), .form-style-border-yes .wpcf7 input[type=date], .form-style-border-yes .wpcf7 select, .form-style-border-yes .wpcf7 select:not([size]):not([multiple]) {
  border: 1px solid var(--border);
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 12px 20px;
}
.form-style-border-yes .wpcf7 input[type=submit] {
  margin-top: 0;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 30px;
  letter-spacing: 2px;
  display: block;
}
.form-style-border-yes .wpcf7 textarea {
  border: 1px solid var(--border);
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 20px;
}

.form-style-border-yes .wpcd .wpcf7-list-item-label {
  color: var(--e-global-color-text_lighter);
}
.form-style-border-yes .wpcd input:not([type=submit]), .form-style-border-yes .wpcd input[type=date], .form-style-border-yes .wpcd select, .form-style-border-yes .wpcd select:not([size]):not([multiple]) {
  border: 1px solid var(--border);
  margin-bottom: 15px;
  border-radius: 50px;
  padding: 12px 20px;
  background-color: #FFFFFF;
}
.form-style-border-yes .wpcd input[type=submit] {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 30px;
  letter-spacing: 2px;
  display: block;
  margin: 0 auto;
}
.form-style-border-yes .wpcd input[type=radio],
.form-style-border-yes .wpcd input[type=checkbox] {
  margin: 10px 0 25px;
  width: 16px;
  border: none;
}
.form-style-border-yes .wpcd textarea {
  border: 1px solid var(--border);
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 20px;
}
@media only screen and (max-width: 881px) {
  .form-style-border-yes .wpcd .wpcf7-radio,
.form-style-border-yes .wpcd .wpcf7-checkbox {
    display: inline-grid;
    margin-bottom: 10px;
  }
  .form-style-border-yes .wpcd input[type=radio],
.form-style-border-yes .wpcd input[type=checkbox] {
    margin: 10px 0 10px;
    width: 16px;
    border: none;
  }
}

.form-date span {
  position: relative;
}
.form-date span:before {
  position: absolute;
  color: var(--lighter);
  right: 0;
  font-size: 20px;
  background: #fff;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
}

.elementor-widget-onilife-image-gallery ul {
  margin: 0;
}
.elementor-widget-onilife-image-gallery .row {
  margin-left: -6px;
  margin-right: -6px;
}
.elementor-widget-onilife-image-gallery .column-item {
  margin-bottom: 12px;
  padding-right: 6px;
  padding-left: 6px;
}
.elementor-widget-onilife-image-gallery .column-item a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
.elementor-widget-onilife-image-gallery .column-item a:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.35s;
  opacity: 0;
}
.elementor-widget-onilife-image-gallery .column-item a:after {
  margin: 0 auto;
  top: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.35s;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 58px;
  position: absolute;
}
.elementor-widget-onilife-image-gallery .column-item a:hover:before {
  opacity: 1;
}
.elementor-widget-onilife-image-gallery .column-item a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.elementor-widget-onilife-image-gallery .column-item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.elementor-widget-onilife-image-gallery .elementor-opal-image-gallery {
  --blocks: 2;
  -webkit-animation: animatedGallery 50s linear infinite;
  animation: animatedGallery 50s linear infinite;
  display: grid;
  grid-gap: 12px;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-onilife-image-gallery .row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .elementor-widget-onilife-image-gallery .row .column-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .elementor-widget-onilife-image-gallery .row .column-item:first-child {
    grid-column: 3/span 2;
    grid-row: 1/span 2;
  }
}

@-webkit-keyframes animatedGallery {
  to {
    transform: translateX(calc(var(--blocks) * -100% - 12px));
  }
}
@-moz-keyframes animatedGallery {
  to {
    transform: translateX(calc(var(--blocks) * -100% - 12px));
  }
}
@-ms-keyframes animatedGallery {
  to {
    transform: translateX(calc(var(--blocks) * -100% - 12px));
  }
}
@keyframes animatedGallery {
  to {
    transform: translateX(calc(var(--blocks) * -100% - 12px));
  }
}
.onilife-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.onilife-language-switcher span {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 400;
  color: var(--text_lighter);
}
.onilife-language-switcher .language-switcher-head .title {
  margin-right: 6px;
}
.onilife-language-switcher .language-switcher-head img {
  margin-right: 8px;
}
.onilife-language-switcher a {
  display: block;
}
.onilife-language-switcher img {
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  object-fit: cover;
}
.onilife-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.onilife-language-switcher .item > div i {
  font-size: 12px;
}
.onilife-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 5px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.onilife-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -10px;
}
.onilife-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.onilife-language-switcher .sub-item a:hover, .onilife-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.onilife-language-switcher .sub-item li span {
  color: var(--text_lighter);
}
.onilife-language-switcher li.item {
  position: relative;
}
.onilife-language-switcher li.item:hover .sub-item {
  display: block;
}

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

.elementor-widget-onilife-living-list .elementor-living-item-wrapper {
  list-style: none;
  margin: 0;
}
.elementor-widget-onilife-living-list .living-list {
  position: relative;
  z-index: 9;
}
.elementor-widget-onilife-living-list .living-list a {
  display: block;
}
.elementor-widget-onilife-living-list .living-list span.living-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  color: var(--accent);
  background-color: #ffffff;
  -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-onilife-living-list .living-list span.living-text i {
  margin-left: 10px;
  font-size: 20px;
  color: var(--primary);
}
.elementor-widget-onilife-living-list .living-list.active, .elementor-widget-onilife-living-list .living-list:hover {
  border-color: transparent;
}
.elementor-widget-onilife-living-list .living-list.active span.living-text, .elementor-widget-onilife-living-list .living-list:hover span.living-text {
  color: #ffffff;
  background-color: var(--primary);
}
.elementor-widget-onilife-living-list .living-list.active span.living-text i, .elementor-widget-onilife-living-list .living-list:hover span.living-text i {
  color: #fff;
}
.elementor-widget-onilife-living-list .living-list.active + .living-list, .elementor-widget-onilife-living-list .living-list:hover + .living-list {
  border-color: transparent;
}

[class*=living-style-].column-item {
  margin-bottom: 30px;
}

.living-inner .entry-title {
  margin-bottom: 10px;
}
.living-inner .living-post-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.living-inner .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
  max-height: 78px;
}
.living-inner .button-more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
}
.living-inner .button-more-link i {
  font-size: 20px;
  margin-left: 10px;
  color: var(--primary);
}
.living-inner .button-more-link span {
  position: relative;
}
.living-inner .button-more-link span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 2px;
  background-color: var(--primary);
  -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;
}
.living-inner .button-more-link:hover {
  color: var(--primary);
}
.living-inner .button-more-link:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.living-style-1 .living-inner {
  position: relative;
}
.living-style-1 .living-inner .entry-title {
  -webkit-line-clamp: 1;
}
.living-style-1 .living-inner .entry-title a {
  color: #ffffff;
  position: relative;
}
.living-style-1 .living-inner .entry-title a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -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;
}
.living-style-1 .living-inner .entry-title a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.living-style-1 .living-inner .description {
  color: #ffffff;
}
.living-style-1 .living-inner .button-more-link {
  color: #ffffff;
}
.living-style-1 .living-inner .button-more-link i {
  color: #ffffff;
}
.living-style-1 .living-inner .button-more-link span:after {
  background-color: #ffffff;
}
.living-style-1 .living-inner:hover .living-content {
  min-height: 400px;
}
.living-style-1 .living-inner:hover .description {
  opacity: 1;
  visibility: visible;
}
.living-style-1 .living-inner:hover .living-post-thumbnail img {
  transform: translateY(-100px);
}
.living-style-1 .living-post-thumbnail {
  overflow: hidden;
}
.living-style-1 .living-post-thumbnail img {
  transition: all 0.3s ease;
}
.living-style-1 .living-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  min-height: 142px;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30px 40px 40px 40px;
  background-color: #D3C5B7;
  transition: all 0.3s ease;
}
.living-style-1 .content-top {
  position: relative;
}
.living-style-1 .description {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.living-style-1 .living-post-thumbnail {
  position: relative;
  margin-bottom: 0;
  height: 600px;
  width: 100%;
}
.living-style-1 .living-post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.living-style-1 .living-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
}

.living-style-2 .living-inner {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.living-style-2 .content-top {
  margin-bottom: 60px;
}
.living-style-2 .living-content {
  padding: 30px 40px 40px 40px;
  background-color: #ffffff;
}

.living-style-3 .living-inner:hover .living-post-icon span {
  transform: scale(0);
}
.living-style-3 .living-inner .living-post-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}
.living-style-3 .living-inner .living-post-icon img {
  width: 44px;
  height: 44px;
  z-index: 5;
}
.living-style-3 .living-inner .living-post-icon span {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: -2px;
  top: -2px;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.living-style-3 .living-inner .entry-title a {
  color: #ffffff;
  position: relative;
}
.living-style-3 .living-inner .entry-title a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -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;
}
.living-style-3 .living-inner .entry-title a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.living-style-3 .living-inner .description {
  margin-bottom: 60px;
  color: #ffffff;
}
.living-style-3 .living-inner .button-more-link {
  color: #ffffff;
}
.living-style-3 .living-inner .button-more-link i {
  color: #ffffff;
}
.living-style-3 .living-inner .button-more-link span:after {
  background-color: #ffffff;
}
.living-style-3 .living-content {
  text-align: center;
  padding: 60px 55px;
}

.living-style-4 .living-inner {
  position: relative;
}
.living-style-4 .living-inner .entry-title {
  -webkit-line-clamp: 1;
}
.living-style-4 .living-inner .entry-title a {
  color: #ffffff;
  position: relative;
}
.living-style-4 .living-inner .entry-title a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -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;
}
.living-style-4 .living-inner .entry-title a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.living-style-4 .living-inner .description {
  color: #ffffff;
}
.living-style-4 .living-inner .button-more-link {
  color: #ffffff;
}
.living-style-4 .living-inner .button-more-link i {
  color: #ffffff;
}
.living-style-4 .living-inner .button-more-link span:after {
  background-color: #ffffff;
}
.living-style-4 .living-inner:hover .living-content {
  height: 280px;
}
.living-style-4 .living-inner:hover .description {
  opacity: 1;
  visibility: visible;
}
.living-style-4 .living-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 160px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  padding: 40px;
  background-color: #D3C5B7;
  transition: all 0.3s ease;
}
.living-style-4 .content-top {
  position: relative;
}
.living-style-4 .description {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.living-style-4 .living-post-thumbnail {
  position: relative;
  margin-bottom: 0;
  height: 600px;
  width: 100%;
}
.living-style-4 .living-post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.living-style-4 .living-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
}

.living-style-5 {
  position: relative;
  padding: 140px 0;
}
.living-style-5:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000vw;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.living-style-5:nth-child(odd):before {
  background-color: var(--background-light);
}
.living-style-5:nth-child(even):before {
  background-color: var(--background);
}
.living-style-5:nth-child(even) .living-content {
  margin-right: auto;
  margin-left: unset;
}
.living-style-5:nth-child(even) .living-post-thumbnail {
  right: 0;
  left: unset;
}
.living-style-5 .living-inner {
  position: relative;
}
.living-style-5 .living-inner .entry-title {
  margin-bottom: 16px;
}
.living-style-5 .living-inner .entry-title a {
  color: #ffffff;
  position: relative;
}
.living-style-5 .living-inner .entry-title a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -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;
}
.living-style-5 .living-inner .entry-title a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.living-style-5 .living-inner .description {
  color: #ffffff;
  margin-bottom: 46px;
  -webkit-line-clamp: 4;
  max-height: 104px;
}
.living-style-5 .living-inner .button-more-link {
  padding: 16px 30px;
  border-radius: 50px;
  border: none;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.living-style-5 .living-inner .button-more-link i {
  color: var(--primary);
  position: relative;
}
.living-style-5 .living-inner .button-more-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: var(--primary_hover);
  -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;
}
.living-style-5 .living-inner .button-more-link span:after {
  content: none;
}
.living-style-5 .living-inner .button-more-link:hover span, .living-style-5 .living-inner .button-more-link:hover i {
  color: #fff;
}
.living-style-5 .living-inner .button-more-link:hover:before {
  width: 100%;
}
.living-style-5 .living-content {
  z-index: 9;
  position: relative;
  height: 400px;
  max-width: 520px;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 70px 80px;
}
@media (max-width: 767px) {
  .living-style-5 .living-content {
    padding: 30px 40px;
  }
}
.living-style-5 .living-post-thumbnail {
  position: absolute;
  left: 0;
  height: 560px;
  min-width: 990px;
  top: 50%;
  transform: translateY(-50%);
}
.living-style-5 .living-post-thumbnail img {
  height: 100%;
}

.living-style-6 .living-inner .living-content {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .living-style-6 .living-inner .living-content {
    padding-right: 0;
  }
}
.living-style-6 .living-inner .entry-title {
  margin-bottom: 16px;
}
.living-style-6 .living-inner .description {
  margin-bottom: 22px;
}
.living-style-6 .living-inner .living-post-thumbnail {
  margin-bottom: 34px;
}

.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form-input {
  flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form input[type=email] {
  flex: 1;
  line-height: 1em;
  padding: 17px 30px;
  color: var(--accent);
  background-color: white;
  width: 100%;
  border-radius: 50px;
  border: 1px solid var(--border);
}
.form-style .mc4wp-form input[type=email]:focus {
  border-color: var(--primary);
}
.form-style .mc4wp-form input[type=email] ::placeholder {
  color: var(--accent);
}
.form-style .mc4wp-form button[type=submit] {
  border-color: var(--primary);
  border-width: 2px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary);
  padding: 17px 30px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  color: white;
  border-radius: 50px;
  overflow: hidden;
}
.form-style .mc4wp-form button[type=submit] .icon {
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-left: 8px;
}
.form-style .mc4wp-form button[type=submit]:hover:before {
  width: 100%;
}
.form-style .mc4wp-form button[type=submit] ::placeholder {
  font-size: 12px;
  color: var(--accent);
  line-height: 1.4;
}
.form-style .mc4wp-form button[type=submit] span {
  position: relative;
}
.form-style .mc4wp-form button[type=submit]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: var(--primary_hover);
  -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;
}
.form-style .mc4wp-alert.mc4wp-error {
  color: #e2401c;
}
.form-style .mc4wp-alert.mc4wp-success {
  color: #0f834d;
}
.form-style .mc4wp-alert a {
  color: var(--primary);
}
.form-style .mc4wp-alert a:hover {
  color: var(--primary_hover);
}

.form-mailchimp-style-2 .form-style .mc4wp-form-fields {
  display: block;
}
.form-mailchimp-style-2 .form-style input[type=email] {
  padding-left: 0px;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 20px;
  color: var(--e-global-color-text_lighter);
  border-bottom: 1px solid #ffffff40;
}
.form-mailchimp-style-2 .form-style input[type=email]:focus {
  border-bottom-color: var(--primary);
}
.form-mailchimp-style-2 .form-style button[type=submit] {
  position: relative;
  padding: 12px 26px;
}

.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(--accent);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--primary);
}

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

[class*=post-style-].column-item {
  margin-bottom: 30px;
}
[class*=post-style-] .post-thumbnail {
  margin-bottom: 25px;
}
[class*=post-style-] .post-thumbnail img {
  object-fit: cover;
}
[class*=post-style-] .entry-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
[class*=post-style-] .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
[class*=post-style-] .more-link-wrap {
  margin-top: 0;
}
[class*=post-style-].post-style-1 {
  position: relative;
}
[class*=post-style-].post-style-1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
  background-color: var(--border);
}
[class*=post-style-].post-style-2 .post-inner {
  display: flex;
}
@media (max-width: 567px) {
  [class*=post-style-].post-style-2 .post-inner {
    flex-wrap: wrap;
  }
}
[class*=post-style-].post-style-2 .post-thumbnail {
  width: 290px;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 567px) {
  [class*=post-style-].post-style-2 .post-thumbnail {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
[class*=post-style-].post-style-2 .post-content {
  flex: 1;
}
[class*=post-style-].post-style-2 .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[class*=post-style-].post-style-2 .entry-meta {
  margin-bottom: 0;
}
[class*=post-style-].post-style-3 .entry-meta {
  margin-bottom: 0;
}
[class*=post-style-].post-style-4 .post-inner {
  line-height: 1;
  padding-top: 30px;
}

.layout-post-style-1 {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .post-special-1 .row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .post-special-1 .row .column-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }
  .post-special-1 .row .column-item:first-child {
    grid-column: 1/span 1;
    grid-row: 1/span 4;
    border-right: 1px solid var(--border);
  }
  .post-special-1 .row .column-item:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1/span 4;
    border-right: 1px solid var(--border);
  }
  .post-special-1 .row .column-item:nth-child(3), .post-special-1 .row .column-item:nth-child(4) {
    margin-bottom: 0 !important;
  }
  .post-special-1 .row .column-item:nth-child(3) .post-inner, .post-special-1 .row .column-item:nth-child(4) .post-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border);
  }
  .post-special-1 .row .column-item:nth-child(5) {
    margin-bottom: 0 !important;
  }
  .post-special-1 .row .column-item:nth-child(5) .post-inner {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border);
  }
  .post-special-1 .row .column-item:nth-child(6) {
    margin-bottom: 0 !important;
  }
}

.elementor-widget-onilife-price-table .elementor-price-table_content_wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
.elementor-widget-onilife-price-table .elementor-price-table__image img {
  width: 100%;
  object-fit: fill;
}
.elementor-widget-onilife-price-table .elementor-price-table__header .elementor-price-table__heading {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 10px;
}
.elementor-widget-onilife-price-table .elementor-price-table__header .elementor-price-table__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
  margin-bottom: 5px;
}
.elementor-widget-onilife-price-table .elementor-price-table__header .elementor-price-table__sub__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
  margin-bottom: 25px;
}
.elementor-widget-onilife-price-table .elementor-price-features_list-heading {
  color: var(--e-global-color-text_lighter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.elementor-widget-onilife-price-table .elementor-price-table__features-list {
  list-style: none;
  margin: 0;
  display: grid;
  justify-content: center;
}
.elementor-widget-onilife-price-table .elementor-price-table__features-list .elementor-price-table__feature-inner {
  font-size: 14px;
  line-height: 24px;
  text-align: start;
  font-weight: 400;
  color: var(--text);
}
.elementor-widget-onilife-price-table .elementor-price-table__features-list .elementor-price-table__feature-inner .onilife-icon-check-circle {
  margin-right: 20px;
  color: var(--primary);
}
.elementor-widget-onilife-price-table .elementor-price-table__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 22px;
}
.elementor-widget-onilife-price-table .elementor-price-table__price .elementor-price-table__currency {
  align-self: flex-start;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  font-family: var(--e-global-typography-accent-font-family);
  margin-right: 6px;
}
.elementor-widget-onilife-price-table .elementor-price-table__price .elementor-price-table__integer-part {
  font-weight: 300;
  font-size: 72px;
  line-height: 1;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-onilife-price-table .elementor-price-table__price .elementor-price-table__period {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-onilife-price-table .elementor-price-table__button {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.elementor-widget-onilife-price-table .elementor-price-table__button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: var(--primary_hover);
  -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;
}
.elementor-widget-onilife-price-table .elementor-price-table__button:hover:before {
  width: 100%;
}
.elementor-widget-onilife-price-table .elementor-price-table__button span {
  position: relative;
  z-index: 2;
}
.elementor-widget-onilife-price-table .elementor-price-table__button .onilife-icon-chevron-circle-right {
  font-size: 20px;
  margin-left: 10px;
}

.elementor-widget-onilife-search {
  z-index: 99;
}
.elementor-widget-onilife-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-onilife-search .widget_search form::before,
.elementor-widget-onilife-search .widget_product_search form::before {
  right: unset;
  left: 18px;
  font-size: 0;
}
.elementor-widget-onilife-search .widget_product_search form input[type=search],
.elementor-widget-onilife-search .site-search form input[type=search] {
  padding: 12px 140px 12px 30px;
  background-color: #F7F2EE;
}
.elementor-widget-onilife-search .widget_search form input[type=submit],
.elementor-widget-onilife-search .widget_search form button[type=submit],
.elementor-widget-onilife-search .widget_product_search form input[type=submit],
.elementor-widget-onilife-search .widget_product_search form button[type=submit],
.elementor-widget-onilife-search .site-search form input[type=submit],
.elementor-widget-onilife-search .site-search form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 140px;
  background-color: var(--primary);
}
.elementor-widget-onilife-search .search-by-category .input-dropdown-inner {
  width: 155px;
}
.elementor-widget-onilife-search .search-by-category .input-dropdown-inner:after {
  height: 100%;
  top: 0;
  bottom: 0;
  transform: none;
}
.elementor-widget-onilife-search.search-form-hide-search-yes .search-by-category {
  display: none;
}
.elementor-widget-onilife-search.search-form-hide-search-yes .widget_product_search form input[type=search],
.elementor-widget-onilife-search.search-form-hide-search-yes .widget_product_search form input[type=text] {
  padding-left: 1.41575em;
}
.elementor-widget-onilife-search .site-header-search {
  display: block;
}
.elementor-widget-onilife-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-onilife-search .site-header-search .button-search-popup .onilife-icon-search {
  margin-bottom: 5px;
}
.elementor-widget-onilife-search .site-header-search .button-search-popup .content {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.elementor-widget-onilife-search .site-header-search .button-search-popup:hover {
  color: var(--accent);
}
.elementor-widget-onilife-search .site-header-search .button-search-popup:hover .onilife-icon-search {
  color: var(--accent);
}
.elementor-widget-onilife-search.search-onilife-style-2 .widget_product_search form input[type=search],
.elementor-widget-onilife-search.search-onilife-style-2 .site-search form input[type=search] {
  padding: 12px 55px 12px 30px;
  background-color: transparent;
}
.elementor-widget-onilife-search.search-onilife-style-2 .widget_search form::before,
.elementor-widget-onilife-search.search-onilife-style-2 .widget_product_search form::before {
  right: 50px;
  left: unset;
  font-size: 20px;
}
.elementor-widget-onilife-search.search-onilife-style-2 .widget_search form input[type=submit],
.elementor-widget-onilife-search.search-onilife-style-2 .widget_search form button[type=submit],
.elementor-widget-onilife-search.search-onilife-style-2 .widget_product_search form input[type=submit],
.elementor-widget-onilife-search.search-onilife-style-2 .widget_product_search form button[type=submit],
.elementor-widget-onilife-search.search-onilife-style-2 .site-search form input[type=submit],
.elementor-widget-onilife-search.search-onilife-style-2 .site-search form button[type=submit] {
  font-size: 0;
  background-color: transparent;
  width: 75px;
}

.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
  display: flex;
  overflow: unset;
  flex-wrap: wrap;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--e-global-typography-text-font-family);
  padding: 32px 60px;
  color: var(--accent);
  border: none;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title:hover:after, .elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title:focus:after, .elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title:active:after, .elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active:after {
  content: none;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active {
  border-style: none;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title:before {
  border: none !important;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-title i {
  font-size: 16px;
  margin-right: 5px;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-content, .elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs .elementor-tab-content {
  padding: 0;
  border: none !important;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
  margin-right: 10px;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:last-child {
  margin-right: 0;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-2 .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 220px;
  height: 80px;
  padding: 0;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-2 .elementor-tab-title:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  -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;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-2 .elementor-tab-title:hover:before, .elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-2 .elementor-tab-title.elementor-active:before {
  height: 0;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 32%;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-content {
  padding: 0;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title {
  background-color: transparent;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  color: var(--text_lighter);
  border: none;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: none;
  line-height: 1.2em;
  padding: 12px 0;
  padding-left: 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;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title.elementor-active {
  color: var(--accent);
  font-size: 30px;
  padding-left: 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;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title.elementor-active:after {
  content: "";
  position: absolute;
  right: 99%;
  top: 6px;
  width: 4px;
  height: 40px;
  background-color: var(--primary);
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.elementor-tabs-2 .elementor-tab-title {
  padding-left: 0px;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.elementor-tabs-2 .elementor-tab-title.elementor-active {
  color: var(--accent);
  font-size: 30px;
  padding-left: 0px;
}
.elementor-widget-onilife-tabs.elementor-widget-tabs.elementor-tabs-view-vertical.elementor-tabs-2 .elementor-tab-title.elementor-active:after {
  content: none;
}

.elementor-widget-onilife-tabs .elementor-tabs .elementor-tab-mobile-title {
  display: none !important;
}

.elementor-widget-onilife-team-box {
  text-align: center;
}
.elementor-widget-onilife-team-box .team-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.elementor-widget-onilife-team-box .team-image {
  line-height: 0;
}
.elementor-widget-onilife-team-box .team-image img {
  display: inline;
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-widget-onilife-team-box .team-icon-socials {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 50px;
}
.elementor-widget-onilife-team-box .team-icon-socials ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.elementor-widget-onilife-team-box .team-icon-socials ul li {
  margin: 0 10px;
  line-height: 1;
  text-align: center;
}
.elementor-widget-onilife-team-box .team-icon-socials ul li:last-child {
  margin-bottom: 0;
}
.elementor-widget-onilife-team-box .team-icon-socials ul a {
  color: var(--lighter);
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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-onilife-team-box .team-icon-socials ul a:hover {
  color: var(--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-onilife-team-box .team-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1666666667;
  color: var(--secondary);
  font-family: var(--e-global-typography-accent-font-family);
  margin-bottom: 8px;
}
.elementor-widget-onilife-team-box .team-job {
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.elementor-widget-onilife-team-box .team-caption {
  text-align: center;
  position: relative;
}
.elementor-widget-onilife-team-box .elementor-teambox-item {
  margin-bottom: 30px;
}
.elementor-widget-onilife-team-box .elementor-teambox-item:hover .team-icon-socials {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.elementor-testimonial-item-wrapper .inner {
  margin-right: auto;
  margin-left: auto;
}
.elementor-testimonial-item-wrapper .title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: #DB981C;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
}
.elementor-testimonial-item-wrapper .name {
  font-weight: 700;
  color: var(--secondary);
  font-size: 20px;
  line-height: 28px;
}
.elementor-testimonial-item-wrapper .job {
  color: var(--text_lighter);
}
.elementor-testimonial-item-wrapper .content {
  color: var(--text);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  line-height: 0;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  display: inline;
}
.elementor-testimonial-item-wrapper .layout-1 .inner {
  padding: 60px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-1 .details {
  margin-left: 25px;
}
.elementor-testimonial-item-wrapper .layout-2 .inner {
  padding: 60px;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption:before {
  color: #fff;
  background-color: var(--primary);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
}
.elementor-testimonial-item-wrapper .layout-2 .details {
  margin-left: 25px;
}
.elementor-testimonial-item-wrapper .layout-3 .content {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--text);
  font-family: var(--e-global-typography-accent-font-family);
  margin-bottom: 40px;
}
.elementor-testimonial-item-wrapper .layout-3 .inner {
  position: relative;
}
.elementor-testimonial-item-wrapper .layout-3 .inner:before {
  color: #fff;
  background-color: var(--primary);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 28px;
  left: 0;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 80px;
  margin-bottom: 30px;
}
.elementor-testimonial-item-wrapper .layout-4 .content {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: var(--accent);
  margin-bottom: 50px;
  text-align: center;
}
.elementor-testimonial-item-wrapper .layout-4 .testimonial-caption {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-4 .testimonial-caption:before {
  color: #fff;
  background-color: var(--primary);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
  right: -20px;
  position: relative;
}
.elementor-testimonial-item-wrapper .layout-4 .elementor-testimonial-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-4 .details {
  margin-left: 15px;
}
.elementor-testimonial-item-wrapper .layout-4 .slick-slide.slick-center .inner:before {
  color: var(--primary);
}

.elementor-widget-onilife-testimonials .onilife-carousel .slick-list {
  padding: 30px 0;
  margin: -30px 0;
}

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

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

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

.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(--primary);
  background-color: transparent;
  border: none;
}

.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: #000000;
  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(--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(--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(--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: #F02757;
}

.elementor-counter .elementor-counter-title {
  text-align: left;
}

.elementor-widget-progress .elementor-progress-wrapper {
  overflow: inherit !important;
}
.elementor-widget-progress .elementor-progress-percentage {
  position: relative;
  top: -35px;
  background-color: var(--primary);
  padding: 5px 12px;
  border-radius: 50px;
  height: 24px;
  line-height: 12px;
}
.elementor-widget-progress .elementor-progress-percentage:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: var(--primary);
}

.elementor-align-justify .elementor-button {
  text-align: justify;
}

.elementor-button-typo-link .elementor-button {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  color: var(--accent);
  background-color: transparent;
}
.elementor-button-typo-link .elementor-button .elementor-button-icon {
  color: var(--primary);
}
.elementor-button-typo-link .elementor-button .elementor-button-text {
  position: relative;
}
.elementor-button-typo-link .elementor-button .elementor-button-text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--primary);
  -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;
}
.elementor-button-typo-link .elementor-button:hover {
  color: var(--primary);
  background-color: transparent;
}
.elementor-button-typo-link .elementor-button:hover .elementor-button-text:after {
  width: 100%;
  left: 0;
  right: auto;
}

.elementor-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 30px;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  background-color: var(--primary);
}
.elementor-button:hover {
  color: #ffffff;
  background-color: var(--primary);
}
.elementor-button .elementor-align-icon-left {
  margin-right: 8px;
}
.elementor-button .elementor-button-icon i {
  font-size: 20px;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 8px;
}

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 11px;
  padding: 10px 20px;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 20px 40px;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 22px 45px;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 24px;
  padding: 25px 50px;
}

.elementor-widget-button.elementor-button-info .elementor-button {
  border-color: #71d7f7;
}
.elementor-widget-button.elementor-button-info .elementor-button:before {
  background-color: #71d7f7;
}
.elementor-widget-button.elementor-button-success .elementor-button {
  border-color: #5cb85c;
}
.elementor-widget-button.elementor-button-success .elementor-button:before {
  background-color: #5cb85c;
}
.elementor-widget-button.elementor-button-warning .elementor-button {
  border-color: #f0ad4e;
}
.elementor-widget-button.elementor-button-warning .elementor-button:before {
  background-color: #f0ad4e;
}
.elementor-widget-button.elementor-button-danger .elementor-button {
  border-color: #d9534f;
}
.elementor-widget-button.elementor-button-danger .elementor-button:before {
  background-color: #d9534f;
}

.button-style-onilife-yes .elementor-button-wrapper {
  line-height: 0;
}
.button-style-onilife-yes .elementor-button {
  position: relative;
  overflow: hidden;
}
.button-style-onilife-yes .elementor-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: var(--primary_hover);
  -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-onilife-yes .elementor-button:hover:before {
  width: 100%;
}
.button-style-onilife-yes .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
.button-style-onilife-yes.elementor-button-typo-link .elementor-button:before {
  content: none;
}

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

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

.icon-style-onilife-yes .elementor-icon {
  position: relative;
}
.icon-style-onilife-yes .elementor-icon:after {
  top: -9px;
  left: -10px;
  padding: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-style-onilife-yes:hover .elementor-icon {
  -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: scale(0.9);
}
.icon-style-onilife-yes:hover .elementor-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.iconbox-style-onilife-yes .elementor-icon {
  color: #fff;
  box-shadow: 0 0 0 3px var(--primary);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.iconbox-style-onilife-yes .elementor-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.iconbox-style-onilife-yes:hover .elementor-icon {
  -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(--primary);
  background: transparent !important;
}
.iconbox-style-onilife-yes:hover .elementor-icon:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}

.elementor-image-box-wrapper .elementor-image-box-img img {
  display: inline-block;
}

.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-img a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  z-index: 10;
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
  bottom: 0;
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a:before {
  opacity: 1;
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-content {
  position: absolute;
  width: 100%;
  bottom: -40px;
  z-index: 11;
  transition: all 0.3s ease;
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 0;
  font-size: 14px;
  background-color: var(--primary);
}
.onilife-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  color: #ffffff;
}

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

.hover-style-yes .elementor-icon-list-item {
  position: relative;
  border-bottom: 2px solid #28221D;
}
.hover-style-yes .elementor-icon-list-item:after {
  width: 0;
  background-color: white;
  top: 0;
  position: absolute;
  content: "";
  height: 100%;
}
.hover-style-yes .elementor-icon-list-item:before {
  left: 0;
  top: 2px;
  position: absolute;
  content: "";
  background-color: var(--primary);
  width: 0;
  height: calc(100% - 2px);
}
.hover-style-yes .elementor-icon-list-item:hover:after {
  width: calc(100% - 4px);
  -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;
  left: 4px;
}
.hover-style-yes .elementor-icon-list-item:hover:before {
  width: 4px;
  -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-yes .elementor-icon-list-item:hover a, .hover-style-yes .elementor-icon-list-item:hover span {
  color: var(--primary) !important;
  position: relative;
  z-index: 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;
}
.hover-style-yes .elementor-icon-list-item:last-child:before {
  top: 0;
  height: 100%;
}

.style-theme-onilife-yes .elementor-accordion .elementor-accordion-item {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid var(--border);
  border-left: none;
  border-right: none;
  border-top: 0;
}
.style-theme-onilife-yes .elementor-accordion .elementor-accordion-title {
  padding: 0;
}
.style-theme-onilife-yes .elementor-accordion .elementor-tab-title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -1px;
  cursor: pointer;
  outline: none;
  color: #000000;
}
.style-theme-onilife-yes .elementor-accordion .elementor-tab-title:last-child {
  padding-top: 0;
}
.style-theme-onilife-yes .elementor-accordion .elementor-tab-content {
  padding: 0 0 20px 45px;
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  border-top: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border-top: none;
}

.image-style-onilife-yes.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a img {
  transform: scale(1);
  transition: transform 0.35s;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:before, .image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:after {
  transform: scale(0.9);
  transition: transform 0.35s, all 0.7s;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  margin-left: -50%;
  top: 25%;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 0 1px;
  z-index: 2;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  margin-left: -25%;
  top: 0;
  border-color: rgba(200, 200, 200, 0);
  border-style: solid;
  border-width: 1px 0;
  z-index: 2;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:hover img {
  transform: scale(1.09);
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:hover:before {
  height: 100%;
  top: 0;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  width: 100%;
  margin-left: -50%;
}
.image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:hover:before, .image-style-onilife-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  border-color: #ffffff;
}

.onilife-custom-background-section-yes > .elementor-container {
  position: relative;
}
.onilife-custom-background-section-yes > .elementor-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #F6F6F6;
}

.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% !important;
  z-index: 99;
  background-color: transparent !important;
}

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

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

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

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

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

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

.elementor-counter .elementor-counter-number-wrapper {
  align-items: baseline;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
  justify-content: flex-end;
}
.elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
  justify-content: flex-start;
}
.elementor-position-center .elementor-counter .elementor-counter-number-wrapper {
  justify-content: center;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  flex-grow: 0;
}
.elementor-position-right .elementor-counter .elementor-counter-title {
  text-align: right;
}
.elementor-position-left .elementor-counter .elementor-counter-title {
  text-align: left;
}
.elementor-position-center .elementor-counter .elementor-counter-title {
  text-align: center;
}

.btn-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-slide span {
  position: relative;
}
.btn-slide span:before, .btn-slide span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
}
.btn-slide span:before {
  margin-right: 8px;
}
.btn-slide span:after {
  margin-left: 8px;
}
.btn-slide:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  border-radius: 50px;
  background-color: transparent;
  width: 44px;
  height: 56px;
  -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;
}
.btn-slide:hover:before {
  background-color: white;
  width: calc(100% + 4px);
  -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;
}
.btn-slide:hover span {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
  -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;
}
.btn-slide:hover span:before, .btn-slide:hover span:after {
  background-color: var(--primary);
}

.btn-link-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-link-slide:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: var(--primary);
  margin-right: 8px;
}
.btn-link-slide:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--primary);
  -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;
}
.btn-link-slide:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -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;
}

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