.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-cta,
.elementor-widget-call-to-action .elementor-widget-container {
  overflow: hidden;
}

.elementor-cta {
  position: relative;
  display: flex;
  transition: 0.5s;
}
.elementor-cta .elementor-cta__button .elementor-button-text {
  display: flex;
  align-items: center;
}

a.elementor-cta:hover {
  text-decoration: none;
}

.elementor-cta--skin-classic .elementor-cta__content-inner {
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta {
  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 {
  transition: all 0.4s;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #3a3f45;
  border-color: #3a3f45;
  fill: #3a3f45;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 360px;
}
.elementor-cta--skin-cover .elementor-content-wrapper {
  display: flex;
  flex-direction: column;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button:after {
  background-color: #fff;
}

.content-stretch-yes {
  height: 100%;
}
.content-stretch-yes .elementor-widget-container, .content-stretch-yes .elementor-cta {
  height: 100%;
}
.content-stretch-yes.elementor-cta--skin-cover .elementor-cta__content {
  height: 100%;
}

.cta_style-hover-yes .elementor-cta__subtitle {
  max-height: 100px;
  visibility: visible;
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta_style-hover-yes .elementor-cta__title {
  order: -1;
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta_style-hover-yes .elementor-cta__description, .cta_style-hover-yes .elementor-cta__button-wrapper {
  max-height: 0;
  opacity: 0;
  transform: translateY(30px);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta_style-hover-yes:hover .elementor-cta__subtitle {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
.cta_style-hover-yes:hover .elementor-cta__description, .cta_style-hover-yes:hover .elementor-cta__button-wrapper {
  max-height: 250px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.elementor-cta--layout-image-above .elementor-cta {
  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 {
  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 {
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  flex-direction: row-reverse;
}

.elementor-cta--layout-icon-left .elementor-cta__content-inner,
.elementor-cta--layout-icon-right .elementor-cta__content-inner {
  display: flex;
  flex-wrap: nowrap;
}
.elementor-cta--layout-icon-left .elementor-cta__content-item,
.elementor-cta--layout-icon-right .elementor-cta__content-item {
  width: auto;
}

.elementor-cta--layout-icon-left .elementor-cta__content-inner {
  flex-direction: row;
}

.elementor-cta--layout-icon-right .elementor-cta__content-inner {
  flex-direction: row-reverse;
}

.elementor-cta__bg, .elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
}

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

.elementor-cta__bg {
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  background-repeat: no-repeat;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}
.elementor-cta__bg-overlay img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  width: 100%;
}

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

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}
.elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.bg-subtitle-yes .elementor-cta__subtitle {
  display: inline;
  max-width: fit-content;
  padding: 10px 18px;
  border-radius: 20px;
  background-color: var(--primary);
}

.elementor-cta__image {
  padding: 15px;
}
.elementor-cta__image img {
  margin: auto;
}

.elementor-cta--valign-top .elementor-cta__content {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
  align-content: center;
  align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
  align-content: flex-end;
  align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .elementor-cta-layout-graphic-image-left .elementor-cta__content-inner,
.elementor-cta-layout-graphic-image-right .elementor-cta__content-inner {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .elementor-cta-layout-graphic-image-left .elementor-content-wrapper,
.elementor-cta-layout-graphic-image-right .elementor-content-wrapper {
    min-width: 250px;
  }

  .elementor-cta-layout-graphic-image-left .elementor-cta__content-inner {
    flex-direction: row;
  }

  .elementor-cta-layout-graphic-image-right .elementor-cta__content-inner {
    flex-direction: row-reverse;
  }
}
.elementor-cta-image-overlay-layout-above .elementor-cta__bg-overlay img {
  top: 0;
}

.elementor-cta-image-overlay-layout-below .elementor-cta__bg-overlay img {
  bottom: 0;
}

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

  .elementor-cta--laptop-layout-image-left .elementor-cta,
.elementor-cta--laptop-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta__content,
.elementor-cta--laptop-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--laptop-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--laptop-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta,
.elementor-cta--tablet-layout-image-right .elementor-cta {
    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 {
    flex-grow: 1;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--tablet-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 880px) {
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--mobile_extra-layout-image-left .elementor-cta,
.elementor-cta--mobile_extra-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,
.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--mobile_extra-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    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 {
    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 {
    flex-grow: 1;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--mobile-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.09);
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
  transform: scale(1);
}

.elementor-bg-transform-move-left .elementor-bg {
  transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
  transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-right:hover .elementor-bg {
  transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-up .elementor-bg {
  transform: scale(1.2) translateY(8%);
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
  transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down:hover .elementor-bg {
  transform: scale(1.2) translateY(8%);
}

.elementor-animated-content {
  --translate: 0,0 ;
}

.elementor-animated-content:hover .elementor-animated-item--grow {
  transform: scale(1.1);
}

.elementor-animated-content:hover .elementor-animated-item--shrink {
  transform: scale(0.85);
}

.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
  transform: scale(1);
}

.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
  transform: scale(1);
  opacity: 1;
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
  opacity: 0;
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
  transform: scale(0.2);
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
  transform: scale(2);
}

.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
  transform: translateX(1000px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
  transform: translateX(-1000px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  transform: translateY(-600px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
  transform: translateY(600px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  opacity: 0;
}

.elementor-animated-content:hover .elementor-animated-item--move-right {
  transform: translateX(30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-left {
  transform: translateX(-30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-up {
  transform: translateY(-30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-down {
  transform: translateY(30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
  --translate: 8%,0 ;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
  --translate: -8%,0 ;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
  --translate: 0,-8% ;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
  --translate: 0,8% ;
}

.elementor-animated-content [class^=elementor-animated-item] {
  will-change: transform, opacity;
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
  transform: scale(1.17);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
  transform: scale(0.2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
  transform: scale(2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
  opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
  opacity: 1;
  transform: scale(1);
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
  transform: translateX(1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
  transform: translateX(-1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
  transform: translateY(-600px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
  transform: translateY(500px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
  opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
  transform: scale(1.2) translate(var(--translate));
}

.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  justify-content: center;
}
.elementor-brand-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.elementor-brand-item .elementor-brand-image {
  position: relative;
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image a {
  display: inline-flex;
}
.elementor-brand-item .elementor-brand-image i {
  font-size: 40px;
  margin: 0 auto;
}
.elementor-brand-item .elementor-brand-image img, .elementor-brand-item .elementor-brand-image i, .elementor-brand-item .elementor-brand-image svg {
  margin: 0 auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -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;
}
.elementor-brand-item .elementor-brand-image svg path {
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image .elementor-animation-brand {
  position: relative;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.elementor-brand-wrapper .row {
  justify-content: center;
}
.elementor-brand-wrapper img {
  transition: all ease 0.3s;
}
.elementor-brand-wrapper .grid-item:hover img, .elementor-brand-wrapper .grid-item:hover i, .elementor-brand-wrapper .grid-item:hover svg {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.elementor-widget-olight-brand .olight-carousel .grid-item {
  margin-bottom: 0 !important;
}

:root {
  --page-breadcrumb-display: block;
}

.breadcrumb-wrap {
  display: var(--page-breadcrumb-display);
  position: relative;
}
.breadcrumb-wrap .breadcrumb-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor-widget-olight-woocommerce-breadcrumb .elementor-widget-container {
  display: flex;
  flex-direction: column;
}
.elementor-widget-olight-woocommerce-breadcrumb .elementor-widget-container .woocommerce-breadcrumb span {
  margin: 0 10px;
}

.hidden-olight-title-yes .olight-woocommerce-title {
  display: none;
}

.hidden-olight-link-yes .woocommerce-breadcrumb {
  display: none;
}

.content-switch-yes .elementor-widget-container {
  display: flex;
  flex-direction: column-reverse;
}

.single-product .hidden-olight-title-single-yes .olight-woocommerce-title, .single-post .hidden-olight-title-single-yes .olight-woocommerce-title {
  display: none;
}

.olight-button-popup {
  display: flex;
}
.olight-button-popup .elementor-button-text {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  top: -3px;
}
.olight-button-popup .elementor-button-content-wrapper {
  gap: 0;
}
.olight-button-popup .button-popup {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .olight-button-popup .button-popup {
    display: none;
  }
}
.olight-button-popup .button-popup: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;
}
.olight-button-popup .button-popup:hover .line2 {
  width: 16px;
}
.olight-button-popup .button-popup:hover .line {
  background: var(--primary);
}
.olight-button-popup .line-container {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.olight-button-popup .line {
  background: var(--accent);
  height: 2px;
  width: 16px;
  -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;
}
.olight-button-popup .line2 {
  width: 10px;
  -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;
}

.button-popup {
  display: block;
  font-size: 24px;
  color: var(--accent);
}

.elementor-widget-olight-button-popup .button-popup-content {
  display: none !important;
}

.button-popup-content {
  display: flex;
  flex-direction: column;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: scroll;
  transition: transform 0.25s ease;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.button-popup-content .mfp-close {
  font-size: 0;
  opacity: 1;
  border-radius: 100%;
  right: 20px;
  top: 40px;
  position: absolute;
  color: var(--light) !important;
}
.button-popup-content .mfp-close: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;
}
.button-popup-content .mfp-close:hover:before {
  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;
}
.button-popup-content .mfp-close:before {
  font-size: 30px;
  color: #212121;
}

.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.my-mfp-zoom-in .button-popup-content {
  opacity: 1;
  -webkit-animation: vamtam-fade-in 0.3s forwards linear !important;
  animation: vamtam-fade-in 0.3s forwards linear !important;
}

.my-mfp-zoom-in.mfp-ready .button-popup-content {
  opacity: 1;
  -webkit-animation: vamtam-fade-in 0.3s forwards linear !important;
  animation: vamtam-fade-in 0.3s forwards linear !important;
}

.my-mfp-zoom-in.mfp-removing .button-popup-content {
  opacity: 1;
  -webkit-animation: vamtam-fade-out 0.3s forwards linear !important;
  animation: vamtam-fade-out 0.3s forwards linear !important;
}

.my-mfp-slide-top .button-popup-content {
  transform: translateY(100%);
}
.my-mfp-slide-top.mfp-ready .button-popup-content {
  transform: translateY(0);
}
.my-mfp-slide-top.mfp-removing .button-popup-content {
  transform: translateY(100%);
}
.my-mfp-slide-right .button-popup-content {
  transform: translateX(-100%);
  left: 0;
}
.my-mfp-slide-right.mfp-ready .button-popup-content {
  transform: translateX(0);
}
.my-mfp-slide-right.mfp-removing .button-popup-content {
  transform: translateX(-100%);
}
.my-mfp-slide-bottom .button-popup-content {
  transform: translateY(-100%);
}
.my-mfp-slide-bottom.mfp-ready .button-popup-content {
  transform: translateY(0);
}
.my-mfp-slide-bottom.mfp-removing .button-popup-content {
  transform: translateY(-100%);
}
.my-mfp-slide-left .button-popup-content {
  transform: translateX(100%);
}
.my-mfp-slide-left.mfp-ready .button-popup-content {
  transform: translateX(0);
}
.my-mfp-slide-left.mfp-removing .button-popup-content {
  transform: translateX(100%);
}

@keyframes vamtam-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vamtam-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-form {
  margin: 0;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.wpcf7-form .row [class*=column-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.wpcf7-form .row [class*=column-50], .wpcf7-form .row [class^=column-50] {
  flex: 50%;
}
.wpcf7-form .row [class*=column-100], .wpcf7-form .row [class^=column-100] {
  flex: 100%;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form button[type=submit] {
  width: 100%;
}
.wpcf7-form button[type=submit] .btn-text {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .wpcf7-form .row [class*=column] {
    flex: 100% !important;
  }
}
.elementor-widget-olight-countdown {
  --item_gap: 15px;
  --digits_height: 36px;
  --digits_width: 36px;
}
.elementor-widget-olight-countdown .elementor-olight-countdown {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: var(--item_gap);
}
.elementor-widget-olight-countdown .elementor-countdown-item {
  display: flex;
  flex-direction: column;
}
.elementor-widget-olight-countdown .elementor-countdown-item:last-child .elementor-countdown-digits::after {
  display: none;
}
.elementor-widget-olight-countdown .elementor-countdown-label {
  text-align: center;
  color: var(--accent);
}
.elementor-widget-olight-countdown .elementor-countdown-digits {
  position: relative;
  text-align: center;
  color: white;
  background: var(--primary);
  border-radius: 9px;
  min-width: var(--digits_width);
  height: var(--digits_height);
  line-height: var(--digits_height);
}
.elementor-widget-olight-countdown .elementor-countdown-digits::after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-1 * var(--item_gap) / 2 - 4px);
}

.number-gradient-yes .elementor-counter-number-wrapper .elementor-counter-number-prefix, .number-gradient-yes .elementor-counter-number-wrapper .elementor-counter-number, .number-gradient-yes .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  background: linear-gradient(180deg, #FFF 41.65%, rgba(255, 255, 255, 0) 80.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-header-group-wrapper .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action i {
  display: flex;
}
.elementor-header-group-wrapper .header-group-action > div {
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
  margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
  margin-right: 0;
}
.elementor-header-group-wrapper .header-group-action .site-header-cart .cart-contents {
  line-height: 1;
  white-space: nowrap;
}
.elementor-header-group-wrapper .header-group-action .site-header-cart .woocommerce-Price-amount {
  font-size: 14px;
  line-height: 1;
}
.elementor-header-group-wrapper .site-header-account a {
  align-items: center;
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  position: relative;
  font-size: 12px;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.hidden-olight-content-search-yes .search-content {
  display: none;
}

.elementor-widget-olight_animated-headline .elementor-headline {
  margin-bottom: 0;
}
.elementor-widget-olight_animated-headline .elementor-headline-dynamic-text {
  color: var(--text_light);
}
.elementor-widget-olight_animated-headline .elementor-headline-plain-text {
  color: var(--accent);
}

.elementor-widget-olight-image-carousel .image-carousel-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.elementor-widget-olight-image-carousel .image-carousel-item a svg {
  width: 18px;
  fill: #fff;
}
.elementor-widget-olight-image-carousel .image-carousel-item a .hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  transition: all ease 0.45s;
  pointer-events: none;
  font-size: 18px;
  transform: translate(-50%, -50%);
}
.elementor-widget-olight-image-carousel .image-carousel-item a:hover .hover-icon {
  opacity: 1;
}
.elementor-widget-olight-image-carousel .image-carousel-item a:hover img {
  filter: brightness(0.5);
}
.elementor-widget-olight-image-carousel .image-carousel-item img {
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .elementor-widget-olight-image-carousel.layout-masonry-yes .d-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-olight-image-carousel.layout-masonry-yes .d-grid .grid-item:nth-child(-5n+3) {
    grid-column-end: 2 span;
    grid-row-end: 2 span;
  }
}
.elementor-widget-olight-image-carousel.layout-special-yes .d-grid .grid-item:nth-child(even) {
  margin-top: 50px;
}
.elementor-widget-olight-image-carousel.layout-special-yes .swiper-wrapper > .grid-item:nth-child(even) {
  margin-top: 50px;
}

.elementor-widget-olight-image-location .slick-list {
  overflow: visible;
  clip-path: inset(-30px -14px);
}
.elementor-widget-olight-image-location .slick-slide:not(.slick-active) .post-inner {
  box-shadow: unset;
}
.elementor-widget-olight-image-location .olight-swiper-wrapper .elementor-swiper-button {
  opacity: 1;
}
@media (max-width: 767px) {
  .elementor-widget-olight-image-location .olight-swiper-wrapper .elementor-swiper-button {
    display: none;
    opacity: 0;
  }
}
.elementor-widget-olight-image-location .olight-swiper-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  left: -210px;
}
.elementor-widget-olight-image-location .olight-swiper-wrapper .elementor-swiper-button.elementor-swiper-button-next {
  right: -210px;
}

.elementor-image-locations-item .elementor-grid-item-inner {
  display: flex;
  flex-direction: row;
  gap: clamp(15px, 4.5vmax, 80px);
}
@media (max-width: 800px) {
  .elementor-image-locations-item .elementor-grid-item-inner {
    flex-direction: column;
  }
}
.elementor-image-locations-item .elementor-image-locations-left {
  width: clamp(220px, 25vmax, 410px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .elementor-image-locations-item .elementor-image-locations-left {
    width: 100%;
    text-align: center;
  }
  .elementor-image-locations-item .elementor-image-locations-left h3 {
    font-size: 32px;
  }
}
.elementor-image-locations-item .elementor-image-locations-left .image-locations-button {
  margin-top: 35px;
}
.elementor-image-locations-item .elementor-image-locations-left .link-button {
  background-color: var(--primary);
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
}
.elementor-image-locations-item .elementor-image-locations-left .link-button i {
  transform: rotate(-45deg);
  margin-left: 8px;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.elementor-image-locations-item .elementor-image-locations-left .link-button:hover {
  background-color: var(--highligh);
}
.elementor-image-locations-item .elementor-image-locations-left .link-button:hover i {
  transform: rotate(0);
}
.elementor-image-locations-item .elementor-image-locations-right {
  margin-left: auto;
  margin-right: auto;
}
.elementor-image-locations-item .elementor-image-locations-right h3 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
}
.elementor-image-locations-item .elementor-image-locations-right h3 i {
  font-size: 10px;
  color: var(--primary);
  padding: 0 15px;
}

.imp-objects .imp-object-text {
  font-size: 30px;
  color: #fff;
  pointer-events: none;
}

.imp-tooltip-wrap .imp-tooltip {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h1, .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h2, .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h3, .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h4, .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h5, .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content h6 {
  padding: 0 !important;
  margin-bottom: 7px !important;
}
.imp-tooltip-wrap .imp-tooltip .imp-tooltip-content p, .imp-tooltip-wrap .imp-tooltip .imp-tooltip-content span {
  font-size: 16px !important;
  font-family: var(--e-global-typography-text-font-family) !important;
  padding: 0 !important;
}

.imp-ui-light .imp-fullscreen-button {
  display: none;
}

.elementor-imgbox-item-wrapper {
  position: relative;
}
.elementor-imgbox-item-wrapper .grid-item {
  height: auto;
}
.elementor-imgbox-item-wrapper .imgbox-wrapper:hover .imgbox-image {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.elementor-imgbox-item-wrapper .imgbox-wrapper:hover .imgbox-title a, .elementor-imgbox-item-wrapper .imgbox-wrapper:hover .imgbox-title {
  color: var(--primary);
}
.elementor-imgbox-item-wrapper .imgbox-image {
  margin-bottom: 18px;
  border-radius: 18px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-imgbox-item-wrapper .imgbox-image img {
  border-radius: 18px;
}
.elementor-imgbox-item-wrapper .imgbox-title {
  color: var(--accent);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.olight-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.olight-language-switcher span {
  font-size: 14px;
  line-height: 1.5714285714;
  color: var(--accent);
  font-weight: 500;
}
.olight-language-switcher .language-switcher-head img {
  margin-right: 6px;
}
.olight-language-switcher .language-switcher-head:after {
  font-size: 6px;
}
.olight-language-switcher a {
  display: block;
}
.olight-language-switcher img {
  display: inline-block;
  height: 12px;
  width: 15px;
  object-fit: cover;
  margin-right: 6px;
}
.olight-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.olight-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 20px);
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.olight-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  top: -25px;
}
.olight-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.olight-language-switcher .sub-item a:hover, .olight-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.olight-language-switcher .sub-item li span {
  color: var(--text);
}
.olight-language-switcher li.item {
  position: relative;
}

.language-switcher-action-hover li.item {
  position: relative;
}
.language-switcher-action-hover li.item:hover .sub-item {
  display: block;
}

.language-switcher-action-click li.item.active .sub-item {
  display: block;
}

.language-switcher-dropdown-position-bottom_right .olight-language-switcher .sub-item {
  right: 0;
  left: unset;
}
.language-switcher-dropdown-position-bottom_center .olight-language-switcher .sub-item {
  left: 50%;
  transform: translateX(-50%);
}
.language-switcher-dropdown-position-top_left .olight-language-switcher .sub-item {
  top: unset;
  bottom: calc(100% + 20px);
}
.language-switcher-dropdown-position-top_left .olight-language-switcher .sub-item:before {
  top: unset;
  bottom: -25px;
}
.language-switcher-dropdown-position-top_right .olight-language-switcher .sub-item {
  right: 0;
  left: unset;
  top: unset;
  bottom: calc(100% + 20px);
}
.language-switcher-dropdown-position-top_right .olight-language-switcher .sub-item:before {
  top: unset;
  bottom: -25px;
}
.language-switcher-dropdown-position-top_center .olight-language-switcher .sub-item {
  top: unset;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
.language-switcher-dropdown-position-top_center .olight-language-switcher .sub-item:before {
  top: unset;
  bottom: -25px;
}

.mc4wp-form-style .mc4wp-form {
  margin: 0;
}
.mc4wp-form-style .mc4wp-form .mc4wp-form-fields {
  display: block;
}
.mc4wp-form-style .mc4wp-form input[type=email] {
  width: 75%;
}
@media (max-width: 767px) {
  .mc4wp-form-style .mc4wp-form input[type=email] {
    width: 100%;
  }
}
.mc4wp-form-style .mc4wp-form button[type=submit] {
  width: 25%;
}
@media (max-width: 767px) {
  .mc4wp-form-style .mc4wp-form button[type=submit] {
    width: 100%;
  }
}
.mc4wp-form-style .mc4wp-form button[type=submit] .elementor-btn-text {
  position: relative;
  z-index: 1;
}
.mc4wp-form-style .mc4wp-form .policy {
  margin-top: 20px;
}
.mc4wp-form-style .mc4wp-form .policy input[type=checkbox] {
  margin-right: 8px;
}

.mc4wp-form-flex-yes .mailchimp-form {
  display: flex;
}
@media (max-width: 767px) {
  .mc4wp-form-flex-yes .mailchimp-form {
    flex-direction: column;
  }
}

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

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

@media (min-width: 768px) {
  .elementor-widget-olight-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item:hover {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
  }
  .elementor-widget-olight-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item:hover::after {
    display: block;
  }
  .elementor-widget-olight-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item:hover > a:not(:hover) {
    color: var(--accent);
  }
  .elementor-widget-olight-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item.current-menu-item:hover > a:not(:hover) {
    color: var(--accent);
  }
  .elementor-widget-olight-nav-menu.show-style-menu-yes .main-navigation .sub-menu {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .elementor-widget-olight-nav-menu.show-style-menu-yes .main-navigation .sub-menu .sub-menu {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
}
.main-navigation-style-popup .main-navigation-button .olight-icon-menu {
  font-size: 24px;
}
.main-navigation-style-popup .main-navigation {
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.3s;
  width: auto;
  background: #f4f1ea;
}
.main-navigation-style-popup .main-navigation ul.menu {
  margin-left: 0;
  margin-right: 0;
}
.main-navigation-style-popup .main-navigation ul.menu > li.menu-item > a {
  padding: 2em 1em;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper {
  position: relative;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .main-navigation {
  left: 100%;
  pointer-events: auto;
  opacity: 1;
  z-index: 99;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .olight-icon-menu {
  position: relative;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .olight-icon-menu:after {
  background: #212121;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .olight-icon-menu:before {
  content: none;
}
.main-navigation-style-popup .primary-navigation {
  white-space: nowrap;
}

.navigation-post-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  gap: 30px;
  text-transform: uppercase;
}
.navigation-post-filter a {
  padding: 24px 0;
  position: relative;
}
.navigation-post-filter a:after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--primary);
  bottom: -1px;
  left: 0;
  width: 0;
  transition: all ease 0.3s;
}
.navigation-post-filter a.active:after {
  width: 100%;
}

.elementor-widget-olight-post-grid .blog-list {
  margin-bottom: 0;
}

.blog-column .blog-list {
  margin-bottom: 30px;
}
.blog-column .blog-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.blog-column .blog-list .entry-excerpt {
  -webkit-line-clamp: 3;
}
@media (min-width: 800px) {
  .blog-column .blog-list .post-thumbnail {
    padding-top: 35%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }
}

@media (min-width: 800px) {
  .elementor-post-style-2 .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.elementor-post-style-2 .blog-style-grid .blog-grid .post-content {
  text-align: left;
  padding: 0;
}
.elementor-post-style-2 .blog-style-grid .blog-grid .entry-meta {
  justify-content: flex-start;
}
.elementor-post-style-2 .blog-style-grid .blog-grid .entry-title {
  font-size: 30px;
}

.elementor-pagination {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
@media (max-width: 568px) {
  .elementor-pagination {
    margin: 30px 0 0;
  }
}
.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: var(--accent);
  width: 43px;
  height: 44px;
  transition: all ease 0.3s;
  box-shadow: 0 0 0 1px var(--border);
  border-radius: 8px;
  background: none;
}
.elementor-pagination .page-numbers.current {
  color: var(--white);
  background-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  z-index: 2;
  position: relative;
}
.elementor-pagination .page-numbers.current:hover {
  color: var(--white);
}
.elementor-pagination .page-numbers:hover {
  background-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  color: var(--white);
  text-decoration: none;
}
.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  color: var(--text);
  font-size: 0;
}
.elementor-pagination .page-numbers.prev:hover, .elementor-pagination .page-numbers.next:hover {
  color: var(--white);
}

.elementor-widget-olight-product-categories.content-stretch-yes {
  height: 100%;
}
.elementor-widget-olight-product-categories.content-stretch-yes .elementor-widget-container, .elementor-widget-olight-product-categories.content-stretch-yes .elementor-categories-item-wrapper {
  height: 100%;
}
.elementor-widget-olight-product-categories.content-stretch-yes .d-grid {
  height: 100%;
}
.elementor-widget-olight-product-categories .category-product-img {
  position: relative;
}
.elementor-widget-olight-product-categories .category-product-img img, .elementor-widget-olight-product-categories .category-product-img svg, .elementor-widget-olight-product-categories .category-product-img i {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories .category-product-img a {
  display: block;
  position: relative;
}
.elementor-widget-olight-product-categories .category-product-img svg {
  width: 48px;
  fill: var(--primary);
}
.elementor-widget-olight-product-categories .category-product-img i {
  font-size: 48px;
  color: var(--primary);
}
.elementor-widget-olight-product-categories .cat-title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: capitalize;
}
.elementor-widget-olight-product-categories .cat-total {
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.elementor-widget-olight-product-categories .product-cat {
  position: relative;
}
.elementor-widget-olight-product-categories .layout-1 .product-cat:hover .category-product-img img, .elementor-widget-olight-product-categories .layout-1 .product-cat:hover .category-product-img svg, .elementor-widget-olight-product-categories .layout-1 .product-cat:hover .category-product-img i {
  transform: scale(1.1);
}
.elementor-widget-olight-product-categories .layout-1 .product-cat:hover .cat-title a {
  color: var(--primary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories .layout-1 .category-product-img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories .layout-2 .product-cat {
  background: #F6F6F6;
  border-radius: 18px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.elementor-widget-olight-product-categories .layout-2 .product-cat:before {
  position: absolute;
  width: 135px;
  height: 130px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #FFFFFF 62.94%);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  z-index: 0;
  clip-path: path("M0 0.921509H135L104.492 59.2452C88.7231 89.3921 45.5289 89.2613 29.9427 59.0193L0 0.921509Z");
}
.elementor-widget-olight-product-categories .layout-2 .product-cat .category-product-img {
  margin-bottom: 20px;
}
.elementor-widget-olight-product-categories .layout-2 .product-cat .product-cat-content {
  position: relative;
}
.elementor-widget-olight-product-categories .layout-2 .product-cat:hover {
  background: var(--primary);
}
.elementor-widget-olight-product-categories .layout-2 .product-cat:hover svg, .elementor-widget-olight-product-categories .layout-2 .product-cat:hover i {
  color: #fff;
  fill: #fff;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories .layout-2 .product-cat:hover .cat-title a, .elementor-widget-olight-product-categories .layout-2 .product-cat:hover .cat-total {
  color: #fff;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories .layout-2 .product-cat:hover:before {
  opacity: 0.18;
}
.elementor-widget-olight-product-categories .layout-3 .category-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.elementor-widget-olight-product-categories .layout-3 .category-product-img a {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--accent);
  border-radius: 100%;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.elementor-widget-olight-product-categories .layout-3 .category-product-img a:before {
  position: absolute;
  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #FFFFFF 68.47%);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  z-index: 0;
  transform: translateY(-20px);
  opacity: 0;
  clip-path: path("M0 0.5H120L104.504 31.1365C85.9414 67.8345 33.4801 67.6787 15.1361 30.8711L0 0.5Z");
}
.elementor-widget-olight-product-categories .layout-3 .category-product-img svg {
  width: 64px;
  color: var(--accent);
}
.elementor-widget-olight-product-categories .layout-3 .category-product-img i {
  font-size: 64px;
  color: var(--accent);
}
.elementor-widget-olight-product-categories .layout-3 .product-cat:hover .category-product-img a {
  background: var(--primary);
  border-color: var(--primary);
}
.elementor-widget-olight-product-categories .layout-3 .product-cat:hover .category-product-img a:before {
  opacity: 0.24;
  transform: translateY(0);
}
.elementor-widget-olight-product-categories .layout-3 .product-cat:hover svg, .elementor-widget-olight-product-categories .layout-3 .product-cat:hover i {
  color: #fff;
  fill: #fff;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories .layout-3 .product-cat:hover .cat-title a, .elementor-widget-olight-product-categories .layout-3 .product-cat:hover .cat-total {
  color: var(--primary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-olight-product-categories.enable-count-yes {
  display: block;
}

.elementor-widget-olight-product-currency {
  font-size: 12px;
}
.elementor-widget-olight-product-currency .olight-woocs-dropdown {
  position: relative;
}
.elementor-widget-olight-product-currency .olight-woocs-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 20px);
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.elementor-widget-olight-product-currency .olight-woocs-dropdown-menu:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  top: -25px;
}
.elementor-widget-olight-product-currency .olight-woocs-dropdown-menu li {
  padding: 7px 15px;
  cursor: pointer;
  min-width: 130px;
}
.elementor-widget-olight-product-currency .olight-woocs-dropdown-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.elementor-widget-olight-product-currency .olight-woocs-select {
  color: var(--accent);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.elementor-widget-olight-product-currency .olight-woocs-select span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
}
.elementor-widget-olight-product-currency .olight-woocs-select i {
  font-size: 8px;
  margin-left: 5px;
  font-weight: bold;
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-bottom_right .olight-woocs-dropdown-menu {
  right: 0;
  left: unset;
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-bottom_center .olight-woocs-dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-top_left .olight-woocs-dropdown-menu {
  top: unset;
  bottom: calc(100% + 20px);
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-top_left .olight-woocs-dropdown-menu:before {
  top: unset;
  bottom: -25px;
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-top_right .olight-woocs-dropdown-menu {
  right: 0;
  left: unset;
  top: unset;
  bottom: calc(100% + 20px);
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-top_right .olight-woocs-dropdown-menu:before {
  top: unset;
  bottom: -25px;
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-top_center .olight-woocs-dropdown-menu {
  top: unset;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
.elementor-widget-olight-product-currency.olight-woocs-dropdown-position-top_center .olight-woocs-dropdown-menu:before {
  top: unset;
  bottom: -25px;
}
.elementor-widget-olight-product-currency.olight-woocs-action-hover .olight-woocs-dropdown:hover .olight-woocs-dropdown-menu {
  display: block;
}
.elementor-widget-olight-product-currency.olight-woocs-action-click .olight-woocs-dropdown.active .olight-woocs-dropdown-menu {
  display: block;
}

.elementor-html .site-content-contain {
  z-index: 100;
}
.elementor-html .product-image.no-gallery {
  display: none !important;
}

.woocommerce-product-list ul.products li.product {
  border-radius: 10px;
}
.woocommerce-product-list .product-block-list {
  display: flex;
  gap: 20px;
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
}
.woocommerce-product-list .product-block-list img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.woocommerce-product-list .product-block-list.product-block-list-1 {
  align-items: center;
  padding: 10px;
}
.woocommerce-product-list .product-block-list.product-block-list-1 .left {
  max-width: 120px;
  overflow: hidden;
  border-radius: 20px;
}
.woocommerce-product-list .product-block-list.product-block-list-1 .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 30px;
  row-gap: 10px;
}
.woocommerce-product-list .product-block-list.product-block-list-1 .right-inner {
  max-width: 300px;
}
.woocommerce-product-list .product-block-list.product-block-list-1 .price {
  min-width: 90px;
}
.woocommerce-product-list .product-block-list.product-block-list-1 .woocommerce-loop-product__title {
  font-size: 20px;
}

.woocommerce-product-list-2 .olight-products .product-block-list-2 {
  padding: 30px;
  border: 2px solid var(--border);
}
@media (max-width: 567px) {
  .woocommerce-product-list-2 .olight-products .product-block-list-2 {
    flex-direction: column;
    padding: 0;
  }
}
.woocommerce-product-list-2 .olight-products .product-block-list-2 .left {
  max-width: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 567px) {
  .woocommerce-product-list-2 .olight-products .product-block-list-2 .left {
    max-width: 100%;
  }
}
.woocommerce-product-list-2 .olight-products .product-block-list-2 .right {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 567px) {
  .woocommerce-product-list-2 .olight-products .product-block-list-2 .right {
    padding: 0 25px 25px;
  }
}
.woocommerce-product-list-2 .olight-products .product-block-list-2 .woocommerce-loop-product__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.woocommerce-product-list-2 .olight-products .product-block-list-2 .count-review {
  margin-bottom: 10px;
  justify-content: flex-start;
}
.woocommerce-product-list-2 .olight-products .product-block-list-2 .price {
  margin-bottom: 10px;
}
.woocommerce-product-list-2 .olight-products .product-block-list-2 .short-description {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce-product-list-2.product-list-on_sale .olight-products .product-block-list-2 {
  border-color: var(--primary);
}

.overflow-to-none .woocommerce-product-grid.swiper .swiper-slide {
  border-right-color: transparent;
}
.overflow-to-none .woocommerce-product-grid.swiper .swiper-slide.swiper-slide-visible {
  border-right-color: var(--border);
}

.elementor-widget-progress .elementor-progress-percentage {
  padding: 0;
  float: right;
}

.elementor-progress-bar {
  transition: width 1s ease-in-out;
  width: 0;
}

.elementor-widget-olight-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--border);
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline .timeline-line {
  width: 2px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-item {
  padding: 40px 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-item:nth-child(2n) .scroll-timeline-image {
  text-align: left;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-item:nth-child(2n) .scroll-timeline-info {
  text-align: right;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-item:last-child {
  padding: 0 !important;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-highlight {
  display: flex;
  position: relative;
  justify-content: center;
  width: 250px;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-highlight .timeline-highlight {
  height: 20px;
  width: 20px;
  background-color: var(--text_light);
  border-radius: 50%;
  display: block;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-image {
  display: inline-block;
  width: calc(50% - 125px);
  text-align: right;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-info {
  display: inline-block;
  width: calc(50% - 125px);
  text-align: left;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-subheading {
  line-height: 1.5;
  font-size: 24px;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-heading {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.elementor-widget-olight-scroll-timeline .scroll-timeline-desc {
  line-height: 1.3888888889;
  font-size: 18px;
  color: var(--text);
}
@media (max-width: 768px) {
  .elementor-widget-olight-scroll-timeline .scroll-timeline-item {
    padding: 30px 0;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline-image,
.elementor-widget-olight-scroll-timeline .scroll-timeline-info {
    width: calc(50% - 60px);
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline-highlight {
    width: 120px;
  }
  .elementor-widget-olight-scroll-timeline .timeline-image {
    font-size: 110px;
  }
}
@media (max-width: 568px) {
  .elementor-widget-olight-scroll-timeline .scroll-timeline:before {
    left: 30px;
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: none;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-item {
    flex-direction: column;
    align-items: flex-end;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-item:nth-child(2n) .scroll-timeline-image,
.elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-item:nth-child(2n) .scroll-timeline-info {
    text-align: left;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-image,
.elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-info {
    width: 100%;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-image img,
.elementor-widget-olight-scroll-timeline .scroll-timeline .scroll-timeline-info img {
    width: 100%;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline .timeline-image {
    font-size: 64px;
    margin-bottom: 15px;
  }
  .elementor-widget-olight-scroll-timeline .scroll-timeline-highlight {
    order: -1;
    width: auto;
    position: absolute;
    left: 20px;
    top: 86px;
    display: none;
  }
  .elementor-widget-olight-scroll-timeline .timeline-line {
    left: 30px;
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: none;
  }
}

.elementor-widget-olight-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-olight-search .widget_search form::before,
.elementor-widget-olight-search .widget_product_search form::before {
  content: none;
}
.elementor-widget-olight-search .widget_product_search form input[type=search],
.elementor-widget-olight-search .site-search form input[type=search] {
  min-width: 220px;
  padding: 12px 20px;
  border-radius: 8px;
}
.elementor-widget-olight-search .widget_product_search form input[type=search]::placeholder,
.elementor-widget-olight-search .site-search form input[type=search]::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_light);
}
.elementor-widget-olight-search .widget_search form input[type=submit],
.elementor-widget-olight-search .widget_search form button[type=submit],
.elementor-widget-olight-search .widget_product_search form input[type=submit],
.elementor-widget-olight-search .widget_product_search form button[type=submit],
.elementor-widget-olight-search .site-search form input[type=submit],
.elementor-widget-olight-search .site-search form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.elementor-widget-olight-search .widget_search form input[type=submit] span,
.elementor-widget-olight-search .widget_search form button[type=submit] span,
.elementor-widget-olight-search .widget_product_search form input[type=submit] span,
.elementor-widget-olight-search .widget_product_search form button[type=submit] span,
.elementor-widget-olight-search .site-search form input[type=submit] span,
.elementor-widget-olight-search .site-search form button[type=submit] span {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  display: none;
}
.elementor-widget-olight-search .widget_search form input[type=submit] i,
.elementor-widget-olight-search .widget_search form button[type=submit] i,
.elementor-widget-olight-search .widget_product_search form input[type=submit] i,
.elementor-widget-olight-search .widget_product_search form button[type=submit] i,
.elementor-widget-olight-search .site-search form input[type=submit] i,
.elementor-widget-olight-search .site-search form button[type=submit] i {
  color: var(--text_light);
  font-size: 20px;
}
.elementor-widget-olight-search .widget_search form input[type=submit]:hover,
.elementor-widget-olight-search .widget_search form button[type=submit]:hover,
.elementor-widget-olight-search .widget_product_search form input[type=submit]:hover,
.elementor-widget-olight-search .widget_product_search form button[type=submit]:hover,
.elementor-widget-olight-search .site-search form input[type=submit]:hover,
.elementor-widget-olight-search .site-search form button[type=submit]:hover {
  background: transparent;
}
.elementor-widget-olight-search .widget_search form input[type=submit]:hover i,
.elementor-widget-olight-search .widget_search form button[type=submit]:hover i,
.elementor-widget-olight-search .widget_product_search form input[type=submit]:hover i,
.elementor-widget-olight-search .widget_product_search form button[type=submit]:hover i,
.elementor-widget-olight-search .site-search form input[type=submit]:hover i,
.elementor-widget-olight-search .site-search form button[type=submit]:hover i {
  color: var(--primary);
}
.elementor-widget-olight-search .widget_search form input[type=submit]:hover span,
.elementor-widget-olight-search .widget_search form button[type=submit]:hover span,
.elementor-widget-olight-search .widget_product_search form input[type=submit]:hover span,
.elementor-widget-olight-search .widget_product_search form button[type=submit]:hover span,
.elementor-widget-olight-search .site-search form input[type=submit]:hover span,
.elementor-widget-olight-search .site-search form button[type=submit]:hover span {
  color: var(--background);
}
.elementor-widget-olight-search .search-by-category .input-dropdown-inner {
  width: 155px;
}
.elementor-widget-olight-search .search-by-category .input-dropdown-inner:after {
  height: 100%;
  top: 0;
  bottom: 0;
  transform: none;
}
.elementor-widget-olight-search.search-form-hide-search-yes .search-by-category {
  display: none;
}
.elementor-widget-olight-search.search-form-hide-search-yes .widget_product_search form input[type=search],
.elementor-widget-olight-search.search-form-hide-search-yes .widget_product_search form input[type=text] {
  padding-left: 1.41575em;
}
.elementor-widget-olight-search .site-header-search {
  display: block;
}
.elementor-widget-olight-search .site-header-search .button-search-popup {
  display: flex;
  text-decoration: none;
}
.elementor-widget-olight-search .site-header-search .button-search-popup i {
  color: var(--text);
  margin-right: 5px;
}
.elementor-widget-olight-search .site-header-search .button-search-popup .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
}
.elementor-widget-olight-search .site-header-search .button-search-popup:hover .content {
  color: var(--primary_hover);
}
.elementor-widget-olight-search .site-header-search .button-search-popup:hover i {
  color: var(--primary_hover);
}
.elementor-widget-olight-search.search-form-layout-block-yes .button-search-popup {
  display: block;
  text-align: center;
}
.elementor-widget-olight-search.search-form-layout-block-yes .button-search-popup .content {
  display: block;
}

.elementor-widget-olight-slide-scrolling {
  --p1: 0;
  --scrolling_gap: 0px;
}
.elementor-widget-olight-slide-scrolling.box-width-yes .elementor-scrolling {
  overflow: hidden;
  max-width: var(--container);
  margin: 0 auto;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-wrapper {
  white-space: nowrap;
  display: inline-flex;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-item {
  display: flex;
  transition: all ease 0.3s;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-item .scrolling-title {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-item .scrolling-title a {
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-inner {
  position: relative;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
  width: max-content;
  display: inline-flex;
  align-items: center;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-inner:last-child {
  padding-right: 30px;
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-item-inner {
  display: inline-flex;
  gap: var(--scrolling_gap);
}
.elementor-widget-olight-slide-scrolling .elementor-scrolling-item-inner:hover 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-olight-slide-scrolling a:hover {
  text-decoration: none;
}
.elementor-widget-olight-slide-scrolling .elementor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-olight-slide-scrolling .elementor-icon svg {
  fill: var(--accent);
}
.elementor-widget-olight-slide-scrolling .elementor-icon i {
  font-size: 20px;
  color: var(--accent);
}

.olight-scrolling-ltr .elementor-scrolling-inner {
  animation-name: marquee;
}

.olight-scrolling-rtl .elementor-scrolling-wrapper {
  display: inline-flex;
  justify-content: center;
  transform: translateX(-50%);
}
.olight-scrolling-rtl .elementor-scrolling-inner {
  animation-name: marqueeltr;
}

.hover-pause-yes .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
  animation-play-state: paused;
}

@keyframes marquee {
  100% {
    transform: translate(-100%);
  }
}
@keyframes marqueeltr {
  100% {
    transform: translate(100%);
  }
}
@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);
  }
}
.elementor-widget-olight-team-box .team-item {
  overflow: hidden;
  position: relative;
  -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-olight-team-box .team-item:hover .team-icon-socials {
  transform: translateY(-20px) translateX(50%);
  opacity: 1;
}
.elementor-widget-olight-team-box .team-item:hover .team-name, .elementor-widget-olight-team-box .team-item:hover .team-name a {
  color: var(--primary);
}
.elementor-widget-olight-team-box .team-top {
  position: relative;
}
.elementor-widget-olight-team-box .team-image {
  padding-top: 127.28%;
  position: relative;
  overflow: hidden;
}
.elementor-widget-olight-team-box .team-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.elementor-widget-olight-team-box .team-caption {
  padding-top: 20px;
}
.elementor-widget-olight-team-box .team-icon-socials {
  position: absolute;
  background-color: white;
  bottom: 0;
  right: 50%;
  border-radius: 18px;
  transform: translateY(0) translateX(50%);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.elementor-widget-olight-team-box .team-icon-socials ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.elementor-widget-olight-team-box .team-icon-socials ul li {
  line-height: 1;
  text-align: center;
}
.elementor-widget-olight-team-box .team-icon-socials ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.elementor-widget-olight-team-box .team-icon-socials ul li:last-child {
  margin-bottom: 0;
}
.elementor-widget-olight-team-box .team-icon-socials ul a {
  color: var(--accent);
  font-size: 16px;
  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-olight-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-olight-team-box .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
}

.elementor-testimonial-item-wrapper .grid-item {
  height: 100%;
}
.elementor-testimonial-item-wrapper .testimonial-content {
  -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-testimonial-item-wrapper .testimonial-title {
  font-weight: 500;
  color: var(--accent);
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 15px;
}
.elementor-testimonial-item-wrapper .content {
  color: var(--accent);
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.4666666667;
}
.elementor-testimonial-item-wrapper .icon {
  color: var(--primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  line-height: 1;
  margin-bottom: 12px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating svg {
  width: 14px;
  fill: #FF9E0C;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating svg, .elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
  margin: 0 2px;
  font-size: 14px;
  color: var(--highligh);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  line-height: 1;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  display: inline;
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 100px;
}
.elementor-testimonial-item-wrapper .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  color: var(--accent);
  text-transform: capitalize;
  position: relative;
  display: block;
}
.elementor-testimonial-item-wrapper .job {
  font-size: 14px;
  line-height: 1.5714285714;
  color: var(--text);
  font-weight: normal;
}
.elementor-testimonial-item-wrapper .details {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.alignment-left .details {
  flex-direction: row-reverse;
}
.alignment-left .elementor-testimonial-item {
  text-align: left;
}

.alignment-center .elementor-testimonial-item {
  text-align: center;
}
.alignment-center .details {
  flex-direction: column-reverse;
}

.alignment-right {
  right: 0;
  left: auto;
}
.alignment-right .elementor-testimonial-item {
  text-align: right;
}

.elementor-textcarousel-item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.elementor-textcarousel-item a:hover {
  text-decoration: none;
}
.elementor-textcarousel-item .textcarousel-icon {
  line-height: 1;
}
.elementor-textcarousel-item .textcarousel-icon i, .elementor-textcarousel-item .textcarousel-icon svg {
  font-size: 18px;
  width: 18px;
}

.alignment-left .elementor-textcarousel-item a {
  justify-content: start;
}

.alignment-center .elementor-textcarousel-item a {
  justify-content: center;
}

.alignment-right .elementor-textcarousel-item a {
  justify-content: end;
}

.elementor-widget-olight-vertical-menu .vertical-navigation-header {
  display: block;
  position: relative;
  cursor: auto;
}
.elementor-widget-olight-vertical-menu .vertical-navigation-header .olight-icon {
  display: none;
}
.elementor-widget-olight-vertical-menu .vertical-navigation-title {
  justify-content: space-between;
}

.nav-vertiacl-menu-layout-content-style-1 .vertical-navigation:hover .vertical-menu {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 990;
  transform: translateY(0);
}
.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-navigation-title .title-icon {
  color: var(--accent);
}

.elementor-video-wrapper {
  position: relative;
  overflow: hidden;
}
.elementor-video-wrapper .elementor-video-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-video-wrapper .elementor-video-popup:hover i, .elementor-video-wrapper .elementor-video-popup:hover svg {
  transform: scale(0);
}
.elementor-video-wrapper .elementor-video-popup:hover .elementor-video-title {
  transform: scale(1);
}
.elementor-video-wrapper .image-hover {
  position: absolute;
}
.elementor-video-wrapper .image-hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--accent);
  opacity: 0.5;
}
.elementor-video-wrapper .elementor-video-title {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 12px;
  font-weight: 600;
  transform: scale(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;
  z-index: 9;
}
.elementor-video-wrapper .elementor-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: var(--white);
  z-index: 99;
}
.elementor-video-wrapper .elementor-video-icon svg {
  width: 20px;
  height: 20px;
  -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;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  z-index: 10;
  padding: 0;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
  background-color: #F5F5F5;
  height: 40px;
  width: 40px !important;
}
.mfp-image-holder .mfp-close:after, .mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before {
  content: "";
  position: absolute;
  height: 1.3px;
  width: 20px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background-color: var(--accent);
  transform-origin: 50% 50%;
  opacity: 1;
  transition: transform ease 0.3s;
  pointer-events: none;
}
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  transform: rotate(-45deg);
}
.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
  transform: rotate(45deg);
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: #F5F5F5 !important;
}
.mfp-image-holder .mfp-close:hover:after, .mfp-image-holder .mfp-close:hover:before,
.mfp-iframe-holder .mfp-close:hover:after,
.mfp-iframe-holder .mfp-close:hover:before {
  transform: rotate(0);
}

.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: #000000;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

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

.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-widget-icon-list ul {
  margin: 0;
  list-style: none;
}

.icon-list-style-olight-yes .elementor-icon-list-item a span {
  position: relative;
}
.icon-list-style-olight-yes .elementor-icon-list-item a span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--accent);
  -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;
}
.icon-list-style-olight-yes .elementor-icon-list-item a:hover {
  text-decoration: none;
}
.icon-list-style-olight-yes .elementor-icon-list-item a:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}

.title-gradient-yes .elementor-heading-title {
  background: linear-gradient(180deg, #EAEAEA 0%, rgba(226, 226, 226, 0) 85.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-style-olight-yes .elementor-social-icon {
  overflow: hidden;
}
.icon-style-olight-yes .elementor-social-icon svg, .icon-style-olight-yes .elementor-social-icon i {
  animation: move-vertical-out 0.25s;
}
.icon-style-olight-yes .elementor-social-icon:hover svg, .icon-style-olight-yes .elementor-social-icon:hover i {
  animation: move-vertical-hover 0.25s;
}
.icon-style-olight-yes .elementor-social-icon.elementor-social-icon-facebook:hover {
  background: #3b5998;
}
.icon-style-olight-yes .elementor-social-icon.elementor-social-icon-olight-icon-twitter-x:hover {
  background: #00c3f4;
}
.icon-style-olight-yes .elementor-social-icon.elementor-social-icon-instagram:hover {
  background: #d80085;
}
.icon-style-olight-yes .elementor-social-icon.elementor-social-icon-youtube:hover {
  background: #b72d28;
}

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

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

.wp-admin.wc-wp-version-gte-53 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important;
}

.elementor-button {
  display: inline-block;
  position: relative;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.7142857143;
  border-radius: 9px;
  padding: 12px 25px;
  text-shadow: none;
  -webkit-appearance: none;
  color: #fff;
  background-color: var(--accent);
  transition: all ease 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.elementor-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-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-button:hover:before {
  width: 100%;
}

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

.elementor-widget-button {
  --size-icon: 14px;
}
.elementor-widget-button .elementor-button .elementor-button-icon i {
  font-size: var(--size-icon);
  line-height: 1;
}
.elementor-widget-button .elementor-button .elementor-button-icon svg {
  width: var(--size-icon);
}
.elementor-widget-button .elementor-button-wrapper {
  display: inline-flex;
}

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

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 9px;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 9px;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 14px;
  padding: 13px 30px;
  border-radius: 9px;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 14px;
  padding: 13px 30px;
  border-radius: 9px;
}

.elementor-button-type-link .elementor-button {
  position: relative;
  color: var(--accent);
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent !important;
  position: relative;
  -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-button-type-link .elementor-button:before, .elementor-button-type-link .elementor-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.elementor-button-type-link .elementor-button:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.elementor-button-type-link .elementor-button:hover {
  text-decoration: none;
}
.elementor-button-type-link .elementor-button:hover:after, .elementor-button-type-link .elementor-button:hover:before {
  background-color: var(--primary);
}
.elementor-button-type-link .elementor-button:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.elementor-button-type-link .elementor-button:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.elementor-button-type-link .elementor-button:hover {
  color: var(--primary);
}

.elementor-button-outline .elementor-button {
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: transparent !important;
}
.elementor-button-outline .elementor-button:hover {
  color: #fff;
  border-color: var(--primary);
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
  position: relative;
}
.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading button i {
  margin-left: 0;
}
.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  z-index: 2;
}

.elementor-widget-n-tabs.style-icon-yes .e-n-tab-title {
  justify-content: space-between;
}
.elementor-widget-n-tabs.style-icon-yes .e-n-tab-icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
}

.enable-line-heading-yes .e-n-tab-title {
  position: relative;
  transition: all 0.3s ease;
}
.enable-line-heading-yes .e-n-tab-title .e-n-tab-icon {
  display: none;
}
.enable-line-heading-yes .e-n-tab-title:not(.e-active) {
  background-color: transparent;
}
.enable-line-heading-yes .e-n-tab-title .e-n-tab-title-text {
  position: relative;
}
.enable-line-heading-yes .e-n-tab-title .e-n-tab-title-text:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--primary);
  transition: all 0.3s ease;
}
.enable-line-heading-yes .e-n-tab-title[aria-selected=true] .e-n-tab-title-text:after, .enable-line-heading-yes .e-n-tab-title:hover .e-n-tab-title-text:after {
  width: 100%;
}

:is(.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover {
  background-color: transparent;
}

:is(.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
  background-color: transparent;
}

.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

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

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

sr7-slide .sr7-btn {
  overflow: hidden !important;
}
sr7-slide .sr7-btn:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 0;
  height: calc(100% + 2px);
  background-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;
  border-radius: 9px;
  z-index: -1;
}
sr7-slide .sr7-btn:hover:before {
  width: calc(100% + 2px);
}

: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);
}

.table-wrapper-table tr td {
  border: none !important;
  padding-left: 0;
  padding-right: 40px;
  padding-bottom: 0;
}
.table-wrapper-table tr td:first-child {
  color: var(--accent);
  font-weight: bold;
  font-size: 14px;
}

.elementor-widget-text-path svg:not(:root) {
  overflow: visible;
}

.elementor-counter .elementor-counter-number-wrapper {
  align-items: baseline;
}
.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;
}

.elementor-sticky__spacer {
  opacity: 0;
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIcon {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 0;
    transform: translate(-100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes animateIcon {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 0;
    transform: translate(-100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-moz-keyframes animateIconRevese {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 0;
    transform: translate(100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes animateIconRevese {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 0;
    transform: translate(100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-moz-keyframes MoveUpInitial {
  100% {
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpInitial {
  100% {
    transform: translate3d(0, -105%, 0);
  }
}
@-moz-keyframes MoveUpEnd {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveUpEnd {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

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