/* Text meant only for screen readers. */
.elementor-header-account .header-group-action {
  display: flex;
  padding-right: 0;
}
.elementor-header-account .header-group-action .icon {
  margin-right: 10px;
}
.elementor-header-account .header-group-action .icon img {
  border-radius: 50%;
}
.elementor-header-account .header-group-action .site-header-account > a {
  display: flex;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.elementor-header-account .header-group-action .site-header-account .account-content {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}

.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-box-height-full, .elementor-box-height-full .flicko-wrapper .flicko-swiper .wrap-banner-carousel, .elementor-box-height-full .flicko-wrapper .flicko-swiper .wrap-banner-carousel .flicko-wrapper, .elementor-box-height-full .flicko-wrapper .flicko-swiper .wrap-banner-carousel .flicko-wrapper .flicko-swiper, .elementor-box-height-full .flicko-wrapper, .elementor-box-height-full .flicko-wrapper .flicko-swiper {
  height: 100%;
}
.elementor-box-height-full .flicko-wrapper, .elementor-box-height-full .flicko-wrapper .flicko-swiper .wrap-banner-carousel .flicko-wrapper, .elementor-box-height-full .flicko-wrapper .flicko-swiper, .elementor-box-height-full .flicko-wrapper .flicko-swiper .wrap-banner-carousel .flicko-wrapper .flicko-swiper {
  padding-bottom: 0 !important;
}
.elementor-widget-flicko-banner-carousel .elementor_inner_item_banner {
  flex-wrap: wrap;
}
.elementor-widget-flicko-banner-carousel .elementor_inner_item_banner .wrap-banner-carousel {
  flex: auto;
}
.elementor-widget-flicko-banner-carousel .elementor_inner_item_banner .elementor_box_image_side .image_side {
  width: 100%;
}
.elementor-widget-flicko-banner-carousel .elementor-swiper-button {
  z-index: 2 !important;
}
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text {
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: -41px;
}
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title {
  font-style: italic;
  margin: 0;
}
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
  color: #ffffff;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 120px;
  letter-spacing: -2px;
  font-family: var(--e-global-typography-primary-font-family);
}

@media only screen and (max-width: 1366px) {
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text {
    margin-left: -75px;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text {
    margin-left: -160px;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-box-text {
    margin-left: -170px;
    text-align: center;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text {
    margin-left: 0;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-box-text {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-button {
    padding: 18px 25px 18px 25px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text {
    margin-left: 0;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-box-text {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
.elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }
  .elementor-widget-flicko-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-button {
    padding: 15px 22px 15px 22px;
    margin-top: 20px;
  }
}
.wrap-banner-carousel {
  display: flex;
  position: relative;
}

.elementor-banner-box-text {
  z-index: 999;
}
.elementor-banner-box-text .elementor-banner-button {
  border: none !important;
  background-color: #ffffff;
  color: #000000;
  padding: 24px 36px 24px 42px;
  font-family: var(--e-global-typography-accent-font-family);
  margin-top: -16px;
}

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

.elementor-brand-wrapper .elementor-brand-image {
  display: flex;
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-brand-wrapper .elementor-brand-image:hover img, .elementor-brand-wrapper .elementor-brand-image:hover svg {
  filter: none;
}
.elementor-brand-wrapper a {
  display: block;
  padding: 0;
}
.elementor-brand-wrapper img {
  transition: all 0.3s ease;
}
.elementor-brand-wrapper:hover img, .elementor-brand-wrapper:hover svg {
  opacity: 0.5;
  transition: all 0.3s;
  filter: grayscale(100%);
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper:hover img svg {
  filter: grayscale(100%);
}

.elementor-widget-flicko-brand-border-yes .elementor-brand-wrapper {
  border-top: 1px solid;
  border-top-color: var(--e-global-color-primary);
  border-left: 1px solid;
  border-left-color: var(--e-global-color-primary);
}
.elementor-widget-flicko-brand-border-yes .elementor-brand-item {
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-primary);
}
.elementor-widget-flicko-brand-border-yes .elementor-brand-item:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-primary);
  position: absolute;
}
.elementor-widget-flicko-brand-border-yes .elementor-brand-item .slick-slide {
  position: relative;
}
.elementor-widget-flicko-brand-border-yes .elementor-brand-item .slick-slide:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-border);
  position: absolute;
}
.elementor-widget-flicko-brand-border-yes .elementor-brand-item .slick-slide:last-child:before {
  content: none !important;
}

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

.elementor-widget-flicko-breadcrumb .flicko-woocommerce-title {
  position: relative;
  font-size: 70px;
  font-size: 4.375rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.143;
  margin-bottom: 16px;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 567px) {
  .elementor-widget-flicko-breadcrumb .flicko-woocommerce-title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 5px;
  }
}
.elementor-widget-flicko-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 14px;
  color: var(--e-global-color-primary);
  text-transform: capitalize;
}
.elementor-widget-flicko-breadcrumb .woocommerce-breadcrumb a {
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 14px;
}
.elementor-widget-flicko-breadcrumb .woocommerce-breadcrumb a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-flicko-breadcrumb .woocommerce-breadcrumb i {
  color: var(--e-global-color-secondary);
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 18px 4px;
}

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

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

.elementor-widget-flicko-banner .elementor-cta__content {
  margin: 0;
}
.elementor-widget-flicko-banner .elementor-cta__heading2,
.elementor-widget-flicko-banner .elementor-cta__title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 48px;
  font-size: 3rem;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.elementor-widget-flicko-banner .elementor-cta__title {
  margin-bottom: 0;
}
.elementor-widget-flicko-banner .elementor-cta__heading2 {
  margin-bottom: 15px;
}
.elementor-widget-flicko-banner .elementor-cta__subtitle {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.elementor-widget-flicko-banner .elementor-cta__description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  margin-bottom: 15px;
}
.elementor-widget-flicko-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-flicko-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-flicko-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-flicko-banner.content-stretch-yes .elementor-flicko-banner {
  height: 100%;
}
.elementor-widget-flicko-banner.enable-effect-button-yes .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;
}
.elementor-widget-flicko-banner.enable-effect-button-yes:hover .elementor-cta__button-wrapper {
  opacity: 1;
}
.elementor-widget-flicko-banner:hover .elementor-cta__bg-overlay {
  opacity: 1;
}
.elementor-widget-flicko-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-flicko-banner:hover .elementor-cta__button-wrapper {
  opacity: 1;
}
.elementor-widget-flicko-banner.box-align-left .elementor-cta .elementor-cta__content {
  text-align: left;
  justify-content: flex-start;
}
.elementor-widget-flicko-banner.box-align-left .elementor-cta .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-start;
}
.elementor-widget-flicko-banner.box-align-left .elementor-cta .elementor-cta__content .elementor-cta__description {
  background-position: top left;
}
.elementor-widget-flicko-banner.box-align-center .elementor-cta .elementor-cta__content {
  text-align: center;
  justify-content: center;
}
.elementor-widget-flicko-banner.box-align-center .elementor-cta .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: center;
  background-position: top center;
}
.elementor-widget-flicko-banner.box-align-center .elementor-cta .elementor-cta__content .elementor-cta__description {
  background-position: top center;
}
.elementor-widget-flicko-banner.box-align-right .elementor-cta .elementor-cta__content {
  text-align: right;
  justify-content: flex-end;
}
.elementor-widget-flicko-banner.box-align-right .elementor-cta .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-end;
  background-position: top right;
}
.elementor-widget-flicko-banner.box-align-right .elementor-cta .elementor-cta__content .elementor-cta__description {
  background-position: top right;
}
.elementor-widget-flicko-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-flicko-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-flicko-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-widget-flicko-banner.elementor-position-below .elementor-cta__content_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.elementor-widget-flicko-banner.elementor-position-below .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-flicko-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title, .elementor-widget-flicko-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
  order: 0;
}
.elementor-widget-flicko-banner.elementor-position-above .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-flicko-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
  order: 0;
}

.button-banner-style-flicko-default .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: 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;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  color: var(--e-global-color-primary);
}
.button-banner-style-flicko-default .elementor-button i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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;
}
.button-banner-style-flicko-default .elementor-button::after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
  background-color: var(--e-global-color-accent);
}
.button-banner-style-flicko-default .elementor-button span {
  z-index: 3;
}
.button-banner-style-flicko-default .elementor-button:hover, .button-banner-style-flicko-default .elementor-button:focus {
  color: #fff;
  border-color: var(--e-global-color-accent);
}
.button-banner-style-flicko-default .elementor-button:hover i, .button-banner-style-flicko-default .elementor-button:focus i {
  color: #fff;
}
.button-banner-style-flicko-default .elementor-button:hover:after, .button-banner-style-flicko-default .elementor-button:focus:after {
  width: 100%;
}
.button-banner-style-flicko-default .elementor-button:visited:after {
  width: 100%;
}
.button-banner-style-flicko-default .elementor-button i {
  color: var(--e-global-color-primary);
}
.button-banner-style-flicko-default .elementor-button:after {
  background-color: var(--e-global-color-primary);
}
.button-banner-style-flicko-default .elementor-button:hover, .button-banner-style-flicko-default .elementor-button:focus {
  border-color: var(--e-global-color-primary);
}
.button-banner-style-flicko-default .elementor-button:hover i, .button-banner-style-flicko-default .elementor-button:focus i {
  color: #fff;
}

.button-banner-style-flicko-outline .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  -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;
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  display: inline-flex;
  align-items: center;
}
.button-banner-style-flicko-outline .elementor-button i {
  margin: 0 0 0 3px;
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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;
}
.button-banner-style-flicko-outline .elementor-button:after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--e-global-color-primary);
}
.button-banner-style-flicko-outline .elementor-button:hover, .button-banner-style-flicko-outline .elementor-button:focus {
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.button-banner-style-flicko-outline .elementor-button:hover i, .button-banner-style-flicko-outline .elementor-button:focus i {
  color: #fff;
}
.button-banner-style-flicko-outline .elementor-button:hover:after, .button-banner-style-flicko-outline .elementor-button:focus:after {
  width: 100%;
}
.button-banner-style-flicko-outline .elementor-button:visited:after {
  width: 100%;
}

.button-banner-style-flicko-link .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.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;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  border-radius: 0px;
  position: relative;
  padding: 0;
}
.button-banner-style-flicko-link .elementor-button i {
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  margin-right: 5px;
}
.button-banner-style-flicko-link .elementor-button:after {
  background-color: transparent;
}
.button-banner-style-flicko-link .elementor-button:hover, .button-banner-style-flicko-link .elementor-button:focus {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.button-banner-style-flicko-link .elementor-button:hover i, .button-banner-style-flicko-link .elementor-button:focus i {
  color: var(--e-global-color-primary);
}
.button-banner-style-flicko-link .elementor-button:visited {
  color: var(--e-global-color-primary);
}
.button-banner-style-flicko-link .elementor-button:visited i {
  color: var(--e-global-color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

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

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

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

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

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

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.wpcf7-form {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url], .wpcf7-form .wpcf7-form-control-wrap input[type=date],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap .input-text {
  width: 100%;
  height: 100%;
  color: #fff;
  border-color: transparent;
  text-transform: lowercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 1;
  padding: 20px 60px 17px 23px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.06);
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder, .wpcf7-form .wpcf7-form-control-wrap .input-text::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus, .wpcf7-form .wpcf7-form-control-wrap .input-text:focus {
  border-color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin: auto;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  border-width: 1px;
  resize: none;
  padding: 18px 60px 28px 23px;
  overflow: hidden;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: transparent;
}
.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  border-color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
  padding: 15px 36px;
  border-radius: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  height: 52px;
  color: var(--e-global-color-secondary);
  border-radius: 0px;
}
.wpcf7-form span.icon {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7-form span.flicko-icon-pen1.icon {
  position: absolute;
  top: 14%;
  right: 24px;
  color: #fff;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
  padding: 0 10px;
}
.wpcf7-form .row p {
  margin-bottom: 20px;
  position: relative;
}
.wpcf7-form label {
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.wpcf7-form .wpcf7-button p {
  margin: 0;
}
.wpcf7-form .wpcf7-button button, .wpcf7-form .wpcf7-button input[type=button], .wpcf7-form .wpcf7-button input[type=reset], .wpcf7-form .wpcf7-button input[type=submit], .wpcf7-form .wpcf7-button .button {
  position: relative;
  background-color: #fff;
  color: var(--e-global-color-primary);
  padding: 16px 26px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  letter-spacing: 0;
  border: 0;
}
.wpcf7-form .wpcf7-button button i, .wpcf7-form .wpcf7-button input[type=button] i, .wpcf7-form .wpcf7-button input[type=reset] i, .wpcf7-form .wpcf7-button input[type=submit] i, .wpcf7-form .wpcf7-button .button i {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 6px;
}
.wpcf7-form .wpcf7-button button:hover, .wpcf7-form .wpcf7-button input[type=button]:hover, .wpcf7-form .wpcf7-button input[type=reset]:hover, .wpcf7-form .wpcf7-button input[type=submit]:hover, .wpcf7-form .wpcf7-button .button:hover {
  border-color: var(--e-global-color-secondary);
  color: #fff;
}
.wpcf7-form .wpcf7-button .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 0 15px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.form-2 {
  padding: 50px 50px 20px;
  background-color: var(--e-global-color-accent);
  border-radius: 0px;
}
@media (max-width: 768px) {
  .form-2 {
    padding: 30px 30px 10px;
  }
}
@media (max-width: 568px) {
  .form-2 {
    padding: 30px 15px 10px;
  }
}

.form-3 .wpcf7-list-item {
  margin: 17px 0 0;
}
.form-3 .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #ffffff;
  text-transform: math-auto;
}
.form-3 .wpcf7-form-control-wrap textarea {
  padding: 14px 20px;
}
.form-3 .wpcf7-button {
  float: right;
}
.form-3 .wpcf7-button button, .form-3 .wpcf7-button .button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form-3 .wpcf7-list-item {
    margin: 0 0;
  }
  .form-3 .wpcf7-button {
    float: left;
  }
}

.form-4 .wpcf7-form-control-wrap textarea {
  padding: 14px 20px 14px;
}

.form-5 .wpcf7-button {
  text-align: center;
}

.form-6 .wpcf7-list-item {
  margin: 17px 0 0;
}
.form-6 .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 20px;
  text-transform: math-auto;
}
.form-6 .wpcf7-form-control-wrap textarea {
  padding: 14px 20px;
}
.form-6 .wpcf7-button {
  float: right;
}
.form-6 .wpcf7-button button, .form-6 .wpcf7-button .button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form-6 .wpcf7-list-item {
    margin: 0 0;
  }
  .form-6 .wpcf7-button {
    float: left;
  }
}

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

.wpcf7 form .wpcf7-response-output {
  color: red;
  margin: 0 0 10px;
}

.elementor-widget-flicko-countdown .elementor-flicko-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.elementor-widget-flicko-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .elementor-widget-flicko-countdown .elementor-countdown-item {
    margin-right: 15px;
  }
}
.elementor-widget-flicko-countdown .elementor-countdown-item:before {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -25px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  top: 25%;
  color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .elementor-widget-flicko-countdown .elementor-countdown-item:before {
    right: -10px;
  }
}
.elementor-widget-flicko-countdown .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-flicko-countdown .elementor-countdown-item:last-child:before {
  display: none;
}
.elementor-widget-flicko-countdown .elementor-countdown-label {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
}
.elementor-widget-flicko-countdown .elementor-countdown-digits {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
}
.elementor-widget-flicko-countdown .countdown-title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-secondary);
}
.elementor-widget-flicko-countdown.countdown-style-1 .countdown-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-flicko-countdown.countdown-style-1 .elementor-countdown-item:before {
  display: none;
}
.elementor-widget-flicko-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits {
  border-radius: 0px;
  background-color: var(--e-global-color-secondary);
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  /* optional */
  min-width: 52px;
  min-height: 52px;
}
.elementor-widget-flicko-countdown.countdown-style-1 .countdown-title {
  margin-right: 15px;
}
.elementor-widget-flicko-countdown.countdown-style-2 .elementor-countdown-digits {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-primary);
}

.elementor-flicko-flyout-content {
  position: fixed;
  left: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  -webkit-clip-path: circle(0% at 0 0%);
  clip-path: circle(0% at 0 0%);
  width: 100%;
  height: 100vh;
  visibility: hidden;
  -ms-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.3s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.3s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.3s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.3s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.3s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: 9;
  overflow-x: hidden;
  background-color: var(--e-global-color-primary);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.elementor-flicko-flyout-content::-webkit-scrollbar {
  display: none;
}
.elementor-flicko-flyout-content .main-navigation .primary-navigation {
  display: block;
}
.elementor-flicko-flyout-content .main-navigation ul.menu {
  display: flex;
  flex-direction: column;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li {
  min-width: 482px;
  position: relative;
}
@media (max-width: 768px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li {
    min-width: 400px;
  }
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li {
    min-width: 250px;
  }
  .elementor-flicko-flyout-content .main-navigation ul.menu li a:after {
    opacity: 0;
    visibility: hidden;
    font-size: 8px;
    font-size: 0.5rem;
  }
  .elementor-flicko-flyout-content .main-navigation ul.menu li li.current-menu-item a:after {
    opacity: 1;
    visibility: visible;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li a {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.625;
  padding: 0;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px #7CA7A5;
}
@media (max-width: 1024px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li a {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.8333333333;
  }
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li a {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.7142857143;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  float: none;
  top: auto;
  left: auto;
  max-width: 210px;
}
@media (max-width: 768px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu {
    list-style: none;
    margin: 0;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li {
  min-width: 210px;
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li {
    min-width: auto;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item-has-children .flicko-menu-expand-icon {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 16px;
  right: 0;
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item-has-children .flicko-menu-expand-icon {
    top: 10px;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item-has-children > a:after {
  display: none;
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item-has-children > ul.flyout-submenu {
    min-width: max-content;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-text-stroke: 0;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item a i {
  font-size: 8px;
  font-size: 0.5rem;
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item a i {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li ul.flyout-submenu li.menu-item .menu-title {
  margin-right: 0;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li:hover a {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  opacity: 1;
  visibility: visible;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li:hover .flicko-menu-expand-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  opacity: 1;
  visibility: visible;
  right: 0;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children .flicko-menu-expand-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 20px;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children .flicko-menu-expand-icon i {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media (max-width: 1024px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children .flicko-menu-expand-icon i {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 568px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children .flicko-menu-expand-icon i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children:hover .flicko-menu-expand-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  opacity: 1;
  visibility: visible;
  right: 0;
}
@media (max-width: 1024px) {
  .elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children .flicko-menu-expand-icon {
    opacity: 1;
    visibility: visible;
    right: 0;
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }
}
.elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children a.actived {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li.menu-item-has-children .flicko-menu-expand-icon.expanded {
  opacity: 1;
  visibility: visible;
  right: 0;
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
.elementor-flicko-flyout-content .main-navigation ul.menu li.current_page_parent a, .elementor-flicko-flyout-content .main-navigation ul.menu li.current_page_parent .flicko-menu-expand-icon, .elementor-flicko-flyout-content .main-navigation ul.menu .current-menu-item a, .elementor-flicko-flyout-content .main-navigation ul.menu .current-menu-item .flicko-menu-expand-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  opacity: 1;
  visibility: visible;
  right: 0;
}
.elementor-flicko-flyout-content.flyout-open {
  -webkit-clip-path: circle(150% at 0 0%);
  clip-path: circle(150% at 0 0%);
  visibility: visible;
}

.elementor-header-flyout-action {
  z-index: 10;
  position: relative;
}
.elementor-header-flyout-action .icon {
  display: inline-block;
  padding: 20px;
  border: 1px solid #ccc;
  line-height: 1;
}
.elementor-header-flyout-action .elementor-flyout-close-icon {
  display: none;
}
.elementor-header-flyout-action.flyout-action-close .elementor-flyout-close-icon {
  display: block;
}
.elementor-header-flyout-action.flyout-action-close .elementor-flyout-open-icon {
  display: none;
}

.elementor-flicko-flyout-content .elementor-widget-text-editor {
  word-wrap: initial;
}

.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 > div {
  display: inline-flex;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  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-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
  display: none;
}
@media (min-width: 1025px) {
  .elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
    display: block;
  }
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.elementor-widget-flicko-heading .elementor-heading-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.elementor-widget-flicko-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  color: var(--e-global-color-secondary);
}
@media (max-width: 1024px) {
  .elementor-widget-flicko-heading .elementor-heading-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .elementor-widget-flicko-heading .elementor-heading-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
}
.elementor-widget-flicko-heading .elementor-sub-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: var(--e-global-color-primary);
}
.elementor-widget-flicko-heading.elementor-align-left .elementor-heading-title {
  justify-content: flex-start;
}
.elementor-widget-flicko-heading.elementor-align-center .elementor-heading-title {
  justify-content: center;
}
.elementor-widget-flicko-heading.elementor-align-right .elementor-heading-title {
  justify-content: flex-end;
}
.elementor-widget-flicko-heading.elementor-align-justify .elementor-heading-title {
  justify-content: space-between;
}

.subtitle-position-below .elementor-sub-title {
  margin-top: 20px;
}

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

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

.elementor-widget-flicko-image-carousel.smoot-carousel-yes .flicko-con .flicko-con-inner {
  display: flex !important;
  flex-wrap: nowrap;
  grid-column-gap: unset !important;
  grid-row-gap: unset !important;
  margin: 0 calc(var(--grid-column-gap) - (2 * var(--grid-column-gap)));
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
  width: 200%;
}
.elementor-widget-flicko-image-carousel.smoot-carousel-yes .flicko-con .flicko-con-inner > div {
  flex: 0 0 auto;
  width: calc(var(--e-global-wrapper-width, 100vw) / var(--e-global-column-to-show));
  padding: 0 calc(var(--grid-column-gap) / 2);
}
.elementor-widget-flicko-image-carousel.smoot-carousel-yes .flicko-con .flicko-con-inner > div .image {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
.elementor-widget-flicko-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .image,
.elementor-widget-flicko-image-carousel .swiper-slide-active a .image {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.elementor-widget-flicko-image-carousel .swiper-slide-active ~ .swiper-slide-visible a,
.elementor-widget-flicko-image-carousel .swiper-slide-active a {
  text-align: center;
  display: block;
}
.elementor-widget-flicko-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .image,
.elementor-widget-flicko-image-carousel .swiper-slide-active a .image {
  -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-flicko-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .title,
.elementor-widget-flicko-image-carousel .swiper-slide-active a .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-flicko-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .title span,
.elementor-widget-flicko-image-carousel .swiper-slide-active a .title span {
  color: var(--e-global-color-primary);
}

.carousehover .swiper-slide-active ~ .swiper-slide-visible a .image,
.carousehover .swiper-slide-active a .image {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.carousehover .swiper-slide-active ~ .swiper-slide-visible a:hover .image,
.carousehover .swiper-slide-active a:hover .image {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.carousehover .swiper-slide-active ~ .swiper-slide-visible a:hover:before,
.carousehover .swiper-slide-active a:hover:before {
  position: absolute;
  top: 46%;
  left: 47%;
  color: #ffffff;
  z-index: 5;
}
.carousehover .swiper-slide-active ~ .swiper-slide-visible a:hover:after,
.carousehover .swiper-slide-active a:hover:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--e-global-wrapper-width, 100vw) - (var(--e-global-wrapper-width, 100vw) * 2)));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--e-global-wrapper-width, 100vw) - (var(--e-global-wrapper-width, 100vw) * 2)));
  }
}
.elementor-widget-opal-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
  display: block;
}

.flicko-image-gallery-masonry .grid__item:nth-child(5n+4) {
  width: calc(75% - var(--grid-column-gap)) !important;
}
.flicko-image-gallery-masonry .grid__item:nth-child(5n+4) img {
  width: 100%;
  object-fit: cover;
}
.flicko-image-gallery-masonry .grid__item:nth-child(2n+1) {
  width: calc(25% - var(--grid-column-gap)) !important;
}
.flicko-image-gallery-masonry .grid__item:nth-child(2n+1) img {
  height: 100%;
  object-fit: cover;
}
.flicko-image-gallery-masonry .grid__item:nth-child(5) {
  grid-row-end: span 2;
}

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

.elementor-widget-flicko-image-gallery {
  width: 100%;
}
.elementor-widget-flicko-image-gallery ul {
  margin: 0 0 65px 0;
}
.elementor-widget-flicko-image-gallery .column-item {
  padding-bottom: 30px;
}
.elementor-widget-flicko-image-gallery .column-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-flicko-image-gallery .column-item a:hover:before {
  opacity: 0.8;
}
.elementor-widget-flicko-image-gallery .column-item a:hover:after {
  opacity: 1;
}
.elementor-widget-flicko-image-gallery .column-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: var(--e-global-color-primary);
  transition: all 0.3s ease;
}
.elementor-widget-flicko-image-gallery .column-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
}
.elementor-widget-flicko-image-gallery .column-item img {
  display: block;
  transition: all 0.3s ease;
}
.elementor-widget-flicko-image-gallery .column-item:nth-child(even) {
  margin-top: 30px;
}
.elementor-widget-flicko-image-gallery .elementor-galerry__filter {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 600;
  padding: 14px 40px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 0px;
  color: var(--e-global-color-text);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-backgroundfield);
}
.elementor-widget-flicko-image-gallery .elementor-galerry__filter .count {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  position: absolute;
  top: -10px;
}
.elementor-widget-flicko-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-flicko-image-gallery .elementor-galerry__filter:hover {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
@media (max-width: 567px) {
  .elementor-widget-flicko-image-gallery .elementor-galerry__filter {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.elementor-galerry_image_title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 25px;
}

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

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

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.form-style .mc4wp-form {
  margin: 0;
  border-radius: 0px;
}
.form-style .mc4wp-form .form {
  display: flex;
}
.form-style .mc4wp-form .form-input {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-style .mc4wp-form .form-button {
  margin-bottom: 0;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
}
.form-style .mc4wp-form .form-input input[type=email], .form-style .mc4wp-form input[type=text] {
  margin-right: 0;
  padding: 15px 30px 15px 8px;
  border-radius: 0px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  width: 100%;
  color: var(--e-global-color-text);
  border: 1px solid transparent;
}
.form-style .mc4wp-form .form-button button[type=submit] {
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-style .mc4wp-form .form-button button[type=submit] i {
  font-size: 14px;
  font-size: 0.875rem;
}
.form-style .mc4wp-form .form-button button[type=submit]:after {
  display: none;
}

.form-mailchimp-style-1 .mc4wp-form {
  margin: 0;
  background-color: #ffffff;
  border: 0 solid #ffffff;
  border-radius: 0px;
  padding-left: 16px;
}
.form-mailchimp-style-1 .mc4wp-form .mc4wp-form-fields .flex-name {
  display: none;
}
.form-mailchimp-style-1 .mc4wp-form .mc4wp-form-fields .flex-mail {
  width: 100%;
}
.form-mailchimp-style-1 .mc4wp-form .form-input input[type=email] {
  margin-right: 0;
  padding: 15px 0 15px 6px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.form-mailchimp-style-1 .mc4wp-form .form-input input[type=email]::placeholder {
  color: var(--e-global-color-secondary);
  opacity: 0.5;
}
.form-mailchimp-style-1 .mc4wp-form .form-input i {
  color: var(--e-global-color-secondary);
}
.form-mailchimp-style-1 .mc4wp-form .form-button button[type=submit] {
  color: #ffffff;
  border: 0;
  border-radius: 0px;
  font-size: 0;
  padding: 18px 20px;
  background-color: transparent;
}
.form-mailchimp-style-1 .mc4wp-form .form-button button[type=submit] i {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
}
.form-mailchimp-style-1 .mc4wp-form .form-button button[type=submit] i.icon-2, .form-mailchimp-style-1 .mc4wp-form .form-button button[type=submit] i.icon-3 {
  display: none;
}
.form-mailchimp-style-1 .mc4wp-form .form-button button[type=submit]:hover i {
  color: var(--e-global-color-accent);
}

.form-mailchimp-style-2 .mc4wp-form {
  margin: 0;
  border: 0;
  border-radius: 0px;
}
.form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 768px) {
  .form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields {
    flex-wrap: wrap;
  }
}
.form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-name {
  flex: 0 0 39.5%;
  max-width: 39.5%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-name {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-mail {
  flex: 0 0 39.5%;
  max-width: 39.5%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-mail {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-button {
  flex: 0 0 21%;
  max-width: 21%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-button .form-button {
  max-width: 147px;
}
@media (max-width: 768px) {
  .form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields .flex-button .form-button {
    max-width: 100%;
  }
}
.form-mailchimp-style-2 .mc4wp-form .form-input {
  border: 1px solid var(--e-global-color-primary);
  padding-left: 23px;
}
.form-mailchimp-style-2 .mc4wp-form .form-input input[type=email], .form-mailchimp-style-2 .mc4wp-form input[type=text] {
  margin-right: 0;
  padding: 14px 30px 14px 9px;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  color: var(--e-global-color-text);
  background-color: #ffffff;
}
.form-mailchimp-style-2 .mc4wp-form .form-input input[type=email]::placeholder, .form-mailchimp-style-2 .mc4wp-form input[type=text]::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] {
  color: #ffffff;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: 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;
  padding: 0.9rem 30px;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center;
  background-color: var(--e-global-color-primary);
  letter-spacing: 0;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]::after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
  background-color: var(--e-global-color-accent);
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] span {
  z-index: 3;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover, .form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:focus {
  color: #fff;
  border-color: var(--e-global-color-accent);
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover i, .form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:focus i {
  color: #fff;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover:after, .form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:focus:after {
  width: 100%;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:visited:after {
  width: 100%;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] i {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  margin-right: 7px;
  margin-bottom: 2px;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] i.icon-1, .form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] i.icon-2 {
  display: none;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:after {
  display: block;
}
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover {
  color: #ffffff;
  border-color: var(--e-global-color-accent);
}

.form-mailchimp-style-3 .mc4wp-form {
  margin: 0;
  background-color: #ffffff;
  border-radius: 0px;
  padding-left: 16px;
  border: 1px solid var(--e-global-color-primary);
}
.form-mailchimp-style-3 .mc4wp-form .mc4wp-form-fields .flex-name {
  display: none;
}
.form-mailchimp-style-3 .mc4wp-form .mc4wp-form-fields .flex-mail {
  width: 100%;
}
.form-mailchimp-style-3 .mc4wp-form .form-input input[type=email] {
  margin-right: 0;
  padding: 14px 0 14px 6px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.form-mailchimp-style-3 .mc4wp-form .form-input input[type=email]::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.form-mailchimp-style-3 .mc4wp-form .form-input i {
  display: none;
}
.form-mailchimp-style-3 .mc4wp-form .form-button button[type=submit] {
  color: #ffffff;
  border: 0;
  border-radius: 0px;
  font-size: 0;
  padding: 17px 20px;
  background-color: transparent;
}
.form-mailchimp-style-3 .mc4wp-form .form-button button[type=submit] i {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
}
.form-mailchimp-style-3 .mc4wp-form .form-button button[type=submit] i.icon-1, .form-mailchimp-style-3 .mc4wp-form .form-button button[type=submit] i.icon-3 {
  display: none;
}
.form-mailchimp-style-3 .mc4wp-form .form-button button[type=submit]:hover i {
  color: var(--e-global-color-accent);
}

.form-mailchimp-style-4 .mc4wp-form {
  margin: 0;
  border: 0;
  border-radius: 0px;
}
.form-mailchimp-style-4 .mc4wp-form .mc4wp-form-fields {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.form-mailchimp-style-4 .mc4wp-form .mc4wp-form-fields .flex-name {
  display: none;
}
.form-mailchimp-style-4 .mc4wp-form .mc4wp-form-fields .flex-mail {
  flex: 0 0 69%;
  max-width: 69%;
  padding-left: 5px;
  padding-right: 5px;
}
.form-mailchimp-style-4 .mc4wp-form .mc4wp-form-fields .flex-button {
  flex: 0 0 31%;
  max-width: 31%;
  padding-left: 5px;
  padding-right: 5px;
}
.form-mailchimp-style-4 .mc4wp-form .mc4wp-form-fields .flex-button .form-button {
  max-width: 165px;
}
.form-mailchimp-style-4 .mc4wp-form .form-input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.04);
  padding-left: 10px;
}
.form-mailchimp-style-4 .mc4wp-form .form-input {
  position: relative;
}
.form-mailchimp-style-4 .mc4wp-form .form-input input[type=email], .form-mailchimp-style-4 .mc4wp-form .form-input input[type=text] {
  margin-right: 0;
  padding: 14px 30px 14px 9px;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
  color: var(--e-global-color-text);
  background-color: transparent;
}
.form-mailchimp-style-4 .mc4wp-form .form-input input[type=email]::placeholder, .form-mailchimp-style-4 .mc4wp-form .form-input input[type=text]::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
}
.form-mailchimp-style-4 .mc4wp-form .form-input i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #ffffff;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: 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;
  padding: 1rem 30px;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center;
  background-color: #ffffff;
  letter-spacing: 0;
  width: 100%;
  color: var(--e-global-color-secondary);
  border: 0;
  border-radius: 0px;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit] i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]::after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
  background-color: var(--e-global-color-accent);
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit] span {
  z-index: 3;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:hover, .form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:focus {
  color: #fff;
  border-color: var(--e-global-color-accent);
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:hover i, .form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:focus i {
  color: #fff;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:hover:after, .form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:focus:after {
  width: 100%;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:visited:after {
  width: 100%;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit] i {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  margin-right: 7px;
  margin-bottom: 2px;
  display: none;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:after {
  display: block;
}
.form-mailchimp-style-4 .mc4wp-form .form-button button[type=submit]:hover {
  color: #ffffff;
  border-color: var(--e-global-color-accent);
}

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

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

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

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

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

.elementor-widget-flicko-nav-menu.flicko-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 1px;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--e-global-color-border);
}
.elementor-widget-flicko-nav-menu.flicko-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item:last-child > a:before {
  content: none;
}

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

[class*=post-style-].column-item {
  margin-bottom: 30px;
}
[class*=post-style-] .post-thumbnail {
  margin-bottom: 26px;
  overflow: hidden;
}
[class*=post-style-] .post-thumbnail img {
  aspect-ratio: 1.40625;
  object-fit: cover;
}
[class*=post-style-] .post-content {
  position: relative;
  padding: 0;
}
[class*=post-style-] .entry-meta-bottom {
  margin-bottom: 15px;
}
[class*=post-style-] .entry-meta-bottom .posted-on {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 600;
}
[class*=post-style-] .entry-meta-bottom .posted-on a {
  color: var(--e-global-color-secondary);
  opacity: 0.5;
  margin: 0 60px 0 0;
}
[class*=post-style-] .entry-meta-bottom .posted-on:after {
  position: absolute;
  content: "";
  top: 47%;
  right: 0;
  z-index: 5;
  width: 20px;
  height: 1px;
  background-color: var(--e-global-color-secondary);
  margin: 0 20px;
  align-self: center;
  opacity: 1;
}
[class*=post-style-] .entry-meta-bottom .posted-on:before {
  display: none;
}
[class*=post-style-] .entry-meta-bottom .posted-on:hover a {
  opacity: 1;
}
[class*=post-style-] .entry-meta-bottom .post-author {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  align-self: center;
}
[class*=post-style-] .entry-meta-bottom .post-author span {
  margin: 0;
}
[class*=post-style-] .entry-meta-bottom .post-author span a {
  color: var(--e-global-color-secondary);
}
[class*=post-style-] .entry-content {
  display: flex;
  flex-direction: column;
}
[class*=post-style-] .entry-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  text-transform: inherit;
}
[class*=post-style-] .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  color: var(--e-global-color-secondary);
}
[class*=post-style-] .entry-title a:hover {
  color: var(--e-global-color-primary);
}
[class*=post-style-] .entry-meta-bottom {
  order: -1;
  margin-bottom: 15px;
}
[class*=post-style-] .entry-meta-bottom .posted-on {
  border-left: 0;
}
[class*=post-style-] .excerpt-content,
[class*=post-style-] .more-link-wrap {
  display: none;
}

.layout-post-style-1 .post-style-1 {
  position: relative;
  overflow: hidden;
}
.layout-post-style-1 .post-style-1 .post-thumbnail {
  position: relative;
  margin-bottom: 40px;
}
.layout-post-style-1 .post-style-1 .post-thumbnail img {
  height: 240px;
}
@media (max-width: 1024px) {
  .layout-post-style-1 .post-style-1 .post-thumbnail {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .layout-post-style-1 .entry-meta-bottom .posted-on {
    margin-bottom: 0;
  }
  .layout-post-style-1 .entry-title {
    margin: 0;
  }
}

.layout-post-style-2 .post-style-2 {
  width: 100%;
}
.layout-post-style-2 .post-style-2 .post-inner {
  display: flex;
}
.layout-post-style-2 .post-style-2 .post-thumbnail {
  position: relative;
  margin: 0;
  width: 41%;
}
.layout-post-style-2 .post-style-2 .post-thumbnail img {
  height: 240px;
}
.layout-post-style-2 .post-style-2 .post-content {
  width: 59%;
  padding-left: 40px;
  align-self: center;
}
.layout-post-style-2 .post-style-2 .post-content .entry-meta-bottom {
  margin-bottom: 15px;
}
.layout-post-style-2 .post-style-2 .excerpt-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .layout-post-style-2 .post-style-2 .post-thumbnail {
    position: relative;
    margin: 0;
    width: 45%;
  }
  .layout-post-style-2 .post-style-2 .post-thumbnail img {
    height: 240px;
  }
  .layout-post-style-2 .post-style-2 .post-content {
    width: 55%;
    padding-left: 30px;
    align-self: center;
  }
  .layout-post-style-2 .post-style-2 .entry-meta-bottom {
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .layout-post-style-2 .post-style-2 .post-inner {
    display: block;
  }
  .layout-post-style-2 .post-style-2 .post-inner .post-thumbnail {
    width: 100%;
  }
  .layout-post-style-2 .post-style-2 .post-inner .post-content {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .layout-post-style-2 .post-style-2 .post-inner .post-content .entry-meta-bottom {
    line-height: 12px;
  }
  .layout-post-style-2 .post-style-2 .post-inner .post-content .entry-meta-bottom .posted-on {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .layout-post-style-2 .post-style-2 .entry-meta-bottom {
    margin-bottom: 0;
  }
}

.layout-post-style-3 .post-style-3 {
  overflow: hidden;
  position: relative;
}
.layout-post-style-3 .post-style-3 .excerpt-content {
  display: none;
}
.layout-post-style-3 .post-style-3 .entry-title {
  margin-bottom: 16px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: capitalize;
}
.layout-post-style-3 .post-style-3 .more-link-wrap {
  display: none;
}

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

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

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

.elementor-widget-flicko-product-categories .elementor-categories-item-wrapper > .flicko-swiper {
  clip-path: inset(-20px);
  overflow: visible;
}
.elementor-widget-flicko-product-categories.overflow-to-right .elementor-categories-item-wrapper > .flicko-swiper {
  clip-path: inset(-100% -100% -100% 0);
}
.elementor-widget-flicko-product-categories.overflow-to-left .elementor-categories-item-wrapper > .flicko-swiper {
  clip-path: inset(-100% 0 -100% -100%);
}
.elementor-widget-flicko-product-categories.category-custom-position-count-yes .elementor-categories-item {
  position: relative;
}
.elementor-widget-flicko-product-categories.category-custom-position-count-yes .category-count-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
}
.elementor-widget-flicko-product-categories.category-custom-position-count-yes .category-count-wrapper .category-count-text {
  display: none;
}
.elementor-widget-flicko-product-categories.category-image-overlay-yes .category-product-img a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.elementor-widget-flicko-product-categories .category-product-img {
  margin-bottom: 0;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.elementor-widget-flicko-product-categories .category-product-img img {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  -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-flicko-product-categories .category-product-img a {
  overflow: hidden;
}
.elementor-widget-flicko-product-categories .category-title {
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 10px;
}
.elementor-widget-flicko-product-categories .category-title a {
  color: inherit;
}
.elementor-widget-flicko-product-categories .category-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-flicko-product-categories .category-count-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
  transition: all 0.3s ease;
}

.category-product-style-1 .product-cat {
  position: relative;
  overflow: hidden;
}
.category-product-style-1 .product-cat .category-product-img {
  overflow: hidden;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: var(--e-global-color-dark);
}
.category-product-style-1 .product-cat .category-product-link {
  width: 100%;
}
.category-product-style-1 .product-cat .category-product-link 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;
  width: 100%;
}
.category-product-style-1 .product-cat .category-product-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}
.category-product-style-1 .product-cat .category-title a:not(:hover) {
  color: #fff;
}
.category-product-style-1 .product-cat:hover img {
  transform: scale(1.1);
}
.category-product-style-1 .product-cat:hover .category-title {
  color: var(--e-global-color-primary);
}
.category-product-style-1 .product-cat:hover a.more-link {
  color: #fff;
  border-color: var(--e-global-color-accent);
  background-color: var(--e-global-color-accent);
}

.category-product-style-2 .category-product-img {
  display: none;
}
.category-product-style-2 .elementor-categories-item:hover .category-count-wrapper {
  opacity: 1;
  visibility: visible;
}
.category-product-style-2.category-custom-position-count-yes .category-count-wrapper {
  opacity: 0;
  visibility: hidden;
}
.category-product-style-2 .category-sub {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  color: var(--e-global-color-lighter);
}
.category-product-style-2 .category-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  color: var(--e-global-color-secondary);
  margin-top: 30px;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.category-product-style-3 .category-product-img i, .category-product-style-3 .category-product-img svg {
  font-size: 22px;
  font-size: 1.375rem;
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.category-product-style-3 .category-product-img .category-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
}
.category-product-style-3 .category-product-img img {
  width: 100%;
  height: 100%;
  display: inline-block;
  -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;
}
.category-product-style-3 .product-cat:hover .category-product-button-wrapper {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.category-product-style-3 .product-cat:hover .category-product-content .category-product-link:before {
  width: 100%;
}
.category-product-style-3 .product-cat:hover .category-product-img img {
  transform: scale(1.1);
}
.category-product-style-3 .product-cat:hover .category-product-img svg {
  color: var(--e-global-color-primary);
}
.category-product-style-3 .product-cat:hover .category-product-img svg:hover {
  color: black;
}
.category-product-style-3 .category-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--e-global-color-secondary);
  margin-top: 33px;
  transition: all 0.3s ease;
}
.category-product-style-3 .category-product-caption {
  position: relative;
}
.category-product-style-3 .category-product-caption .category-product-content .category-product-link {
  position: relative;
  transition: all 0.3s ease;
}
.category-product-style-3 .category-product-caption .category-product-button-wrapper {
  position: absolute;
  bottom: -20px;
  width: 100%;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0);
}
.category-product-style-3 .category-product-caption .category-product-button-wrapper .category-product-button {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
  color: #ffffff;
  padding: 13px 26px 13px 26px;
}
.category-product-style-3 .category-product-caption .category-product-button-wrapper .category-product-button:after {
  font-size: 8px;
  font-size: 0.5rem;
  padding-left: 10px;
}
.category-product-style-3 .category-product-caption .category-product-button-wrapper .category-product-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.category-product-style-4 .product-cat {
  position: relative;
  overflow: hidden;
}
.category-product-style-4 .product-cat .category-product-img {
  overflow: hidden;
  display: flex;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: var(--e-global-color-dark);
}
.category-product-style-4 .product-cat .category-product-img a {
  width: 100%;
}
.category-product-style-4 .product-cat 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;
}
.category-product-style-4 .product-cat .category-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-product-style-4 .product-cat .category-title::before, .category-product-style-4 .product-cat .category-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #EAEAEA;
}
.category-product-style-4 .product-cat .category-title .category-product-link {
  margin: 0 30px;
}
.category-product-style-4 .product-cat .category-sub {
  display: block;
  position: absolute;
  white-space: nowrap;
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 600;
  color: #fff;
  text-align: right;
  width: 100%;
  top: 125px;
  left: -45%;
}
.category-product-style-4 .product-cat:hover img {
  transform: scale(1.1);
}
.category-product-style-4.category-title-align-left .category-title {
  justify-content: flex-start;
}
.category-product-style-4.category-title-align-left .category-title::before {
  display: none;
}
.category-product-style-4.category-title-align-left .category-title .category-product-link {
  margin-left: 0;
}
.category-product-style-4.category-title-align-right .category-title {
  justify-content: flex-end;
}
.category-product-style-4.category-title-align-right .category-title::after {
  display: none;
}
.category-product-style-4.category-title-align-right .category-title .category-product-link {
  margin-right: 0;
}
.category-product-style-4.category-custom-position-count-yes .category-count-wrapper {
  top: 30px;
  right: 30px;
  width: 40px;
  height: 25px;
  background-color: #fff;
  border-radius: 30px;
  color: var(--e-global-color-primary);
  font-weight: 600;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes nospin {
  100% {
    transform: rotateZ(0deg);
  }
}
ul.product_list_recently {
  display: flex;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.product_list_recently li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
ul.product_list_recently li a {
  transition: all ease 0.3s;
  display: block;
}
ul.product_list_recently li a img {
  width: 80px;
  height: 86px;
  object-fit: cover;
}

p.recently-notice {
  margin-bottom: 30px;
}

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

.woocommerce-carousel {
  position: relative;
}
.woocommerce-carousel ul.products {
  display: none;
  position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
  display: block;
}
.woocommerce-carousel ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-carousel .flicko-products-spacing {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
  display: flex;
  height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled,
.woocommerce-carousel .slick-prev.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

@media (min-width: 500px) and (max-width: 768px) {
  .mobile-switcher-style-product-yes.elementor-widget-flicko-products ul.products li.product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .mobile-switcher-style-product-yes.elementor-widget-flicko-products .woocommerce-carousel ul.products li.product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.elementor-widget-flicko-products .flicko-products-spacing {
  padding: 0;
  border: none;
  border-radius: 0;
}
.elementor-widget-flicko-products .product-block-list {
  display: flex;
  height: 100%;
}
.elementor-widget-flicko-products .product-block-list .right {
  flex: 1;
}
.elementor-widget-flicko-products .product-block-list .left {
  margin-right: 20px;
}
.elementor-widget-flicko-products .product-block-list .count-review {
  justify-content: left;
}
.elementor-widget-flicko-products .label-wrapper > span {
  font-size: 10px;
  font-size: 0.625rem;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 .left {
  max-width: 138px;
  margin-right: 20px;
  position: relative;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 .left img {
  object-fit: cover;
  border-radius: 5px;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 .product-block-list {
  padding-bottom: 10px;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 li.product .label-wrapper {
  top: 0;
  left: 0;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 li.product .woocommerce-loop-product__title {
  margin-bottom: 6px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.elementor-widget-flicko-products .woocommerce-product-list-1 li.product .short-description {
  font-family: var(--e-global-typography-text-font-family);
  color: var(--e-global-color-lighter);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 li.product .count-review {
  display: none;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 li.product .price {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-flicko-products .woocommerce-product-list-1 li.product .inventory_status {
  display: none;
}
.elementor-widget-flicko-products .woocommerce-product-list-2 .left {
  max-width: 100px;
  margin-right: 18px;
  position: relative;
}
.elementor-widget-flicko-products .woocommerce-product-list-2 li.product {
  margin-bottom: 0;
}
.elementor-widget-flicko-products .woocommerce-product-list-2 li.product:not(:last-child) {
  margin-bottom: 22px;
}
.elementor-widget-flicko-products .woocommerce-product-list-2 li.product:not(:last-child) .product-block-list {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.elementor-widget-flicko-products .woocommerce-product-list-2 li.product .label-wrapper {
  top: 0;
  left: 0;
}
.elementor-widget-flicko-products .woocommerce-product-list-2 li.product .count-review {
  margin-bottom: 15px;
}
.elementor-widget-flicko-products .woocommerce-product-list-2 li.product .price {
  margin-bottom: 5px;
}

.enable-effects-yes:before {
  content: "";
  display: block;
  width: 400px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
  transform: rotate(180deg);
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: -25px;
}
.enable-effects-yes:after {
  content: "";
  display: block;
  width: 400px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  right: -25px;
}
@media (max-width: 1024px) {
  .enable-effects-yes:before {
    width: 260px;
  }
  .enable-effects-yes:after {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .enable-effects-yes:before {
    width: 0px;
  }
  .enable-effects-yes:after {
    width: 0px;
  }
}

.elementor-widget-flicko-search {
  z-index: 99;
}
.elementor-widget-flicko-search .widget_product_search {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-flicko-search .widget_product_search .woocommerce-product-search:before {
  display: none;
}
.elementor-widget-flicko-search .widget_product_search form.woocommerce-product-search:before {
  display: none;
}
.elementor-widget-flicko-search .widget_product_search form.woocommerce-product-search .search-field {
  background-color: #fff;
  border: 1px solid var(--e-global-color-border);
  padding: 10px 60px 7px 22px;
}
.elementor-widget-flicko-search .widget_product_search form.woocommerce-product-search .search-field::placeholder {
  color: var(--e-global-color-lighter);
  font-size: 14px;
}
.elementor-widget-flicko-search .widget_product_search form.woocommerce-product-search button[type=submit] {
  font-size: 0;
  line-height: 0;
  z-index: 3;
  border: none;
  padding: 0;
}
.elementor-widget-flicko-search .widget_product_search form.woocommerce-product-search button[type=submit]:before {
  color: var(--e-global-color-secondary);
  font-size: 14px;
  -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;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.elementor-widget-flicko-search .widget_product_search form.woocommerce-product-search button[type=submit]:hover:before {
  color: #fff;
  background-color: var(--e-global-color-primary);
}
@media (max-width: 568px) {
  .elementor-widget-flicko-search .elementor-sidebar-search-form .site-search {
    display: block;
  }
}
.elementor-widget-flicko-search .elementor-sidebar-search-form .widget form.woocommerce-product-search:before {
  display: none;
}
.elementor-widget-flicko-search .elementor-sidebar-search-form .widget form.woocommerce-product-search .search-field {
  background-color: var(--e-global-color-border);
  padding: 17px 70px 15px 22px;
}
.elementor-widget-flicko-search .elementor-sidebar-search-form .widget form.woocommerce-product-search .search-field::placeholder {
  color: var(--e-global-color-lighter);
  font-size: 14px;
}
.elementor-widget-flicko-search .elementor-sidebar-search-form .widget form.woocommerce-product-search button[type=submit] {
  background-color: var(--e-global-color-primary);
  width: 54px;
  height: 54px;
  transform: translateY(0);
}
.elementor-widget-flicko-search .elementor-sidebar-search-form .widget form.woocommerce-product-search button[type=submit]:before {
  color: #fff;
}
.elementor-widget-flicko-search .elementor-sidebar-search-form .widget form.woocommerce-product-search button[type=submit]:hover:before {
  background-color: var(--e-global-color-accent);
}
.elementor-widget-flicko-search .site-header-search {
  display: block;
}
.elementor-widget-flicko-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-flicko-search .site-header-search .button-search-popup .flicko-icon-search {
  margin-bottom: 5px;
}
.elementor-widget-flicko-search .site-header-search .button-search-popup .content {
  display: block;
  font-size: 14px;
  font-weight: var(--e-global-typography-text-font-weight);
  font-family: var(--e-global-typography-secondary-font-family);
}
.elementor-widget-flicko-search .site-header-search .button-search-popup:hover {
  color: var(--e-global-color-secondary);
}
.elementor-widget-flicko-search .site-header-search .button-search-popup:hover .flicko-icon-search2 {
  color: var(--e-global-color-secondary);
}
.elementor-widget-flicko-search .site-header-search .button-search-popup.layout-2 .flicko-icon-search {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.elementor-widget-flicko-search .site-header-search .button-search-popup.layout-3 {
  display: flex;
  text-align: start;
  align-items: center;
}
.elementor-widget-flicko-search .site-header-search .button-search-popup.layout-3 .flicko-icon-search1 {
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-right: 5px;
}
.elementor-widget-flicko-search .site-header-search .button-search-popup.layout-3 .content {
  font-size: 14px;
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-family: var(--e-global-typography-text-font-family);
}
.elementor-widget-flicko-search .site-header-search .button-search-popup:hover .flicko-icon-search2 {
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
  .elementor-widget-flicko-search .site-header-search .button-search-popup .content {
    display: none;
  }
}

.left-counter .elementor-counter {
  display: inline-block;
  text-align-last: left;
}

.elementor-widget-flicko-slide-scrolling {
  overflow: hidden;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item {
  display: flex;
  align-items: flex-start;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image {
  position: relative;
  transition: all ease 0.3s;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image .elementor-animation-image {
  position: relative;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image .elementor-animation-image .elementor-animation-main {
  transform: rotateX(0deg) translateY(0);
  transition: all ease 0.3s;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image .elementor-animation-image .elementor-animation-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  transform: rotateX(-90deg) translateY(30px);
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .scrolling-title,
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .scrolling-title a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 160px;
  font-size: 10rem;
  font-style: italic;
  line-height: 1;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .scrolling-title {
  position: relative;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item .scrolling-title:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: -10px;
  border-radius: 0px;
  top: 45%;
  background-color: var(--e-global-color-dark);
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-inner {
  display: inline-flex;
  position: relative;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-inner img {
  max-width: unset;
  border-radius: 0px;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-inner.cloned {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 0;
}
.elementor-widget-flicko-slide-scrolling .elementor-scrolling-item-inner {
  display: inline-flex;
  flex-direction: column;
}

.elementor-widget-flicko-team-box .elementor-teams-wrapper {
  position: relative;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--e-global-color-primary);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image .image-content {
  position: relative;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image .team-icon-socials {
  position: absolute;
  top: 40.5%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translate(-50%, 50%);
  z-index: 9;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image ul li {
  line-height: 1;
  margin-right: 4px;
  text-align: center;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image ul li:last-child {
  margin-right: 0;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image ul a {
  color: #6C8F8E;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-image ul a:hover {
  color: #fff;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-caption {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: #fff;
  line-height: 1;
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  text-transform: capitalize;
  padding-bottom: 5px;
  text-align: center;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper .team-job {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
  line-height: 24px;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper:hover:before {
  opacity: 0.94;
  visibility: visible;
  height: 100%;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper:hover .team-caption {
  top: 45%;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-flicko-team-box .elementor-teams-wrapper:hover .team-icon-socials {
  opacity: 1;
  visibility: visible;
  top: 52%;
}

.team-box-style-2 .team-image .team-icon-socials {
  position: absolute;
  bottom: 40%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translate(-50%, 50%);
}
.team-box-style-2 .team-caption {
  margin: 13px 0 20px;
}
.team-box-style-2 .team-name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
}
.team-box-style-2 .elementor-teams-wrapper {
  text-align: center;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0px;
}
.team-box-style-2 .elementor-teams-wrapper ul li a {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.team-box-style-2 .elementor-teams-wrapper:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
}
.team-box-style-2 .elementor-teams-wrapper:hover .team-icon-socials {
  opacity: 1;
  visibility: visible;
  bottom: 20%;
}

.elementor-testimonial-item-wrapper .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent;
  border-radius: 0px;
}
.elementor-testimonial-item-wrapper .icon {
  display: block;
  margin-bottom: 30px;
  font-size: 78px;
  font-size: 4.875rem;
  line-height: 1;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
  margin-right: 2px;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i:last-child {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .testimonial-content-text {
  z-index: 1;
  margin-bottom: auto;
  position: relative;
  padding-bottom: 45px;
}
.elementor-testimonial-item-wrapper .content {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 40px;
  font-size: 2.5rem;
  color: var(--e-global-color-secondary);
  font-weight: 300;
  line-height: 50px;
}
.elementor-testimonial-item-wrapper .title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .testimonial-caption {
  display: inline-flex;
}
.elementor-testimonial-item-wrapper .name {
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .job {
  display: block;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  padding: 3px 0 6px 0;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  margin-right: 15px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  display: inline;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-2 {
  position: relative;
}
.elementor-testimonial-item-wrapper .layout-2 .inner {
  padding: 60px 0 0 180px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text {
  padding-bottom: 50px;
  position: unset;
  z-index: 2;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text .icon {
  margin-bottom: 0px;
  font-size: 50px;
  font-size: 3.125rem;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text .icon i {
  position: absolute;
  border: 1px solid var(--e-global-color-border);
  border-radius: 50%;
  padding: 70px 66px;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .elementor-testimonial-item-wrapper .layout-2 .inner {
    padding: 60px 0 0 90px;
  }
  .elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text {
    padding-bottom: 30px;
  }
  .elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text .icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text .icon i {
    padding: 50px;
    width: 150px;
    height: 150px;
  }
  .elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text .content {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (max-width: 567px) {
  .elementor-testimonial-item-wrapper .layout-2 .inner {
    padding: 100px 0 0 0;
  }
}

.show-gradient-yes .elementor-testimonial-item-wrapper {
  position: relative;
}
.show-gradient-yes .elementor-testimonial-item-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 315px;
  top: 0;
  left: 120px;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
  transform: rotate(180deg);
  z-index: 9;
}
.show-gradient-yes .elementor-testimonial-item-wrapper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 315px;
  top: 0;
  right: 120px;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
  z-index: 9;
}

@media (max-device-width: 767px) {
  .elementor-testimonial-item-wrapper .inner {
    display: block;
  }
}
.swiper-slide {
  height: initial;
}

.elementor-view-stacked .icon i {
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
  padding: 0.5em;
}

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

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

.elementor-custom-swiper-pagination {
  width: 335px;
  overflow: hidden;
  margin: 0 auto;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-bottom {
  display: none;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image {
  position: relative;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image img {
  width: 50px;
  height: 50px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom {
  display: block;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image {
  position: relative;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image img {
  width: 70px;
  height: 70px;
}
.elementor-custom-swiper-pagination .swiper-slide-prev .elementor-testimonial-image {
  margin-right: -68px;
}
.elementor-custom-swiper-pagination .swiper-slide-next .elementor-testimonial-image {
  margin-left: -68px;
}
.elementor-custom-swiper-pagination .caption-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.elementor-custom-swiper-pagination .caption-bottom {
  display: flex;
  justify-content: center;
  text-align: center;
}

.elementor-testimonials-swiper {
  overflow: visible;
  clip-path: inset(-15px -15px -200px -15px);
}

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

.elementor-text-carousel-wrapper a {
  display: block;
}
.elementor-text-carousel-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-text-carousel-wrapper .slick-slide {
  position: relative;
}
.elementor-text-carousel-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-text-carousel-wrapper .slick-slide:last-child:before {
  content: none !important;
}

.elementor-widget-flicko-text-scrolling .elementor-scrolling-wrapper {
  display: flex;
  white-space: nowrap;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
  animation-play-state: paused;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-item {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-item .scrolling-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px;
  text-transform: uppercase;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-item .scrolling-title a {
  white-space: nowrap;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-item .scrolling-title:hover a {
  text-decoration: none;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-item:before {
  position: absolute;
  top: 50%;
  right: -63px;
  transform: translateY(-50%);
  color: var(--e-global-color-primary);
  font-size: 54px;
  font-size: 3.375rem;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-inner {
  display: inline-flex;
  position: relative;
  animation-name: marquee;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
}
.elementor-widget-flicko-text-scrolling .elementor-scrolling-item-inner {
  display: inline-flex;
  flex-direction: column;
}

@keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.vertical-menu-separator-yes .vertical-navigation:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 23px;
  width: 1px;
  background-color: var(--e-global-color-border);
  transform: translateY(-50%);
}
.vertical-menu-separator-yes .vertical-navigation:hover:after {
  background-color: transparent;
}

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

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

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

.video-icon-effectsyes .elementor-video-popup {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.video-icon-effectsyes .elementor-video-popup:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: radiate 2s ease infinite;
  margin-left: 4px;
}

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

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

.mfp-iframe-scaler .mfp-close:after {
  display: none;
}

@keyframes radiate {
  0% {
    box-shadow: 0 0 0 0 #2c95ff;
  }
  100% {
    box-shadow: 0 0 0 20px #2c95ff;
    opacity: 0;
  }
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: var(--e-global-color-secondary);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

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

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

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

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

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

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

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

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

.elementor-icon-box-wrapper {
  -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-icon-box .elementor-icon-box-icon {
  position: relative;
}
.elementor-widget-icon-box .elementor-icon-box-icon .icon-box-number_efect {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--e-global-color-secondary);
  color: transparent;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 34px;
  font-size: 2.125rem;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: none;
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon,
.elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

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

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

.enable-effects-yes .elementor-icon-box-icon .elementor-icon {
  position: relative;
}
.enable-effects-yes .elementor-icon-box-icon .elementor-icon:before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 50px;
  height: 50px;
  background-color: var(--e-global-color-primary);
  border-radius: 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;
}
.enable-effects-yes .elementor-icon-box-icon:hover .elementor-icon:before {
  right: -30px;
}

.effects-gradient-number-yes .icon-box-number_efect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 70%);
  transition: all 0.3s ease;
}

.background-deco-yes .elementor-icon {
  -webkit-mask-image: url("../../../assets/images/new/icon-box-deco.svg");
  mask-image: url("../../../assets/images/new/icon-box-deco.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.elementor-image-box-wrapper {
  position: relative;
}
.elementor-image-box-wrapper .elementor-image-box-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.elementor-image-box-wrapper .elementor-image-box-title a {
  position: relative;
}
.elementor-image-box-wrapper:hover .elementor-image-box-title a {
  color: var(--e-global-color-accent);
}

.elementor-image-box-button-wrapper .elementor-image-box-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: 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-image-box-button-wrapper .elementor-image-box-button i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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-image-box-button-wrapper .elementor-image-box-button::after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
  background-color: var(--e-global-color-accent);
}
.elementor-image-box-button-wrapper .elementor-image-box-button span {
  z-index: 3;
}
.elementor-image-box-button-wrapper .elementor-image-box-button:hover, .elementor-image-box-button-wrapper .elementor-image-box-button:focus {
  color: #fff;
  border-color: var(--e-global-color-accent);
}
.elementor-image-box-button-wrapper .elementor-image-box-button:hover i, .elementor-image-box-button-wrapper .elementor-image-box-button:focus i {
  color: #fff;
}
.elementor-image-box-button-wrapper .elementor-image-box-button:hover:after, .elementor-image-box-button-wrapper .elementor-image-box-button:focus:after {
  width: 100%;
}
.elementor-image-box-button-wrapper .elementor-image-box-button:visited:after {
  width: 100%;
}
.elementor-image-box-button-wrapper .elementor-image-box-button i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
}

.mostion_image .elementor-widget-image .elementor-widget-container img {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.2s);
}

.flicko-theme-effect-yes {
  position: relative;
  overflow: hidden;
}
.flicko-theme-effect-yes .elementor-image-box-img {
  width: 100%;
  max-width: 100%;
}
.flicko-theme-effect-yes .elementor-image-box-content {
  position: absolute;
  min-height: 200px;
  display: contents;
}
.flicko-theme-effect-yes .elementor-image-box-content .elementor-image-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  background-color: var(--e-global-color-secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 60px;
}
.flicko-theme-effect-yes .elementor-image-box-content .elementor-image-box-title a {
  white-space: nowrap;
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  bottom: 0;
  left: 14px;
}
.flicko-theme-effect-yes .elementor-image-box-content .elementor-image-box-description {
  padding: 2px 8px;
  background-color: #fff;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.flicko-theme-effect-yes .elementor-image-box-content .elementor-image-box-description span {
  font-weight: 600;
}
.flicko-theme-effect-yes .elementor-image-box-content .elementor-image-box-button-wrapper {
  position: absolute;
  right: 20px;
  bottom: 50px;
}

.elementor-widget-accordion.flicko-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  border: none;
}
.elementor-widget-accordion.flicko-accordion-layout-1 .elementor-tab-title {
  position: relative;
  display: inline-flex;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  line-height: 34px;
  margin-bottom: 26px;
  color: var(--e-global-color-dark);
  padding: 0;
}
.elementor-widget-accordion.flicko-accordion-layout-1 .elementor-tab-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 400;
  border: none;
  color: var(--e-global-color-text);
  padding: 0 0 0 60px;
  margin: 3px 0 38px 0;
}
.elementor-widget-accordion.flicko-accordion-layout-1 .elementor-accordion-icon i {
  font-size: 26px;
  font-size: 1.625rem;
}
.elementor-widget-accordion.flicko-accordion-layout-1 .elementor-accordion-icon-left {
  margin-right: 40px;
}
.elementor-widget-accordion.flicko-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  color: var(--e-global-color-secondary);
  width: auto;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 5px;
  padding: 22px 50px 22px 39px;
  position: relative;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-active::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-tab-title {
  cursor: pointer;
  padding: 0;
  line-height: 22px;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  display: inline-flex;
  align-items: center;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-tab-title .elementor-accordion-title i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-accordion-icon-closed i {
  color: var(--e-global-color-border);
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-tab-content {
  font-size: 14px;
  font-size: 0.875rem;
  border-top: none;
  color: var(--e-global-color-lighter);
  padding: 16px 50px 16px 0;
}
.elementor-widget-accordion.flicko-accordion-layout-2 .elementor-accordion .elementor-tab-content p {
  margin: 0;
}
@media (max-width: 767px) {
  .elementor-widget-accordion.flicko-accordion-layout-2 .elementor-tab-title .elementor-accordion-title {
    padding-right: 0;
  }
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion .elementor-accordion-item {
  padding: 30px 0 26px 0;
  border-bottom: 1px solid var(--e-global-color-border);
  border-right: none;
  border-top: none;
  border-left: none;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-tab-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: -1px;
  padding: 0;
  cursor: pointer;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-tab-title .elementor-accordion-title {
  padding-left: 25px;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-tab-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 400;
  border: none;
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  padding: 12px 0 0 52px;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion .elementor-accordion-item i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  margin-top: -2px;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: var(--e-global-color-lighter);
  color: #FFFFFF;
  padding: 7px 8px;
  border-radius: 8px;
}
.elementor-widget-accordion.flicko-accordion-layout-3 .elementor-accordion-item .elementor-active .elementor-accordion-icon i {
  background-color: var(--e-global-color-accent);
}
@media (max-width: 767px) {
  .elementor-widget-accordion.flicko-accordion-layout-3 .elementor-tab-title .elementor-accordion-title {
    padding-right: 0;
  }
}

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

.elementor-widget-image a {
  display: block;
}
.elementor-widget-image.image-effect-yes .elementor-widget-container {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.icon-list-style-flicko-yes .elementor-icon-list-item .elementor-icon-list-text {
  position: relative;
}
.icon-list-style-flicko-yes .elementor-icon-list-item .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-list-style-flicko-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
  right: auto;
}

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

.elementor-widget-button .elementor-button {
  border-radius: 0px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
}
.elementor-widget-button .elementor-button.elementor-size-xs {
  padding: 10px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-widget-button .elementor-button.elementor-size-sm {
  padding: 16px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-widget-button .elementor-button.elementor-size-md {
  padding: 18px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-widget-button .elementor-button.elementor-size-lg {
  padding: 20px 45px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}
.elementor-widget-button .elementor-button.elementor-size-xl {
  padding: 20px 50px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0px;
}

.elementor-button-default .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: 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-button-default .elementor-button i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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-button-default .elementor-button::after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
  background-color: var(--e-global-color-accent);
}
.elementor-button-default .elementor-button span {
  z-index: 3;
}
.elementor-button-default .elementor-button:hover, .elementor-button-default .elementor-button:focus {
  color: #fff;
  border-color: var(--e-global-color-accent);
}
.elementor-button-default .elementor-button:hover i, .elementor-button-default .elementor-button:focus i {
  color: #fff;
}
.elementor-button-default .elementor-button:hover:after, .elementor-button-default .elementor-button:focus:after {
  width: 100%;
}
.elementor-button-default .elementor-button:visited:after {
  width: 100%;
}

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

.elementor-button-outline .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  -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;
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  display: inline-flex;
  align-items: center;
}
.elementor-button-outline .elementor-button i {
  margin: 0 0 0 3px;
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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-button-outline .elementor-button:after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--e-global-color-primary);
}
.elementor-button-outline .elementor-button:hover, .elementor-button-outline .elementor-button:focus {
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.elementor-button-outline .elementor-button:hover i, .elementor-button-outline .elementor-button:focus i {
  color: #fff;
}
.elementor-button-outline .elementor-button:hover:after, .elementor-button-outline .elementor-button:focus:after {
  width: 100%;
}
.elementor-button-outline .elementor-button:visited:after {
  width: 100%;
}

.elementor-button-secondary .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px;
  background-color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  white-space: nowrap;
  padding: 16px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: 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-button-secondary .elementor-button i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  -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-button-secondary .elementor-button::after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0px;
  background-color: var(--e-global-color-accent);
}
.elementor-button-secondary .elementor-button span {
  z-index: 3;
}
.elementor-button-secondary .elementor-button:hover, .elementor-button-secondary .elementor-button:focus {
  color: #fff;
  border-color: var(--e-global-color-accent);
}
.elementor-button-secondary .elementor-button:hover i, .elementor-button-secondary .elementor-button:focus i {
  color: #fff;
}
.elementor-button-secondary .elementor-button:hover:after, .elementor-button-secondary .elementor-button:focus:after {
  width: 100%;
}
.elementor-button-secondary .elementor-button:visited:after {
  width: 100%;
}

.elementor-button-link [class*=elementor-size-] {
  padding: 0 0 5px 0;
}
.elementor-button-link [class*=elementor-size-].elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -ms-transition: all 0.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;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  border-radius: 0px;
  position: relative;
  padding: 0;
}
.elementor-button-link [class*=elementor-size-].elementor-button i {
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  margin-right: 5px;
}
.elementor-button-link [class*=elementor-size-].elementor-button:after {
  background-color: transparent;
}
.elementor-button-link [class*=elementor-size-].elementor-button:hover, .elementor-button-link [class*=elementor-size-].elementor-button:focus {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.elementor-button-link [class*=elementor-size-].elementor-button:hover i, .elementor-button-link [class*=elementor-size-].elementor-button:focus i {
  color: var(--e-global-color-primary);
}
.elementor-button-link [class*=elementor-size-].elementor-button:visited {
  color: var(--e-global-color-primary);
}
.elementor-button-link [class*=elementor-size-].elementor-button:visited i {
  color: var(--e-global-color-primary);
}
.elementor-button-link.button-style-category-yes [class*=elementor-size-] {
  padding: 0 0 5px 0;
}
.elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 86px;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
  }
}
.elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button:hover {
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.tabs-style-flicko-yes {
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-default-padding-block: 0;
  --n-tabs-default-padding-inline: 0;
  --n-tabs-title-padding-inline-start: 0;
  --n-tabs-title-font-size: 14px;
  --n-tabs-title-color: var(--e-global-color-text);
  --n-tabs-title-color-hover: var(--e-global-color-primary);
  --n-tabs-title-color-active: var(--e-global-color-primary);
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: transparent;
  --n-tabs-title-background-color-active: transparent;
  --n-tabs-title-gap: 50px;
  --n-tabs-icon-color:var(--e-global-color-lighter);
  --n-tabs-icon-color-hover:var(--e-global-color-lighter);
  --n-tabs-icon-color-active:var(--e-global-color-lighter);
}
.tabs-style-flicko-yes .e-n-tabs-heading {
  border-bottom: 0;
}
.tabs-style-flicko-yes .e-n-tab-title {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.tabs-style-flicko-yes .e-n-tab-title .e-n-tab-icon {
  display: none;
}
.tabs-style-flicko-yes .e-n-tab-title:after {
  display: none;
}
.tabs-style-flicko-yes .e-n-tab-title .e-n-tab-title-text {
  font-size: var(--n-tabs-title-font-size);
  border-radius: 0px;
  background-color: transparent;
  font-weight: 600;
  color: var(--e-global-color-secondary);
  padding: 0;
}
.tabs-style-flicko-yes .e-n-tab-title:before {
  content: "";
  position: absolute;
  width: 0;
  background: var(--e-global-color-secondary);
  left: 0;
  height: 1px;
  bottom: 4px;
  transition: all 0.3s;
}
.tabs-style-flicko-yes .e-n-tab-title:after {
  display: none;
}
.tabs-style-flicko-yes .e-n-tab-title:hover:before, .tabs-style-flicko-yes .e-n-tab-title:active:before, .tabs-style-flicko-yes .e-n-tab-title:focus:before {
  width: 100%;
  left: 0;
}
.tabs-style-flicko-yes .e-n-tab-title:visited:after {
  display: none;
}
.tabs-style-flicko-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
  color: var(--n-tabs-title-color);
  background-color: transparent;
}
.tabs-style-flicko-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false] .e-n-tab-icon {
  display: none;
}
.tabs-style-flicko-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  padding: 0;
  background: transparent;
}
.tabs-style-flicko-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-icon {
  display: none;
}
.tabs-style-flicko-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:before {
  width: 100%;
  left: 0;
}

.e-n-tab-title:hover:after, .e-n-tab-title:active:after, .e-n-tab-title:focus:after, .e-n-tab-title:visited:after {
  display: none;
}

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title:after {
  display: none;
}

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title.e-normal:hover .e-n-tab-title-text {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title.e-active .e-n-tab-title-text {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
  margin-top: var(--n-tabs-title-gap)/2;
}

.tabs-center-carousel-flicko-yes.elementor-widget-n-tabs .swiper-center-tab-carousel {
  width: 100%;
}
.tabs-center-carousel-flicko-yes.elementor-widget-n-tabs .swiper-center-tab-carousel .e-n-tabs-heading {
  display: flex;
  flex-basis: auto;
  flex-direction: initial;
  justify-content: initial;
  gap: inherit;
  overflow: initial;
  flex-wrap: nowrap;
  scrollbar-width: unset;
}
.tabs-center-carousel-flicko-yes.elementor-widget-n-tabs .swiper-center-tab-carousel .e-n-tabs-heading .e-n-tab-title {
  order: unset !important;
  padding: 0 calc(var(--n-tabs-title-gap) / 2);
  background: none !important;
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.elementor-widget-n-tabs .e-n-tab-title {
  all: unset;
  white-space: nowrap;
}

.elementor-widget-sidebar .widget {
  border-bottom: 1px solid var(--e-global-color-border);
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

: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(--e-global-color-primary);
}

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

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

.sublink .elementor-column:hover img {
  opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column 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;
}

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

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

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

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

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