@charset "UTF-8";
/*-------------------------------------------------------------
Project: Energium Wordpress Theme
--------------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?25213231");
  src: url("../fonts/fontello.eot?25213231#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?25213231") format("woff2"), url("../fonts/fontello.woff?25213231") format("woff"), url("../fonts/fontello.ttf?25213231") format("truetype"), url("../fonts/fontello.svg?25213231#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontello {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: '\e800';
}

/* '' */
.icon-hide:before {
  content: '\e801';
}

/* '' */
.icon-home:before {
  content: '\e802';
}

/* '' */
.icon-location:before {
  content: '\e803';
}

/* '' */
.icon-login:before {
  content: '\e804';
}

/* '' */
.icon-logout:before {
  content: '\e805';
}

/* '' */
.icon-message:before {
  content: '\e806';
}

/* '' */
.icon-notification:before {
  content: '\e807';
}

/* '' */
.icon-paper:before {
  content: '\e808';
}

/* '' */
.icon-plus:before {
  content: '\e809';
}

/* '' */
.icon-recycling-bio:before {
  content: '\e80a';
}

/* '' */
.icon-search:before {
  content: '\e80b';
}

/* '' */
.icon-setting:before {
  content: '\e80c';
}

/* '' */
.icon-share:before {
  content: '\e80d';
}

/* '' */
.icon-shield-done:before {
  content: '\e80e';
}

/* '' */
.icon-testimonials:before {
  content: '\e80f';
}

/* '' */
.icon-tick-square:before {
  content: '\e810';
}

/* '' */
.icon-wallet:before {
  content: '\e811';
}

/* '' */
.icon-calling:before {
  content: '\e812';
}

/* '' */
.icon-chart:before {
  content: '\e813';
}

/* '' */
.icon-chat:before {
  content: '\e814';
}

/* '' */
.icon-arrow-bottom:before {
  content: '\e815';
}

/* '' */
.icon-callback:before {
  content: '\e816';
}

/* '' */
.icon-cart:before {
  content: '\e817';
}

/* '' */
.icon-close-simple:before {
  content: '\e818';
}

/* '' */
.icon-chevron-down:before {
  content: '\e819';
}

/* '' */
.icon-chevron-left:before {
  content: '\e81a';
}

/* '' */
.icon-chevron-right:before {
  content: '\e81b';
}

/* '' */
.icon-chevron-up:before {
  content: '\e81c';
}

/* '' */
.icon-sidebar:before {
  content: '\e81d';
}

/* '' */
.icon-star:before {
  content: '\e81e';
}

/* '' */
.icon-calendar:before {
  content: '\e81f';
}

/* '' */
.icon-arrow-left-square:before {
  content: '\e820';
}

/* '' */
.icon-arrow-right-square:before {
  content: '\e821';
}

/* '' */
.icon-category:before {
  content: '\e822';
}

/* '' */
.icon-eye:before {
  content: '\e823';
}

/* '' */
.icon-minus:before {
  content: '\e824';
}

/* '' */
.icon-eco-energy-efficient-house:before {
  content: '\e827';
}

/* '' */
.icon-eco-forest:before {
  content: '\e828';
}

/* '' */
.icon-eco-light-bulb:before {
  content: '\e829';
}

/* '' */
.icon-eco-solar-panel:before {
  content: '\e82a';
}

/* '' */
.icon-eco-sun-energy:before {
  content: '\e82b';
}

/* '' */
.icon-eco-tree:before {
  content: '\e82c';
}

/* '' */
.icon-eco-water-energy:before {
  content: '\e82d';
}

/* '' */
.icon-eco-wind-turbine:before {
  content: '\e82e';
}

/* '' */
.icon-star-fill:before {
  content: '\e82f';
}

/* '' */
.icon-download:before {
  content: '\e831';
}

/* '' */
.icon-green-light-bulb:before {
  content: '\e832';
}

/* '' */
.icon-power-sign:before {
  content: '\e833';
}

/* '' */
.icon-solar-panel:before {
  content: '\e834';
}

/* '' */
.icon-battery:before {
  content: '\e835';
}

/* '' */
.icon-title-element:before {
  content: '\e836';
}

/* '' */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.slider-style-visible .owl-stage-outer {
  overflow: initial;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  border: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-size: 14px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 43px -13px 0;
  line-height: 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 6px 13px 6px;
  cursor: pointer;
}

.owl-dots .owl-dot {
  border: none !important;
  padding: 0 !important;
  min-width: 0 !important;
  background: none !important;
}
.owl-dots .owl-dot:after {
  content: none !important;
  display: none !important;
}
.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: solid 1px transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
.owl-dots .owl-dot span:after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  left: 50%;
  right: initial;
  top: 50%;
  margin: -2.5px 0 0 -2.5px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-dots .owl-dot.active span:after {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  border-width: 2px;
}

/* SayIT Styles */
.sayit_owlCarousel.owl-carousel .owl-dot {
  border: rgba(255, 255, 255, 0) 2px solid;
  border-radius: 100%;
  transition: border 400ms;
  margin: 0 7px;
}

.sayit_owlCarousel.owl-carousel .owl-dot.active {
  border: white 2px solid;
}

.sayit_owlCarousel.owl-carousel .owl-dot {
  border: rgba(255, 255, 255, 0) 2px solid;
  border-radius: 100%;
}

.sayit_owlCarousel.owl-carousel .owl-dot span {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: background 400ms;
  width: 6px;
  height: 6px;
  margin: 0;
}

.sayit_owlCarousel.owl-carousel .owl-dot.active span {
  background: rgba(255, 255, 255, 0);
}

.sayit_owlCarousel.owl-carousel .owl-dots {
  margin: 0 0 0 0 !important;
  position: relative;
  z-index: 5;
  transform: translateY(-46px);
}

.owl-carousel {
  position: relative;
}
.owl-carousel.owl-theme .owl-nav {
  height: 50px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  z-index: 10;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  width: 48px;
  height: 48px;
  min-width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:before {
  font: 400 normal 15px/48px 'fontello';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"].disabled {
  cursor: default;
  opacity: .5;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
  padding: 0 2px 0 0;
  right: initial;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:before {
  content: '\e81a';
}
.owl-carousel.owl-theme .owl-nav .owl-prev:after {
  display: none;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
  padding: 0 0 0 2px;
  left: initial;
}
.owl-carousel.owl-theme .owl-nav .owl-next:before {
  content: '\e81b';
}
.owl-carousel.owl-theme .owl-nav .owl-next:after {
  display: none;
}
.owl-carousel.owl-theme .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-theme:hover .owl-nav {
  left: -100px;
  right: -100px;
  opacity: 1;
}

body .owl-carousel {
  display: block;
}

@media only screen and (min-width: 992px) {
  .owl-carousel.owl-theme:hover .owl-nav {
    left: -70px;
    right: -70px;
    opacity: 1;
  }
}
/*
 *  Owl Carousel - Slide Animations
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.slider-progress-wrapper {
  display: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.slider-progress-wrapper .slider-progress-current,
.slider-progress-wrapper .slider-progress-all {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 12px 14px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.slider-progress-wrapper .slider-progress-track {
  display: block;
  position: relative;
}
.slider-progress-wrapper .slider-progress-track .progress {
  position: absolute;
  left: 0;
  top: 0;
  right: initial;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}
.slider-progress-wrapper.progress-direction-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slider-progress-wrapper.progress-direction-horizontal .slider-progress-track {
  width: 87px;
  height: 1px;
}
.slider-progress-wrapper.progress-direction-horizontal .slider-progress-track .progress {
  height: 100%;
  width: 0;
}
.slider-progress-wrapper.progress-direction-vertical .slider-progress-track {
  width: 1px;
  height: 87px;
}
.slider-progress-wrapper.progress-direction-vertical .slider-progress-track .progress {
  height: 0;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .slider-progress-wrapper.progress-direction-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .slider-progress-wrapper.progress-direction-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .slider-progress-wrapper.progress-direction-vertical:not(:first-child) {
    margin-top: 60px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  right: initial;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  right: initial;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #cccccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  right: initial;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  left: initial;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  right: initial;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: initial;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  right: initial;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  right: initial;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  right: initial;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #ffffff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #ffffff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  left: initial;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  content: '';
  border: 6px solid #ff5268;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    left: initial;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
    left: initial;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.fa,
.far,
.fa-regular {
  font-weight: 400;
}

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  clear: none !important;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.woocommerce-product-gallery .slick-slider {
  width: 100%;
  max-width: 470px;
}
.woocommerce-product-gallery .slick-slider .slick-button {
  text-align: center;
  font: 400 normal 16px/20px 'fontello';
  cursor: pointer;
  position: absolute;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  z-index: 3;
}
.woocommerce-product-gallery .slick-slider .slick-button:before {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.woocommerce-product-gallery .slick-slider .slick-button.slick-disabled {
  cursor: default;
  opacity: .5;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:first-child {
  margin: 0 -4px;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:not(:first-child) {
  margin: 0 35px;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button {
  width: 30px;
  height: auto;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev {
  left: 0;
  right: initial;
  top: 0;
  bottom: 0;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev:before {
  content: '\e81a';
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next {
  left: initial;
  right: 0;
  top: 0;
  bottom: 0;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next:before {
  content: '\e81b';
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:first-child {
  margin: -4px 0;
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:not(:first-child) {
  margin: 35px 0;
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button {
  width: auto;
  height: 30px;
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev {
  left: 0;
  right: 0;
  top: 0;
  bottom: initial;
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev:before {
  content: '\e81c';
  margin: -2px 0 0;
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next {
  left: 0;
  right: 0;
  top: initial;
  bottom: 0;
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next:before {
  content: '\e819';
  margin: 3px 0 0;
}

/*
 *  Swiper Carousel
 */
.swiper-container .swiper-pagination-bullets {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 37px -13px 0;
  width: auto !important;
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 0;
  line-height: 1;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  zoom: 1;
  margin: 13px 13px 0;
  width: 17px;
  height: 17px;
  border: solid 1px transparent;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: none;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  left: 50%;
  right: initial;
  top: 50%;
  margin: -2.5px 0 0 -2.5px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none !important;
}

.swiper-container .elementor-swiper-button,
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-container .elementor-swiper-button {
  width: 50px;
  height: 50px;
}
.swiper-container .elementor-swiper-button i {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
}
.swiper-container .elementor-swiper-button i:before {
  font: 400 normal 15px/48px 'fontello';
}
.swiper-container .elementor-swiper-button i.disabled {
  cursor: default;
  opacity: .5;
}
.swiper-container .elementor-swiper-button-prev i {
  padding: 0 2px 0 0;
}
.swiper-container .elementor-swiper-button-prev i:before {
  content: '\e80d';
}
.swiper-container .elementor-swiper-button-next i {
  padding: 0 0 0 2px;
}
.swiper-container .elementor-swiper-button-next i:before {
  content: '\e824';
}

.wp-block-button.wc-block-load-more .wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart,
#form-preview button,
.energium-button,
.body-container button:not(.customize-partial-edit-shortcut-button):not([class*="elementor"]),
.body-container input[type="submit"],
.body-container input[type="button"],
.body-container input[type="reset"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]),
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 18px 30px;
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 500;
  height: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 70px;
  outline: none;
  border: solid 2px;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}
.wp-block-button.wc-block-load-more .wp-block-button__link:after,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .wp-block-button__link:after,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:after,
#form-preview button:after,
.energium-button:after,
.body-container button:not(.customize-partial-edit-shortcut-button):not([class*="elementor"]):after,
.body-container input[type="submit"]:after,
.body-container input[type="button"]:after,
.body-container input[type="reset"]:after,
div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:after,
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:after,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]):after,
.woocommerce a.button:after,
.woocommerce a.button.alt:after,
.woocommerce button.button:after,
.woocommerce button.button.alt:after,
.woocommerce input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce a.added_to_cart:after,
.woocommerce #respond input#submit.disabled:after,
.woocommerce #respond input#submit:disabled:after,
.woocommerce #respond input#submit:disabled[disabled]:after,
.woocommerce a.button.disabled:after,
.woocommerce a.button:disabled:after,
.woocommerce a.button:disabled[disabled]:after,
.woocommerce button.button.disabled:after,
.woocommerce button.button:disabled:after,
.woocommerce button.button:disabled[disabled]:after,
.woocommerce input.button.disabled:after,
.woocommerce input.button:disabled:after,
.woocommerce input.button:disabled[disabled]:after {
  content: '';
  position: absolute;
  display: block;
  border: none;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  -ms-transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-block-button.wc-block-load-more .wp-block-button__link:focus, .wp-block-button.wc-block-load-more .wp-block-button__link:active,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .wp-block-button__link:focus,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .wp-block-button__link:active,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:focus,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:active,
#form-preview button:focus,
#form-preview button:active,
.energium-button:focus,
.energium-button:active,
.body-container button:not(.customize-partial-edit-shortcut-button):not([class*="elementor"]):focus,
.body-container button:not(.customize-partial-edit-shortcut-button):not([class*="elementor"]):active,
.body-container input[type="submit"]:focus,
.body-container input[type="submit"]:active,
.body-container input[type="button"]:focus,
.body-container input[type="button"]:active,
.body-container input[type="reset"]:focus,
.body-container input[type="reset"]:active,
div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:active,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]):focus,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]):active,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:active,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled:active,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce #respond input#submit:disabled[disabled]:active,
.woocommerce a.button.disabled:focus,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:focus,
.woocommerce a.button:disabled:active,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled]:active,
.woocommerce button.button.disabled:focus,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled:active,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce input.button.disabled:focus,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled:active,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:active {
  outline: none;
}
.wp-block-button.wc-block-load-more .wp-block-button__link:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .wp-block-button__link:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:hover,
#form-preview button:hover,
.energium-button:hover,
.body-container button:not(.customize-partial-edit-shortcut-button):not([class*="elementor"]):hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover,
.body-container input[type="reset"]:hover,
div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]):hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: none;
}
.wp-block-button.wc-block-load-more .wp-block-button__link:not(.disabled):not(:disabled):hover:after,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .wp-block-button__link:not(.disabled):not(:disabled):hover:after,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart:not(.disabled):not(:disabled):hover:after,
#form-preview button:not(.disabled):not(:disabled):hover:after,
.energium-button:not(.disabled):not(:disabled):hover:after,
.body-container button:not(.customize-partial-edit-shortcut-button):not([class*="elementor"]):not(.disabled):not(:disabled):hover:after,
.body-container input[type="submit"]:not(.disabled):not(:disabled):hover:after,
.body-container input[type="button"]:not(.disabled):not(:disabled):hover:after,
.body-container input[type="reset"]:not(.disabled):not(:disabled):hover:after,
div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit]:not(.disabled):not(:disabled):hover:after,
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:not(.disabled):not(:disabled):hover:after,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(.disabled):not(:disabled):hover:after,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]):not(.disabled):not(:disabled):hover:after,
.woocommerce a.button:not(.disabled):not(:disabled):hover:after,
.woocommerce a.button.alt:not(.disabled):not(:disabled):hover:after,
.woocommerce button.button:not(.disabled):not(:disabled):hover:after,
.woocommerce button.button.alt:not(.disabled):not(:disabled):hover:after,
.woocommerce input.button:not(.disabled):not(:disabled):hover:after,
.woocommerce #respond input#submit:not(.disabled):not(:disabled):hover:after,
.woocommerce a.added_to_cart:not(.disabled):not(:disabled):hover:after,
.woocommerce #respond input#submit.disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce #respond input#submit:disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce #respond input#submit:disabled[disabled]:not(.disabled):not(:disabled):hover:after,
.woocommerce a.button.disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce a.button:disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce a.button:disabled[disabled]:not(.disabled):not(:disabled):hover:after,
.woocommerce button.button.disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce button.button:disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce button.button:disabled[disabled]:not(.disabled):not(:disabled):hover:after,
.woocommerce input.button.disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce input.button:disabled:not(.disabled):not(:disabled):hover:after,
.woocommerce input.button:disabled[disabled]:not(.disabled):not(:disabled):hover:after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: none;
  cursor: not-allowed;
}
.woocommerce #respond input#submit.alt.disabled:after,
.woocommerce #respond input#submit.alt.disabled:hover:after,
.woocommerce #respond input#submit.alt:disabled:after,
.woocommerce #respond input#submit.alt:disabled:hover:after,
.woocommerce #respond input#submit.alt:disabled[disabled]:after,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover:after,
.woocommerce a.button.alt.disabled:after,
.woocommerce a.button.alt.disabled:hover:after,
.woocommerce a.button.alt:disabled:after,
.woocommerce a.button.alt:disabled:hover:after,
.woocommerce a.button.alt:disabled[disabled]:after,
.woocommerce a.button.alt:disabled[disabled]:hover:after,
.woocommerce button.button.alt.disabled:after,
.woocommerce button.button.alt.disabled:hover:after,
.woocommerce button.button.alt:disabled:after,
.woocommerce button.button.alt:disabled:hover:after,
.woocommerce button.button.alt:disabled[disabled]:after,
.woocommerce button.button.alt:disabled[disabled]:hover:after,
.woocommerce input.button.alt.disabled:after,
.woocommerce input.button.alt.disabled:hover:after,
.woocommerce input.button.alt:disabled:after,
.woocommerce input.button.alt:disabled:hover:after,
.woocommerce input.button.alt:disabled[disabled]:after,
.woocommerce input.button.alt:disabled[disabled]:hover:after {
  -webkit-transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  -ms-transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
}

.woocommerce .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover,
.woocommerce-page .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover {
  background-color: transparent;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover:after,
.woocommerce-page .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover:after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

.content-wrapper div.wpforms-container-full .wpforms-form input[type=submit]:hover, .content-wrapper div.wpforms-container-full .wpforms-form input[type=submit]:focus, .content-wrapper div.wpforms-container-full .wpforms-form input[type=submit]:active,
.content-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.content-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.content-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:active,
.content-wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.content-wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
.content-wrapper div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
  border-width: 2px;
}

/* ----------------------------- */
/* ---------- General ---------- */
/* ----------------------------- */
html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
}

code, kbd, pre, samp {
  overflow: auto;
  word-wrap: break-word;
}

code {
  display: inline-block;
  overflow: auto;
  max-width: 100%;
}
code:not(:last-child) {
  margin-bottom: 1rem;
}

pre {
  display: block;
}
pre:not(:last-child) {
  margin-bottom: 1rem;
}

address {
  margin: 0;
}
address:not(:last-child) {
  margin-bottom: 1rem;
}

figure {
  margin: 0;
}

abbr[data-original-title], abbr[title],
acronym[data-original-title],
acronym[title] {
  text-decoration: none;
  border-bottom: dotted 2px;
}

sup,
sub {
  line-height: 1.2em;
}

dt {
  font-weight: 700;
}

p code, p code:not(:last-child),
p pre,
p pre:not(:last-child),
li code,
li code:not(:last-child),
li pre,
li pre:not(:last-child) {
  margin-bottom: 0;
  display: inline;
}
p br + code:not(:last-child),
p br + pre:not(:last-child),
li br + code:not(:last-child),
li br + pre:not(:last-child) {
  display: block;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.body-container {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  align-self: flex-start;
}

button,
button:active,
button:focus {
  outline: none;
}

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.energium_align-container {
  display: table;
  width: 100%;
}

.energium_align-container__item {
  display: table-cell;
  vertical-align: middle;
}

.energium_img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: -1;
}

.energium_img--contain {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  z-index: -1;
}

.energium_img--layout {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

form input,
form textarea {
  -webkit-appearance: none;
}

.form__field,
.search-form-field,
body #give_checkout_user_info p input {
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  width: 100%;
  display: block;
  padding: 0 19px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  outline: 0;
  margin: 10px 0 0;
}

.form__message {
  height: 180px;
  padding: 13px 16px;
  margin: 0;
}

.form-submit {
  margin: 41px 0 0;
}
.form-submit .submit {
  min-width: 160px !important;
}

/********** WordPress default **********/
.alignnone {
  margin: 7px 0 30px;
}

p img.alignnone {
  display: inline-block;
  margin: 7px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 7px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 7px 0 30px 30px;
}

a img.alignnone {
  margin: 7px 0 30px;
}

a img.alignleft {
  float: left;
  margin: 7px 30px 30px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p > .alignright:last-child {
  clear: right;
}

iframe {
  border: none;
  overflow: auto;
  max-width: 100%;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}
.wp-caption, .wp-caption.alignnone {
  margin: 7px 0 30px;
}
.wp-caption.alignleft {
  margin: 7px 30px 30px 0;
}
.wp-caption.alignright {
  margin: 7px 0 30px 30px;
}
.wp-caption.aligncenter {
  margin: 7px auto 30px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 7px 4px 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

*:not(.wp-block-embed__wrapper) > .video-embed iframe,
*:not(.wp-block-embed__wrapper) > .video-embed object,
*:not(.wp-block-embed__wrapper) > .video-embed embed {
  height: 100%;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-embed:not(:first-child) {
  margin-top: 30px;
}
.video-embed:not(:last-child) {
  margin-bottom: 30px;
}
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.video-embed > div {
  position: relative;
  margin-bottom: -56.25% !important;
}

#querylist ul > li {
  padding: 0;
}
#querylist ul > li:before {
  content: none;
  display: none;
}

#debug-bar-actions span {
  line-height: 19px;
}
#debug-bar-actions span.restore {
  line-height: 18px;
}

@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none !important;
  }
}
.content-wrapper .fadeInUp {
  animation-name: fadeInUpCustom;
}

@-webkit-keyframes fadeInDownCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.content-wrapper .fadeInDown {
  animation-name: fadeInDownCustom;
}

@-webkit-keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.content-wrapper .fadeInLeft {
  animation-name: fadeInLeftCustom;
}

@-webkit-keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.content-wrapper .fadeInRight {
  animation-name: fadeInRightCustom;
}

.wpforms-field-mailchimp ul li:before,
.wpforms-field-checkbox ul li:before,
.wpforms-field-radio ul li:before {
  content: none;
  display: none;
}

div.wpforms-container-full .wpforms-form .energium-form-field input[type="text"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="email"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="url"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="password"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="search"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="number"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="tel"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="date"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="month"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="week"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="time"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime-local"],
div.wpforms-container-full .wpforms-form .energium-form-field input[type="color"],
div.wpforms-container-full .wpforms-form .energium-form-field select,
div.wpforms-container-full .wpforms-form .energium-form-field textarea,
form .energium-form-field input[type="text"],
form .energium-form-field input[type="email"],
form .energium-form-field input[type="url"],
form .energium-form-field input[type="password"],
form .energium-form-field input[type="search"],
form .energium-form-field input[type="number"],
form .energium-form-field input[type="tel"],
form .energium-form-field input[type="date"],
form .energium-form-field input[type="month"],
form .energium-form-field input[type="week"],
form .energium-form-field input[type="time"],
form .energium-form-field input[type="datetime"],
form .energium-form-field input[type="datetime-local"],
form .energium-form-field input[type="color"],
form .energium-form-field select,
form .energium-form-field textarea,
[class*="wp-block-"] .energium-form-field input[type="text"],
[class*="wp-block-"] .energium-form-field input[type="email"],
[class*="wp-block-"] .energium-form-field input[type="url"],
[class*="wp-block-"] .energium-form-field input[type="password"],
[class*="wp-block-"] .energium-form-field input[type="search"],
[class*="wp-block-"] .energium-form-field input[type="number"],
[class*="wp-block-"] .energium-form-field input[type="tel"],
[class*="wp-block-"] .energium-form-field input[type="date"],
[class*="wp-block-"] .energium-form-field input[type="month"],
[class*="wp-block-"] .energium-form-field input[type="week"],
[class*="wp-block-"] .energium-form-field input[type="time"],
[class*="wp-block-"] .energium-form-field input[type="datetime"],
[class*="wp-block-"] .energium-form-field input[type="datetime-local"],
[class*="wp-block-"] .energium-form-field input[type="color"],
[class*="wp-block-"] .energium-form-field select,
[class*="wp-block-"] .energium-form-field textarea,
.widget .energium-form-field input[type="text"],
.widget .energium-form-field input[type="email"],
.widget .energium-form-field input[type="url"],
.widget .energium-form-field input[type="password"],
.widget .energium-form-field input[type="search"],
.widget .energium-form-field input[type="number"],
.widget .energium-form-field input[type="tel"],
.widget .energium-form-field input[type="date"],
.widget .energium-form-field input[type="month"],
.widget .energium-form-field input[type="week"],
.widget .energium-form-field input[type="time"],
.widget .energium-form-field input[type="datetime"],
.widget .energium-form-field input[type="datetime-local"],
.widget .energium-form-field input[type="color"],
.widget .energium-form-field select,
.widget .energium-form-field textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  height: 55px;
  padding: 15px 18px;
  width: 100%;
  display: block;
  outline: none !important;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  background: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
div.wpforms-container-full .wpforms-form .energium-form-field input[type="text"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="email"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="url"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="password"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="search"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="number"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="tel"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="date"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="month"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="week"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="time"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="color"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field select::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field textarea::-webkit-input-placeholder,
form .energium-form-field input[type="text"]::-webkit-input-placeholder,
form .energium-form-field input[type="email"]::-webkit-input-placeholder,
form .energium-form-field input[type="url"]::-webkit-input-placeholder,
form .energium-form-field input[type="password"]::-webkit-input-placeholder,
form .energium-form-field input[type="search"]::-webkit-input-placeholder,
form .energium-form-field input[type="number"]::-webkit-input-placeholder,
form .energium-form-field input[type="tel"]::-webkit-input-placeholder,
form .energium-form-field input[type="date"]::-webkit-input-placeholder,
form .energium-form-field input[type="month"]::-webkit-input-placeholder,
form .energium-form-field input[type="week"]::-webkit-input-placeholder,
form .energium-form-field input[type="time"]::-webkit-input-placeholder,
form .energium-form-field input[type="datetime"]::-webkit-input-placeholder,
form .energium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
form .energium-form-field input[type="color"]::-webkit-input-placeholder,
form .energium-form-field select::-webkit-input-placeholder,
form .energium-form-field textarea::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="text"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="email"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="url"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="password"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="search"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="number"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="tel"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="date"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="month"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="week"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="time"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="color"]::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field select::-webkit-input-placeholder,
[class*="wp-block-"] .energium-form-field textarea::-webkit-input-placeholder,
.widget .energium-form-field input[type="text"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="email"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="url"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="password"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="search"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="number"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="tel"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="date"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="month"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="week"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="time"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="datetime"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
.widget .energium-form-field input[type="color"]::-webkit-input-placeholder,
.widget .energium-form-field select::-webkit-input-placeholder,
.widget .energium-form-field textarea::-webkit-input-placeholder {
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .energium-form-field input[type="text"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="email"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="url"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="password"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="search"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="number"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="tel"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="date"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="month"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="week"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="time"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime-local"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="color"]:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field select:-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field textarea:-moz-placeholder,
form .energium-form-field input[type="text"]:-moz-placeholder,
form .energium-form-field input[type="email"]:-moz-placeholder,
form .energium-form-field input[type="url"]:-moz-placeholder,
form .energium-form-field input[type="password"]:-moz-placeholder,
form .energium-form-field input[type="search"]:-moz-placeholder,
form .energium-form-field input[type="number"]:-moz-placeholder,
form .energium-form-field input[type="tel"]:-moz-placeholder,
form .energium-form-field input[type="date"]:-moz-placeholder,
form .energium-form-field input[type="month"]:-moz-placeholder,
form .energium-form-field input[type="week"]:-moz-placeholder,
form .energium-form-field input[type="time"]:-moz-placeholder,
form .energium-form-field input[type="datetime"]:-moz-placeholder,
form .energium-form-field input[type="datetime-local"]:-moz-placeholder,
form .energium-form-field input[type="color"]:-moz-placeholder,
form .energium-form-field select:-moz-placeholder,
form .energium-form-field textarea:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="text"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="email"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="url"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="password"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="search"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="number"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="tel"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="date"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="month"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="week"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="time"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime-local"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="color"]:-moz-placeholder,
[class*="wp-block-"] .energium-form-field select:-moz-placeholder,
[class*="wp-block-"] .energium-form-field textarea:-moz-placeholder,
.widget .energium-form-field input[type="text"]:-moz-placeholder,
.widget .energium-form-field input[type="email"]:-moz-placeholder,
.widget .energium-form-field input[type="url"]:-moz-placeholder,
.widget .energium-form-field input[type="password"]:-moz-placeholder,
.widget .energium-form-field input[type="search"]:-moz-placeholder,
.widget .energium-form-field input[type="number"]:-moz-placeholder,
.widget .energium-form-field input[type="tel"]:-moz-placeholder,
.widget .energium-form-field input[type="date"]:-moz-placeholder,
.widget .energium-form-field input[type="month"]:-moz-placeholder,
.widget .energium-form-field input[type="week"]:-moz-placeholder,
.widget .energium-form-field input[type="time"]:-moz-placeholder,
.widget .energium-form-field input[type="datetime"]:-moz-placeholder,
.widget .energium-form-field input[type="datetime-local"]:-moz-placeholder,
.widget .energium-form-field input[type="color"]:-moz-placeholder,
.widget .energium-form-field select:-moz-placeholder,
.widget .energium-form-field textarea:-moz-placeholder {
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .energium-form-field input[type="text"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="email"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="url"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="password"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="search"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="number"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="tel"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="date"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="month"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="week"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="time"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime-local"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="color"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field select::-moz-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field textarea::-moz-placeholder,
form .energium-form-field input[type="text"]::-moz-placeholder,
form .energium-form-field input[type="email"]::-moz-placeholder,
form .energium-form-field input[type="url"]::-moz-placeholder,
form .energium-form-field input[type="password"]::-moz-placeholder,
form .energium-form-field input[type="search"]::-moz-placeholder,
form .energium-form-field input[type="number"]::-moz-placeholder,
form .energium-form-field input[type="tel"]::-moz-placeholder,
form .energium-form-field input[type="date"]::-moz-placeholder,
form .energium-form-field input[type="month"]::-moz-placeholder,
form .energium-form-field input[type="week"]::-moz-placeholder,
form .energium-form-field input[type="time"]::-moz-placeholder,
form .energium-form-field input[type="datetime"]::-moz-placeholder,
form .energium-form-field input[type="datetime-local"]::-moz-placeholder,
form .energium-form-field input[type="color"]::-moz-placeholder,
form .energium-form-field select::-moz-placeholder,
form .energium-form-field textarea::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="text"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="email"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="url"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="password"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="search"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="number"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="tel"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="date"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="month"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="week"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="time"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime-local"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field input[type="color"]::-moz-placeholder,
[class*="wp-block-"] .energium-form-field select::-moz-placeholder,
[class*="wp-block-"] .energium-form-field textarea::-moz-placeholder,
.widget .energium-form-field input[type="text"]::-moz-placeholder,
.widget .energium-form-field input[type="email"]::-moz-placeholder,
.widget .energium-form-field input[type="url"]::-moz-placeholder,
.widget .energium-form-field input[type="password"]::-moz-placeholder,
.widget .energium-form-field input[type="search"]::-moz-placeholder,
.widget .energium-form-field input[type="number"]::-moz-placeholder,
.widget .energium-form-field input[type="tel"]::-moz-placeholder,
.widget .energium-form-field input[type="date"]::-moz-placeholder,
.widget .energium-form-field input[type="month"]::-moz-placeholder,
.widget .energium-form-field input[type="week"]::-moz-placeholder,
.widget .energium-form-field input[type="time"]::-moz-placeholder,
.widget .energium-form-field input[type="datetime"]::-moz-placeholder,
.widget .energium-form-field input[type="datetime-local"]::-moz-placeholder,
.widget .energium-form-field input[type="color"]::-moz-placeholder,
.widget .energium-form-field select::-moz-placeholder,
.widget .energium-form-field textarea::-moz-placeholder {
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .energium-form-field input[type="text"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="email"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="url"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="password"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="search"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="number"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="tel"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="date"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="month"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="week"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="time"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="datetime-local"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field input[type="color"]:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field select:-ms-input-placeholder,
div.wpforms-container-full .wpforms-form .energium-form-field textarea:-ms-input-placeholder,
form .energium-form-field input[type="text"]:-ms-input-placeholder,
form .energium-form-field input[type="email"]:-ms-input-placeholder,
form .energium-form-field input[type="url"]:-ms-input-placeholder,
form .energium-form-field input[type="password"]:-ms-input-placeholder,
form .energium-form-field input[type="search"]:-ms-input-placeholder,
form .energium-form-field input[type="number"]:-ms-input-placeholder,
form .energium-form-field input[type="tel"]:-ms-input-placeholder,
form .energium-form-field input[type="date"]:-ms-input-placeholder,
form .energium-form-field input[type="month"]:-ms-input-placeholder,
form .energium-form-field input[type="week"]:-ms-input-placeholder,
form .energium-form-field input[type="time"]:-ms-input-placeholder,
form .energium-form-field input[type="datetime"]:-ms-input-placeholder,
form .energium-form-field input[type="datetime-local"]:-ms-input-placeholder,
form .energium-form-field input[type="color"]:-ms-input-placeholder,
form .energium-form-field select:-ms-input-placeholder,
form .energium-form-field textarea:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="text"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="email"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="url"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="password"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="search"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="number"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="tel"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="date"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="month"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="week"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="time"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="datetime-local"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field input[type="color"]:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field select:-ms-input-placeholder,
[class*="wp-block-"] .energium-form-field textarea:-ms-input-placeholder,
.widget .energium-form-field input[type="text"]:-ms-input-placeholder,
.widget .energium-form-field input[type="email"]:-ms-input-placeholder,
.widget .energium-form-field input[type="url"]:-ms-input-placeholder,
.widget .energium-form-field input[type="password"]:-ms-input-placeholder,
.widget .energium-form-field input[type="search"]:-ms-input-placeholder,
.widget .energium-form-field input[type="number"]:-ms-input-placeholder,
.widget .energium-form-field input[type="tel"]:-ms-input-placeholder,
.widget .energium-form-field input[type="date"]:-ms-input-placeholder,
.widget .energium-form-field input[type="month"]:-ms-input-placeholder,
.widget .energium-form-field input[type="week"]:-ms-input-placeholder,
.widget .energium-form-field input[type="time"]:-ms-input-placeholder,
.widget .energium-form-field input[type="datetime"]:-ms-input-placeholder,
.widget .energium-form-field input[type="datetime-local"]:-ms-input-placeholder,
.widget .energium-form-field input[type="color"]:-ms-input-placeholder,
.widget .energium-form-field select:-ms-input-placeholder,
.widget .energium-form-field textarea:-ms-input-placeholder {
  opacity: 1;
}

.energium-form-field .select-wrap,
div.wpforms-container-full .wpforms-form .energium-form-field .select-wrap,
.widget .energium-form-field .select-wrap {
  width: 100%;
  position: relative;
}
.energium-form-field .select-wrap .energium-form-field-border-angle,
.energium-form-field .select-wrap .energium-form-field-border-top,
div.wpforms-container-full .wpforms-form .energium-form-field .select-wrap .energium-form-field-border-angle,
div.wpforms-container-full .wpforms-form .energium-form-field .select-wrap .energium-form-field-border-top,
.widget .energium-form-field .select-wrap .energium-form-field-border-angle,
.widget .energium-form-field .select-wrap .energium-form-field-border-top {
  margin: 0 0 11px !important;
}
.energium-form-field .select-wrap:after,
div.wpforms-container-full .wpforms-form .energium-form-field .select-wrap:after,
.widget .energium-form-field .select-wrap:after {
  content: '\e819';
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  text-align: center;
  font: 700 normal 9px/41px 'fontello';
  top: 7px;
  right: 0;
  left: initial;
  cursor: pointer;
}
.energium-form-field .select-wrap select,
div.wpforms-container-full .wpforms-form .energium-form-field .select-wrap select,
.widget .energium-form-field .select-wrap select {
  padding: 15px 45px 15px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}
.energium-form-field .select-wrap select option,
div.wpforms-container-full .wpforms-form .energium-form-field .select-wrap select option,
.widget .energium-form-field .select-wrap select option {
  color: #000000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-select .choices__placeholder {
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select.wpforms-field-select-style-modern .energium-form-field .select-wrap:after {
  content: none;
  display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .energium-label-wrapper {
  margin: 0 0 -11px;
  left: 0;
  right: initial;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .energium-label-wrapper label {
  font-weight: 700;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices .choices__inner {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 45px 15px 18px;
  background: none;
  min-height: 55px;
  font-size: 14px;
  line-height: 25px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices[data-type*="select-one"]:after {
  content: '\e819';
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  text-align: center;
  font: 700 normal 9px/41px 'fontello';
  top: 7px;
  right: 0;
  left: initial;
  cursor: pointer;
  border: none;
  margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices .choices__list--single {
  padding: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices .choices__button {
  max-width: 0;
  min-width: 20px;
  margin-right: 40px;
  z-index: 3;
  background: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices .choices__button:before {
  content: '\e818';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: initial;
  right: 0;
  top: 0;
  bottom: 0;
  font: 400 normal 10px/20px 'fontello';
  text-indent: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices .choices__button:after {
  content: none;
  display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-select .energium-form-field .choices .choices__list--dropdown {
  z-index: 3;
}

input[type="radio"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="radio"],
.woocommerce form .form-row input[type="radio"].input-radio {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px;
  position: relative;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
input[type="radio"]:checked:before,
div.wpforms-container-full .wpforms-form .wpforms-field input[type="radio"]:checked:before,
.woocommerce form .form-row input[type="radio"].input-radio:checked:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 3px;
  left: 3px;
  right: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"] + label,
div.wpforms-container-full .wpforms-form .wpforms-field input[type="radio"] + label,
.woocommerce form .form-row input[type="radio"].input-radio + label {
  font-size: 14px;
}

input[type="checkbox"],
div.wpforms-container-full .wpforms-form .wpforms-field input[type="checkbox"],
.woocommerce form .form-row input[type="checkbox"].input-checkbox {
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 6px 6px 0 0;
  cursor: pointer;
  vertical-align: text-top;
  border-width: 1px;
  border-style: solid;
  outline: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
input[type="checkbox"]:checked:before,
div.wpforms-container-full .wpforms-form .wpforms-field input[type="checkbox"]:checked:before,
.woocommerce form .form-row input[type="checkbox"].input-checkbox:checked:before {
  content: '\f00c';
  position: absolute;
  width: 10px;
  height: 10px;
  font: 700 normal 8px/10px 'Font Awesome 5 Free';
  text-align: center;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
input[type="checkbox"] + label,
div.wpforms-container-full .wpforms-form .wpforms-field input[type="checkbox"] + label,
.woocommerce form .form-row input[type="checkbox"].input-checkbox + label {
  font-size: 14px;
}

input[type="range"],
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"] {
  height: 1px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 20px 0;
}
input[type="range"]::-webkit-slider-runnable-track,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
input[type="range"]:focus::-webkit-slider-runnable-track,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
input[type="range"]::-moz-range-track,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
input[type="range"]::-ms-track,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
input[type="range"]::-webkit-slider-thumb,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -9px 0 0;
}
input[type="range"]::-moz-range-thumb,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -8px 0 0;
}
input[type="range"]::-ms-thumb,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-thumb {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -8px 0 0;
}
input[type="range"]:focus::-ms-thumb,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-ms-thumb {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -8px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  font-size: 14px !important;
  line-height: 30px;
  font-weight: 400;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-container,
form .wpforms-field-container,
[class*="wp-block-"] .wpforms-field-container,
.widget .wpforms-field-container {
  margin: 0 -5px;
  max-width: calc(100% + 10px) !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-container > .wpforms-field,
form .wpforms-field-container > .wpforms-field,
[class*="wp-block-"] .wpforms-field-container > .wpforms-field,
.widget .wpforms-field-container > .wpforms-field {
  padding: 16px 5px 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container,
form .wpforms-submit-container,
[class*="wp-block-"] .wpforms-submit-container,
.widget .wpforms-submit-container {
  margin: 37px 0 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row:not(.choices),
form .wpforms-field-row:not(.choices),
[class*="wp-block-"] .wpforms-field-row:not(.choices),
.widget .wpforms-field-row:not(.choices) {
  margin: 0 -5px;
  max-width: calc(100% + 10px) !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row:not(.choices) .wpforms-field-row-block,
form .wpforms-field-row:not(.choices) .wpforms-field-row-block,
[class*="wp-block-"] .wpforms-field-row:not(.choices) .wpforms-field-row-block,
.widget .wpforms-field-row:not(.choices) .wpforms-field-row-block {
  padding: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half,
form .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half,
[class*="wp-block-"] .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half,
.widget .wpforms-field-row:not(.choices) .wpforms-field-row-block.wpforms-one-half {
  margin: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row:not(.choices) .wpforms-field-row-block .energium-form-field .energium-form-field-border-top,
form .wpforms-field-row:not(.choices) .wpforms-field-row-block .energium-form-field .energium-form-field-border-top,
[class*="wp-block-"] .wpforms-field-row:not(.choices) .wpforms-field-row-block .energium-form-field .energium-form-field-border-top,
.widget .wpforms-field-row:not(.choices) .wpforms-field-row-block .energium-form-field .energium-form-field-border-top {
  margin: 0 0 11px;
}
div.wpforms-container-full .wpforms-form .energium-form-field,
form .energium-form-field,
[class*="wp-block-"] .energium-form-field,
.widget .energium-form-field {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-label-wrapper,
form .energium-form-field .energium-label-wrapper,
[class*="wp-block-"] .energium-form-field .energium-label-wrapper,
.widget .energium-form-field .energium-label-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: 0 0 -40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-label-wrapper label,
form .energium-form-field .energium-label-wrapper label,
[class*="wp-block-"] .energium-form-field .energium-label-wrapper label,
.widget .energium-form-field .energium-label-wrapper label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
  max-width: calc(100% - 36px);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-label-wrapper label span,
form .energium-form-field .energium-label-wrapper label span,
[class*="wp-block-"] .energium-form-field .energium-label-wrapper label span,
.widget .energium-form-field .energium-label-wrapper label span {
  color: inherit;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-angle,
form .energium-form-field .energium-form-field-border-angle,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-angle,
.widget .energium-form-field .energium-form-field-border-angle {
  display: block;
  width: 10px;
  height: 1px;
  position: relative;
  margin: 0 8px 11px 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-angle:before,
form .energium-form-field .energium-form-field-border-angle:before,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-angle:before,
.widget .energium-form-field .energium-form-field-border-angle:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  right: 0;
  left: initial;
  opacity: 0;
  -webkit-transition: width 0.1s 0.6s;
  transition: width 0.1s 0.6s;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-top,
form .energium-form-field .energium-form-field-border-top,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-top,
.widget .energium-form-field .energium-form-field-border-top {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  margin: 0 0 11px 8px;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-top:before,
form .energium-form-field .energium-form-field-border-top:before,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-top:before,
.widget .energium-form-field .energium-form-field-border-top:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  right: 0;
  left: initial;
  -webkit-transition: width 0.4s 0.2s;
  transition: width 0.4s 0.2s;
  opacity: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-bottom,
form .energium-form-field .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-bottom,
.widget .energium-form-field .energium-form-field-border-bottom {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 45px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-bottom:before, div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-bottom:after,
form .energium-form-field .energium-form-field-border-bottom:before,
form .energium-form-field .energium-form-field-border-bottom:after,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-bottom:before,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-bottom:after,
.widget .energium-form-field .energium-form-field-border-bottom:before,
.widget .energium-form-field .energium-form-field-border-bottom:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  left: 0;
  right: initial;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-bottom:before,
form .energium-form-field .energium-form-field-border-bottom:before,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-bottom:before,
.widget .energium-form-field .energium-form-field-border-bottom:before {
  height: 10px;
  bottom: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field .energium-form-field-border-bottom:after,
form .energium-form-field .energium-form-field-border-bottom:after,
[class*="wp-block-"] .energium-form-field .energium-form-field-border-bottom:after,
.widget .energium-form-field .energium-form-field-border-bottom:after {
  height: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: height 0.2s 0.7s;
  transition: height 0.2s 0.7s;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea,
form .energium-form-field textarea,
[class*="wp-block-"] .energium-form-field textarea,
.widget .energium-form-field textarea {
  height: 75px;
  margin: 15px 0;
  padding: 0 18px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea ~ .energium-form-field-border-bottom,
form .energium-form-field textarea ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field textarea ~ .energium-form-field-border-bottom,
.widget .energium-form-field textarea ~ .energium-form-field-border-bottom {
  top: 95px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea.wpforms-field-small,
form .energium-form-field textarea.wpforms-field-small,
[class*="wp-block-"] .energium-form-field textarea.wpforms-field-small,
.widget .energium-form-field textarea.wpforms-field-small {
  height: 50px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
form .energium-form-field textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
.widget .energium-form-field textarea.wpforms-field-small ~ .energium-form-field-border-bottom {
  top: 70px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea.wpforms-field-medium,
form .energium-form-field textarea.wpforms-field-medium,
[class*="wp-block-"] .energium-form-field textarea.wpforms-field-medium,
.widget .energium-form-field textarea.wpforms-field-medium {
  height: 75px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
form .energium-form-field textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
.widget .energium-form-field textarea.wpforms-field-medium ~ .energium-form-field-border-bottom {
  top: 95px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea.wpforms-field-large,
form .energium-form-field textarea.wpforms-field-large,
[class*="wp-block-"] .energium-form-field textarea.wpforms-field-large,
.widget .energium-form-field textarea.wpforms-field-large {
  height: 100px;
}
div.wpforms-container-full .wpforms-form .energium-form-field textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
form .energium-form-field textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
.widget .energium-form-field textarea.wpforms-field-large ~ .energium-form-field-border-bottom {
  top: 120px;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within .energium-label-wrapper, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty .energium-label-wrapper,
form .energium-form-field:focus-within .energium-label-wrapper,
form .energium-form-field.not-empty .energium-label-wrapper,
[class*="wp-block-"] .energium-form-field:focus-within .energium-label-wrapper,
[class*="wp-block-"] .energium-form-field.not-empty .energium-label-wrapper,
.widget .energium-form-field:focus-within .energium-label-wrapper,
.widget .energium-form-field.not-empty .energium-label-wrapper {
  margin: 0 0 -11px;
  left: 0;
  right: initial;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within .energium-label-wrapper label, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty .energium-label-wrapper label,
form .energium-form-field:focus-within .energium-label-wrapper label,
form .energium-form-field.not-empty .energium-label-wrapper label,
[class*="wp-block-"] .energium-form-field:focus-within .energium-label-wrapper label,
[class*="wp-block-"] .energium-form-field.not-empty .energium-label-wrapper label,
.widget .energium-form-field:focus-within .energium-label-wrapper label,
.widget .energium-form-field.not-empty .energium-label-wrapper label {
  font-weight: 700;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within .energium-form-field-border-angle:before, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty .energium-form-field-border-angle:before,
form .energium-form-field:focus-within .energium-form-field-border-angle:before,
form .energium-form-field.not-empty .energium-form-field-border-angle:before,
[class*="wp-block-"] .energium-form-field:focus-within .energium-form-field-border-angle:before,
[class*="wp-block-"] .energium-form-field.not-empty .energium-form-field-border-angle:before,
.widget .energium-form-field:focus-within .energium-form-field-border-angle:before,
.widget .energium-form-field.not-empty .energium-form-field-border-angle:before {
  width: 100%;
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within .energium-form-field-border-top:before, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty .energium-form-field-border-top:before,
form .energium-form-field:focus-within .energium-form-field-border-top:before,
form .energium-form-field.not-empty .energium-form-field-border-top:before,
[class*="wp-block-"] .energium-form-field:focus-within .energium-form-field-border-top:before,
[class*="wp-block-"] .energium-form-field.not-empty .energium-form-field-border-top:before,
.widget .energium-form-field:focus-within .energium-form-field-border-top:before,
.widget .energium-form-field.not-empty .energium-form-field-border-top:before {
  width: 100%;
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within .energium-form-field-border-bottom, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty .energium-form-field-border-bottom,
form .energium-form-field:focus-within .energium-form-field-border-bottom,
form .energium-form-field.not-empty .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field:focus-within .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field.not-empty .energium-form-field-border-bottom,
.widget .energium-form-field:focus-within .energium-form-field-border-bottom,
.widget .energium-form-field.not-empty .energium-form-field-border-bottom {
  height: 55px;
  top: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within .energium-form-field-border-bottom:after, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty .energium-form-field-border-bottom:after,
form .energium-form-field:focus-within .energium-form-field-border-bottom:after,
form .energium-form-field.not-empty .energium-form-field-border-bottom:after,
[class*="wp-block-"] .energium-form-field:focus-within .energium-form-field-border-bottom:after,
[class*="wp-block-"] .energium-form-field.not-empty .energium-form-field-border-bottom:after,
.widget .energium-form-field:focus-within .energium-form-field-border-bottom:after,
.widget .energium-form-field.not-empty .energium-form-field-border-bottom:after {
  height: 100%;
  opacity: 1;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within textarea ~ .energium-form-field-border-bottom, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty textarea ~ .energium-form-field-border-bottom,
form .energium-form-field:focus-within textarea ~ .energium-form-field-border-bottom,
form .energium-form-field.not-empty textarea ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field:focus-within textarea ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field.not-empty textarea ~ .energium-form-field-border-bottom,
.widget .energium-form-field:focus-within textarea ~ .energium-form-field-border-bottom,
.widget .energium-form-field.not-empty textarea ~ .energium-form-field-border-bottom {
  height: 105px;
  top: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within textarea.wpforms-field-small ~ .energium-form-field-border-bottom, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
form .energium-form-field:focus-within textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
form .energium-form-field.not-empty textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field:focus-within textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field.not-empty textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
.widget .energium-form-field:focus-within textarea.wpforms-field-small ~ .energium-form-field-border-bottom,
.widget .energium-form-field.not-empty textarea.wpforms-field-small ~ .energium-form-field-border-bottom {
  height: 80px;
  top: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within textarea.wpforms-field-medium ~ .energium-form-field-border-bottom, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
form .energium-form-field:focus-within textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
form .energium-form-field.not-empty textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field:focus-within textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field.not-empty textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
.widget .energium-form-field:focus-within textarea.wpforms-field-medium ~ .energium-form-field-border-bottom,
.widget .energium-form-field.not-empty textarea.wpforms-field-medium ~ .energium-form-field-border-bottom {
  height: 105px;
  top: 0;
}
div.wpforms-container-full .wpforms-form .energium-form-field:focus-within textarea.wpforms-field-large ~ .energium-form-field-border-bottom, div.wpforms-container-full .wpforms-form .energium-form-field.not-empty textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
form .energium-form-field:focus-within textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
form .energium-form-field.not-empty textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field:focus-within textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
[class*="wp-block-"] .energium-form-field.not-empty textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
.widget .energium-form-field:focus-within textarea.wpforms-field-large ~ .energium-form-field-border-bottom,
.widget .energium-form-field.not-empty textarea.wpforms-field-large ~ .energium-form-field-border-bottom {
  height: 130px;
  top: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field > label.wpforms-field-label,
form .wpforms-field > label.wpforms-field-label,
[class*="wp-block-"] .wpforms-field > label.wpforms-field-label,
.widget .wpforms-field > label.wpforms-field-label {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}
div.wpforms-container-full .wpforms-form .wpforms-field > label.wpforms-field-label span,
form .wpforms-field > label.wpforms-field-label span,
[class*="wp-block-"] .wpforms-field > label.wpforms-field-label span,
.widget .wpforms-field > label.wpforms-field-label span {
  color: inherit;
}

[class*="wp-block-"][class*="-dropdown"] .energium-form-field .energium-form-field-border-angle,
[class*="wp-block-"][class*="-dropdown"] .energium-form-field .energium-form-field-border-top {
  margin: 0 0 11px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel,
div.wpforms-container-full .wpforms-form .wpforms-field-description {
  margin: 4px 0 10px !important;
}

@media only screen and (min-width: 768px) {
  div.wpforms-container-full .wpforms-form .wpforms-one-third,
  div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
    width: 33.3333% !important;
  }
  div.wpforms-container-full .wpforms-form .wpforms-one-half,
  div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 50% !important;
  }
  div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: 25% !important;
  }
  div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
  div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    width: 66.6666% !important;
  }

  .sidebar div.wpforms-container-full .wpforms-form .wpforms-one-third,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-two-sixths, .sidebar div.wpforms-container-full .wpforms-form .wpforms-one-half,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-two-thirds,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-one-third,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-one-half,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
  .slide-sidebar-wrapper div.wpforms-container-full .wpforms-form .wpforms-two-thirds,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-one-third,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-one-half,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
  .footer-widgets div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    width: 100% !important;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .energium-form-field .energium-form-field-border-bottom:before,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .energium-form-field .energium-form-field-border-bottom:after,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .energium-form-field .energium-form-field-border-top:before,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .energium-form-field .energium-form-field-border-angle:before {
  background-color: #990000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .energium-form-field .energium-form-field-border-bottom {
  border-color: #990000 !important;
}

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
h1, h2, h3, h4, h5, h6, .energium_content_slider_title, .wpforms-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .energium_content_slider_title a, .wpforms-title a {
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .energium_content_slider_title:first-child, .wpforms-title:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .energium_content_slider_title:last-child, .wpforms-title:last-child {
  margin-bottom: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .energium_content_slider_title + p, .wpforms-title + p {
  margin-top: 0;
}

h1:not(:last-child) {
  margin-bottom: 0.5555em;
}

h2:not(:last-child),
.energium_content_slider_title:not(:last-child) {
  margin-bottom: 0.7143em;
}

h3:not(:last-child) {
  margin-bottom: 0.8333em;
}

h4:not(:last-child),
.woocommerce-checkout h3:not(:last-child),
.footer-widgets .wp-block-search .wp-block-search__label:not(:last-child),
.wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: 1em;
}

h5:not(:last-child),
.wpforms-title:not(:last-child) {
  margin-bottom: 1.1111em;
}

h6:not(:last-child) {
  margin-bottom: 1.25em;
}

p {
  margin: 1.875em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p span[style*='background-color'] {
  padding: 1px 3px 2px;
}
p[style*='font-size'] {
  line-height: initial;
}

.elementor-widget-text-editor p {
  line-height: inherit;
}

q {
  font-weight: 700;
}

h1,
body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 36px;
  line-height: 1.2em;
}

h2,
.energium_content_slider_title,
body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 28px;
  line-height: 1.4737em;
}

h3,
body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.4737em;
}

h4,
.woocommerce-checkout h3,
body .elementor-widget-heading h4.elementor-heading-title,
.widget h2.widgettitle,
.wp-block-search .wp-block-search__label,
.wp-block-woocommerce-product-search .wc-block-product-search__label {
  font-size: 20px;
  line-height: 1.4737em;
}

h5,
body .elementor-widget-heading h5.elementor-heading-title,
.wpforms-title,
.woocommerce-Reviews-title,
.cart_totals h2,
.woocommerce-account h3,
.outer-form-wrapper h2,
.woocommerce-MyAccount-content h2,
.woocommerce-order h2 {
  font-size: 18px;
  line-height: 1.4737em;
}

h6,
body .elementor-widget-heading h6.elementor-heading-title {
  font-size: 16px;
  line-height: 1.4737em;
}

body .content-wrapper h1:not(:first-child), body .content-wrapper h2:not(:first-child), body .content-wrapper h3:not(:first-child), body .content-wrapper h4:not(:first-child), body .content-wrapper h5:not(:first-child), body .content-wrapper h6:not(:first-child), body .content-wrapper .wpforms-title:not(:first-child),
body .energium_comments__item-text h1:not(:first-child),
body .energium_comments__item-text h2:not(:first-child),
body .energium_comments__item-text h3:not(:first-child),
body .energium_comments__item-text h4:not(:first-child),
body .energium_comments__item-text h5:not(:first-child),
body .energium_comments__item-text h6:not(:first-child),
body .energium_comments__item-text .wpforms-title:not(:first-child),
.block-editor-block-list__layout h1:not(:first-child),
.block-editor-block-list__layout h2:not(:first-child),
.block-editor-block-list__layout h3:not(:first-child),
.block-editor-block-list__layout h4:not(:first-child),
.block-editor-block-list__layout h5:not(:first-child),
.block-editor-block-list__layout h6:not(:first-child),
.block-editor-block-list__layout .wpforms-title:not(:first-child) {
  margin-top: 50px;
}
body .content-wrapper h1 + h1, body .content-wrapper h1 + h2, body .content-wrapper h1 + h3, body .content-wrapper h1 + h4, body .content-wrapper h1 + h5, body .content-wrapper h1 + h6, body .content-wrapper h1:first-child + h1, body .content-wrapper h1:first-child + h2, body .content-wrapper h1:first-child + h3, body .content-wrapper h1:first-child + h4, body .content-wrapper h1:first-child + h5, body .content-wrapper h1:first-child + h6, body .content-wrapper h1:not(:first-child) + h1, body .content-wrapper h1:not(:first-child) + h2, body .content-wrapper h1:not(:first-child) + h3, body .content-wrapper h1:not(:first-child) + h4, body .content-wrapper h1:not(:first-child) + h5, body .content-wrapper h1:not(:first-child) + h6, body .content-wrapper h2 + h1, body .content-wrapper h2 + h2, body .content-wrapper h2 + h3, body .content-wrapper h2 + h4, body .content-wrapper h2 + h5, body .content-wrapper h2 + h6, body .content-wrapper h2:first-child + h1, body .content-wrapper h2:first-child + h2, body .content-wrapper h2:first-child + h3, body .content-wrapper h2:first-child + h4, body .content-wrapper h2:first-child + h5, body .content-wrapper h2:first-child + h6, body .content-wrapper h2:not(:first-child) + h1, body .content-wrapper h2:not(:first-child) + h2, body .content-wrapper h2:not(:first-child) + h3, body .content-wrapper h2:not(:first-child) + h4, body .content-wrapper h2:not(:first-child) + h5, body .content-wrapper h2:not(:first-child) + h6, body .content-wrapper h3 + h1, body .content-wrapper h3 + h2, body .content-wrapper h3 + h3, body .content-wrapper h3 + h4, body .content-wrapper h3 + h5, body .content-wrapper h3 + h6, body .content-wrapper h3:first-child + h1, body .content-wrapper h3:first-child + h2, body .content-wrapper h3:first-child + h3, body .content-wrapper h3:first-child + h4, body .content-wrapper h3:first-child + h5, body .content-wrapper h3:first-child + h6, body .content-wrapper h3:not(:first-child) + h1, body .content-wrapper h3:not(:first-child) + h2, body .content-wrapper h3:not(:first-child) + h3, body .content-wrapper h3:not(:first-child) + h4, body .content-wrapper h3:not(:first-child) + h5, body .content-wrapper h3:not(:first-child) + h6, body .content-wrapper h4 + h1, body .content-wrapper h4 + h2, body .content-wrapper h4 + h3, body .content-wrapper h4 + h4, body .content-wrapper h4 + h5, body .content-wrapper h4 + h6, body .content-wrapper h4:first-child + h1, body .content-wrapper h4:first-child + h2, body .content-wrapper h4:first-child + h3, body .content-wrapper h4:first-child + h4, body .content-wrapper h4:first-child + h5, body .content-wrapper h4:first-child + h6, body .content-wrapper h4:not(:first-child) + h1, body .content-wrapper h4:not(:first-child) + h2, body .content-wrapper h4:not(:first-child) + h3, body .content-wrapper h4:not(:first-child) + h4, body .content-wrapper h4:not(:first-child) + h5, body .content-wrapper h4:not(:first-child) + h6, body .content-wrapper h5 + h1, body .content-wrapper h5 + h2, body .content-wrapper h5 + h3, body .content-wrapper h5 + h4, body .content-wrapper h5 + h5, body .content-wrapper h5 + h6, body .content-wrapper h5:first-child + h1, body .content-wrapper h5:first-child + h2, body .content-wrapper h5:first-child + h3, body .content-wrapper h5:first-child + h4, body .content-wrapper h5:first-child + h5, body .content-wrapper h5:first-child + h6, body .content-wrapper h5:not(:first-child) + h1, body .content-wrapper h5:not(:first-child) + h2, body .content-wrapper h5:not(:first-child) + h3, body .content-wrapper h5:not(:first-child) + h4, body .content-wrapper h5:not(:first-child) + h5, body .content-wrapper h5:not(:first-child) + h6, body .content-wrapper h6 + h1, body .content-wrapper h6 + h2, body .content-wrapper h6 + h3, body .content-wrapper h6 + h4, body .content-wrapper h6 + h5, body .content-wrapper h6 + h6, body .content-wrapper h6:first-child + h1, body .content-wrapper h6:first-child + h2, body .content-wrapper h6:first-child + h3, body .content-wrapper h6:first-child + h4, body .content-wrapper h6:first-child + h5, body .content-wrapper h6:first-child + h6, body .content-wrapper h6:not(:first-child) + h1, body .content-wrapper h6:not(:first-child) + h2, body .content-wrapper h6:not(:first-child) + h3, body .content-wrapper h6:not(:first-child) + h4, body .content-wrapper h6:not(:first-child) + h5, body .content-wrapper h6:not(:first-child) + h6, body .content-wrapper .wpforms-title + h1, body .content-wrapper .wpforms-title + h2, body .content-wrapper .wpforms-title + h3, body .content-wrapper .wpforms-title + h4, body .content-wrapper .wpforms-title + h5, body .content-wrapper .wpforms-title + h6, body .content-wrapper .wpforms-title:first-child + h1, body .content-wrapper .wpforms-title:first-child + h2, body .content-wrapper .wpforms-title:first-child + h3, body .content-wrapper .wpforms-title:first-child + h4, body .content-wrapper .wpforms-title:first-child + h5, body .content-wrapper .wpforms-title:first-child + h6, body .content-wrapper .wpforms-title:not(:first-child) + h1, body .content-wrapper .wpforms-title:not(:first-child) + h2, body .content-wrapper .wpforms-title:not(:first-child) + h3, body .content-wrapper .wpforms-title:not(:first-child) + h4, body .content-wrapper .wpforms-title:not(:first-child) + h5, body .content-wrapper .wpforms-title:not(:first-child) + h6,
body .energium_comments__item-text h1 + h1,
body .energium_comments__item-text h1 + h2,
body .energium_comments__item-text h1 + h3,
body .energium_comments__item-text h1 + h4,
body .energium_comments__item-text h1 + h5,
body .energium_comments__item-text h1 + h6,
body .energium_comments__item-text h1:first-child + h1,
body .energium_comments__item-text h1:first-child + h2,
body .energium_comments__item-text h1:first-child + h3,
body .energium_comments__item-text h1:first-child + h4,
body .energium_comments__item-text h1:first-child + h5,
body .energium_comments__item-text h1:first-child + h6,
body .energium_comments__item-text h1:not(:first-child) + h1,
body .energium_comments__item-text h1:not(:first-child) + h2,
body .energium_comments__item-text h1:not(:first-child) + h3,
body .energium_comments__item-text h1:not(:first-child) + h4,
body .energium_comments__item-text h1:not(:first-child) + h5,
body .energium_comments__item-text h1:not(:first-child) + h6,
body .energium_comments__item-text h2 + h1,
body .energium_comments__item-text h2 + h2,
body .energium_comments__item-text h2 + h3,
body .energium_comments__item-text h2 + h4,
body .energium_comments__item-text h2 + h5,
body .energium_comments__item-text h2 + h6,
body .energium_comments__item-text h2:first-child + h1,
body .energium_comments__item-text h2:first-child + h2,
body .energium_comments__item-text h2:first-child + h3,
body .energium_comments__item-text h2:first-child + h4,
body .energium_comments__item-text h2:first-child + h5,
body .energium_comments__item-text h2:first-child + h6,
body .energium_comments__item-text h2:not(:first-child) + h1,
body .energium_comments__item-text h2:not(:first-child) + h2,
body .energium_comments__item-text h2:not(:first-child) + h3,
body .energium_comments__item-text h2:not(:first-child) + h4,
body .energium_comments__item-text h2:not(:first-child) + h5,
body .energium_comments__item-text h2:not(:first-child) + h6,
body .energium_comments__item-text h3 + h1,
body .energium_comments__item-text h3 + h2,
body .energium_comments__item-text h3 + h3,
body .energium_comments__item-text h3 + h4,
body .energium_comments__item-text h3 + h5,
body .energium_comments__item-text h3 + h6,
body .energium_comments__item-text h3:first-child + h1,
body .energium_comments__item-text h3:first-child + h2,
body .energium_comments__item-text h3:first-child + h3,
body .energium_comments__item-text h3:first-child + h4,
body .energium_comments__item-text h3:first-child + h5,
body .energium_comments__item-text h3:first-child + h6,
body .energium_comments__item-text h3:not(:first-child) + h1,
body .energium_comments__item-text h3:not(:first-child) + h2,
body .energium_comments__item-text h3:not(:first-child) + h3,
body .energium_comments__item-text h3:not(:first-child) + h4,
body .energium_comments__item-text h3:not(:first-child) + h5,
body .energium_comments__item-text h3:not(:first-child) + h6,
body .energium_comments__item-text h4 + h1,
body .energium_comments__item-text h4 + h2,
body .energium_comments__item-text h4 + h3,
body .energium_comments__item-text h4 + h4,
body .energium_comments__item-text h4 + h5,
body .energium_comments__item-text h4 + h6,
body .energium_comments__item-text h4:first-child + h1,
body .energium_comments__item-text h4:first-child + h2,
body .energium_comments__item-text h4:first-child + h3,
body .energium_comments__item-text h4:first-child + h4,
body .energium_comments__item-text h4:first-child + h5,
body .energium_comments__item-text h4:first-child + h6,
body .energium_comments__item-text h4:not(:first-child) + h1,
body .energium_comments__item-text h4:not(:first-child) + h2,
body .energium_comments__item-text h4:not(:first-child) + h3,
body .energium_comments__item-text h4:not(:first-child) + h4,
body .energium_comments__item-text h4:not(:first-child) + h5,
body .energium_comments__item-text h4:not(:first-child) + h6,
body .energium_comments__item-text h5 + h1,
body .energium_comments__item-text h5 + h2,
body .energium_comments__item-text h5 + h3,
body .energium_comments__item-text h5 + h4,
body .energium_comments__item-text h5 + h5,
body .energium_comments__item-text h5 + h6,
body .energium_comments__item-text h5:first-child + h1,
body .energium_comments__item-text h5:first-child + h2,
body .energium_comments__item-text h5:first-child + h3,
body .energium_comments__item-text h5:first-child + h4,
body .energium_comments__item-text h5:first-child + h5,
body .energium_comments__item-text h5:first-child + h6,
body .energium_comments__item-text h5:not(:first-child) + h1,
body .energium_comments__item-text h5:not(:first-child) + h2,
body .energium_comments__item-text h5:not(:first-child) + h3,
body .energium_comments__item-text h5:not(:first-child) + h4,
body .energium_comments__item-text h5:not(:first-child) + h5,
body .energium_comments__item-text h5:not(:first-child) + h6,
body .energium_comments__item-text h6 + h1,
body .energium_comments__item-text h6 + h2,
body .energium_comments__item-text h6 + h3,
body .energium_comments__item-text h6 + h4,
body .energium_comments__item-text h6 + h5,
body .energium_comments__item-text h6 + h6,
body .energium_comments__item-text h6:first-child + h1,
body .energium_comments__item-text h6:first-child + h2,
body .energium_comments__item-text h6:first-child + h3,
body .energium_comments__item-text h6:first-child + h4,
body .energium_comments__item-text h6:first-child + h5,
body .energium_comments__item-text h6:first-child + h6,
body .energium_comments__item-text h6:not(:first-child) + h1,
body .energium_comments__item-text h6:not(:first-child) + h2,
body .energium_comments__item-text h6:not(:first-child) + h3,
body .energium_comments__item-text h6:not(:first-child) + h4,
body .energium_comments__item-text h6:not(:first-child) + h5,
body .energium_comments__item-text h6:not(:first-child) + h6,
body .energium_comments__item-text .wpforms-title + h1,
body .energium_comments__item-text .wpforms-title + h2,
body .energium_comments__item-text .wpforms-title + h3,
body .energium_comments__item-text .wpforms-title + h4,
body .energium_comments__item-text .wpforms-title + h5,
body .energium_comments__item-text .wpforms-title + h6,
body .energium_comments__item-text .wpforms-title:first-child + h1,
body .energium_comments__item-text .wpforms-title:first-child + h2,
body .energium_comments__item-text .wpforms-title:first-child + h3,
body .energium_comments__item-text .wpforms-title:first-child + h4,
body .energium_comments__item-text .wpforms-title:first-child + h5,
body .energium_comments__item-text .wpforms-title:first-child + h6,
body .energium_comments__item-text .wpforms-title:not(:first-child) + h1,
body .energium_comments__item-text .wpforms-title:not(:first-child) + h2,
body .energium_comments__item-text .wpforms-title:not(:first-child) + h3,
body .energium_comments__item-text .wpforms-title:not(:first-child) + h4,
body .energium_comments__item-text .wpforms-title:not(:first-child) + h5,
body .energium_comments__item-text .wpforms-title:not(:first-child) + h6,
.block-editor-block-list__layout h1 + h1,
.block-editor-block-list__layout h1 + h2,
.block-editor-block-list__layout h1 + h3,
.block-editor-block-list__layout h1 + h4,
.block-editor-block-list__layout h1 + h5,
.block-editor-block-list__layout h1 + h6,
.block-editor-block-list__layout h1:first-child + h1,
.block-editor-block-list__layout h1:first-child + h2,
.block-editor-block-list__layout h1:first-child + h3,
.block-editor-block-list__layout h1:first-child + h4,
.block-editor-block-list__layout h1:first-child + h5,
.block-editor-block-list__layout h1:first-child + h6,
.block-editor-block-list__layout h1:not(:first-child) + h1,
.block-editor-block-list__layout h1:not(:first-child) + h2,
.block-editor-block-list__layout h1:not(:first-child) + h3,
.block-editor-block-list__layout h1:not(:first-child) + h4,
.block-editor-block-list__layout h1:not(:first-child) + h5,
.block-editor-block-list__layout h1:not(:first-child) + h6,
.block-editor-block-list__layout h2 + h1,
.block-editor-block-list__layout h2 + h2,
.block-editor-block-list__layout h2 + h3,
.block-editor-block-list__layout h2 + h4,
.block-editor-block-list__layout h2 + h5,
.block-editor-block-list__layout h2 + h6,
.block-editor-block-list__layout h2:first-child + h1,
.block-editor-block-list__layout h2:first-child + h2,
.block-editor-block-list__layout h2:first-child + h3,
.block-editor-block-list__layout h2:first-child + h4,
.block-editor-block-list__layout h2:first-child + h5,
.block-editor-block-list__layout h2:first-child + h6,
.block-editor-block-list__layout h2:not(:first-child) + h1,
.block-editor-block-list__layout h2:not(:first-child) + h2,
.block-editor-block-list__layout h2:not(:first-child) + h3,
.block-editor-block-list__layout h2:not(:first-child) + h4,
.block-editor-block-list__layout h2:not(:first-child) + h5,
.block-editor-block-list__layout h2:not(:first-child) + h6,
.block-editor-block-list__layout h3 + h1,
.block-editor-block-list__layout h3 + h2,
.block-editor-block-list__layout h3 + h3,
.block-editor-block-list__layout h3 + h4,
.block-editor-block-list__layout h3 + h5,
.block-editor-block-list__layout h3 + h6,
.block-editor-block-list__layout h3:first-child + h1,
.block-editor-block-list__layout h3:first-child + h2,
.block-editor-block-list__layout h3:first-child + h3,
.block-editor-block-list__layout h3:first-child + h4,
.block-editor-block-list__layout h3:first-child + h5,
.block-editor-block-list__layout h3:first-child + h6,
.block-editor-block-list__layout h3:not(:first-child) + h1,
.block-editor-block-list__layout h3:not(:first-child) + h2,
.block-editor-block-list__layout h3:not(:first-child) + h3,
.block-editor-block-list__layout h3:not(:first-child) + h4,
.block-editor-block-list__layout h3:not(:first-child) + h5,
.block-editor-block-list__layout h3:not(:first-child) + h6,
.block-editor-block-list__layout h4 + h1,
.block-editor-block-list__layout h4 + h2,
.block-editor-block-list__layout h4 + h3,
.block-editor-block-list__layout h4 + h4,
.block-editor-block-list__layout h4 + h5,
.block-editor-block-list__layout h4 + h6,
.block-editor-block-list__layout h4:first-child + h1,
.block-editor-block-list__layout h4:first-child + h2,
.block-editor-block-list__layout h4:first-child + h3,
.block-editor-block-list__layout h4:first-child + h4,
.block-editor-block-list__layout h4:first-child + h5,
.block-editor-block-list__layout h4:first-child + h6,
.block-editor-block-list__layout h4:not(:first-child) + h1,
.block-editor-block-list__layout h4:not(:first-child) + h2,
.block-editor-block-list__layout h4:not(:first-child) + h3,
.block-editor-block-list__layout h4:not(:first-child) + h4,
.block-editor-block-list__layout h4:not(:first-child) + h5,
.block-editor-block-list__layout h4:not(:first-child) + h6,
.block-editor-block-list__layout h5 + h1,
.block-editor-block-list__layout h5 + h2,
.block-editor-block-list__layout h5 + h3,
.block-editor-block-list__layout h5 + h4,
.block-editor-block-list__layout h5 + h5,
.block-editor-block-list__layout h5 + h6,
.block-editor-block-list__layout h5:first-child + h1,
.block-editor-block-list__layout h5:first-child + h2,
.block-editor-block-list__layout h5:first-child + h3,
.block-editor-block-list__layout h5:first-child + h4,
.block-editor-block-list__layout h5:first-child + h5,
.block-editor-block-list__layout h5:first-child + h6,
.block-editor-block-list__layout h5:not(:first-child) + h1,
.block-editor-block-list__layout h5:not(:first-child) + h2,
.block-editor-block-list__layout h5:not(:first-child) + h3,
.block-editor-block-list__layout h5:not(:first-child) + h4,
.block-editor-block-list__layout h5:not(:first-child) + h5,
.block-editor-block-list__layout h5:not(:first-child) + h6,
.block-editor-block-list__layout h6 + h1,
.block-editor-block-list__layout h6 + h2,
.block-editor-block-list__layout h6 + h3,
.block-editor-block-list__layout h6 + h4,
.block-editor-block-list__layout h6 + h5,
.block-editor-block-list__layout h6 + h6,
.block-editor-block-list__layout h6:first-child + h1,
.block-editor-block-list__layout h6:first-child + h2,
.block-editor-block-list__layout h6:first-child + h3,
.block-editor-block-list__layout h6:first-child + h4,
.block-editor-block-list__layout h6:first-child + h5,
.block-editor-block-list__layout h6:first-child + h6,
.block-editor-block-list__layout h6:not(:first-child) + h1,
.block-editor-block-list__layout h6:not(:first-child) + h2,
.block-editor-block-list__layout h6:not(:first-child) + h3,
.block-editor-block-list__layout h6:not(:first-child) + h4,
.block-editor-block-list__layout h6:not(:first-child) + h5,
.block-editor-block-list__layout h6:not(:first-child) + h6,
.block-editor-block-list__layout .wpforms-title + h1,
.block-editor-block-list__layout .wpforms-title + h2,
.block-editor-block-list__layout .wpforms-title + h3,
.block-editor-block-list__layout .wpforms-title + h4,
.block-editor-block-list__layout .wpforms-title + h5,
.block-editor-block-list__layout .wpforms-title + h6,
.block-editor-block-list__layout .wpforms-title:first-child + h1,
.block-editor-block-list__layout .wpforms-title:first-child + h2,
.block-editor-block-list__layout .wpforms-title:first-child + h3,
.block-editor-block-list__layout .wpforms-title:first-child + h4,
.block-editor-block-list__layout .wpforms-title:first-child + h5,
.block-editor-block-list__layout .wpforms-title:first-child + h6,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h1,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h2,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h3,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h4,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h5,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h6 {
  margin-top: 0;
}
body .content-wrapper blockquote,
body .energium_comments__item-text blockquote,
.block-editor-block-list__layout blockquote {
  font-weight: 700;
  position: relative;
  padding: 0 0 0 4em;
  margin: 0 auto;
  border: none;
}
body .content-wrapper blockquote:not(:first-child),
body .energium_comments__item-text blockquote:not(:first-child),
.block-editor-block-list__layout blockquote:not(:first-child) {
  margin-top: 1.25rem;
}
body .content-wrapper blockquote:not(:last-child),
body .energium_comments__item-text blockquote:not(:last-child),
.block-editor-block-list__layout blockquote:not(:last-child) {
  margin-bottom: 1.25rem;
}
body .content-wrapper blockquote:before,
body .energium_comments__item-text blockquote:before,
.block-editor-block-list__layout blockquote:before {
  content: '\e80f';
  position: absolute;
  display: block;
  left: 0;
  right: initial;
  top: 0.25em;
  font: 400 normal 2.25em/1em 'fontello';
  letter-spacing: normal;
}
body .content-wrapper blockquote cite,
body .energium_comments__item-text blockquote cite,
.block-editor-block-list__layout blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 5px 0 0;
  font-style: normal;
  letter-spacing: normal;
}
body .content-wrapper blockquote p,
body .energium_comments__item-text blockquote p,
.block-editor-block-list__layout blockquote p {
  margin: 0;
}
body .content-wrapper blockquote p + p,
body .energium_comments__item-text blockquote p + p,
.block-editor-block-list__layout blockquote p + p {
  margin-top: 1em;
}
body .content-wrapper blockquote.has-text-align-right,
body .energium_comments__item-text blockquote.has-text-align-right,
.block-editor-block-list__layout blockquote.has-text-align-right {
  padding: 0 3em 0 0;
}
body .content-wrapper blockquote.has-text-align-right:before,
body .energium_comments__item-text blockquote.has-text-align-right:before,
.block-editor-block-list__layout blockquote.has-text-align-right:before {
  left: initial;
  right: -.025em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
body .content-wrapper blockquote.has-text-align-center,
body .energium_comments__item-text blockquote.has-text-align-center,
.block-editor-block-list__layout blockquote.has-text-align-center {
  padding: 0;
}
body .content-wrapper blockquote.has-text-align-center:before,
body .energium_comments__item-text blockquote.has-text-align-center:before,
.block-editor-block-list__layout blockquote.has-text-align-center:before {
  content: none;
  display: none;
}
body .content-wrapper blockquote.has-text-align-center cite:before,
body .energium_comments__item-text blockquote.has-text-align-center cite:before,
.block-editor-block-list__layout blockquote.has-text-align-center cite:before {
  content: '';
}
body .content-wrapper blockquote.is-style-large,
body .energium_comments__item-text blockquote.is-style-large,
.block-editor-block-list__layout blockquote.is-style-large {
  padding: 0 3em;
}
body .content-wrapper blockquote.is-style-large p,
body .energium_comments__item-text blockquote.is-style-large p,
.block-editor-block-list__layout blockquote.is-style-large p {
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: normal;
}
body .content-wrapper blockquote.is-style-large cite,
body .energium_comments__item-text blockquote.is-style-large cite,
.block-editor-block-list__layout blockquote.is-style-large cite {
  font-size: 1.1em;
  text-align: inherit;
  font-weight: 600;
  margin: 20px 0 0;
}
body .content-wrapper blockquote.is-style-large cite:before,
body .energium_comments__item-text blockquote.is-style-large cite:before,
.block-editor-block-list__layout blockquote.is-style-large cite:before {
  content: '';
}
body .content-wrapper table,
body .energium_comments__item-text table,
.block-editor-block-list__layout table {
  border-collapse: collapse;
  border-spacing: unset;
  width: 100%;
}
body .content-wrapper table:not(:last-child),
body .energium_comments__item-text table:not(:last-child),
.block-editor-block-list__layout table:not(:last-child) {
  margin-bottom: 2rem;
}
body .content-wrapper table:not(:first-child),
body .energium_comments__item-text table:not(:first-child),
.block-editor-block-list__layout table:not(:first-child) {
  margin-top: 2rem;
}
body .content-wrapper table tr td, body .content-wrapper table tr th,
body .energium_comments__item-text table tr td,
body .energium_comments__item-text table tr th,
.block-editor-block-list__layout table tr td,
.block-editor-block-list__layout table tr th {
  border-width: 1px;
  border-style: solid;
  padding: 8px 15px 8px 15px;
}
body .content-wrapper table tr th,
body .energium_comments__item-text table tr th,
.block-editor-block-list__layout table tr th {
  text-align: left;
}
body .content-wrapper table tbody th,
body .energium_comments__item-text table tbody th,
.block-editor-block-list__layout table tbody th {
  font-weight: 600;
}
body .content-wrapper dd,
body .energium_comments__item-text dd,
.block-editor-block-list__layout dd {
  margin-bottom: 1rem;
}

ul,
ol,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations),
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations) {
  padding: 0;
}
ul:not(:last-child),
ol:not(:last-child),
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(:last-child),
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations):not(:last-child) {
  margin-bottom: 1.875em;
  margin-top: 0;
}
ul:last-child,
ol:last-child,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):last-child,
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations):last-child {
  margin-top: 0;
  margin-bottom: 0;
}
ul li,
ol li,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li,
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations) li {
  position: relative;
}

ul,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) {
  list-style: none;
}
ul > li,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) > li {
  padding: 0 0 0 20px;
}
ul > li:before,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) > li:before {
  content: '';
  width: .3125em;
  height: .3125em;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  right: initial;
  top: .8125em;
  border-width: 1px;
  border-style: solid;
}
ul > li:first-letter,
.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) > li:first-letter {
  position: absolute;
  left: -20px;
}

ol > li::marker,
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations) > li::marker {
  word-spacing: 7px;
}
ol ol,
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations) ol {
  margin: 0 0 0 20px;
}

.elementor-element-overlay ul {
  margin: 0;
}
.elementor-element-overlay ul > li {
  margin: 0;
  padding: 0;
}
.elementor-element-overlay ul > li:before {
  content: none;
  background: none;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: auto;
  vertical-align: initial;
}

.elementor-visible-desktop ul {
  margin: 20px auto 0;
  padding: 0 25px;
}
.elementor-visible-desktop ul > li:before {
  content: none;
}

ol,
.block-editor-block-list__layout ol:not(.block-editor-block-variation-picker__variations),
.post-comment-content ol {
  list-style-position: inside;
  padding: 0;
}

.block-heading {
  padding: 0 0 10px;
}
.block-heading .block-heading__subtitle {
  font-size: 18px;
  line-height: 40px;
  text-transform: lowercase;
  margin: 0 0 12px;
}
.block-heading .block-heading__subtitle:before {
  content: '- ';
}
.block-heading .block-heading__title {
  margin-top: 0 !important;
}

form p {
  margin: 20px 0;
}
form p:first-child {
  margin-top: 0;
}
form p:last-child {
  margin-bottom: 0;
}

option {
  color: #000000;
}

textarea {
  height: 220px;
  resize: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}
input[type="search"]::-ms-clear, input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.content-wrapper .select2-container,
.select2-container {
  display: block;
  line-height: 1;
  height: 51px;
}
.content-wrapper .select2-container.select2-container--default .select2-selection--single,
.select2-container.select2-container--default .select2-selection--single {
  height: 51px;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrapper .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: '\e81c';
}
.content-wrapper .select2-container .select2-selection--single,
.select2-container .select2-selection--single {
  margin: 0;
  border-width: 1px;
}
.content-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 13px 42px 14px 19px !important;
  line-height: 22px !important;
  font-size: 14px;
}
.content-wrapper .select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 49px;
  text-align: center;
  font: 400 normal 9px/51px 'fontello';
  top: 1px;
  right: 1px;
  left: initial;
}
.content-wrapper .select2-container .select2-selection--single .select2-selection__arrow:before,
.select2-container .select2-selection--single .select2-selection__arrow:before {
  content: '\e819';
}
.content-wrapper .select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.content-wrapper .select2-container .select2-search--dropdown .select2-search__field,
.select2-container .select2-search--dropdown .select2-search__field {
  padding: 10px 18px;
  outline: none;
}
.content-wrapper .select2-container .select2-results__option,
.select2-container .select2-results__option {
  padding: 10px 18px;
  outline: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.content-wrapper .select2-container .select2-results__option:before,
.select2-container .select2-results__option:before {
  content: none;
  display: none;
}

.select2-dropdown,
body .select2-dropdown {
  border-width: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 1px;
}

@media only screen and (min-width: 576px) {
  h1:not(:last-child),
  body .elementor-widget-heading h1.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.325em;
  }

  h2:not(:last-child),
  .energium_content_slider_title:not(:last-child),
  body .elementor-widget-heading h2.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.5em;
  }

  h3:not(:last-child),
  body .elementor-widget-heading h3.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.8333em;
  }

  h4:not(:last-child),
  .woocommerce-checkout h3:not(:last-child),
  body .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .widget h2.widgettitle:not(:last-child) {
    margin-bottom: 1.1em;
  }

  h5:not(:last-child),
  body .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .wpforms-title:not(:last-child),
  .woocommerce-Reviews-title:not(:last-child),
  .cart_totals h2:not(:last-child),
  .woocommerce-account h3:not(:last-child),
  .outer-form-wrapper h2:not(:last-child),
  .woocommerce-MyAccount-content h2:not(:last-child),
  .woocommerce-order h2:not(:last-child) {
    margin-bottom: 1.1111em;
  }

  h6:not(:last-child),
  body .elementor-widget-heading h6.elementor-heading-title:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  body .content-wrapper blockquote,
  body .energium_comments__item-text blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 0 0 0 4.375em;
  }
  body .content-wrapper blockquote:before,
  body .energium_comments__item-text blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    font-size: 2.375em;
    top: .2368em;
  }
  body .content-wrapper blockquote.has-text-align-right,
  body .energium_comments__item-text blockquote.has-text-align-right,
  .block-editor-block-list__layout blockquote.has-text-align-right {
    padding: 0 4.375em 0 0;
  }
  body .content-wrapper blockquote.is-style-large,
  body .energium_comments__item-text blockquote.is-style-large,
  .block-editor-block-list__layout blockquote.is-style-large {
    padding: 0 4.375em;
  }
}
.alignwide,
.alignfull {
  margin-left: 0;
  margin-right: 0;
}

.content-wrapper-sidebar-position-none .alignwide,
.block-editor-block-list__layout .alignwide {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.content-wrapper-sidebar-position-none .alignfull,
.block-editor-block-list__layout .alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  right: auto;
  margin: 0 0 0 -50vw;
}
.content-wrapper-sidebar-position-none .alignfull:not(:last-child),
.block-editor-block-list__layout .alignfull:not(:last-child) {
  margin-bottom: 30px;
}
.content-wrapper-sidebar-position-none .alignfull:not(:first-child),
.block-editor-block-list__layout .alignfull:not(:first-child) {
  margin-top: 30px;
}

p.has-large-font-size:not(:last-child) {
  margin-bottom: 0.8333em;
}

.has-large-font-size,
.has-small-font-size {
  line-height: initial;
}

/* ---------- Pull Quote ---------- */
.content-wrapper .wp-block-pullquote,
.block-editor-block-list__layout .wp-block-pullquote {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 1.5em 1em;
}
.content-wrapper .wp-block-pullquote:not(:last-child),
.block-editor-block-list__layout .wp-block-pullquote:not(:last-child) {
  margin-bottom: 2.625rem;
}
.content-wrapper .wp-block-pullquote:not(:first-child),
.block-editor-block-list__layout .wp-block-pullquote:not(:first-child) {
  margin-top: 2.625rem;
}
.content-wrapper .wp-block-pullquote blockquote,
.block-editor-block-list__layout .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  max-width: none;
  color: inherit;
}
.content-wrapper .wp-block-pullquote blockquote:before,
.block-editor-block-list__layout .wp-block-pullquote blockquote:before {
  font-size: 2em;
  line-height: 1;
  top: initial;
  left: initial;
  right: initial;
  position: static;
  color: inherit;
  margin: -1px 3px 26px;
}
.content-wrapper .wp-block-pullquote blockquote p,
.block-editor-block-list__layout .wp-block-pullquote blockquote p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.content-wrapper .wp-block-pullquote blockquote cite,
.block-editor-block-list__layout .wp-block-pullquote blockquote cite {
  display: block;
  line-height: 2em;
  font-weight: 500;
  position: relative;
  font-size: .875em;
}
.content-wrapper .wp-block-pullquote blockquote cite:not(:first-child),
.block-editor-block-list__layout .wp-block-pullquote blockquote cite:not(:first-child) {
  margin: 1.5625em 0 0;
}
.content-wrapper .wp-block-pullquote.is-style-solid-color,
.block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
  border: none;
}

/* ---------- Dropcaps ---------- */
p.has-background {
  padding: 20px;
}

p[class*="-color"] strong {
  color: inherit;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0;
  text-align: left;
  margin: -0.1em 0.2em 0 0;
}

/* ---------- Table ---------- */
.wp-block-table:not(:last-child) {
  margin-bottom: 30px;
}
.wp-block-table:not(:first-child) {
  margin-top: 30px;
}

/* ------- Login/Logout ------- */
.wp-block-loginout:before {
  font: 400 normal 18px/23px 'fontello';
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.wp-block-loginout.logged-in:before {
  content: '\e804';
}
.wp-block-loginout.logged-out:before {
  content: '\e805';
}
.wp-block-loginout.logged-out.has-login-form:before {
  content: none;
  display: none;
}
.wp-block-loginout .login-submit .button {
  min-width: 150px;
}
.wp-block-loginout.has-login-form form {
  padding: 5px 0 0;
}
.wp-block-loginout.has-login-form .login-remember label {
  font-size: 14px;
  line-height: 1.7857em;
  display: block;
}
.wp-block-loginout.has-login-form .login-remember input[type="checkbox"] {
  vertical-align: top;
}

/* ---------- Images ---------- */
.wp-block-image {
  margin-bottom: 0;
  position: relative;
}
.wp-block-image:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.wp-block-image:not(:last-child) .alignnone,
.wp-block-image:not(:last-child) .alignleft,
.wp-block-image:not(:last-child) .aligncenter,
.wp-block-image:not(:last-child) .alignright {
  margin-bottom: 1.3125rem;
}
.wp-block-image:not(:first-child) {
  margin-top: 1.3125rem;
}
.wp-block-image .aligncenter {
  display: block;
  margin: 7px auto 0;
}
.wp-block-image .aligncenter img {
  margin: 0 auto;
}
.wp-block-image .aligncenter figcaption {
  display: block;
}
.wp-block-image .alignnone {
  margin: 7px 0 0;
}
.wp-block-image .alignleft {
  margin: 7px 30px 0 0;
}
.wp-block-image .alignright {
  margin: 7px 0 0 30px;
}
.wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

.widget .wp-block-image {
  margin: 0;
}
.widget .wp-block-image a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  position: relative;
}
.widget .wp-block-image a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.widget .wp-block-image a:hover:before {
  opacity: 0.5;
}

/* ---------- Gallery ---------- */
.wp-block-gallery:not(:last-child),
.media_gallery:not(:last-child) {
  margin-bottom: 2.625rem;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.media_gallery.columns-1 .blocks-gallery-image,
.media_gallery.columns-1 .blocks-gallery-item,
.media_gallery.columns-2 .blocks-gallery-image,
.media_gallery.columns-2 .blocks-gallery-item,
.media_gallery.columns-3 .blocks-gallery-image,
.media_gallery.columns-3 .blocks-gallery-item {
  width: calc(100% - 30px);
  padding: 0 !important;
}
.wp-block-gallery.columns-1 .blocks-gallery-image:before,
.wp-block-gallery.columns-1 .blocks-gallery-item:before, .wp-block-gallery.columns-2 .blocks-gallery-image:before,
.wp-block-gallery.columns-2 .blocks-gallery-item:before, .wp-block-gallery.columns-3 .blocks-gallery-image:before,
.wp-block-gallery.columns-3 .blocks-gallery-item:before,
.media_gallery.columns-1 .blocks-gallery-image:before,
.media_gallery.columns-1 .blocks-gallery-item:before,
.media_gallery.columns-2 .blocks-gallery-image:before,
.media_gallery.columns-2 .blocks-gallery-item:before,
.media_gallery.columns-3 .blocks-gallery-image:before,
.media_gallery.columns-3 .blocks-gallery-item:before {
  content: none !important;
  display: none !important;
}
.wp-block-gallery .blocks-gallery-grid,
.media_gallery .blocks-gallery-grid {
  margin: -15px;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.media_gallery .blocks-gallery-grid .blocks-gallery-item {
  margin: 15px !important;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before,
.media_gallery .blocks-gallery-grid .blocks-gallery-item:before {
  content: none;
  display: none;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper,
.media_gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper {
  position: relative;
  height: 100%;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a,
.media_gallery .blocks-gallery-grid .blocks-gallery-item a {
  display: block;
  position: relative;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:before,
.media_gallery .blocks-gallery-grid .blocks-gallery-item a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:after,
.media_gallery .blocks-gallery-grid .blocks-gallery-item a:after {
  content: '\e809';
  font: 400 normal 42px/1em 'fontello';
  position: absolute;
  display: block;
  left: 50%;
  right: initial;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  opacity: 0;
  text-align: center;
  margin: -21px 0 0 -21px;
  z-index: 3;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before,
.media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before {
  opacity: 0.5;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after,
.media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after {
  opacity: 1;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
.media_gallery .blocks-gallery-grid .blocks-gallery-item img {
  position: relative;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption,
.media_gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
  line-height: 1.4em;
  font-size: 14px;
  padding: 3em 20px 20px;
}
.wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item,
.media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
.media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: calc(100% - 30px);
}
.wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item,
.media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
.media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
  width: calc(50% - 30px);
}
.wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item,
.media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
.media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
  width: calc(33.3333% - 30px);
}
.wp-block-gallery.alignfull .blocks-gallery-grid,
.media_gallery.alignfull .blocks-gallery-grid {
  margin: -15px 15px;
}
.wp-block-gallery .blocks-gallery-caption,
.media_gallery .blocks-gallery-caption {
  text-align: center;
  width: 100%;
  margin: .5em 0 0;
  font-size: 14px;
}

.sidebar .wp-block-gallery .blocks-gallery-grid,
.footer-widgets .wp-block-gallery .blocks-gallery-grid,
.slide-sidebar-content .wp-block-gallery .blocks-gallery-grid {
  margin: -5px;
}
.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  margin: 5px !important;
}
.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after,
.footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after,
.slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after {
  top: 40%;
  width: 28px;
  height: 28px;
  font-size: 28px;
  margin: -14px 0 0 -14px;
}
.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after,
.footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after,
.slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after {
  top: 50%;
}

.content-wrapper-sidebar-position-right .wp-block-gallery.alignfull .blocks-gallery-grid,
.content-wrapper-sidebar-position-right .media_gallery.alignfull .blocks-gallery-grid,
.content-wrapper-sidebar-position-left .wp-block-gallery.alignfull .blocks-gallery-grid,
.content-wrapper-sidebar-position-left .media_gallery.alignfull .blocks-gallery-grid {
  margin: -15px;
}

/* ---------- Products ---------- */
.wc-block-grid__products {
  margin: 0 !important;
}
.wc-block-grid__products .wc-block-grid__product {
  border-width: 0;
  margin: 0;
  overflow: hidden;
}
.wc-block-grid__products .wc-block-grid__product:before {
  content: none;
  display: none;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  order: 1;
  cursor: default;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  margin-bottom: 29px;
  cursor: pointer;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  padding: 0;
  margin: 0 29px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  order: 2;
  border: none;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: initial;
  padding: 0 14px 0 13px;
  color: #ffffff;
  background-color: #f46473;
  height: 30px;
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .04em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  order: 3;
  margin: 14px auto 0;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
  float: none;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before {
  opacity: 1;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span:before {
  color: #ffa16a;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  margin: 18px 29px 29px;
  order: 4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del {
  margin: 0 4px 0 0;
  font-weight: 500;
  opacity: 1;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins {
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product .wp-block-button {
  order: 5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: initial;
  padding: 100% 0 0 !important;
  font-size: 0;
  line-height: 1;
  margin: 0;
  z-index: 2;
}
.wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link {
  margin: 50px 0 0 !important;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6667em;
  min-height: 20px;
  max-width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
}
.wc-block-grid__products .wc-block-grid__product .wp-block-button .add_to_cart_button:before {
  content: '\e826';
  display: inline-block;
  vertical-align: middle;
  font: 400 normal 24px/24px 'fontello';
  margin: -4px 12px -2px 0;
}
.wc-block-grid__products .wc-block-grid__product:hover .wp-block-button .wp-block-button__link {
  opacity: 1;
  margin: 0 !important;
}

/* ----- Featured Product ----- */
.wc-block-featured-product {
  overflow: hidden;
  min-height: 300px !important;
  padding: 30px 0;
}
.wc-block-featured-product .wc-block-featured-product__title {
  margin: 0 !important;
  padding: 0 20px;
}
.wc-block-featured-product .wc-block-featured-product__description {
  padding: 16px 20px 0;
}
.wc-block-featured-product .wc-block-featured-product__description p {
  font-size: 14px;
  line-height: 22px;
}
.wc-block-featured-product .wc-block-featured-product__price {
  padding: 16px 20px 0;
}
.wc-block-featured-product .wc-block-featured-product__price .price_wrapper {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.wc-block-featured-product .wc-block-featured-product__price .price_wrapper del {
  margin: 0 13px;
  opacity: 0.6;
}
.wc-block-featured-product .wc-block-featured-product__price .price_wrapper ins {
  margin: 0 13px;
  text-decoration: none;
}
.wc-block-featured-product .wc-block-featured-product__link {
  padding: 27px 20px 0;
  font-size: 0;
  line-height: 1;
}
.wc-block-featured-product .wc-block-featured-product__link .wp-block-button {
  margin: 0;
}
.wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link {
  padding: 18px 30px !important;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.4286em;
  max-width: 100%;
}
.wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link:before {
  content: '\e817';
  display: inline-block;
  vertical-align: middle;
  font: 400 normal 18px 'fontello';
  margin: -1px 12px 0 0;
}

/* ----- Featured Category ----- */
.wc-block-featured-category {
  overflow: hidden;
  min-height: 300px !important;
  padding: 30px 0;
}
.wc-block-featured-category .wc-block-featured-category__title {
  margin: 0 !important;
  padding: 0 20px;
}
.wc-block-featured-category .wc-block-featured-category__description {
  padding: 16px 20px 0;
}
.wc-block-featured-category .wc-block-featured-category__description p {
  font-size: 14px;
  line-height: 22px;
}
.wc-block-featured-category .wc-block-featured-category__price {
  padding: 16px 20px 0;
}
.wc-block-featured-category .wc-block-featured-category__price .price_wrapper {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.wc-block-featured-category .wc-block-featured-category__price .price_wrapper del {
  margin: 0 13px;
  opacity: 0.6;
}
.wc-block-featured-category .wc-block-featured-category__price .price_wrapper ins {
  margin: 0 13px;
  text-decoration: none;
}
.wc-block-featured-category .wc-block-featured-category__link {
  padding: 27px 20px 0;
  font-size: 0;
  line-height: 1;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button {
  margin: 0;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link {
  padding: 18px 30px !important;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.4286em;
  max-width: 100%;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link:before {
  content: '\e817';
  display: inline-block;
  vertical-align: middle;
  font: 400 normal 18px 'fontello';
  margin: -1px 12px 0 0;
}

/* ---------- Button ---------- */
.wp-block-button:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.body-container .wp-block-button__link.has-black-color:hover {
  color: #000000;
}
.body-container .wp-block-button__link.has-cyan-bluish-gray-color:hover {
  color: #abb8c3;
}
.body-container .wp-block-button__link.has-white-color:hover {
  color: #ffffff;
}
.body-container .wp-block-button__link.has-pale-pink-color:hover {
  color: #f78da7;
}
.body-container .wp-block-button__link.has-vivid-red-color:hover {
  color: #cf2e2e;
}
.body-container .wp-block-button__link.has-luminous-vivid-orange-color:hover {
  color: #ff6900;
}
.body-container .wp-block-button__link.has-luminous-vivid-amber-color:hover {
  color: #fcb900;
}
.body-container .wp-block-button__link.has-light-green-cyan-color:hover {
  color: #7bdcb5;
}
.body-container .wp-block-button__link.has-vivid-green-cyan-color:hover {
  color: #00d084;
}
.body-container .wp-block-button__link.has-pale-cyan-blue-color:hover {
  color: #8ed1fc;
}
.body-container .wp-block-button__link.has-vivid-cyan-blue-color:hover {
  color: #0693e3;
}
.body-container .wp-block-button__link.has-vivid-purple-color:hover {
  color: #9b51e0;
}

.body-container .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}

.body-container .is-style-outline > .wp-block-button__link:not(.has-text-color),
.body-container .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}

/* ---------- Columns ---------- */
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.content-wrapper-sidebar-position-none .wp-block-columns.alignfull,
.block-editor-block-list__layout .wp-block-columns.alignfull {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.content-wrapper-sidebar-position-none .wp-block-columns.alignwide,
.block-editor-block-list__layout .wp-block-columns.alignwide {
  margin: 0;
  width: 100%;
}

/* ---------- Media Text ---------- */
.wp-block-media-text:not(:last-child) {
  margin-bottom: 1.3125rem;
}

/* ---------- Video ---------- */
.wp-block-video {
  font-size: 0;
  line-height: 1;
}
.wp-block-video video {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* ---------- Audio ---------- */
.wp-block-audio audio {
  min-width: 260px;
}

/* ---------- Embed ---------- */
.wp-block-embed:not(:first-child) {
  margin-top: 30px;
}
.wp-block-embed:not(:last-child) {
  margin-bottom: 30px;
}
.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed figcaption {
  text-align: center;
  width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed .video-embed {
  padding: 0;
  position: static;
}
.wp-block-embed .video-embed iframe {
  position: relative;
}

/* ---------- Cover ---------- */
.content-wrapper .wp-block-cover,
.wp-block-cover {
  overflow: hidden;
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.content-wrapper .wp-block-cover:not(:last-child),
.wp-block-cover:not(:last-child) {
  margin-bottom: 30px;
}
.content-wrapper .wp-block-cover:not(:first-child),
.wp-block-cover:not(:first-child) {
  margin-top: 30px;
}
.content-wrapper .wp-block-cover strong,
.wp-block-cover strong {
  color: inherit;
}
.content-wrapper .wp-block-cover a,
.wp-block-cover a {
  text-decoration: underline;
  color: inherit;
}
.content-wrapper .wp-block-cover a:hover,
.wp-block-cover a:hover {
  text-decoration: none;
  color: inherit;
}
.content-wrapper .wp-block-cover a.wp-block-button__link,
.wp-block-cover a.wp-block-button__link {
  text-decoration: none;
}

.sidebar .wp-block-cover,
.footer-widgets .wp-block-cover,
.slide-sidebar-content .wp-block-cover {
  padding: 30px;
}
.sidebar .wp-block-cover .wp-block-title,
.footer-widgets .wp-block-cover .wp-block-title,
.slide-sidebar-content .wp-block-cover .wp-block-title {
  margin-top: -8px;
}
.sidebar .wp-block-cover .wp-block-title h1,
.sidebar .wp-block-cover .wp-block-title h2,
.sidebar .wp-block-cover .wp-block-title h3,
.sidebar .wp-block-cover .wp-block-title h4,
.footer-widgets .wp-block-cover .wp-block-title h1,
.footer-widgets .wp-block-cover .wp-block-title h2,
.footer-widgets .wp-block-cover .wp-block-title h3,
.footer-widgets .wp-block-cover .wp-block-title h4,
.slide-sidebar-content .wp-block-cover .wp-block-title h1,
.slide-sidebar-content .wp-block-cover .wp-block-title h2,
.slide-sidebar-content .wp-block-cover .wp-block-title h3,
.slide-sidebar-content .wp-block-cover .wp-block-title h4 {
  line-height: 1.3333em;
}
.sidebar .wp-block-cover .wp-block-title h1:not(:last-child),
.sidebar .wp-block-cover .wp-block-title h2:not(:last-child),
.sidebar .wp-block-cover .wp-block-title h3:not(:last-child),
.sidebar .wp-block-cover .wp-block-title h4:not(:last-child),
.footer-widgets .wp-block-cover .wp-block-title h1:not(:last-child),
.footer-widgets .wp-block-cover .wp-block-title h2:not(:last-child),
.footer-widgets .wp-block-cover .wp-block-title h3:not(:last-child),
.footer-widgets .wp-block-cover .wp-block-title h4:not(:last-child),
.slide-sidebar-content .wp-block-cover .wp-block-title h1:not(:last-child),
.slide-sidebar-content .wp-block-cover .wp-block-title h2:not(:last-child),
.slide-sidebar-content .wp-block-cover .wp-block-title h3:not(:last-child),
.slide-sidebar-content .wp-block-cover .wp-block-title h4:not(:last-child) {
  margin-bottom: 0;
}
.sidebar .wp-block-cover .wp-block-buttons,
.footer-widgets .wp-block-cover .wp-block-buttons,
.slide-sidebar-content .wp-block-cover .wp-block-buttons {
  margin-bottom: -0.5em;
  line-height: 1;
  font-size: 0;
}
.sidebar .wp-block-cover .wp-block-buttons:not(:first-child),
.footer-widgets .wp-block-cover .wp-block-buttons:not(:first-child),
.slide-sidebar-content .wp-block-cover .wp-block-buttons:not(:first-child) {
  margin-top: 25px;
}
.sidebar .wp-block-cover .wp-block-buttons .wp-block-button,
.footer-widgets .wp-block-cover .wp-block-buttons .wp-block-button,
.slide-sidebar-content .wp-block-cover .wp-block-buttons .wp-block-button {
  font-size: 0;
  line-height: 1;
}
.sidebar .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link,
.footer-widgets .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link,
.slide-sidebar-content .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link {
  min-width: 196px;
}
.sidebar .wp-block-button .wp-block-button__link,
.footer-widgets .wp-block-button .wp-block-button__link,
.slide-sidebar-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  min-width: 70px;
  outline: none;
  overflow: hidden;
  pointer-events: auto;
  padding: 18px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 2px;
  cursor: pointer;
}
.sidebar .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background),
.footer-widgets .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background),
.slide-sidebar-content .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.sidebar .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):after,
.footer-widgets .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):after,
.slide-sidebar-content .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  -ms-transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  transform: rotate3d(0, 0, 1, -10deg) translate3d(-1.2em, -110%, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}
.sidebar .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):hover,
.footer-widgets .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):hover,
.slide-sidebar-content .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):hover {
  border: solid 2px;
}
.sidebar .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):hover:after,
.footer-widgets .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):hover:after,
.slide-sidebar-content .wp-block-button:not(.is-style-fill) .wp-block-button__link:not(.has-background):hover:after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}

/* ---------- Group ---------- */
.wp-block-group.has-background {
  padding: 20px;
}
.wp-block-group.has-background p:last-child {
  margin: 0;
}
.wp-block-group:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
.footer-widgets .wp-block-group.has-background:not(.has-text-color),
.sidebar .wp-block-group.has-background:not(.has-text-color) {
  padding: 0;
}

/* ---------- Button ---------- */
.wp-block-button:not(.has-custom-font-size) {
  font-size: 12px;
}
.wp-block-button .wp-block-button__link {
  padding: 18px 20px;
  line-height: 1.6667em;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 16px 18px;
}

/* ---------- File ---------- */
body .content-wrapper .wp-block-file a.wp-block-file__button,
.block-editor-block-list__layout .wp-block-file a.wp-block-file__button {
  color: #ffffff;
}

.wp-block-file.wp-block-file-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}
.wp-block-file.wp-block-file-with-icon .wp-block-file-icon {
  width: 32px;
  margin: 4px 30px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.wp-block-file.wp-block-file-with-icon .wp-block-file-info {
  width: 100%;
  min-width: 140px;
}
.wp-block-file.wp-block-file-with-icon .wp-block-file-info > a:first-child {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875em;
}
.wp-block-file.wp-block-file-with-icon .wp-block-file-info > a:first-child:not(:hover) {
  color: inherit;
}
.wp-block-file.wp-block-file-with-icon .wp-block-file-info .wp-block-file-date {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  opacity: .6;
  margin: 4px 0 0;
}

/* ---------- Socials Links ---------- */
body .content-wrapper .wp-block-social-links,
.block-editor-block-list__layout .wp-block-social-links,
ul.wp-block-social-links {
  margin: 0 -8px -16px;
  font-size: 0;
  line-height: 1;
}
body .content-wrapper .wp-block-social-links:not(:last-child),
.block-editor-block-list__layout .wp-block-social-links:not(:last-child),
ul.wp-block-social-links:not(:last-child) {
  margin-bottom: 2rem;
}
body .content-wrapper .wp-block-social-links .wp-block-social-link,
.block-editor-block-list__layout .wp-block-social-links .wp-block-social-link,
ul.wp-block-social-links .wp-block-social-link {
  margin: 0 8px 16px !important;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
body .content-wrapper .wp-block-social-links .wp-block-social-link:before,
.block-editor-block-list__layout .wp-block-social-links .wp-block-social-link:before,
ul.wp-block-social-links .wp-block-social-link:before {
  content: none;
  display: none;
}
body .content-wrapper .wp-block-social-links .wp-block-social-link:hover,
.block-editor-block-list__layout .wp-block-social-links .wp-block-social-link:hover,
ul.wp-block-social-links .wp-block-social-link:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .content-wrapper .wp-block-social-links .wp-block-social-link a,
.block-editor-block-list__layout .wp-block-social-links .wp-block-social-link a,
ul.wp-block-social-links .wp-block-social-link a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .content-wrapper .wp-block-social-links .wp-block-social-link svg,
.block-editor-block-list__layout .wp-block-social-links .wp-block-social-link svg,
ul.wp-block-social-links .wp-block-social-link svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
body .content-wrapper .wp-block-social-links.is-style-default .wp-block-social-link, body .content-wrapper .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link,
.block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-block-social-link,
.block-editor-block-list__layout .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link,
ul.wp-block-social-links.is-style-default .wp-block-social-link,
ul.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link {
  width: 26px;
  height: 26px;
  border: solid 2px transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
}
body .content-wrapper .wp-block-social-links.is-style-default .wp-block-social-link a, body .content-wrapper .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link a,
.block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-block-social-link a,
.block-editor-block-list__layout .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link a,
ul.wp-block-social-links.is-style-default .wp-block-social-link a,
ul.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link a {
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body .content-wrapper .wp-block-social-links.is-style-default .wp-block-social-link a svg, body .content-wrapper .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link a svg,
.block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-block-social-link a svg,
.block-editor-block-list__layout .wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link a svg,
ul.wp-block-social-links.is-style-default .wp-block-social-link a svg,
ul.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-block-social-link a svg {
  width: 16px;
  height: 16px;
}
body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-block-social-link,
.block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-block-social-link,
ul.wp-block-social-links.is-style-logos-only .wp-block-social-link {
  width: 30px;
  height: 30px;
  padding: 0;
}
body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-block-social-link a,
.block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-block-social-link a,
ul.wp-block-social-links.is-style-logos-only .wp-block-social-link a {
  padding: 0;
}
body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-block-social-link a svg,
.block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-block-social-link a svg,
ul.wp-block-social-links.is-style-logos-only .wp-block-social-link a svg {
  width: 30px;
  height: 30px;
}
body .content-wrapper .wp-block-social-links.is-style-pill-shape .wp-block-social-link a,
.block-editor-block-list__layout .wp-block-social-links.is-style-pill-shape .wp-block-social-link a,
ul.wp-block-social-links.is-style-pill-shape .wp-block-social-link a {
  padding: 5px 14px;
}
body .content-wrapper .wp-block-social-links.is-style-pill-shape .wp-block-social-link a svg,
.block-editor-block-list__layout .wp-block-social-links.is-style-pill-shape .wp-block-social-link a svg,
ul.wp-block-social-links.is-style-pill-shape .wp-block-social-link a svg {
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 600px) {
  /* ---------- Columns ---------- */
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content-wrapper-sidebar-position-none .alignwide,
  .block-editor-block-list__layout .alignwide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  /* ---------- Media Text ---------- */
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 50px;
  }

  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 40px 50px;
  }

  .slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
  .footer-widgets .wp-block-group.has-background:not(.has-text-color),
  .sidebar .wp-block-group.has-background:not(.has-text-color) {
    padding: 0;
  }

  /* ----------- Dropcaps ----------- */
  p.has-background {
    padding: 40px 50px;
  }

  /* ---------- Pull Quote ---------- */
  .content-wrapper .wp-block-pullquote,
  .block-editor-block-list__layout .wp-block-pullquote {
    padding: 2.5625em 3.25em;
  }
  .content-wrapper .wp-block-pullquote blockquote:before,
  .block-editor-block-list__layout .wp-block-pullquote blockquote:before {
    font-size: 2.375em;
    line-height: 1;
  }
  .content-wrapper .wp-block-pullquote blockquote p,
  .block-editor-block-list__layout .wp-block-pullquote blockquote p {
    font-size: 125%;
    line-height: 1.5em;
  }
  .content-wrapper .wp-block-pullquote blockquote cite,
  .block-editor-block-list__layout .wp-block-pullquote blockquote cite {
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
  }

  /* ---------- Gallery -----------*/
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc(100% - 30px);
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc(50% - 30px);
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 30px);
  }
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: calc(100% - 30px);
  }
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
    width: calc(50% - 30px);
  }
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 30px);
  }

  /* ---------- Columns ---------- */
  .content-wrapper-sidebar-position-none .wp-block-columns.alignfull,
  .block-editor-block-list__layout .wp-block-columns.alignfull {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 20px;
  }

  .slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
  .footer-widgets .wp-block-group.has-background:not(.has-text-color),
  .sidebar .wp-block-group.has-background:not(.has-text-color) {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* ---------- Columns ---------- */
  .content-wrapper-sidebar-position-none .wp-block-columns.alignwide,
  .block-editor-block-list__layout .wp-block-columns.alignwide {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  /* ----------- File ------------ */
  .wp-block-file.wp-block-file-with-icon .wp-block-file-icon {
    margin-left: -9px;
  }
}
@media only screen and (min-width: 1240px) {
  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 40px 50px;
  }

  .slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
  .footer-widgets .wp-block-group.has-background:not(.has-text-color),
  .sidebar .wp-block-group.has-background:not(.has-text-color) {
    padding: 0;
  }
}
.elementor-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}
.body-container .elementor p a {
  text-decoration: underline;
}
.body-container .elementor p a:hover {
  text-decoration: none;
}

.elementor-element-overlay ul > li:before {
  left: initial;
  right: initial;
}

.elementor_library-template-default .header,
.elementor_library-template-default .page-title-container,
.elementor_library-template-default .footer,
.elementor_library-template-default .post-meta-header,
.elementor_library-template-default .post-title,
.elementor_library-template-default .post-meta-footer,
.elementor_library-template-default .top-bar,
.elementor_library-template-default .mobile-header-menu-container,
.elementor_library-template-default .mobile-header,
.elementor_library-template-default .sidebar {
  display: none !important;
}

.elementor-editor-active .header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper,
.elementor-editor-active .mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
  position: relative;
  display: none;
  opacity: 0;
}
.elementor-editor-active .content-wrapper:hover {
  z-index: 4;
  position: relative;
}
.elementor-editor-active .elementor-container > .elementor-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-widget-wrap .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-widget-container .energium_archive_listing_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.elementor .elementor-section + .elementor-section {
  margin-top: 90px;
}

.elementor-section-full_width > .elementor-container,
.elementor-section-stretched > .elementor-container {
  padding: 0 15px;
}
.elementor-section-full_width > .elementor-container.elementor-column-gap-no,
.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
  padding: 0;
}
.elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
.elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
  padding: 0 15px;
}
.elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no,
.elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
  padding: 0;
}

.elementor-column-gap-default > .elementor-row {
  margin: -10px;
  width: calc(100% + 20px);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 10px;
}

.elementor-column-gap-narrow > .elementor-row {
  margin: -5px;
  width: calc(100% + 10px);
}
.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 5px;
}

.elementor-column-gap-extended > .elementor-row {
  margin: -15px;
  width: calc(100% + 30px);
}
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 15px;
}

.elementor-column-gap-wide > .elementor-row {
  margin: -20px;
  width: calc(100% + 40px);
}
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 20px;
}

.elementor-column-gap-wider > .elementor-row {
  margin: -30px;
  width: calc(100% + 60px);
}
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 30px;
}

.elementor-column-gap-no > .elementor-row {
  margin: 0;
  width: 100%;
}
.elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

.elementor .elementor-widget-text-editor a {
  text-decoration: underline;
}
.elementor .elementor-widget-text-editor a:hover {
  text-decoration: none;
}

body .elementor-section.elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  align-content: flex-start;
  align-items: flex-start;
}
body .elementor-section.elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}
body .elementor-section.elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  align-content: flex-end;
  align-items: flex-end;
}
body .elementor-section.elementor-section-content-space-between > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  align-content: space-between;
  align-items: space-between;
}
body .elementor-section.elementor-section-content-space-around > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  align-content: space-around;
  align-items: space-around;
}
body .elementor-section.elementor-section-content-space-evenly > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  align-content: space-evenly;
  align-items: space-evenly;
}

@media (min-width: 768px) {
  .elementor .elementor-section + .elementor-section {
    margin-top: 120px;
  }

  .elementor-section-full_width > .elementor-container,
  .elementor-section-stretched > .elementor-container {
    padding: 0 30px;
  }
  .elementor-section-full_width > .elementor-container.elementor-column-gap-no,
  .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
  .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container,
  .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
    padding: 0;
  }
  .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
  .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
    padding: 0 30px;
  }
  .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no,
  .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .elementor-section-full_width > .elementor-container,
  .elementor-section-stretched > .elementor-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .elementor-section-full_width > .elementor-container.elementor-column-gap-no,
  .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
  .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
  .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no,
  .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }

  .elementor > .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor-section-full_width > .elementor-container,
  .elementor-section-stretched > .elementor-container {
    padding: 0;
  }
  .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
  .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .elementor .elementor-section + .elementor-section {
    margin-top: 150px;
  }
}
/* ---------- Dropcaps ---------- */
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 0.36em;
  margin-bottom: 0.1em;
  font-size: 1.5em;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  width: 1.6667em !important;
  height: 1.6667em !important;
  line-height: 1.6667em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

/* ---------- Lightbox ---------- */
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.elementor-slideshow__header {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.elementor-lightbox .dialog-lightbox-close-button {
  text-decoration: none;
}

/*********** Content Layout ***********/
.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.body-overlay.active {
  opacity: .5;
  pointer-events: auto;
}

.content-wrapper {
  margin-top: 90px;
  margin-bottom: 90px;
  max-width: 1200px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrapper.content-wrapper-remove-top-margin {
  margin-top: 0 !important;
}
.content-wrapper.content-wrapper-remove-bottom-margin {
  margin-bottom: 0 !important;
}
.content-wrapper .content {
  width: calc(100% - 30px);
  margin: 0 15px;
  position: relative;
  z-index: 1;
}
.content-wrapper .content-inner:after {
  content: '';
  display: table;
  clear: both;
}

.content-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.masonry-listing {
  font-size: 0;
  line-height: 1;
}

.archive-listing {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.archive-listing .archive-listing-wrapper > div {
  -webkit-transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s;
}
.archive-listing.loading {
  overflow: hidden;
}
.archive-listing.loading .archive-listing-wrapper > div {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  opacity: .1;
}

.grid-listing {
  font-size: 0;
  line-height: 1;
}
.grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 576px) {
  .grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 50%;
  }

  .content-wrapper {
    margin-top: 120px;
    margin-bottom: 110px;
  }
  .content-wrapper .content {
    width: calc(100% - 60px);
    margin: 0 30px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .content-wrapper-sidebar-position-none .grid-listing.columns-3 .grid-item {
    width: 33.3333%;
  }
  .content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item {
    width: 25%;
  }

  .content-wrapper-sidebar-position-left .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-3 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
    width: 33.3333%;
  }

  .content-wrapper {
    max-width: 1250px;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 150px auto;
  }
  .content-wrapper .sidebar {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .content-wrapper .content {
    margin: 0 15px;
  }
  .content-wrapper.content-wrapper-sidebar-position-left .sidebar {
    order: 1;
  }
  .content-wrapper.content-wrapper-sidebar-position-left .content {
    order: 2;
    max-width: 870px;
    width: calc(75% - 30px);
  }
  .content-wrapper.content-wrapper-sidebar-position-right .sidebar {
    order: 2;
  }
  .content-wrapper.content-wrapper-sidebar-position-right .content {
    order: 1;
    max-width: 870px;
    width: calc(75% - 30px);
  }
  .content-wrapper.content-wrapper-sidebar-position-none .content {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item {
    width: 25%;
  }
  .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item {
    width: 20%;
  }
  .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
    width: 16.6667%;
  }

  .content-wrapper {
    max-width: 1240px;
    padding: 0 15px;
  }
  .content-wrapper .content {
    margin: 0 20px;
  }
  .content-wrapper.content-wrapper-sidebar-position-left .content {
    width: calc(75% - 40px);
  }
  .content-wrapper.content-wrapper-sidebar-position-right .content {
    width: calc(75% - 40px);
  }
  .content-wrapper.content-wrapper-sidebar-position-none .content {
    width: calc(100% - 40px);
  }
}
.sidebar {
  margin: 0 15px;
  max-width: 270px;
  width: calc(25% - 30px);
}

@media only screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    left: initial;
    -webkit-transition: right 0.3s, left 0.3s, opacity 0.3s;
    transition: right 0.3s, left 0.3s, opacity 0.3s;
    overflow-y: scroll;
    z-index: 999999;
    padding: 80px 15px 40px;
    width: 290px;
    max-width: none;
    margin: 0 !important;
    -webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    opacity: 0;
  }
  .sidebar.active {
    right: 0;
    left: auto;
    opacity: 1;
  }
  .sidebar .shop-hidden-sidebar-close {
    position: absolute;
    right: 20px;
    left: initial;
    top: 20px;
    display: block;
    width: 20px;
    height: 20px;
    font: 400 normal 14px/20px 'fontello';
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sidebar .shop-hidden-sidebar-close:before {
    content: '\e818';
  }

  .simple-sidebar-trigger {
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 400 normal 18px/1 'fontello';
    z-index: 9;
    opacity: 1;
    border: solid 1px;
    border-right: none;
  }
  .simple-sidebar-trigger:before {
    content: '\e81d';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -9px 0 0 -9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    width: 270px;
    right: -370px;
    left: auto;
    padding: 95px 50px 100px;
  }
  .sidebar .shop-hidden-sidebar-close {
    top: 50px;
    left: initial;
    right: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
}
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
  margin-top: 30px;
}

.standard-blog-item-wrapper {
  overflow: hidden;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item {
  padding: 40px 30px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-media-wrapper {
  margin: -41px -31px 0;
  position: relative;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-media-wrapper:last-child {
  margin-bottom: -41px;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels {
  position: relative;
  z-index: 4;
  margin: -41px 0 30px -31px;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels:not(:first-child) {
  margin: 0 -31px;
  height: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels:not(:first-child) .post-categories {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-header:not(:first-child) {
  margin-top: 30px;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-header .post-meta-item a {
  text-decoration: none;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title {
  font-weight: 700;
  letter-spacing: -0.032em;
  margin-bottom: 0;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title:not(:first-child) {
  margin-top: 16px;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title a {
  text-decoration: none;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-content:not(:first-child) {
  margin-top: 5px;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-item-tags:before {
  content: '# ';
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-item-tags a {
  display: inline-block;
  text-decoration: none;
}
.standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
  margin-top: 13px;
}

.sticky .blog-item:after,
.status-sticky .blog-item:after {
  content: '\f08d';
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  left: 0;
  right: initial;
  top: 0;
  font: 700 normal 14px/41px 'Font Awesome 5 Free';
  text-align: center;
  padding: 0 0 0 1px;
  z-index: 2;
}
.sticky .blog-item .post-labels:first-child .post-categories:before,
.status-sticky .blog-item .post-labels:first-child .post-categories:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0 4px 3px 0;
  vertical-align: top;
}

.post-more-button:not(:first-child) {
  margin-top: 17px;
}
.post-more-button a {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-more-button a span {
  line-height: 1.7143em;
  display: inline-block;
  vertical-align: top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 2px;
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  transform: translateZ(0);
  padding: 0 0 4px;
}
.post-more-button a svg {
  vertical-align: top;
  display: inline;
  line-height: 1;
  width: 24px;
  height: 36px;
  position: relative;
  left: -4px;
  right: initial;
  top: -4px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
  margin: 0 0 -10px;
}
.post-more-button a:hover {
  --background-size: 0%;
  --background-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: .3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: .195s;
}

@media screen and (min-width: 768px) {
  .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .blog-item .post-title {
    font-size: 30px;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item {
    padding: 32px 43px 44px;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-media-wrapper {
    margin: -33px -44px 0;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-media-wrapper:last-child {
    margin-bottom: -45px;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels {
    margin: -33px 0 30px -44px;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels:not(:first-child) {
    margin: 0 -44px;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title:not(:first-child) {
    margin-top: 18px;
  }
  .standard-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
    margin-top: 15px;
  }

  .post-more-button:not(:first-child) {
    margin-top: 27px;
  }
}
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper.grid-listing {
  margin: 0 -15px -50px;
}
.archive-listing-wrapper.grid-listing .grid-item {
  padding: 0 15px;
  margin: 0 0 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item {
  border: none;
  padding: 0;
  position: relative;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item.item-with-date {
  margin: 0 25px 0 0;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-media-wrapper {
  margin: 0;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels {
  margin: 0;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-labels:not(:first-child) {
  margin: 0;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-header:not(:first-child) {
  margin-top: 15px;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-header .post-meta-item-date {
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(90deg) translateX(100%);
  -ms-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  left: initial;
  right: -36px;
  top: 0;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-meta-header .post-meta-item-date:before {
  content: none;
  display: none;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title {
  line-height: 1.5em;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title:not(:first-child) {
  margin-top: 25px;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-title a {
  text-decoration: none;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-content:not(:first-child) {
  margin-top: 8px;
}
.grid-blog-item-wrapper:not(.energium-format-quote) .blog-item .post-more-button:not(:first-child) {
  margin-top: 17px;
}

@media only screen and (min-width: 768px) {
  .grid-blog-item-wrapper .post-quote {
    padding: 40px 40px 37px 40px;
  }
}
/*********** Blog Single Layout ***********/
.single-post .post-quote:not(:last-child) {
  margin-bottom: 25px;
}

.single-post .post-media-wrapper {
  position: relative;
  overflow: hidden;
}

.single-post .post-labels {
  position: relative;
  z-index: 4;
  margin: 0 0 30px;
}
.single-post .post-labels:not(:first-child) {
  margin: 0 -3px 0 0;
  height: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.single-post .post-labels:not(:first-child) .post-categories {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.post-meta-header {
  font-size: 0;
  line-height: 1;
}
.post-meta-header:not(:first-child) {
  margin: 30px 0 0;
}
.post-meta-header .post-meta-item {
  font-size: 16px;
  line-height: 1.875em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
}
.post-meta-header .post-meta-item:not(:last-child) {
  margin: 0 39px 0 0;
}
.post-meta-header .post-meta-item:not(:last-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  right: -22px;
  left: initial;
  top: calc(0.9375em - 1px);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post-meta-header .post-meta-item a {
  text-decoration: none;
  line-height: inherit;
}

.single-post > .post-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.single-post > .post-title:not(:first-child) {
  margin: 17px 0 0;
}

.single-post .post-content:after {
  content: '';
  display: table;
  clear: both;
}
.single-post .post-content:not(:first-child) {
  margin: 16px 0 0;
}
.single-post .post-content p > strong {
  letter-spacing: -0.008em;
}

.single-post .post-meta-footer {
  position: relative;
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.single-post .post-meta-footer:not(:first-child) {
  margin: 39px -15px 0;
  padding: 44px 0 0;
  position: relative;
}
.single-post .post-meta-footer:not(:first-child):before {
  content: '';
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  top: 0;
  height: 1px;
}
.single-post .post-meta-footer .post-meta-item {
  margin: 0 15px;
  font-weight: 600;
}
.single-post .post-meta-footer .post-meta-item a {
  text-decoration: none;
}
.single-post .post-meta-footer .post-meta-item:not(:last-child) {
  margin-bottom: 20px;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
  text-align: center;
  margin: -7px 12px 0 11px;
  font-size: 0;
  line-height: 1;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
  margin-bottom: 20px;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-tags a {
  display: inline-block;
  vertical-align: top;
  margin: 7px 3px 0 4px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
  text-align: center;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials {
  margin: -16px -8px 0;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-author {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.post-password-form {
  margin: 2rem 0;
  position: relative;
  z-index: 2;
}
.post-password-form .password-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.post-password-form label {
  display: block;
  font-size: 0;
  line-height: 1;
  width: 100%;
}
.post-password-form input[type="submit"],
.post-password-form button {
  width: 100%;
  margin: 10px 0 0;
}
.post-password-form .energium-form-field p {
  margin: 0;
  display: block;
  width: 100%;
}
.post-password-form .energium-form-field label {
  display: block;
  white-space: nowrap;
}
.post-password-form .energium-form-field input {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .post-password-form .password-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .post-password-form .password-form > p {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .post-password-form .password-form p {
    margin: 0;
  }
  .post-password-form .energium-form-field {
    width: 100%;
  }
  .post-password-form label {
    width: 50%;
  }
  .post-password-form input[type="submit"],
  .post-password-form button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 0 0 20px;
    width: auto;
  }
  .post-password-form button {
    padding: 15px 40px !important;
    min-width: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .post-meta-header .post-meta-item:not(:last-child) {
    margin: 0 43px 0 0;
  }
  .post-meta-header .post-meta-item:not(:last-child):before {
    right: -24px;
    left: initial;
  }

  .single-post .post-meta-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .single-post .post-meta-footer .post-meta-item:not(:last-child) {
    margin-bottom: 0;
  }
  .single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
    text-align: right;
  }
  .single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
    text-align: left;
  }
  .single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-post > .post-title {
    font-size: 30px;
  }
}
/********** 404 Page **********/
.error-404-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 25px 20px;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.error-404-container .error-404-header .logo-container {
  margin: 0;
}
.error-404-container .error-404-footer {
  padding: 0 0 55px;
}
.error-404-container .error-404-code {
  font-size: 140px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.0278em;
}
.error-404-container .error-404-code:not(:first-child) {
  margin-top: 20px;
}
.error-404-container .error-404-image-wrapper {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.error-404-container .error-404-image-wrapper:not(:first-child) {
  margin-top: 38px;
}
.error-404-container .error-404-image-wrapper.default:before, .error-404-container .error-404-image-wrapper.default:after {
  content: '';
  position: absolute;
  display: block;
  top: 67.5%;
  width: 5000px;
  height: 5px;
}
.error-404-container .error-404-image-wrapper.default:before {
  right: calc(50% + 110px);
  left: initial;
  background-color: #0d80ce;
}
.error-404-container .error-404-image-wrapper.default:after {
  left: calc(50% + 110px);
  right: initial;
  background-color: #212528;
}
.error-404-container .error-404-image {
  display: block;
}
.error-404-container .error-404-inner {
  padding: 40px 0;
}
.error-404-container .error-404-inner .error-404-content {
  max-width: 530px;
  margin: 0 auto;
}
.error-404-container .error-404-inner .error-404-title {
  font-size: 30px;
  letter-spacing: -0.0267em;
}
.error-404-container .error-404-inner .error-404-button {
  position: relative;
  z-index: 2;
  font-size: 0;
  line-height: 1;
}
.error-404-container .error-404-inner .error-404-button:not(:first-child) {
  margin: 41px 0 0;
}
.error-404-container .error-404-inner .error-404-button .energium-button {
  min-width: 120px;
}
.error-404-container .error-404-inner .error-404-info-text:not(:first-child) {
  padding: 1px 0 0;
}

@media only screen and (min-width: 576px) {
  .error-404-container {
    padding: 25px 40px;
  }
  .error-404-container .error-404-inner {
    padding: 56px 0 50px;
  }
  .error-404-container .error-404-code {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .error-404-container .error-404-inner .error-404-title {
    font-size: 40px;
  }
}
/********** Search Result Page **********/
.search-form {
  position: relative;
  padding: 4px;
}
.search-form .search-form-field {
  background: none;
  outline: none;
  padding: 8px 55px 8px 18px;
  height: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  border: solid 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form .search-form-field::-webkit-input-placeholder {
  opacity: 1;
}
.search-form .search-form-field:-moz-placeholder {
  opacity: 1;
}
.search-form .search-form-field::-moz-placeholder {
  opacity: 1;
}
.search-form .search-form-field:-ms-input-placeholder {
  opacity: 1;
}
.search-form .search-form-icon {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 3;
  text-align: center;
  font: 400 normal 19px/20px 'fontello';
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-form .search-form-icon:before {
  content: '\e80b';
}

.energium-no-results-title {
  text-align: center;
}

.energium-no-result-search-form {
  max-width: 800px;
  margin: 0 auto;
}
.energium-no-result-search-form .search-form .search-form-field {
  padding-right: 50px;
}
.energium-no-result-search-form .search-form-icon {
  bottom: initial;
  top: 21px;
  right: 20px;
  z-index: 3;
}

/********** Portfolio Archive **********/
.portfolio-listing-wrapper {
  margin: 0;
}
.portfolio-listing-wrapper.isotope-trigger:after {
  content: '';
  display: table;
  clear: both;
}
.portfolio-listing-wrapper.owl-carousel {
  width: calc(100% + 10px);
}
.portfolio-listing-wrapper .portfolio-item-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media {
  display: block;
  overflow: hidden;
  position: relative;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link img {
  width: 100%;
  position: relative;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s;
  z-index: 3;
  overflow: hidden;
  max-height: calc(100% - 60px);
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title {
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.portfolio-listing-wrapper .portfolio-item-wrapper:hover .portfolio-item-content {
  opacity: 1;
  bottom: 30px;
}
.portfolio-listing-wrapper.portfolio-masonry-listing .grid-sizer {
  width: 100%;
}
.portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item {
  position: relative;
  height: 0;
  overflow: hidden;
}
.portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: block;
}
.portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item {
  padding: 75% 0 0;
}

@media only screen and (min-width: 576px) {
  .portfolio-listing-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 50%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 50%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(3n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(3n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(3n+2) {
    width: 50%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(3n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(3n) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 33.3333%;
  }
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
    width: 25%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 33.3333%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n) {
    width: 33.3333%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper:nth-child(6n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(6n+4) {
    width: 66.6666%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer {
    width: 25%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+6), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+8), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+9), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+6), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+8), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+9), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n) {
    width: 25%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper:nth-child(10n+7), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(10n+7) {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
    width: 20%;
  }
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 16.6667%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer {
    width: 20%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+7), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n) {
    width: 20%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+1) .portfolio-item, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+4) .portfolio-item, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+7) .portfolio-item, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n) .portfolio-item {
    padding: 74.999% 0 0;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper:nth-child(8n+6) {
    width: 40%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 16.6666%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+1), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+3), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+5), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+6), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+8), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+10), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+11), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n) {
    width: 16.6666%;
  }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+2), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+4), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+7), .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper:nth-child(12n+9) {
    width: 33.3333%;
  }
}
/********** Single Portfolio **********/
.single-portfolio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.single-portfolio .portfolio-post-gallery {
  width: 100%;
}
.single-portfolio .portfolio-post-gallery .single-post-gallery-image-item:not(:first-child) {
  margin: 10px 0 0;
}
.single-portfolio .portfolio-post-gallery .single-post-gallery-image-item img {
  position: relative;
}
.single-portfolio .portfolio-post-content {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-portfolio .portfolio-post-content:not(:first-child) {
  padding: 90px 0 0;
}
.single-portfolio .portfolio-post-content .portfolio-post-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: -.03em;
}
.single-portfolio .portfolio-post-content ul li {
  padding: 0 0 0 45px;
}
.single-portfolio .portfolio-post-content ul li:before {
  content: '\e810';
  border: none;
  width: 22px;
  height: 22px;
  font: 400 normal 22px/30px 'fontello';
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0;
}
.single-portfolio .portfolio-post-content ul li:not(:first-child) {
  margin-top: 10px;
}
.single-portfolio .portfolio-post-content .portfolio-post-button {
  font-size: 0;
  line-height: 1;
}
.single-portfolio .portfolio-post-content .portfolio-post-button:not(:first-child) {
  margin: 45px 0 0;
}
.single-portfolio .portfolio-post-content .portfolio-post-button .energium-button {
  min-width: 120px;
}

@media only screen and (min-width: 768px) {
  .single-portfolio {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .single-portfolio .portfolio-post-gallery {
    width: 45.3%;
    padding: 0;
  }
  .single-portfolio .portfolio-post-content:not(:first-child) {
    width: 54.7%;
    padding: 0 0 0 30px;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 992px) {
  .single-portfolio .portfolio-post-content:not(:first-child) {
    padding: 0 0 0 45px;
  }
  .single-portfolio .portfolio-post-content .portfolio-post-button:not(:first-child) {
    margin: 35px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-portfolio .portfolio-post-content:not(:first-child) {
    padding: 0 0 0 70px;
  }
}
/********** Projects Archive **********/
.project-listing-wrapper {
  margin: 0 -15px -82px;
}
.project-listing-wrapper:not(:last-child) {
  margin-bottom: -112px;
}
.project-listing-wrapper.isotope-trigger:after {
  content: '';
  display: table;
  clear: both;
}
.project-listing-wrapper.owl-carousel {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.project-listing-wrapper.project-grid-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.project-listing-wrapper .project-item-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0 15px 82px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project-listing-wrapper .project-item-wrapper.slider-item {
  padding-bottom: 0;
}
.project-listing-wrapper .project-item-wrapper .project-item-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.project-listing-wrapper .project-item-wrapper .project-item-link .project-item-media {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 1;
}
.project-listing-wrapper .project-item-wrapper .project-item-link img {
  width: 100%;
  position: relative;
}
.project-listing-wrapper .project-item-wrapper .project-item-content {
  display: block;
}
.project-listing-wrapper .project-item-wrapper .project-item-content:not(:first-child) {
  margin: 19px 0 0;
  position: relative;
}
.project-listing-wrapper .project-item-wrapper .project-item-categories {
  font-size: 12.6px;
  line-height: 2.2222em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .15em;
}
.project-listing-wrapper .project-item-wrapper .post-title {
  margin: 0;
}
.project-listing-wrapper .project-item-wrapper .post-title a {
  text-decoration: none;
}
.project-listing-wrapper .project-item-wrapper .post-content:not(:first-child) {
  margin: 7px 0 0;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -19px;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list .project-results-detail {
  margin: 0 20px 19px 0;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list .project-results-detail-label {
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 700;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list .project-results-detail-label:not(:first-child) {
  margin-top: 5px;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list .project-results-detail-value {
  font-size: 18px;
  line-height: 1.6667em;
  font-weight: 900;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list.with-separator {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.project-listing-wrapper .project-item-wrapper .project-results-details-list.with-separator .detail-separator {
  width: 1px;
  height: 28px;
  margin: 0 34px 0 14px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  display: none;
}
.project-listing-wrapper .project-item-wrapper .post-content + .project-results-details-list,
.project-listing-wrapper .project-item-wrapper .post-title + .project-results-details-list {
  margin-top: 17px;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 19px;
}
.project-listing-wrapper .project-item-wrapper .project-item-button {
  font-size: 0;
  line-height: 1;
}
.project-listing-wrapper .project-item-wrapper .project-item-button:not(:first-child) {
  margin-top: 40px;
}
.project-listing-wrapper .project-item-wrapper .project-item-button .energium-button {
  min-width: 184px;
}
.project-listing-wrapper .project-item-wrapper .project-item-button .energium-button:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.project-listing-wrapper .owl-item .project-item-wrapper.slider-item .project-item-content:not(:first-child) .project-item-header {
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.6s, margin 0.6s;
  transition: opacity 0.6s, margin 0.6s;
}

.project-listing-wrapper .owl-item.active .project-item-wrapper.slider-item .project-item-content:not(:first-child) .project-item-header {
  opacity: 1;
}
.project-listing-wrapper .owl-item.active .project-item-wrapper.slider-item .project-item-content:not(:first-child) .project-item-header:not(:last-child) {
  margin: 0 0 30px;
}

@media only screen and (min-width: 576px) {
  .project-listing-wrapper.project-grid-listing.columns-2 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .project-listing-wrapper .project-item-wrapper .project-item-content:not(:first-child) .project-item-header {
    padding: 30px 32px 27px;
    position: absolute;
    left: 20px;
    right: initial;
    bottom: 100%;
    margin: 0 0 30px;
    max-width: calc(100% - 40px);
  }
  .project-listing-wrapper .project-item-wrapper .project-results-details-list.with-separator .detail-separator {
    display: block;
  }
  .project-listing-wrapper .owl-item.active .project-item-wrapper.slider-item .project-item-content:not(:first-child) .project-item-header {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .project-listing-wrapper.project-grid-listing.columns-3 .project-item-wrapper {
    width: 33.3333%;
  }
  .project-listing-wrapper.project-grid-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper {
    width: 20%;
  }
  .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
    width: 16.6667%;
  }
}
/********** Single Project **********/
.single-project {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px;
}
.single-project .project-post-content {
  padding: 0 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.single-project .project-post-content .project-post-title {
  letter-spacing: -0.03em;
}
.single-project .project-post-content .project-post-meta {
  margin: 0 -14px;
  padding: 6px 0 1px;
}
.single-project .project-post-content .project-post-meta .project-post-meta-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px;
}
.single-project .project-post-content .project-post-meta .project-post-meta-item:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 12px 0 0;
  font: 400 normal 22px/30px 'fontello';
  top: -1px;
}
.single-project .project-post-content .project-post-meta .project-post-meta-item.project-location:before {
  content: '\e803';
}
.single-project .project-post-content .project-post-meta .project-post-meta-item.project-lead-time:before {
  content: '\e81f';
}
.single-project .project-post-content ul li {
  padding: 0 0 0 45px;
}
.single-project .project-post-content ul li:before {
  content: '\e810';
  border: none;
  width: 22px;
  height: 22px;
  font: 400 normal 22px/30px 'fontello';
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0;
}
.single-project .project-post-content ul li:not(:first-child) {
  margin-top: 10px;
}
.single-project .project-post-content .project-technical-description-wrapper:not(:first-child),
.single-project .project-post-content .project-post-gallery:not(:first-child) {
  margin-top: 70px;
}
.single-project .project-post-content .project-technical-description-wrapper h3,
.single-project .project-post-content .project-post-gallery h3 {
  letter-spacing: -.03em;
}
.single-project .project-post-content .single-project-gallery-image-item {
  font-size: 0;
  line-height: 1;
}
.single-project .project-post-content .project-technical-description-list {
  margin: -10px -15px 0;
}
.single-project .project-post-content .technical-description {
  padding: 10px 15px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-project .project-post-content .technical-description .technical-description-label {
  font-weight: 700;
  letter-spacing: -.02em;
}
.single-project .project-results-wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 90px 0 0;
}
.single-project .project-results-wrapper .project-results {
  border-width: 1px;
  border-style: solid;
  padding: 30px;
}
.single-project .project-results-wrapper h4 {
  letter-spacing: -.03em;
  margin: 0 0 6px;
}
.single-project .project-results-wrapper .project-results-details-list {
  position: relative;
}
.single-project .project-results-wrapper .project-results-details-list:not(:first-child) {
  margin-top: 6px;
}
.single-project .project-results-wrapper .project-results-details-list .project-results-detail {
  margin: 16px 0 0;
}
.single-project .project-results-wrapper .project-results-details-list .project-results-detail-label {
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 700;
}
.single-project .project-results-wrapper .project-results-details-list .project-results-detail-value {
  font-size: 18px;
  line-height: 1.6667em;
  font-weight: 900;
}
.single-project .project-results-wrapper .project-results-details-list .project-results-detail-value:not(:first-child) {
  margin-top: 4px;
}
.single-project .project-results-wrapper .project-post-button {
  font-size: 0;
  line-height: 1;
}
.single-project .project-results-wrapper .project-post-button:not(:first-child) {
  margin-top: 32px;
}
.single-project .project-results-wrapper .project-post-button .energium-button {
  display: block;
  text-align: center;
}
.single-project .project-results-wrapper .project-final-result-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 24px 0 0;
}
.single-project .project-results-wrapper .project-final-result-wrapper:not(:first-child) {
  margin-top: 21px;
}
.single-project .project-results-wrapper .project-final-result-wrapper .project-final-result-title {
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 700;
}
.single-project .project-results-wrapper .project-final-result-wrapper .project-final-result-value {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -.03em;
}
.single-project .project-results-wrapper .project-final-result-wrapper .project-final-result-value:not(:first-child) {
  margin-top: 5px;
}
.single-project .project-results-wrapper .project-additional {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -21px;
}
.single-project .project-results-wrapper .project-additional:not(:first-child) {
  margin-top: 42px;
}
.single-project .project-results-wrapper .project-additional .project-additional-item {
  margin: 0 21px 20px;
  font-size: 14px;
  line-height: 1.4286em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
}
.single-project .project-results-wrapper .project-additional .project-additional-item:before {
  font: 400 normal 32px/1em 'fontello';
  margin: 0 15px 0 0;
}
.single-project .project-results-wrapper .project-additional .project-additional-item.project-warranty:before {
  content: '\e80e';
}
.single-project .project-results-wrapper .project-additional .project-additional-item.project-quality:before {
  content: '\e81e';
}

@media only screen and (min-width: 576px) {
  .single-project .project-post-content .project-technical-description-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single-project .project-post-content .technical-description {
    width: 45%;
  }
  .single-project .project-post-content .project-post-gallery .owl-dots {
    margin: 0;
    position: absolute;
    left: 0;
    right: initial;
    bottom: 0;
    padding: 7px 15px;
    text-align: left;
    z-index: 3;
  }
  .single-project .project-results-wrapper .project-results {
    padding: 42px 40px 50px;
  }
  .single-project .project-results-wrapper .project-results-details-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single-project .project-results-wrapper .project-results-details-list .project-results-detail {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .single-project {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single-project .project-post-content {
    width: 66.6666%;
  }
  .single-project .project-post-content .project-post-gallery .owl-dots {
    padding: 13px 34px;
  }
  .single-project .project-results-wrapper {
    width: 33.3333%;
    margin-top: 9px;
    max-width: 400px;
  }
  .single-project .project-results-wrapper .project-results {
    padding: 30px;
  }
  .single-project .project-results-wrapper .project-results-details-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single-project .project-results-wrapper .project-results-details-list .project-results-detail {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .single-project .project-post-content .technical-description {
    width: 37%;
  }
  .single-project .project-results-wrapper .project-results {
    padding: 42px 40px 50px;
  }
  .single-project .project-results-wrapper .project-results-details-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single-project .project-results-wrapper .project-results-details-list .project-results-detail {
    width: 40%;
  }
}
/********** Services Archive **********/
.service-listing-wrapper.service-grid-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper {
  width: calc(100% - 1px);
  margin: 0 -1px -1px 0;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.service-listing-wrapper.service-grid-listing .service-item {
  cursor: default;
  padding: 50px 30px 159px 39px;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title {
  letter-spacing: -.03em;
  font-weight: 700;
  margin: 0;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title a {
  text-decoration: none;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-excerpt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-excerpt:not(:first-child) {
  margin: 10px 0 0;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-icon {
  position: absolute;
  padding-right: 0;
  left: 40px;
  right: initial;
  bottom: 45px;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-icon .service-icon {
  width: 1em;
  height: 1em;
  font-size: 36px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-icon i {
  font-size: 1em;
  line-height: 1;
}
.service-listing-wrapper.owl-carousel .service-item-link,
.service-listing-wrapper.owl-carousel .service-item-media {
  display: block;
  font-size: 0;
  line-height: 1;
}
.service-listing-wrapper.owl-carousel .service-item-link:not(:last-child) {
  margin: 0 0 40px;
}
.service-listing-wrapper.owl-carousel .service-item-media {
  overflow: hidden;
  position: relative;
}
.service-listing-wrapper.owl-carousel .service-item-media .service-item-index {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  z-index: 2;
  left: 21px;
  right: initial;
  bottom: -.2917em;
  letter-spacing: -.03em;
}
.service-listing-wrapper.owl-carousel .service-item-media:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 37%;
  bottom: 0;
  width: 100%;
  height: 63%;
  z-index: 1;
}
.service-listing-wrapper.owl-carousel .service-item-media img {
  width: 100%;
}
.service-listing-wrapper.owl-carousel .owl-item:nth-child(3n) .service-item-media:before {
  background: #39a9eb;
  background: -moz-linear-gradient(top, #39a9eb 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #39a9eb 0%, transparent 100%);
  background: -o-linear-gradient(top, #39a9eb 0%, transparent 100%);
  background: -ms-linear-gradient(top, #39a9eb 0%, transparent 100%);
  background: linear-gradient(to top, #39a9eb 0%, transparent 100%);
}
.service-listing-wrapper.owl-carousel .owl-item:nth-child(3n+1) .service-item-media:before {
  background: #3a5fb6;
  background: -moz-linear-gradient(top, #3a5fb6 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #3a5fb6 0%, transparent 100%);
  background: -o-linear-gradient(top, #3a5fb6 0%, transparent 100%);
  background: -ms-linear-gradient(top, #3a5fb6 0%, transparent 100%);
  background: linear-gradient(to top, #3a5fb6 0%, transparent 100%);
}
.service-listing-wrapper.owl-carousel .owl-item:nth-child(3n+2) .service-item-media:before {
  background: #36d6c1;
  background: -moz-linear-gradient(top, #36d6c1 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #36d6c1 0%, transparent 100%);
  background: -o-linear-gradient(top, #36d6c1 0%, transparent 100%);
  background: -ms-linear-gradient(top, #36d6c1 0%, transparent 100%);
  background: linear-gradient(to top, #36d6c1 0%, transparent 100%);
}
.service-listing-wrapper.owl-carousel .service-post-title {
  letter-spacing: -.03em;
  font-weight: 700;
  margin: 0;
}
.service-listing-wrapper.owl-carousel .service-post-title a {
  text-decoration: none;
}
.service-listing-wrapper.owl-carousel .service-item-excerpt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.service-listing-wrapper.owl-carousel .service-item-excerpt:not(:first-child) {
  margin: 10px 0 0;
}
.service-listing-wrapper.owl-carousel .service-item-icon .service-icon {
  width: 1em;
  height: 1em;
  font-size: 36px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.service-listing-wrapper.owl-carousel .service-item-icon i {
  font-size: 1em;
  line-height: 1;
}
.service-listing-wrapper.owl-carousel .service-item-button {
  font-size: 0;
  line-height: 1;
}
.service-listing-wrapper.owl-carousel .service-item-button:not(:first-child) {
  margin-top: 25px;
}
.service-listing-wrapper.owl-carousel .service-item-button .more-button {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (min-width: 576px) {
  .service-listing-wrapper.service-grid-listing.columns-2 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
    width: calc(50% - 1px);
  }
}
@media only screen and (min-width: 768px) {
  .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
    width: calc(33.3333% - 1px);
  }
}
@media only screen and (min-width: 992px) {
  .service-grid-listing.service-grid-listing.columns-4 .service-item-wrapper {
    width: calc(25% - 1px);
  }
  .service-grid-listing.service-grid-listing.columns-5 .service-item-wrapper {
    width: calc(20% - 1px);
  }
  .service-grid-listing.service-grid-listing.columns-6 .service-item-wrapper {
    width: calc(16.6667% - 1px);
  }
}
/********** Single Service **********/
.single-service h2.service-post-title {
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0;
}
.single-service h2.service-post-title:not(:first-child) {
  margin-top: 30px;
}
.single-service .service-post-content:not(:first-child) {
  margin-top: 10px;
}
.single-service .service-post-content ul li {
  padding: 0 0 0 45px;
}
.single-service .service-post-content ul li:before {
  content: '\e810';
  border: none;
  width: 22px;
  height: 22px;
  font: 400 normal 22px/30px 'fontello';
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0;
}
.single-service .service-post-content ul li:not(:first-child) {
  margin-top: 10px;
}
.single-service .post-media-wrapper {
  position: relative;
  font-size: 0;
  line-height: 1;
}
.single-service .post-media-wrapper + .service-post-content {
  margin-top: 30px;
}
.single-service .help-item {
  margin: 0 0 -1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.single-service .help-item .help-item-title {
  padding: 23px 50px 22px 0;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.single-service .help-item .help-item-title:after {
  content: '\e809';
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  right: 15px;
  left: initial;
  top: 50%;
  margin: -14px 0 0;
  font: 400 normal 28px/28px 'fontello';
  text-align: center;
}
.single-service .help-item .help-item-content {
  padding: 0 30px 22px 0;
  margin: -4px 0 0;
  display: none;
}
.single-service .help-item.active .help-item-title:after {
  content: '\e824';
}

@media only screen and (min-width: 768px) {
  .single-service h2.service-post-title {
    font-size: 30px;
  }
  .single-service h2.service-post-title:not(:first-child) {
    margin-top: 1.4em;
  }
}
.post-categories {
  margin: 0 -3px -3px 0;
  font-size: 0;
  line-height: 1;
}
.post-categories .post-category-item {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 700;
  padding: .7143em .8571em .7857em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

/*********** Comments ***********/
.post-comments-list {
  padding: 22px 0 0;
}
.post-comments-list .post-comment-wrapper.depth-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 50px;
}

.post-comments-wrapper:not(:first-child) {
  margin: 90px 0 0;
}
.post-comments-wrapper > .comment-respond:not(:first-child) {
  margin: 90px 0 0;
}

.comment-reply-title small {
  font-size: 60%;
  margin: 0 0 0 6px;
}

.post-comment-wrapper.bypostauthor > .post-comment-item .post-comment-author:after {
  content: '\f007';
  font: 400 normal 1em 'Font Awesome 5 Free';
  margin: 0 0 0 10px;
  color: #00dbb0;
}

.post-comment-avatar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  float: left;
}
.post-comment-avatar .avatar {
  position: relative;
  width: 45px;
  height: auto;
  margin: 3px 15px 0 0;
}
.post-comment-avatar + .post-comment-main .post-comment-meta {
  margin-left: 60px;
}

.post-comment-main {
  width: 100%;
}

.post-comment-info {
  margin: 0;
}

.post-comment-meta {
  margin-top: -1px;
}

.post-comment-author {
  line-height: 1.4em;
  font-weight: 600;
}

.post-comment-buttons {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
  margin: 4px 0 0;
}
.post-comment-buttons a {
  margin: 0 3px 0 2px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: -0.02em;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: lowercase;
}

.post-comment-content {
  clear: both;
}
.post-comment-content:not(:first-child) {
  padding-top: 21px;
}

.post-comment-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.02em;
}
.post-comment-date:not(:first-child) {
  margin-top: 5px;
}

.post-comment-wrapper {
  margin-top: 38px;
}
.post-comment-wrapper > .post-comment-wrapper,
.post-comment-wrapper > .comment-respond {
  margin: 38px 0 0 30px;
}

.post-comments-list > .post-comment-wrapper:first-child {
  margin-top: 0;
}
.post-comments-list > .comment-respond:not(:first-child) {
  margin-top: 38px;
}

.comment-form {
  position: relative;
  z-index: 2;
}
.comment-form .submit {
  margin: 37px 0 0;
  min-width: 196px !important;
}

.form-fields {
  margin: -16px -5px 0;
  position: relative;
}
.form-fields:after {
  content: '';
  display: table;
  clear: both;
}
.form-fields .form-field {
  margin: 16px 5px 0;
  width: calc(100% - 10px);
  float: left;
}
.form-fields .form-field.form-cookies {
  margin-top: 22px;
}

.woocommerce #review_form #respond textarea {
  width: calc(100% - 10px);
}

.comment-navigation {
  margin: 30px 0 0;
}
.comment-navigation .nav-previous {
  text-align: left;
}
.comment-navigation .nav-previous a:before {
  content: '\f10c';
  display: inline-block;
  font: 400 normal 1em/1.2em 'Flaticon';
  margin: 4px 10px 0 0;
  vertical-align: top;
}
.comment-navigation .nav-next {
  text-align: right;
}
.comment-navigation .nav-next a:after {
  content: '\f10c';
  display: inline-block;
  font: 400 normal 1em/1.2em 'Flaticon';
  margin: 4px 0 0 10px;
  vertical-align: top;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (min-width: 576px) {
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 38px 0 0 50px;
  }

  .post-comment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .post-comment-avatar .avatar {
    width: auto;
    margin: 0 30px 0 0;
  }
  .post-comment-avatar + .post-comment-main .post-comment-meta {
    margin-left: 0;
  }

  .post-comment-content:not(:first-child) {
    padding-top: 10px;
  }

  .post-comment-info {
    margin: -2px 30px 0 0;
  }

  .post-comment-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .post-comment-buttons {
    margin: -3px 0 0;
  }

  .form-fields .form-name,
  .form-fields .form-url,
  .form-fields .form-email {
    width: calc(33.3333% - 10px);
  }

  form.comment-form .energium-form-field textarea {
    height: 163px;
  }
  form.comment-form .energium-form-field textarea ~ .energium-form-field-border-bottom {
    top: 183px;
  }
  form.comment-form .energium-form-field:focus-within textarea, form.comment-form .energium-form-field.not-empty textarea {
    height: 163px;
  }
  form.comment-form .energium-form-field:focus-within textarea ~ .energium-form-field-border-bottom, form.comment-form .energium-form-field.not-empty textarea ~ .energium-form-field-border-bottom {
    top: 0;
    height: 193px;
  }
}
@media only screen and (min-width: 768px) {
  .post-comment-wrapper:not(:first-child) {
    margin: 50px 0 0;
  }
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 50px 0 0 120px;
  }

  .post-comment-author {
    font-size: 20px;
    letter-spacing: -0.03em;
    display: inline;
    vertical-align: baseline;
  }

  .post-comment-date {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    font-size: 16px;
  }
  .post-comment-date:not(:first-child) {
    margin: 0 0 0 10px;
    padding: 0 0 0 13px;
  }
  .post-comment-date:not(:first-child):before {
    content: '';
    position: absolute;
    display: block;
    background-color: #0000cc;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: initial;
    top: 13px;
  }

  .post-comment-info {
    margin: -5px 30px 0 0;
    font-size: 0;
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) {
  .post-comments-wrapper .post-comments-title {
    letter-spacing: -0.04em;
  }
}
.post-media-wrapper {
  position: relative;
  overflow: hidden;
}
.post-media-wrapper .mejs-controls {
  height: 40px;
}

.post-gallery-carousel .item + .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.post-gallery-carousel.owl-carousel.owl-theme:hover .owl-nav {
  left: 30px;
  right: 30px;
}

.post-quote {
  overflow: hidden;
  position: relative;
  padding: 30px 20px;
  display: block;
  text-decoration: none;
  max-width: none;
}
.post-quote:before {
  content: '\e80f';
  display: block;
  font: 400 normal 2em/1em 'fontello';
  letter-spacing: normal;
  margin: 0 0 20px;
}
.post-quote .post-quote-text {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  position: relative;
  z-index: 3;
  letter-spacing: -.01em;
}
.post-quote .post-quote-author {
  font-size: .875em;
  line-height: 1.875em;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.post-quote .post-quote-author:not(:first-child) {
  margin: 1.5625em 0 0;
}

.elementor-widget-energium_blog_listing .blog-item .post-media-wrapper picture,
.archive-listing .blog-item .post-media-wrapper picture {
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  -webkit-transition: transform 0.4s cubic-bezier(0.6, 0.6, 0.29, 0.95);
  transition: transform 0.4s cubic-bezier(0.6, 0.6, 0.29, 0.95);
  -webkit-transform: scale(1.03) translateX(0);
  -ms-transform: scale(1.03) translateX(0);
  transform: scale(1.03) translateX(0);
  position: relative;
  display: block;
}
.elementor-widget-energium_blog_listing .blog-item .post-media-wrapper img,
.archive-listing .blog-item .post-media-wrapper img {
  display: block;
}
.elementor-widget-energium_blog_listing .blog-item .post-media-wrapper .post-gallery-carousel picture,
.archive-listing .blog-item .post-media-wrapper .post-gallery-carousel picture {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.elementor-widget-energium_blog_listing .blog-item:hover .post-media-wrapper picture,
.archive-listing .blog-item:hover .post-media-wrapper picture {
  -webkit-transform: scale(1.03) translateX(5px);
  -ms-transform: scale(1.03) translateX(5px);
  transform: scale(1.03) translateX(5px);
}
.elementor-widget-energium_blog_listing .blog-item:hover .post-media-wrapper .post-gallery-carousel picture,
.archive-listing .blog-item:hover .post-media-wrapper .post-gallery-carousel picture {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.grid-blog-item-wrapper .post-media-wrapper .wp-video .mejs-video {
  height: 0 !important;
  padding: 90.4348% 0 0;
}
.grid-blog-item-wrapper .post-media-wrapper .wp-video .mejs-mediaelement iframe {
  height: 100% !important;
}

@media only screen and (max-width: 575px) {
  .post-media-wrapper .wp-video .mejs-video {
    height: calc(74vw - 20px) !important;
  }
  .post-media-wrapper .wp-video .mejs-mediaelement iframe {
    height: calc(74vw - 20px) !important;
  }
}
@media only screen and (min-width: 768px) {
  .post-quote {
    padding: 40px 50px 37px 54px;
  }
  .post-quote:before {
    font-size: 38px;
    margin: 0 2px 29px 2px;
  }
  .post-quote .post-quote-text {
    font-size: 125%;
  }
  .post-quote .post-quote-author {
    font-size: 1em;
  }

  .post-media-wrapper .mejs-controls {
    height: 55px;
  }
}
/*********** Post Meta ***********/
.energium_post_meta {
  font-size: 0;
  line-height: 1;
}
.energium_post_meta .energium_post_meta_item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.energium_post_meta .energium_post_meta_item:not(:last-child) {
  padding: 0 25px 0 0;
}
.energium_post_meta .energium_post_meta_item:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  left: auto;
  top: 9px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.energium_post_meta .energium_post_meta_item.meta_item_tags a:before {
  content: '#';
}
.energium_post_meta .energium_post_meta_item.meta_item_socials {
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin: 20px 0 0;
}
.energium_post_meta .energium_post_meta_item.meta_item_socials li {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.energium_post_meta .energium_post_meta_item.meta_item_socials li:first-child {
  margin: 0 8px 0 0;
}
.energium_post_meta .energium_post_meta_item.meta_item_socials li:last-child {
  margin: 0 0 0 8px;
}
.energium_post_meta .energium_post_meta_item.meta_item_socials li:before {
  content: none;
  display: none;
}
.energium_post_meta .energium_post_meta_item.meta_item_socials a {
  text-align: center;
  display: block;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 2.3077em;
  height: 2.3077em;
  font: 400 normal 13px/2.3077em 'Font Awesome 5 Free';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #eceae4;
}
.energium_post_meta .energium_post_meta_item.meta_item_socials a:hover {
  color: #ffffff;
}
.energium_post_meta .energium_post_meta_item a {
  color: inherit;
}

@media only screen and (min-width: 576px) {
  .energium_post_meta .energium_post_meta_item.meta_item_socials {
    margin: 0;
  }
}
/********** Post Navigation **********/
.post-navigation {
  margin: 60px 0 0;
}
.post-navigation a {
  text-decoration: none;
}
.post-navigation .post-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.post-navigation .post-navigation-item {
  padding: 0;
}
.post-navigation .post-navigation-item:before {
  content: none;
  display: none;
}
.post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
  content: '\e820';
  font: 400 normal 16px/1em 'fontello';
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
  content: '\e821';
  font: 400 normal 16px/1em 'fontello';
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.post-navigation .archive-icon-link {
  margin: 0 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.post-navigation .archive-icon-link .archive-icon {
  display: block;
  font: 400 normal 21px/1em 'fontello';
  width: 20px;
}
.post-navigation .archive-icon-link .archive-icon:before {
  content: '\e822';
}
.post-navigation .post-navigation-link {
  position: relative;
  z-index: 2;
}
.post-navigation .post-navigation-link a {
  display: inline-block;
  font-weight: 600;
  font-size: 0;
  position: relative;
  letter-spacing: -.03em;
}
.post-navigation .post-navigation-link a:before {
  position: relative;
}
.post-navigation .post-navigation-block {
  margin: 20px 0 0;
  display: none;
}
.post-navigation .prev-post {
  width: 50%;
}
.post-navigation .prev-post .post-navigation-image {
  margin: 3px 30px 0 0;
}
.post-navigation .next-post {
  width: 50%;
  text-align: right;
}
.post-navigation .next-post .post-navigation-image {
  margin: 3px 0 0 30px;
}
.post-navigation .post-navigation-image {
  width: 70px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.post-navigation .post-navigation-image img {
  position: relative;
}
.post-navigation .post-navigation-title {
  font-weight: 500;
  line-height: 1.5635em;
}
.post-navigation .post-navigation-categories {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media only screen and (min-width: 576px) {
  .post-navigation .post-navigation-link a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: 100px 0 0;
  }
  .post-navigation .archive-icon-link {
    margin: 0 30px;
  }
  .post-navigation .archive-icon-link.with-labels {
    margin-top: 42px;
  }
  .post-navigation .prev-post .post-navigation-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .post-navigation .next-post {
    text-align: right;
  }
  .post-navigation .next-post .post-navigation-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .post-navigation .prev-post,
  .post-navigation .next-post {
    width: 40%;
    max-width: 270px;
  }
  .post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
    margin: 0 19px 0 0;
    top: -1px;
  }
  .post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
    margin: 0 0 0 19px;
    top: -1px;
  }
}
@media only screen and (min-width: 992px) {
  .post-navigation {
    margin: 140px 0 0;
  }
  .post-navigation .prev-post,
  .post-navigation .next-post {
    width: 33.3333%;
  }
}
/*********** Pagination ***********/
.content-pagination,
.woocommerce-pagination {
  font-size: 0;
  line-height: 1;
}
.content-pagination:not(:first-child),
.woocommerce-pagination:not(:first-child) {
  margin-top: 50px;
}
.content-pagination .pagination,
.woocommerce-pagination .pagination {
  display: block;
  position: relative;
  z-index: 2;
}
.content-pagination .nav-links,
.woocommerce-pagination .nav-links {
  padding: 0 2px 2px 0;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.content-pagination .page-numbers,
.content-pagination .post-page-numbers,
.woocommerce-pagination .page-numbers,
.woocommerce-pagination .post-page-numbers {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin: 0 -2px -2px 0;
  padding: 0;
  min-width: 50px;
  height: 50px;
  position: relative;
  font-size: 14px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s;
  overflow: hidden;
}
.content-pagination .page-numbers.dots,
.content-pagination .post-page-numbers.dots,
.woocommerce-pagination .page-numbers.dots,
.woocommerce-pagination .post-page-numbers.dots {
  cursor: default;
  border: none;
  background: none;
  min-width: 29px;
}
.content-pagination .page-numbers.current,
.content-pagination .post-page-numbers.current,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .post-page-numbers.current {
  cursor: default;
  z-index: 3;
}
.content-pagination .page-numbers:hover,
.content-pagination .post-page-numbers:hover,
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .post-page-numbers:hover {
  z-index: 2;
}
.content-pagination .page-numbers.prev, .content-pagination .page-numbers.next,
.content-pagination .post-page-numbers.prev,
.content-pagination .post-page-numbers.next,
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .post-page-numbers.prev,
.woocommerce-pagination .post-page-numbers.next {
  padding: 0 20px;
  min-width: 89px;
}
.content-pagination .page-numbers.prev,
.content-pagination .post-page-numbers.prev,
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .post-page-numbers.prev {
  margin-right: 13px;
  margin-left: 0;
}
.content-pagination .page-numbers.next,
.content-pagination .post-page-numbers.next,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .post-page-numbers.next {
  margin-left: 13px;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .content-pagination:not(:first-child),
  .woocommerce-pagination:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .content-pagination:not(:first-child),
  .woocommerce-pagination:not(:first-child) {
    margin-top: 91px;
  }
}
.filter-control-wrapper {
  margin: 0 auto 31px;
  width: 100%;
}
.filter-control-wrapper .filter-control-list .dots {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.filter-control-wrapper .filter-control-list .dots .dot {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 600;
  margin: 0 10px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.filter-control-wrapper .filter-control-list .dots .dot.active {
  cursor: default;
}
.filter-control-wrapper .filter-control-list .dots .dot:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 0;
}
.filter-control-wrapper .filter-control-list .dots .dot:not(.active):hover:after, .filter-control-wrapper .filter-control-list .dots .dot.active:after {
  width: 100%;
}

.elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper,
.elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .filter-control-wrapper .filter-control-list .dots {
    margin: 0 -19px;
  }
  .filter-control-wrapper .filter-control-list .dots .dot {
    margin: 0 19px !important;
  }

  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper,
  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper,
  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
    max-width: 1250px;
    padding: 0 40px;
  }
}
/********** Related Posts **********/
.recent-posts-wrapper:not(:first-child) {
  margin-top: 95px;
}

/********** Slider Title with Navigation **********/
.elementor-widget .energium-heading.heading-with-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
.elementor-widget .energium-heading.heading-with-pagination .energium-heading-inner {
  display: block;
}
.elementor-widget .energium-heading.heading-with-pagination:not(:last-child) {
  margin-bottom: 41px;
}
.elementor-widget .owl-dots-desktop {
  display: none;
}

@media only screen and (min-width: 992px) {
  .elementor-widget .energium-heading.heading-with-pagination {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
  }
  .elementor-widget .energium-heading.heading-with-pagination .energium-heading-inner {
    width: calc(100% - 30px);
  }
  .elementor-widget .energium-heading.heading-with-pagination .owl-dots {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .elementor-widget.title-alignment-left .energium-heading.heading-with-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: left;
  }
  .elementor-widget.title-alignment-left .energium-heading.heading-with-pagination .energium-heading-inner {
    margin: 0 15px 0 0;
  }
  .elementor-widget.title-alignment-left .energium-heading.heading-with-pagination .owl-dots {
    margin: 0 -13px 0.275em 2px;
  }
  .elementor-widget.title-alignment-right .energium-heading.heading-with-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .elementor-widget.title-alignment-right .energium-heading.heading-with-pagination .energium-heading-inner {
    margin: 0 0 0 15px;
  }
  .elementor-widget.title-alignment-right .energium-heading.heading-with-pagination .owl-dots {
    margin: 0 2px 0.275em -13px;
  }
  .elementor-widget.title-alignment-center .energium-heading.heading-with-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    text-align: center;
  }
  .elementor-widget.title-alignment-center .energium-heading.heading-with-pagination .energium-heading-inner {
    margin: 0;
  }
  .elementor-widget.title-alignment-center .energium-heading.heading-with-pagination .owl-dots {
    margin-top: 30px;
  }
  .elementor-widget .owl-dots-desktop {
    display: block;
  }
  .elementor-widget .owl-dots-mobile {
    display: none;
  }
}
/********** Slider Footer with Navigation and Button **********/
.elementor-widget .archive-listing-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget .archive-listing-footer:not(:first-child) {
  margin-top: 140px;
}
.elementor-widget .archive-listing-footer .archive-navigation-button {
  font-size: 0;
  line-height: 1;
  width: 100%;
}
.elementor-widget .archive-listing-footer .archive-navigation-button .energium-button {
  min-width: 184px;
}
.elementor-widget .archive-listing-footer .archive-navigation-button .energium-button:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.elementor-widget .archive-listing-footer .owl-dots {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: -13px -13px 0 0;
}

/********** Social Buttons **********/
.wrapper-socials {
  padding: 0;
  list-style: none;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  margin: -16px -8px 0;
}
.wrapper-socials li {
  margin: 16px 8px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.wrapper-socials li:before {
  content: none;
  display: none;
}
.wrapper-socials a {
  text-align: center;
  display: block;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  font-family: 'Font Awesome 5 Brands';
  width: 26px;
  height: 26px;
  border: solid 2px transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
}

/********** Accordion Elementor Widget **********/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  padding: 19px 0 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right, .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  text-align: center;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-left: 20px;
  order: 2;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  margin-right: 20px;
  order: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
  line-height: 32px;
  margin: 0 auto;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  width: 100%;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  padding: 0 52px 18px 0;
  border: none;
  margin: -10px 0 0;
}

/********** Button Elementor Widget **********/
.elementor-widget-energium_button .button-container {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 0;
}
.elementor-widget-energium_button .energium-button:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/********** Content Slider Elementor Widget **********/
.energium-content-slider-widget .energium-content-wrapper-1,
.energium-content-slider-widget .energium-content-wrapper-2,
.energium-content-slider-widget .energium-content-wrapper-3 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.energium-content-slider-widget .energium-content-wrapper-1 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.energium-content-slider-widget .energium-content-wrapper-2 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.energium-content-slider-widget .energium-content-wrapper-3 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.energium-content-slider-widget .owl-carousel.owl-theme .owl-nav {
  left: 60px;
  right: 60px;
  opacity: 0;
}
.energium-content-slider-widget .owl-carousel.owl-theme:hover .owl-nav {
  left: 30px;
  right: 30px;
  opacity: 1;
}
.energium-content-slider-widget .owl-carousel.owl-theme .owl-item {
  outline: none;
}
.energium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .energium-content-wrapper-1,
.energium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .energium-content-wrapper-2,
.energium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .energium-content-wrapper-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.energium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons {
  font-size: 0;
  line-height: 1;
}
.energium-content-slider-widget .owl-carousel.owl-theme .energium-button {
  vertical-align: middle;
}
.energium-content-slider-widget .owl-carousel.owl-theme .energium-button:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slider-item {
  position: relative;
  background-blend-mode: overlay;
  height: 500px;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-start .elementor-container > .elementor-row {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-center .elementor-container > .elementor-row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-end .elementor-container > .elementor-row {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slider-item.aside-area-position-left, .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.aside-area-position-right {
  padding: 0;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slider-item .energium-heading-content {
  display: block;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
  display: none;
}
.energium-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
  padding: 0 15px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.energium-content-slider-widget .owl-carousel.owl-theme .elementor-section,
.energium-content-slider-widget .owl-carousel.owl-theme .elementor-container,
.energium-content-slider-widget .owl-carousel.owl-theme .elementor-row {
  position: relative;
  height: 100%;
}
.energium-content-slider-widget .owl-carousel.owl-theme .elementor-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.energium-content-slider-widget .owl-carousel.owl-theme .energium-heading {
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.energium-content-slider-widget .owl-carousel.owl-theme .energium-heading .energium-subheading {
  font-size: 1.8em;
  opacity: .5;
  display: none;
}
.energium-content-slider-widget .owl-carousel.owl-theme .energium-content-wrapper-2:not(:first-child) {
  margin: 17px 0 0;
}
.energium-content-slider-widget .owl-carousel.owl-theme .energium-content-wrapper-3:not(:first-child) {
  margin: 35px 0 0;
}
.energium-content-slider-widget .aside-area {
  position: absolute;
  min-height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top-width: 1px;
  border-top-style: solid;
}
.energium-content-slider-widget .aside-area .owl-dots {
  margin: 15px 2px;
  width: 100%;
}
.energium-content-slider-widget .aside-area.aside-area-position-left, .energium-content-slider-widget .aside-area.aside-area-position-right {
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
}
.energium-content-slider-widget .bottom-area {
  position: relative;
  z-index: 10;
  padding: 0 0 5px;
  min-height: 82px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.energium-content-slider-widget .bottom-area .contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 5px 0 20px;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.energium-content-slider-widget .bottom-area .contacts .contact-item {
  margin: 20px 15px 0;
  text-align: left;
}
.energium-content-slider-widget .bottom-area .contacts .contact-item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5714em;
}
.energium-content-slider-widget .bottom-area .contacts .contact-item-text {
  font-size: 16px;
  font-weight: 600;
}
.energium-content-slider-widget .bottom-area .owl-dots {
  margin: 0;
}
.energium-content-slider-widget .bottom-area .slider-progress-wrapper {
  display: none;
}
.energium-content-slider-widget .bottom-area .content-slider-video {
  width: 78px;
  min-height: 77px;
  position: absolute;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  top: 5px;
  right: 0;
  left: initial;
  overflow: hidden;
  z-index: 2;
}
.energium-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .eicon-play {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  border: none;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  padding: 0 0 0 2px;
}
.energium-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play .eicon-play:before {
  content: '\f04b';
  font: 700 normal 16px/60px 'Font Awesome 5 Free';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-shadow: none;
}
.energium-content-slider-widget .aside-area + .bottom-area {
  display: none;
}
.energium-content-slider-widget .content-slider-socials-wrapper {
  position: absolute;
  display: none;
  width: 78px;
  height: 77px;
  max-width: 100%;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: center;
  opacity: 1;
}
.energium-content-slider-widget .content-slider-socials-wrapper .socials-trigger {
  width: 78px;
  height: 77px;
  line-height: 77px;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  font-size: 22px;
  overflow: hidden;
  cursor: pointer;
}
.energium-content-slider-widget .content-slider-socials-wrapper .socials-trigger:before {
  content: '\e80d';
  font-family: 'fontello';
}
.energium-content-slider-widget .content-slider-socials-wrapper .content-slider-socials {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  height: 77px;
  top: 0;
  margin: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.energium-content-slider-widget .content-slider-socials-wrapper .content-slider-socials li {
  margin: 4px;
}
.energium-content-slider-widget .content-slider-socials-wrapper .content-slider-socials li a,
.energium-content-slider-widget .content-slider-socials-wrapper .content-slider-socials li a:hover {
  background-color: transparent;
  border-color: transparent;
}
.energium-content-slider-widget .content-slider-socials-wrapper:hover {
  width: 0;
}
.energium-content-slider-widget .content-slider-socials-wrapper:hover .socials-trigger {
  width: 0;
  opacity: 0;
}
.energium-content-slider-widget .content-slider-scroll-down {
  position: absolute;
  display: none;
  z-index: 10;
  width: 70px;
  height: 76px;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.energium-content-slider-widget .content-slider-scroll-down:before {
  content: '\e815';
  font: 400 normal 30px/76px 'fontello';
}
.energium-content-slider-widget .content-slider-scroll-down.button-position-left {
  left: 0;
  right: initial;
}
.energium-content-slider-widget .content-slider-scroll-down.button-position-right {
  left: initial;
  right: 0;
}
.energium-content-slider-widget .slider-video-button {
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 90%;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 20px 23px;
}
.energium-content-slider-widget .slider-video-button:before {
  content: '\f04b';
  font: 700 normal 13px/20px 'Font Awesome 5 Free';
  display: block;
  position: absolute;
  left: -23px;
  right: initial;
  top: .6538em;
}
.energium-content-slider-widget .slider-video-button:after {
  content: '';
  width: 28px;
  height: 0;
  border-bottom: 2px solid;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  display: block;
  position: absolute;
  left: 0;
  right: initial;
  bottom: 0;
}
.energium-content-slider-widget .slider-video-button:not(:first-child) {
  margin: 20px 0 20px 76px;
}
.energium-content-slider-widget .slider-video-button:hover:after {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item {
    height: 600px;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-start .slide-image-column {
    right: 0;
    left: initial;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-center .slide-image-column {
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.content-position-end .slide-image-column {
    left: 0;
    right: initial;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.image-vertical-position-top .slide-image-column {
    top: 0;
    bottom: initial;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.image-vertical-position-middle .slide-image-column {
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.image-vertical-position-bottom .slide-image-column {
    top: initial;
    bottom: 0;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
    width: 37%;
    position: absolute;
    top: 50%;
    vertical-align: top;
    font-size: 0;
    line-height: 1;
    display: block;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slide-image-column .tilt-effect {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .energium-heading {
    font-size: 60px;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .energium-heading .energium-subheading {
    display: inline-block;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
    width: 63%;
    padding: 0;
  }
  .energium-content-slider-widget .bottom-area {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    min-height: 77px;
  }
  .energium-content-slider-widget .bottom-area .contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 30px 15px;
    min-height: 120px;
    width: auto;
  }
  .energium-content-slider-widget .bottom-area .contacts .contact-item {
    margin: 0 20px;
    width: auto;
  }
  .energium-content-slider-widget .bottom-area .slider-progress-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .bottom-area .owl-dots {
    margin: 0 30px;
    width: 100%;
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .energium-content-slider-widget .bottom-area .progress-direction-horizontal {
    margin: 0 30px;
  }
  .energium-content-slider-widget .bottom-area .content-slider-video {
    top: 0;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-left {
    left: 0;
    right: initial;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-left .content-slider-video {
    left: initial;
    right: -78px;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-left .content-slider-socials-wrapper {
    left: 100%;
    right: initial;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-left .content-slider-socials-wrapper .content-slider-socials {
    left: 0;
    right: initial;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-left .content-slider-socials-wrapper:hover .content-slider-socials {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-left .content-slider-video + .content-slider-socials-wrapper {
    left: calc(100% + 78px);
    right: initial;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-right {
    left: initial;
    right: 0;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-right .content-slider-video {
    left: -78px;
    right: initial;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-right .content-slider-socials-wrapper {
    left: initial;
    right: 100%;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-right .content-slider-socials-wrapper .content-slider-socials {
    left: initial;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-right .content-slider-socials-wrapper:hover .content-slider-socials {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .energium-content-slider-widget .bottom-area.bottom-area-position-right .content-slider-video + .content-slider-socials-wrapper {
    right: calc(100% + 78px);
    left: initial;
  }
  .energium-content-slider-widget .aside-area {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-top: none;
    min-width: 50px;
    z-index: 10;
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .aside-area.aside-area-position-left {
    left: 0;
    right: initial;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .energium-content-slider-widget .aside-area.aside-area-position-right {
    left: initial;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .energium-content-slider-widget .aside-area .owl-dots {
    margin: -13px -13px -13px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .aside-area .owl-dots .owl-dot {
    margin: 13px 13px 13px 0;
  }
  .energium-content-slider-widget .aside-area + .bottom-area {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .aside-area + .bottom-area.bottom-area-position-left {
    padding-left: 50px;
    padding-right: 0;
  }
  .energium-content-slider-widget .aside-area + .bottom-area.bottom-area-position-right {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.aside-area-position-left {
    padding: 0 100px;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item.aside-area-position-right {
    padding: 0 100px;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .energium-content-wrapper-3:not(:first-child) {
    margin: 50px 0 0;
  }
  .energium-content-slider-widget .aside-area {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-top: none;
    position: absolute;
    min-width: 103px;
    top: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .aside-area.aside-area-position-left {
    left: 0;
    right: initial;
  }
  .energium-content-slider-widget .aside-area.aside-area-position-right {
    left: initial;
    right: 0;
  }
  .energium-content-slider-widget .aside-area .owl-dots {
    margin: -13px -13px -13px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .energium-content-slider-widget .aside-area .owl-dots .owl-dot {
    margin: 13px 13px 13px 0;
  }
  .energium-content-slider-widget .aside-area + .bottom-area.bottom-area-position-left {
    padding-left: 103px;
    padding-right: 0;
  }
  .energium-content-slider-widget .aside-area + .bottom-area.bottom-area-position-right {
    padding-left: 0;
    padding-right: 103px;
  }
  .energium-content-slider-widget .content-slider-socials-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .energium-content-slider-widget .owl-carousel.owl-theme .slider-item {
    height: 900px;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .energium-heading {
    font-size: 100px;
  }
  .energium-content-slider-widget .owl-carousel.owl-theme .energium-button {
    font-size: 14px;
    padding: 18px 40px;
    font-weight: 600;
  }
  .energium-content-slider-widget .bottom-area {
    min-height: 115px;
  }
  .energium-content-slider-widget .content-slider-scroll-down {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .energium-content-slider-widget .bottom-area {
    padding: 0 12px;
  }
  .energium-content-slider-widget .bottom-area .contacts {
    padding: 27px 35px 28px 0;
  }
  .energium-content-slider-widget .bottom-area .contacts .contact-item {
    margin: 0 30px;
  }
  .energium-content-slider-widget .bottom-area .owl-dots {
    margin: 0 43px;
  }
}
/********** Counter Elementor Widget **********/
.elementor-widget-counter .elementor-counter {
  gap: 14px;
}
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  font-size: 60px;
  line-height: 1em;
  font-weight: 900;
  display: block;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -.03em;
}
.elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0;
  justify-content: start;
}

/********** Custom Menu Elementor Widget **********/
.elementor-widget-energium_custom_menu ul {
  list-style: none;
  padding: 0;
}
.elementor-widget-energium_custom_menu ul li {
  position: relative;
}
.elementor-widget-energium_custom_menu ul li:before {
  display: none;
  content: none;
}
.elementor-widget-energium_custom_menu ul li a {
  padding: 5px 0;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.03em;
}
.elementor-widget-energium_custom_menu ul li.active a {
  font-weight: 600;
}
.elementor-widget-energium_custom_menu ul.direction-vertical li {
  padding: 0;
}
.elementor-widget-energium_custom_menu ul.direction-vertical li a {
  display: inline-block;
  vertical-align: top;
}
.elementor-widget-energium_custom_menu ul.direction-vertical li a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
.elementor-widget-energium_custom_menu ul.direction-vertical li:not(:first-child) {
  margin-top: 8px;
}
.elementor-widget-energium_custom_menu ul.direction-vertical li.active a:after,
.elementor-widget-energium_custom_menu ul.direction-vertical li a:hover:after {
  width: 100%;
  opacity: 1;
  z-index: 2;
}
.elementor-widget-energium_custom_menu ul.direction-horizontal {
  margin: 0 -15px;
}
.elementor-widget-energium_custom_menu ul.direction-horizontal li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.elementor-widget-energium_custom_menu ul.direction-horizontal li a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .elementor-widget-energium_custom_menu ul.direction-horizontal li a {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .elementor-widget-energium_custom_menu ul.direction-vertical li a {
    padding: 0;
  }
  .elementor-widget-energium_custom_menu ul.direction-horizontal li {
    padding: 0 20px;
  }
  .elementor-widget-energium_custom_menu ul.direction-horizontal li a {
    padding: 0 0 58px;
  }
  .elementor-widget-energium_custom_menu ul.direction-horizontal li a:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    opacity: 0;
    -webkit-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
  }
  .elementor-widget-energium_custom_menu ul.direction-horizontal li.active a:after,
  .elementor-widget-energium_custom_menu ul.direction-horizontal li a:hover:after {
    width: 100%;
    opacity: 1;
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .elementor-widget-energium_custom_menu ul.direction-horizontal li {
    padding: 0 38px;
  }
}
/********** Quote Elementor Widget **********/
.section-decoration .decoration {
  font-size: 0;
  line-height: 1;
}
.section-decoration .decoration-inner-1, .section-decoration .decoration-inner-1:before, .section-decoration .decoration-inner-1:after,
.section-decoration .decoration-inner-2,
.section-decoration .decoration-inner-2:before,
.section-decoration .decoration-inner-2:after,
.section-decoration .decoration-inner-3,
.section-decoration .decoration-inner-3:before,
.section-decoration .decoration-inner-3:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-decoration.page-title-decoration {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-decoration.page-title-decoration .decoration-inner-1 {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 4.375% 0 0;
  background-color: transparent;
}
.section-decoration.page-title-decoration .decoration-inner-1:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  right: initial;
  bottom: 0;
}
.section-decoration.page-title-decoration .decoration-inner-1:after {
  content: '';
  display: block;
  position: absolute;
  left: -3.4896%;
  right: initial;
  bottom: 100%;
  height: 0;
  width: 3.4896%;
  padding: 3.6979% 0 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.section-decoration.page-title-decoration .decoration-inner-2 {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.section-decoration.page-title-decoration .decoration-inner-2:before {
  content: '';
  display: block;
  position: absolute;
  width: 38.2292%;
  height: 100%;
  left: 50%;
  right: initial;
  bottom: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.section-decoration.page-title-decoration .decoration-inner-3 {
  position: absolute;
  display: block;
  left: initial;
  right: 0;
  bottom: 0;
  width: 11.7708%;
  height: 100%;
}
.section-decoration.page-title-decoration .decoration-inner-3:before {
  content: '';
  position: absolute;
  display: block;
  left: initial;
  right: 0;
  bottom: 100%;
  width: 46.1883%;
  height: 0;
  padding: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.section-decoration.page-title-decoration .decoration-inner-3:after {
  content: '';
  position: absolute;
  display: block;
  left: initial;
  right: 46.1883%;
  bottom: 235.7143%;
  width: 0;
  height: 0;
  padding: 22.4215% 0 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.section-decoration.page-title-decoration.animated .decoration-inner-1:after {
  left: 0;
}
.section-decoration.page-title-decoration.animated .decoration-inner-2:before {
  height: 0;
}
.section-decoration.page-title-decoration.animated .decoration-inner-3:before {
  padding: 51.1211% 0 0;
}
.section-decoration.page-title-decoration.animated .decoration-inner-3:after {
  width: 22.4215%;
}

.elementor-widget-energium_decoration {
  font-size: 0;
  line-height: 1;
}
.elementor-widget-energium_decoration .decoration {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.elementor-widget-energium_decoration .decoration-inner-1,
.elementor-widget-energium_decoration .decoration-inner-2,
.elementor-widget-energium_decoration .decoration-inner-3 {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}
.elementor-widget-energium_decoration .decoration-inner-1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: height;
  transition-property: height;
}
.elementor-widget-energium_decoration .decoration-inner-2 {
  position: absolute;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-property: width;
  transition-property: width;
}
.elementor-widget-energium_decoration .decoration-inner-3 {
  position: absolute;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.elementor-widget-energium_decoration.animated-fast .decoration-inner-1,
.elementor-widget-energium_decoration.animated-fast .decoration-inner-2,
.elementor-widget-energium_decoration.animated-fast .decoration-inner-3 {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.elementor-widget-energium_decoration.animated-fast .decoration-inner-2 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.elementor-widget-energium_decoration.animated-fast .decoration-inner-3 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.elementor-widget-energium_decoration.animated-slow .decoration-inner-1,
.elementor-widget-energium_decoration.animated-slow .decoration-inner-2,
.elementor-widget-energium_decoration.animated-slow .decoration-inner-3 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.elementor-widget-energium_decoration.animated-slow .decoration-inner-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.elementor-widget-energium_decoration.animated-slow .decoration-inner-3 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.elementor-widget-energium_decoration.type-1 .decoration-inner-1 {
  width: 40px;
  height: 42px;
}
.elementor-widget-energium_decoration.type-1[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-1[data-settings*="animation"].animated .decoration-inner-1 {
  height: 42px;
}
.elementor-widget-energium_decoration.type-2 .decoration-inner-1 {
  width: 48px;
  height: 46px;
}
.elementor-widget-energium_decoration.type-2 .decoration-inner-2 {
  width: 28px;
  height: 28px;
  top: 100%;
  right: 100%;
  left: initial;
}
.elementor-widget-energium_decoration.type-2[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-2[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-2[data-settings*="animation"].animated .decoration-inner-1 {
  height: 46px;
}
.elementor-widget-energium_decoration.type-2[data-settings*="animation"].animated .decoration-inner-2 {
  width: 28px;
}
.elementor-widget-energium_decoration.type-3 .decoration-inner-1 {
  width: 59.3821%;
  height: 54px;
  float: right;
}
.elementor-widget-energium_decoration.type-3 .decoration-inner-2 {
  width: 28px;
  height: 28px;
  bottom: 100%;
  right: 50%;
  left: initial;
  margin: 0 9px 0 0;
}
.elementor-widget-energium_decoration.type-3[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-3[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-3[data-settings*="animation"].animated .decoration-inner-1 {
  height: 54px;
}
.elementor-widget-energium_decoration.type-3[data-settings*="animation"].animated .decoration-inner-2 {
  width: 28px;
}
.elementor-widget-energium_decoration.type-4 .decoration-inner-1 {
  width: 100%;
  height: 57px;
}
.elementor-widget-energium_decoration.type-4[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-4[data-settings*="animation"].animated .decoration-inner-1 {
  height: 57px;
}
.elementor-widget-energium_decoration.type-5 .decoration-inner-1 {
  width: 120px;
  height: 57px;
}
.elementor-widget-energium_decoration.type-5 .decoration-inner-2 {
  width: 72px;
  height: 75px;
  bottom: 100%;
  right: 0;
  left: initial;
}
.elementor-widget-energium_decoration.type-5 .decoration-inner-3 {
  width: 33px;
  height: 33px;
  bottom: 100%;
  right: 100%;
  left: initial;
}
.elementor-widget-energium_decoration.type-5[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-5[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-5[data-settings*="animation"] .decoration-inner-3 {
  height: 0;
}
.elementor-widget-energium_decoration.type-5[data-settings*="animation"].animated .decoration-inner-1 {
  height: 57px;
}
.elementor-widget-energium_decoration.type-5[data-settings*="animation"].animated .decoration-inner-2 {
  width: 72px;
}
.elementor-widget-energium_decoration.type-5[data-settings*="animation"].animated .decoration-inner-3 {
  height: 33px;
}
.elementor-widget-energium_decoration.type-6 .decoration-inner-1 {
  width: 59%;
  height: 53px;
}
.elementor-widget-energium_decoration.type-6 .decoration-inner-2 {
  width: 28px;
  height: 28px;
  bottom: 100%;
  right: 100%;
  left: initial;
}
.elementor-widget-energium_decoration.type-6[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-6[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-6[data-settings*="animation"].animated .decoration-inner-1 {
  height: 53px;
}
.elementor-widget-energium_decoration.type-6[data-settings*="animation"].animated .decoration-inner-2 {
  width: 28px;
}
.elementor-widget-energium_decoration.type-7 .decoration-inner-1 {
  width: 41px;
  height: 41px;
}
.elementor-widget-energium_decoration.type-7 .decoration-inner-2 {
  width: 20px;
  height: 20px;
  top: 100%;
  right: 0;
  left: initial;
}
.elementor-widget-energium_decoration.type-7[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-7[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-7[data-settings*="animation"].animated .decoration-inner-1 {
  height: 41px;
}
.elementor-widget-energium_decoration.type-7[data-settings*="animation"].animated .decoration-inner-2 {
  width: 20px;
}
.elementor-widget-energium_decoration.type-8 .decoration-inner-1 {
  width: 41px;
  height: 41px;
}
.elementor-widget-energium_decoration.type-8 .decoration-inner-2 {
  width: 20px;
  height: 20px;
  top: 100%;
  right: 0;
  left: initial;
}
.elementor-widget-energium_decoration.type-8[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-8[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-8[data-settings*="animation"].animated .decoration-inner-1 {
  height: 41px;
}
.elementor-widget-energium_decoration.type-8[data-settings*="animation"].animated .decoration-inner-2 {
  width: 20px;
}
.elementor-widget-energium_decoration.type-9 .decoration-inner-1 {
  width: 43px;
  height: 39px;
}
.elementor-widget-energium_decoration.type-9 .decoration-inner-2 {
  width: 19px;
  height: 15px;
  bottom: 100%;
  right: 0;
  left: initial;
}
.elementor-widget-energium_decoration.type-9 .decoration-inner-3 {
  width: 19px;
  height: 17px;
  bottom: 100%;
  left: 100%;
  right: initial;
  margin: 1px 0 0 -3px;
}
.elementor-widget-energium_decoration.type-9[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-9[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-9[data-settings*="animation"] .decoration-inner-3 {
  height: 0;
}
.elementor-widget-energium_decoration.type-9[data-settings*="animation"].animated .decoration-inner-1 {
  height: 39px;
}
.elementor-widget-energium_decoration.type-9[data-settings*="animation"].animated .decoration-inner-2 {
  width: 19px;
}
.elementor-widget-energium_decoration.type-9[data-settings*="animation"].animated .decoration-inner-3 {
  height: 17px;
}
.elementor-widget-energium_decoration.type-10 .decoration-inner-1 {
  width: 42px;
  height: 42px;
}
.elementor-widget-energium_decoration.type-10 .decoration-inner-2 {
  width: 18px;
  height: 18px;
  bottom: 100%;
  right: 0;
  left: initial;
}
.elementor-widget-energium_decoration.type-10[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-10[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-10[data-settings*="animation"].animated .decoration-inner-1 {
  height: 42px;
}
.elementor-widget-energium_decoration.type-10[data-settings*="animation"].animated .decoration-inner-2 {
  width: 18px;
}
.elementor-widget-energium_decoration.type-11 .decoration-inner-1 {
  width: 36px;
  height: 31px;
}
.elementor-widget-energium_decoration.type-11 .decoration-inner-2 {
  width: 18px;
  height: 18px;
  top: 100%;
  right: initial;
  left: 100%;
}
.elementor-widget-energium_decoration.type-11[data-settings*="animation"] .decoration-inner-1 {
  height: 0;
}
.elementor-widget-energium_decoration.type-11[data-settings*="animation"] .decoration-inner-2 {
  width: 0;
}
.elementor-widget-energium_decoration.type-11[data-settings*="animation"].animated .decoration-inner-1 {
  height: 31px;
}
.elementor-widget-energium_decoration.type-11[data-settings*="animation"].animated .decoration-inner-2 {
  width: 18px;
}

@media only screen and (min-width: 992px) {
  .elementor-widget-energium_decoration.type-1 .decoration-inner-1 {
    width: 79px;
    height: 84px;
  }
  .elementor-widget-energium_decoration.type-1[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-1[data-settings*="animation"].animated .decoration-inner-1 {
    height: 84px;
  }
  .elementor-widget-energium_decoration.type-2 .decoration-inner-1 {
    width: 93px;
    height: 91px;
  }
  .elementor-widget-energium_decoration.type-2 .decoration-inner-2 {
    width: 56px;
    height: 56px;
  }
  .elementor-widget-energium_decoration.type-2[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-2[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-2[data-settings*="animation"].animated .decoration-inner-1 {
    height: 91px;
  }
  .elementor-widget-energium_decoration.type-2[data-settings*="animation"].animated .decoration-inner-2 {
    width: 56px;
  }
  .elementor-widget-energium_decoration.type-3 .decoration-inner-1 {
    height: 107px;
  }
  .elementor-widget-energium_decoration.type-3 .decoration-inner-2 {
    width: 56px;
    height: 56px;
  }
  .elementor-widget-energium_decoration.type-3[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-3[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-3[data-settings*="animation"].animated .decoration-inner-1 {
    height: 107px;
  }
  .elementor-widget-energium_decoration.type-3[data-settings*="animation"].animated .decoration-inner-2 {
    width: 56px;
  }
  .elementor-widget-energium_decoration.type-4 .decoration-inner-1 {
    height: 114px;
  }
  .elementor-widget-energium_decoration.type-4[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-4[data-settings*="animation"].animated .decoration-inner-1 {
    height: 114px;
  }
  .elementor-widget-energium_decoration.type-5 .decoration-inner-1 {
    width: 239px;
    height: 114px;
  }
  .elementor-widget-energium_decoration.type-5 .decoration-inner-2 {
    width: 144px;
    height: 149px;
  }
  .elementor-widget-energium_decoration.type-5 .decoration-inner-3 {
    width: 66px;
    height: 66px;
  }
  .elementor-widget-energium_decoration.type-5[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-5[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-5[data-settings*="animation"] .decoration-inner-3 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-5[data-settings*="animation"].animated .decoration-inner-1 {
    height: 114px;
  }
  .elementor-widget-energium_decoration.type-5[data-settings*="animation"].animated .decoration-inner-2 {
    width: 144px;
  }
  .elementor-widget-energium_decoration.type-5[data-settings*="animation"].animated .decoration-inner-3 {
    height: 66px;
  }
  .elementor-widget-energium_decoration.type-6 .decoration-inner-1 {
    height: 106px;
  }
  .elementor-widget-energium_decoration.type-6 .decoration-inner-2 {
    width: 56px;
    height: 56px;
  }
  .elementor-widget-energium_decoration.type-6[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-6[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-6[data-settings*="animation"].animated .decoration-inner-1 {
    height: 106px;
  }
  .elementor-widget-energium_decoration.type-6[data-settings*="animation"].animated .decoration-inner-2 {
    width: 56px;
  }
  .elementor-widget-energium_decoration.type-8 .decoration-inner-1 {
    width: 84px;
    height: 87px;
  }
  .elementor-widget-energium_decoration.type-8 .decoration-inner-2 {
    width: 29px;
    height: 29px;
  }
  .elementor-widget-energium_decoration.type-8[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-8[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-8[data-settings*="animation"].animated .decoration-inner-1 {
    height: 87px;
  }
  .elementor-widget-energium_decoration.type-8[data-settings*="animation"].animated .decoration-inner-2 {
    width: 29px;
  }
  .elementor-widget-energium_decoration.type-9 .decoration-inner-1 {
    width: 86px;
    height: 77px;
  }
  .elementor-widget-energium_decoration.type-9 .decoration-inner-2 {
    width: 37px;
    height: 29px;
  }
  .elementor-widget-energium_decoration.type-9 .decoration-inner-3 {
    width: 37px;
    height: 34px;
    margin: 3px 0 0 -5px;
  }
  .elementor-widget-energium_decoration.type-9[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-9[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-9[data-settings*="animation"] .decoration-inner-3 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-9[data-settings*="animation"].animated .decoration-inner-1 {
    height: 77px;
  }
  .elementor-widget-energium_decoration.type-9[data-settings*="animation"].animated .decoration-inner-2 {
    width: 37px;
  }
  .elementor-widget-energium_decoration.type-9[data-settings*="animation"].animated .decoration-inner-3 {
    height: 34px;
  }
  .elementor-widget-energium_decoration.type-10 .decoration-inner-1 {
    width: 83px;
    height: 83px;
  }
  .elementor-widget-energium_decoration.type-10 .decoration-inner-2 {
    width: 37px;
    height: 37px;
  }
  .elementor-widget-energium_decoration.type-10[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-10[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-10[data-settings*="animation"].animated .decoration-inner-1 {
    height: 83px;
  }
  .elementor-widget-energium_decoration.type-10[data-settings*="animation"].animated .decoration-inner-2 {
    width: 37px;
  }
  .elementor-widget-energium_decoration.type-11 .decoration-inner-1 {
    width: 71px;
    height: 62px;
  }
  .elementor-widget-energium_decoration.type-11 .decoration-inner-2 {
    width: 35px;
    height: 35px;
  }
  .elementor-widget-energium_decoration.type-11[data-settings*="animation"] .decoration-inner-1 {
    height: 0;
  }
  .elementor-widget-energium_decoration.type-11[data-settings*="animation"] .decoration-inner-2 {
    width: 0;
  }
  .elementor-widget-energium_decoration.type-11[data-settings*="animation"].animated .decoration-inner-1 {
    height: 62px;
  }
  .elementor-widget-energium_decoration.type-11[data-settings*="animation"].animated .decoration-inner-2 {
    width: 35px;
  }
}
/********** Icon Elementor Widget **********/
.elementor-widget-icon.pulse-animation-yes .elementor-icon {
  z-index: 2;
  position: relative;
}
.elementor-widget-icon.pulse-animation-yes .elementor-icon:before {
  content: '';
  position: absolute;
  display: block;
  width: 132%;
  height: 132%;
  left: -16%;
  top: -16%;
  right: initial;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  opacity: .3;
  -webkit-animation: icon-pulse 2s infinite ease-in-out;
  animation: icon-pulse 2s infinite ease-in-out;
}

@keyframes icon-pulse {
  0% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
    opacity: 0.3;
  }
  50% {
    width: 164%;
    height: 164%;
    left: -32%;
    top: -32%;
    opacity: 0.1;
  }
  100% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
    opacity: 0.3;
  }
}
@-webkit-keyframes icon-pulse {
  0% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
  }
  50% {
    width: 164%;
    height: 164%;
    left: -32%;
    top: -32%;
  }
  100% {
    width: 132%;
    height: 132%;
    left: -16%;
    top: -16%;
  }
}
/********** Icon Box Elementor Widget **********/
.energium-icon-box-widget .icon-box-item .icon-container {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: default;
  margin: 0 0 15px;
}
.energium-icon-box-widget .icon-box-item .icon-container img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.energium-icon-box-widget .icon-box-item .icon-container .icon {
  position: absolute;
  display: block;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.energium-icon-box-widget .icon-box-item .icon-container .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.energium-icon-box-widget .icon-box-item .icon-container .icon {
  z-index: 3;
}
.energium-icon-box-widget .icon-box-item .icon-container i {
  position: relative;
  z-index: 3;
  -webkit-transition: color 0.3s, fill 0.3s;
  transition: color 0.3s, fill 0.3s;
}
.energium-icon-box-widget .icon-box-item .content-container {
  display: block;
}
.energium-icon-box-widget .icon-box-item .icon-box-title {
  margin: 0;
  font-weight: 500;
}
.energium-icon-box-widget .icon-box-item .icon-box-info:not(:first-child) {
  margin: 13px 0 0;
}

.elementor-widget-energium_icon_box .icon-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.elementor-widget-energium_icon_box.icon-position-top .icon-box-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-widget-energium_icon_box.icon-position-top.alignment-left .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.elementor-widget-energium_icon_box.icon-position-top.alignment-right .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
.elementor-widget-energium_icon_box.icon-position-top.alignment-center .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.elementor-widget-energium_icon_box.icon-position-left .icon-box-item {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-widget-energium_icon_box.icon-position-left.alignment-left .icon-box-item {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.elementor-widget-energium_icon_box.icon-position-left.alignment-right .icon-box-item {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.elementor-widget-energium_icon_box.icon-position-left.alignment-center .icon-box-item {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.elementor-widget-energium_icon_box.icon-position-right .icon-box-item {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-widget-energium_icon_box.icon-position-right.alignment-left .icon-box-item {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  text-align: left;
}
.elementor-widget-energium_icon_box.icon-position-right.alignment-right .icon-box-item {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: right;
}
.elementor-widget-energium_icon_box.icon-position-right.alignment-center .icon-box-item {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.elementor-widget-energium_icon_box.v-alignment-top .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.elementor-widget-energium_icon_box.v-alignment-middle .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.elementor-widget-energium_icon_box.v-alignment-bottom .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .elementor-widget-energium_icon_box.icon-position-tablet-top .icon-box-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-top.alignment-tablet-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-top.alignment-tablet-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-top.alignment-tablet-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-left .icon-box-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-left.alignment-tablet-left .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-left.alignment-tablet-right .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-left.alignment-tablet-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-right .icon-box-item {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-right.alignment-tablet-left .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-right.alignment-tablet-right .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: right;
  }
  .elementor-widget-energium_icon_box.icon-position-tablet-right.alignment-tablet-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-widget-energium_icon_box.v-alignment-tablet-top .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .elementor-widget-energium_icon_box.v-alignment-tablet-middle .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .elementor-widget-energium_icon_box.v-alignment-tablet-bottom .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-widget-energium_icon_box.icon-position-mobile-top .icon-box-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-top.alignment-mobile-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-top.alignment-mobile-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-top.alignment-mobile-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-left .icon-box-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-left.alignment-mobile-left .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-left.alignment-mobile-right .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-left.alignment-mobile-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-right .icon-box-item {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-right.alignment-mobile-left .icon-box-item {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-right.alignment-mobile-right .icon-box-item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: right;
  }
  .elementor-widget-energium_icon_box.icon-position-mobile-right.alignment-mobile-center .icon-box-item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-widget-energium_icon_box.v-alignment-mobile-top .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .elementor-widget-energium_icon_box.v-alignment-mobile-middle .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .elementor-widget-energium_icon_box.v-alignment-mobile-bottom .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
/********** Icon List Elementor Widget **********/
.elementor-icon-list-items .elementor-icon-list-item {
  padding: 0;
}
.elementor-icon-list-items .elementor-icon-list-item:before {
  content: none;
  display: none;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
  padding-left: 22px;
  padding-right: 0;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item > a,
.elementor-widget .elementor-icon-list-item > .item-wrapper,
.elementor-widget .elementor-icon-list-item > .item-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}
.elementor-widget .elementor-icon-list-icon {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}
.elementor-widget .elementor-icon-list-icon i {
  line-height: 1.4545em;
  height: 1.4545em;
}

/********** Image Elementor Widget **********/
.elementor-widget-image .wp-caption {
  max-width: 100%;
}
.elementor-widget-image.add-hover-animation .elementor-widget-container img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-widget-image.add-hover-animation .elementor-widget-container img:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
  box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .elementor-widget-image.elementor-absolute.elementor-hidden-tablet {
    display: none;
  }
}
/********** Image Box Elementor Widget **********/
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  margin: 0 auto;
}
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 5px;
  font-weight: 700;
}

/********** Image Carousel Elementor Widget **********/
.elementor-widget-energium_image_carousel .energium-image-slider-widget .owl-carousel.view-type-2 .owl-stage-outer {
  overflow: initial !important;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .owl-carousel.view-type-2 .owl-item {
  opacity: .5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .owl-carousel.view-type-2 .owl-item.active {
  opacity: 1;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .slider-item {
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin: 0 -1px 0 0;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .slider-item .slider-item-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .slider-item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .slider-item img:not(:first-child) {
  margin: 25px 0 0;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .slider-item .slider-item-title {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
}
.elementor-widget-energium_image_carousel .energium-image-slider-widget .slider-item .slider-item-description:not(:first-child) {
  margin: 18px 0 0;
}

/********** Instagram Feed Elementor Widget **********/
#sb_instagram {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#sb_instagram .sbi_item {
  position: relative;
  float: none !important;
}
#sb_instagram .sbi_item .sbi_photo {
  position: relative;
  opacity: 1 !important;
  height: 0 !important;
  padding: 100% 0 0;
}
#sb_instagram .sbi_item .sbi_photo:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
#sb_instagram .sbi_item .sbi_photo:after {
  content: '\f16d';
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 28px/1em 'Font Awesome 5 Brands';
  z-index: 3;
  left: 50%;
  right: auto;
  top: 40%;
  margin: -14px 0 0 -14px;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
#sb_instagram .sbi_item .sbi_photo:hover:before {
  opacity: 0.5;
}
#sb_instagram .sbi_item .sbi_photo:hover:after {
  top: 50%;
  opacity: 1;
}
#sb_instagram .sbi_item .sbi_photo img {
  display: block !important;
  position: absolute;
  left: 0;
  right: initial;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
  width: 50%;
}

.energium-instagram-feed {
  position: relative;
}
.energium-instagram-feed .instagram-feed-info {
  display: none;
}

@media only screen and (min-width: 576px) {
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
    width: 25%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
    width: 33.3333%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item {
    width: 50%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item {
    width: 33.3333%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item {
    width: 25%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item {
    width: 20%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item {
    width: 16.6667%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_7 #sbi_images .sbi_item {
    width: 14.2857%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
    width: 11.1111%;
  }
  #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 10%;
  }

  .energium-instagram-feed #sb_instagram .sbi_item .sbi_photo:after {
    font-size: 46px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }
  .energium-instagram-feed .instagram-feed-info {
    display: block;
    min-width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 30px 31px;
    text-align: center;
    z-index: 3;
  }
  .energium-instagram-feed .instagram-feed-info .user-name {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 600;
    padding: 9px 0 3px;
    position: relative;
    z-index: 2;
    letter-spacing: .0952em;
  }
  .energium-instagram-feed .instagram-feed-info .user-description {
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #a2a2a2;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  .energium-instagram-feed #sbi_mod_error + .instagram-feed-info {
    display: none;
  }
}
/********** File Elementor Widget **********/
.energium-file-widget {
  text-decoration: none;
  display: block;
}
.energium-file-widget .file-item .file-item-content,
.energium-file-widget .file-item .file-item-icon,
.energium-file-widget .file-item .file-item-title,
.energium-file-widget .file-item .file-item-description,
.energium-file-widget .file-item .file-item-meta {
  display: block;
}
.energium-file-widget .file-item .file-item-download-item {
  display: none;
}
.energium-file-widget .file-item.file-item-standard {
  display: block;
}
.energium-file-widget .file-item.file-item-standard .file-item-title {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: -.03em;
}
.energium-file-widget .file-item.file-item-standard .file-item-icon {
  margin: 17px 0 20px;
  font-size: 35px;
}
.energium-file-widget .file-item.file-item-standard .file-item-description {
  margin: 0;
  letter-spacing: -.03em;
}
.energium-file-widget .file-item.file-item-standard .file-item-meta {
  margin: 24px 0 0;
}
.energium-file-widget .file-item.file-item-compact {
  padding: 20px 24px 23px 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.energium-file-widget .file-item.file-item-compact .file-item-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 35px 0 0;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  font-size: 55px;
}
.energium-file-widget .file-item.file-item-compact .file-item-download-item {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 0 0 30px;
  font-size: 27px;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.energium-file-widget .file-item.file-item-compact .file-item-content {
  width: 100%;
}
.energium-file-widget .file-item.file-item-compact .file-item-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 5px 0 0;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.energium-file-widget .file-item.file-item-compact .file-item-description {
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.energium-file-widget .file-item.file-item-compact .file-item-description:not(:first-child) {
  margin: 10px 0 0;
}
.energium-file-widget .file-item.file-item-compact .file-item-meta {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.energium-file-widget .file-item.file-item-compact .file-item-meta:not(:first-child) {
  margin: 9px 0 0;
}
.energium-file-widget .file-item.file-item-compact:hover .file-item-title,
.energium-file-widget .file-item.file-item-compact:hover .file-item-description,
.energium-file-widget .file-item.file-item-compact:hover .file-item-meta {
  opacity: .7;
}

@media only screen and (min-width: 992px) {
  .energium-file-widget .file-item .file-item-download-item {
    display: block;
  }
  .energium-file-widget .file-item.file-item-standard .file-item-icon {
    margin: 57px 0 40px;
  }
  .energium-file-widget .file-item.file-item-compact {
    padding: 40px 64px 43px 42px;
  }
}
/********** Gallery Elementor Widget **********/
.elementor-image-gallery .gallery {
  margin: 0 -30px -30px 0;
}
.elementor-image-gallery .gallery .gallery-item {
  padding: 0 30px 30px 0;
}
.elementor-image-gallery .gallery .gallery-item .gallery-icon {
  overflow: initial;
}
.elementor-image-gallery .gallery .gallery-item .gallery-icon a {
  display: block;
  position: relative;
  text-decoration: none;
}
.elementor-image-gallery .gallery .gallery-item .gallery-caption {
  padding: 36px 0 0;
}
.elementor-image-gallery .gallery .gallery-item img {
  width: 100%;
}

/********** Heading Elementor Widget **********/
.energium-heading {
  position: relative;
}
.energium-heading .energium-heading-icon {
  display: block;
  font-size: 19px;
  line-height: 1;
}
.energium-heading .energium-heading-icon:not(:last-child) {
  margin-bottom: 20px;
}

/********** Price Item Elementor Widget **********/
.energium-price-item-widget {
  position: relative;
}
.energium-price-item-widget .price-item-label {
  position: absolute;
  z-index: 3;
  right: 0;
  left: initial;
  top: 0;
  max-width: 90%;
  height: 27px;
  padding: 0 21px 7px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
.energium-price-item-widget .price-item {
  position: relative;
  cursor: default;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
}
.energium-price-item-widget .price-item .price-item-inner {
  position: relative;
  z-index: 2;
}
.energium-price-item-widget .price-item.active {
  z-index: 2;
}
.energium-price-item-widget .price-item .price-item-title {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -.03em;
  font-weight: 700;
  position: relative;
}
.energium-price-item-widget .price-item .price-item-button-container {
  font-size: 0;
  line-height: 1;
}
.energium-price-item-widget .price-item .price-item-button-container .energium-button {
  min-width: 184px;
}
.energium-price-item-widget .price-item .price-item-button-container .energium-button:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.energium-price-item-widget .price-item .price-wrapper {
  display: inline-block;
  font-weight: 900;
}
.energium-price-item-widget .price-item .price-wrapper .currency {
  vertical-align: top;
  font-size: 35px;
  line-height: 1.15em;
  padding: 0 5px 0 0;
}
.energium-price-item-widget .price-item .price-wrapper .price {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -.03em;
}
.energium-price-item-widget .price-item .price-item-period {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: -.03em;
}
.energium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field {
  position: relative;
  font-size: 14px;
  line-height: 1.7143em;
  padding: 0 0 0 33px;
}
.energium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:before {
  content: '\e810';
  font: 400 normal 17px/24px 'fontello';
  width: 17px;
  height: 24px;
  display: inline-block;
  left: 0;
  right: initial;
  top: 2px;
  opacity: 0;
  position: absolute;
}
.energium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field.active:before {
  opacity: 1;
}
.energium-price-item-widget .price-item.price-item-type-standard {
  padding: 54px 19px 50px;
  text-align: center;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper {
  font-size: 0;
  line-height: 1;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-header:not(:last-child) .price-item-title-wrapper {
  margin-bottom: 12px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-icon {
  position: relative;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-icon:not(:last-child) {
  margin-bottom: 7px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-icon i {
  font-size: 42px;
  margin: 0 auto;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-icon svg {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-container {
  font-size: 0;
  line-height: 1;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-container:not(:last-child) {
  margin-bottom: 24px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-header:not(:last-child) .price-item-container {
  margin-bottom: 24px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields {
  text-align: left;
  margin: 0 auto;
  max-width: 185px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:last-child) {
  margin-bottom: 30px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields .price-item-custom-field:not(:first-child) {
  margin-top: 16px;
}
.energium-price-item-widget .price-item.price-item-type-standard .price-item-button-container:not(:last-child) {
  margin-bottom: 22px;
}
.energium-price-item-widget .price-item.price-item-type-wide {
  max-width: 450px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-inner {
  padding: 54px 19px 50px;
  text-align: center;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-wrapper .price {
  font-size: 40px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper {
  font-size: 0;
  line-height: 1;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-header:not(:last-child) .price-item-title-wrapper {
  margin-bottom: 12px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-container {
  font-size: 0;
  line-height: 1;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-container:not(:last-child) {
  margin-bottom: 24px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-header:not(:last-child) .price-item-container {
  margin-bottom: 24px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
  text-align: left;
  margin: 0 auto;
  max-width: 185px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:last-child) {
  margin-bottom: 30px;
}
.energium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields .price-item-custom-field:not(:first-child) {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) {
  .energium-price-item-widget .price-item.price-item-type-standard.active {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .energium-price-item-widget .price-item.price-item-type-wide {
    max-width: none;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    padding: 27px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-container {
    white-space: nowrap;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-container:not(:first-child) {
    margin-top: 6px;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
    margin-top: 0;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-header {
    padding: 0 30px 0 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:last-child) {
    margin-bottom: 0;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-button-container {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 992px) {
  .energium-price-item-widget .price-item.price-item-type-wide .price-wrapper .price {
    font-size: 60px;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    max-width: none;
    margin: 0;
  }
  .energium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields .price-item-custom-field {
    margin-right: 25px;
    margin-left: 25px;
  }
}
/********** Progress Bar Elementor Widget **********/
.elementor-widget-progress .elementor-widget-container .elementor-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
  -webkit-border-radius: 8px/3px;
  -moz-border-radius: 8px/3px;
  border-radius: 8px/3px;
  overflow: initial !important;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #005aac;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #00dcae;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #ffe401;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
  background-color: #ea7562;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-bar {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  height: 7px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-bar:after {
  content: '';
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(42, 67, 113, 0.13);
  -moz-box-shadow: 0 2px 3px rgba(42, 67, 113, 0.13);
  box-shadow: 0 2px 3px rgba(42, 67, 113, 0.13);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -4px 0;
  float: right;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-text {
  display: none;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-percentage {
  position: absolute;
  right: -0.2857em;
  left: auto;
  top: calc(-1em - 9px);
  padding: 0;
}

/********** Quote Elementor Widget **********/
.elementor-widget-energium_quote .quote-icon {
  white-space: nowrap;
  font: 400 normal 12px/1em 'fontello';
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: top;
  opacity: .6;
}
.elementor-widget-energium_quote .quote-icon:before {
  content: '\e80f';
}
.elementor-widget-energium_quote .quote-text {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -.03em;
}
.elementor-widget-energium_quote .quote-text:not(:first-child) {
  margin: 1px 0 0;
}
.elementor-widget-energium_quote .quote-text p {
  line-height: inherit;
}
.elementor-widget-energium_quote .quote-author {
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 500;
}
.elementor-widget-energium_quote .quote-author:not(:first-child) {
  margin: 2px 0 0;
}

/********** Step Elementor Widget **********/
.energium-step-widget .step-item {
  position: relative;
  padding: 34px 28px 33px 30px;
  overflow: hidden;
}
.energium-step-widget .step-item .step-number {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
.energium-step-widget .step-title {
  font-size: 20px;
  margin: 0;
  line-height: 1.5em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 0 18px;
  border-bottom: solid 2px;
  letter-spacing: -.03em;
}
.energium-step-widget .step-title:not(:first-child) {
  margin-top: 14px;
}
.energium-step-widget .step-description {
  letter-spacing: -.02em;
}
.energium-step-widget .step-description:not(:first-child) {
  margin-top: 28px;
}

/********** Tabs Elementor Widget **********/
.energium_tabs_widget .energium_tabs_titles_container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item {
  display: block;
  vertical-align: top;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  margin: 0 -1px -1px 0;
  position: relative;
  width: 50%;
}
.energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 44px 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -.02em;
  position: relative;
  height: 100%;
  width: 100%;
}
.energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item .tab-title-icon {
  margin: 0 0 15px;
  display: block;
  line-height: 1;
  font-size: 0;
}
.energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item .tab-title-icon i {
  font-size: 33px;
  line-height: 1;
}
.energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item .tab-title-icon svg {
  width: 36px;
  height: 36px;
}
.energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item.active {
  z-index: 2;
}
.energium_tabs_widget .energium_tabs_content_container:not(:first-child) {
  margin-top: 50px;
}
.energium_tabs_widget .energium_tabs_content_container .energium_tab_content_item {
  display: none;
}
.energium_tabs_widget .energium_tabs_content_container .energium_tab_content_item.active {
  display: block;
}
.energium_tabs_widget .energium_tabs_content_container img.alignright,
.energium_tabs_widget .energium_tabs_content_container img.alignleft {
  float: none;
  margin: 0 0 30px;
}
.energium_tabs_widget .energium_tabs_content_container ul li {
  padding: 0 0 0 45px;
}
.energium_tabs_widget .energium_tabs_content_container ul li:before {
  content: '\e810';
  border: none;
  width: 22px;
  height: 22px;
  font: 400 normal 22px/30px 'fontello';
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0;
}
.energium_tabs_widget .energium_tabs_content_container ul li:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (min-width: 576px) {
  .energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item {
    width: 33.3333%;
  }
  .energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item a {
    width: 100%;
  }
  .energium_tabs_widget .energium_tabs_content_container img.alignright,
  .energium_tabs_widget .energium_tabs_content_container img.alignleft {
    max-width: 50%;
  }
  .energium_tabs_widget .energium_tabs_content_container img.alignright {
    float: right;
    margin: 7px 0 30px 20px;
  }
  .energium_tabs_widget .energium_tabs_content_container img.alignleft {
    float: left;
    margin: 7px 20px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item {
    width: 20%;
  }
  .energium_tabs_widget .energium_tabs_content_container:not(:first-child) {
    margin-top: 90px;
  }
  .energium_tabs_widget .energium_tabs_content_container img.alignright {
    margin-left: 11%;
  }
  .energium_tabs_widget .energium_tabs_content_container img.alignleft {
    margin-right: 11%;
  }
}
@media only screen and (min-width: 1200px) {
  .energium_tabs_widget .energium_tabs_titles_container .energium_tab_title_item {
    width: 16.6667%;
  }
}
/********** Team Member Elementor Widget **********/
.energium-team-member-widget .team-member-item .team-member-item-media {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 115.5594% 0 0;
}
.energium-team-member-widget .team-member-item .team-member-item-media img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.energium-team-member-widget .team-member-item .team-member-item-socials {
  position: absolute;
  height: 56px;
  width: 63px;
  max-width: 100%;
  left: 0;
  right: initial;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  text-align: center;
  opacity: 1;
}
.energium-team-member-widget .team-member-item .team-member-item-socials .socials-trigger {
  width: 63px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  font-size: 22px;
  overflow: hidden;
}
.energium-team-member-widget .team-member-item .team-member-item-socials .socials-trigger:before {
  content: '\e80d';
  font-family: 'fontello';
}
.energium-team-member-widget .team-member-item .team-member-item-socials .team-member-socials {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  height: 56px;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.energium-team-member-widget .team-member-item .team-member-item-socials .team-member-socials li {
  margin: 4px;
}
.energium-team-member-widget .team-member-item .team-member-item-content {
  text-align: center;
}
.energium-team-member-widget .team-member-item .team-member-item-name {
  margin: 26px 0 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}
.energium-team-member-widget .team-member-item .team-member-item-position {
  margin: 0;
  font-weight: 600;
}
.energium-team-member-widget .team-member-item .team-member-item-phone {
  margin: 1px 0 0;
  font-weight: 600;
}
.energium-team-member-widget .team-member-item:hover .team-member-item-media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.energium-team-member-widget .team-member-item:hover .team-member-item-socials {
  width: 0;
}
.energium-team-member-widget .team-member-item:hover .team-member-item-socials .socials-trigger {
  width: 0;
  opacity: 0;
}
.energium-team-member-widget .team-member-item:hover .team-member-item-socials .team-member-socials {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/********** Testimonial Slider Elementor Widget **********/
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .author-name {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .author-position {
  font-size: 14px;
  line-height: 1.8571em;
  display: block;
  font-weight: 700;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .author-position:not(:first-child) {
  margin: 1px 0 0;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider-container {
  margin: 0 -15px;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-item {
  outline: none;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider {
  position: relative;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
  padding: 0 15px;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo img {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info {
  text-align: left;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
  margin: 40px 0 0;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:not(:first-child) {
  margin-top: 20px;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item.slider-item-type-1 .testimonial-photo {
  width: 90px;
  margin: 0 29px 0 0;
}
.energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item.slider-item-type-2 .testimonial-photo {
  width: 68px;
  margin: 0 22px 0 0;
}
.energium-testimonial-carousel-widget .slider-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.energium-testimonial-carousel-widget .slider-footer:not(:first-child) {
  margin-top: 36px;
}
.energium-testimonial-carousel-widget .slider-footer .slider-progress-wrapper {
  margin: 0 0 0 -18px;
  display: none;
}
.energium-testimonial-carousel-widget .slider-footer .owl-dots {
  margin: 0 -13px;
}
.energium-testimonial-carousel-widget .slider-footer .owl-dots:not(:first-child) {
  margin: 0 -13px 0 58px;
}

@media only screen and (min-width: 768px) {
  .energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-name {
    font-size: 18px;
  }
  .energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-item {
    text-align: left;
  }
  .energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-item .author-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonials-slider-container {
    margin: 0 -30px;
  }
  .energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-item {
    padding: 0 30px;
  }
  .energium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item.slider-item-type-1 .author-name {
    font-size: 20px;
  }
  .energium-testimonial-carousel-widget .slider-footer .slider-progress-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/********** Toggle Elementor Widget **********/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  border-top: none;
}
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
  border-top: none;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  padding: 19px 0 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  border: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right, .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  text-align: center;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  margin-left: 20px;
  order: 2;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  margin-right: 20px;
  order: 0;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon i {
  line-height: 32px;
  margin: 0 auto;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-title {
  width: 100%;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
  padding: 0 52px 18px 0;
  border: none;
  margin: -10px 0 0;
}

/********** Video Elementor Widget **********/
.elementor-widget-video .elementor-widget-container {
  margin: 0 auto;
}
.elementor-widget-video .elementor-custom-embed-image-overlay:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.elementor-widget-video .elementor-custom-embed-play {
  text-align: center;
  width: 74px;
  height: 74px;
  line-height: 74px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.elementor-widget-video .elementor-custom-embed-play .eicon-play {
  display: none;
}
.elementor-widget-video .elementor-custom-embed-play:before {
  content: '\f04b';
  font: 700 normal 15px 'Font Awesome 5 Free';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 0 0 0.1333em;
}

.elementor-fit-aspect-ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
}

/********** Video Button Elementor Widget **********/
.elementor-widget-energium_video_button .elementor-widget-container {
  font-size: 0;
  line-height: 1;
}

.energium-video-button {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.energium-video-button .video-button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  cursor: default;
}
.energium-video-button .video-button-label {
  width: 224px;
  height: 221px;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.energium-video-button .elementor-custom-embed-play {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: initial;
  right: initial;
  top: initial;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.energium-video-button .elementor-custom-embed-play:before {
  content: '\f04b';
  font: 700 normal 15px 'Font Awesome 5 Free';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 0 0 0.1333em;
  line-height: inherit;
}

@media only screen and (min-width: 768px) {
  .energium-video-button .elementor-custom-embed-play {
    width: 74px;
    height: 74px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 1025px) {
  .energium-video-button .video-button-label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/********** Vertical Text Elementor Widget **********/
.elementor-widget-energium_vertical_text .vertical-text {
  display: none;
  font-weight: 700;
  font-size: 12.6px;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  text-align: right;
  position: absolute;
  left: -40px;
  right: initial;
  top: 0;
  letter-spacing: .15em;
}

@media only screen and (min-width: 1280px) {
  .elementor-widget-energium_vertical_text .vertical-text {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .elementor-widget-energium_vertical_text .vertical-text {
    left: -135px;
  }
}
/********** WC Products Elementor Widget **********/
.elementor-widget-energium_products .woocommerce .catalog-top-info-wrapper {
  display: none;
}
.elementor-widget-energium_products .woocommerce ul.products li.product .woocommerce-loop-product__wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/********** WC Product Category Elementor Widget **********/
.product-category-widget {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.product-category-widget:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  left: 50%;
  right: initial;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
}
.product-category-widget .product-category-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  right: initial;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-category-widget .product-category-header {
  display: block;
  width: 67%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.product-category-widget .product-category-title {
  position: relative;
  display: block;
  padding: 6.4626% 30px;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-category-widget:hover .product-category-image {
  width: 108%;
  height: 108%;
}
.product-category-widget:hover .product-category-title {
  padding: 10% 20px;
  margin: 0 10px;
}

@media only screen and (min-width: 992px) {
  .product-category-widget .product-category-header {
    font-size: 20px;
    line-height: 30px;
  }
}
/********** WP Forms Plugin Elementor Widget **********/
/********** Footer Layout **********/
.footer {
  position: relative;
  padding: 32px 0;
}
.footer:before {
  content: '';
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  right: initial;
  top: -21px;
  background-color: inherit;
}
.footer:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 21px;
  right: initial;
  top: -29px;
  background-color: inherit;
}
.footer .footer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .footer-bg:after {
  content: '';
  width: 21px;
  height: 19px;
  display: block;
  position: absolute;
  left: initial;
  right: 0;
  bottom: 0;
}

.content-wrapper-remove-bottom-margin + .footer:before, .content-wrapper-remove-bottom-margin + .footer:after {
  display: none;
  content: none;
}

.footer-section {
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

.footer-row {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-columns-row {
  margin: 0 -15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .875em;
  line-height: 1.875em;
}
.footer-columns-row .footer-column {
  padding: 0 15px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto 0;
}
.footer-columns-row .footer-column:first-child {
  margin-top: 0;
}
.footer-columns-row .footer-column:only-child {
  width: 100%;
}

.footer-type-1 .footer-widgets,
.footer-type-2 .footer-widgets,
.footer-type-3 .footer-widgets,
.footer-type-4 .footer-widgets {
  margin: -54px -15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.footer-type-1 .footer-widgets > .widget,
.footer-type-2 .footer-widgets > .widget,
.footer-type-3 .footer-widgets > .widget,
.footer-type-4 .footer-widgets > .widget {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 576px) {
  .footer-type-1 .footer-widgets > .widget,
  .footer-type-2 .footer-widgets > .widget,
  .footer-type-3 .footer-widgets > .widget,
  .footer-type-4 .footer-widgets > .widget {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 72px 0;
  }
  .footer:before {
    width: 42px;
    height: 43px;
    top: -43px;
  }
  .footer:after {
    width: 16px;
    height: 16px;
    left: 41px;
    top: -58px;
  }
  .footer .footer-bg:after {
    width: 42px;
    height: 38px;
  }

  .footer-row {
    padding: 0 30px;
    max-width: 1230px;
  }
}
@media only screen and (min-width: 992px) {
  .footer:before {
    width: 84px;
    height: 85px;
    top: -85px;
  }
  .footer:after {
    width: 31px;
    height: 31px;
    left: 82px;
    top: -115px;
  }
  .footer .footer-bg:after {
    width: 84px;
    height: 75px;
  }

  .footer-type-1 .footer-widgets > .widget:nth-child(4n+1) {
    width: calc(33.3333% - 30px);
  }
  .footer-type-1 .footer-widgets > .widget:nth-child(4n+2) {
    width: calc(25% - 30px);
  }
  .footer-type-1 .footer-widgets > .widget:nth-child(4n+3) {
    width: calc(16.6667% - 30px);
  }
  .footer-type-1 .footer-widgets > .widget:nth-child(4n) {
    width: calc(25% - 30px);
  }

  .footer-type-2 .footer-widgets > .widget {
    width: calc(33.3333% - 30px);
  }

  .footer-type-3 .footer-widgets > .widget:nth-child(4n+1) {
    width: calc(41.6667% - 30px);
  }
  .footer-type-3 .footer-widgets > .widget:nth-child(4n+2) {
    width: calc(20.5128% - 30px);
  }
  .footer-type-3 .footer-widgets > .widget:nth-child(4n+3) {
    width: calc(20.5128% - 30px);
  }
  .footer-type-3 .footer-widgets > .widget:nth-child(4n) {
    width: calc(17.3077% - 30px);
  }

  .footer-type-4 .footer-widgets > .widget {
    width: calc(25% - 30px);
  }

  .footer-columns-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
  }
  .footer-columns-row .footer-column {
    margin: 0;
  }
  .footer-columns-row .footer-column:first-child:not(:last-child) {
    text-align: left;
  }
  .footer-columns-row .footer-column:last-child:not(:first-child) {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-widgets {
    margin: 0 -15px;
  }
}
/********** Footer Additional Menu **********/
.footer-additional-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-additional-menu li {
  display: inline;
  vertical-align: top;
  padding: 0;
}
.footer-additional-menu li:before {
  width: auto;
  height: auto;
  display: inline;
  position: static;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: initial;
  right: initial;
  top: initial;
  border: none;
  background: none;
}
.footer-additional-menu li + li:before {
  content: '|';
  padding: 0 11px 0 8px;
}
.footer-additional-menu li a {
  text-decoration: none;
}

.energium_footer.energium_footer_style_1 .energium_copyright_container:not(:first-child) {
  margin: 25px 0 0;
}

/********** Footer Menu **********/
.footer .footer-menu-container {
  text-align: center;
}
.footer .footer-menu {
  list-style: none;
  margin: -5px -19px 12px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.footer .footer-menu li {
  list-style: none;
  position: relative;
  margin: 20px 19px 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  padding: 0;
  letter-spacing: -.03em;
}
.footer .footer-menu li:before {
  content: none;
  display: none;
}
.footer .footer-menu li a,
.footer .footer-menu li a[href*=\#]:not([href$=\#]) {
  display: block;
  text-decoration: none;
  position: relative;
}
.footer .footer-menu li a:before,
.footer .footer-menu li a[href*=\#]:not([href$=\#]):before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: initial;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  opacity: 0;
}
.footer .footer-menu li a:hover:before,
.footer .footer-menu li a[href*=\#]:not([href$=\#]):hover:before {
  width: 18px;
  opacity: 1;
}
.footer .footer-menu li.current-menu-item > a:not([href*="/#"]):before, .footer .footer-menu li.current-menu-ancestor > a:before, .footer .footer-menu li.current-menu-parent > a:before {
  width: 18px;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .footer .footer-menu {
    margin: -16px -27px 0;
  }
  .footer .footer-menu li {
    margin: 20px 27px 0;
  }
}
/********** Footer Socials **********/
/********** Footer Top Button **********/
.footer-scroll-top {
  width: 48px;
  height: 47px;
  position: fixed;
  bottom: -48px;
  right: 30px;
  left: initial;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.footer-scroll-top:before {
  content: '\e815';
  font: 400 normal 20px/47px 'fontello';
}
.footer-scroll-top.active {
  opacity: 0.6;
  bottom: 30px;
}
.footer-scroll-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .footer-scroll-top {
    right: 40px;
    left: initial;
  }
  .footer-scroll-top.active {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-scroll-top {
    right: 84px;
    left: initial;
  }
  .footer-scroll-top.active {
    bottom: 78px;
  }
}
/* ----------------------------- */
/* ----------- Header ---------- */
/* ----------------------------- */
/* ---------- Header Layout ---------- */
.top-bar {
  font-size: 87.5%;
  display: none;
  position: relative;
}
.top-bar a {
  text-decoration: none;
}

.top-bar-row {
  padding: 8px 0;
  margin: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.top-bar-column {
  padding: 0 30px;
}
.top-bar-column:not(:first-child) {
  text-align: right;
}
.top-bar-column:only-child {
  width: 100%;
}

.header {
  position: relative;
  z-index: 4;
  display: none !important;
}
.header.header-position-over {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header.sticky-header-on.sticky-ready .sticky-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: transform linear 1s;
  transition: transform linear 1s;
  margin-top: -500px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
  -webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
}
.header a {
  text-decoration: none;
}

.header-menu-container {
  width: 100%;
  text-align: center;
}

.header-icons-container {
  margin: 7px 15px 7px 18px;
  min-height: 50px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.header-icons-container:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-icons-container:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-icons-container:first-child:last-child {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-icons-container .header-icon {
  margin: 5px 10px;
}
.header-icons-container .header-button-container {
  white-space: nowrap;
  line-height: 1;
  font-size: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-icons-container .header-button-container .energium-button {
  min-width: 144px;
}

.header-row {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-row .header-icons-container {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.header-row .header-icons-container .header-icon {
  margin: 5px 15px;
}

body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
  top: 46px;
}

.mobile-header {
  border-bottom: solid 1px transparent;
  z-index: 4;
  position: relative;
}
.mobile-header.header-position-over {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.mobile-header.sticky-header-on.sticky-ready .sticky-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: transform linear 1s;
  transition: transform linear 1s;
  margin-top: -200px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
.mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.mobile-header .header-icons-container {
  margin: 4px 5px 4px 18px;
}

.mobile-header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .mobile-header .header-icon.search-trigger, .mobile-header .header-icon.mini-cart, .mobile-header .header-icon.header-button-container {
    display: block;
  }
}
@media only screen and (min-width: 783px) {
  body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
    top: 32px;
  }
}
/* ---------- Header Button ---------- */
.header-row .header-icons-container .header-icon.header-button-container {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  margin: -7px -15px -7px 15px;
}

.header-button {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  padding: 25px 40px;
  min-width: 271px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: min-height 0.3s, margin 0.3s;
  transition: min-height 0.3s, margin 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-button.size-large {
  margin: 0 0 -25px 0;
  min-height: 132px;
  height: calc(100% + 25px);
}
.header-button.size-large:hover {
  min-height: 107px;
  margin: 0;
  height: 100%;
}
.header-button.size-small {
  min-height: 107px;
  height: 100%;
  margin: 0;
}

/* ---------- Header Contacts ---------- */
.wrapper-contacts {
  margin: 0 -15px;
}
.wrapper-contacts .contact-item {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.wrapper-contacts .contact-item:not(:last-child) {
  margin: 0 0 0 15px;
}
.wrapper-contacts .contact-item:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 1px;
  margin: -2px 7px 0 25px;
}
.wrapper-contacts .contact-item .contact-item-label {
  margin: 0 10px 0 0;
}
.wrapper-contacts .contact-item .contact-item-value {
  font-weight: 600;
}
.wrapper-contacts.top-bar-contacts {
  display: inline-block;
  vertical-align: top;
}

/* ---------- Header Callback ---------- */
.callback {
  position: relative;
  padding: 0 0 0 53px;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.callback:before {
  content: '\e816';
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 0;
  right: initial;
  margin: -17px 0 0 0;
  font: 400 normal 34px/1em 'Fontello';
}
.callback .callback-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
.callback .callback-text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
}

.mobile-header-menu-container .callback {
  margin: 30px 20px 0;
}

@media only screen and (min-width: 1500px) {
  .callback {
    min-width: 202px;
  }
}
/* ---------- Header Extra Panel ---------- */
.extra-trigger {
  position: relative;
}
.extra-trigger .extra-trigger-item {
  width: 32px;
  height: 23px;
  font: 400 normal 16px/23px 'fontello';
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.extra-trigger .extra-trigger-item:before {
  content: '\e809';
}

.slide-extra-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  width: 280px;
  -webkit-transition: right 0.3s, left 0.3s;
  transition: right 0.3s, left 0.3s;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 112px 20px 30px;
  overflow-y: auto;
  right: -320px;
  left: initial;
}
.slide-extra-wrapper.active {
  opacity: 1;
  right: 0;
  left: initial;
}
.slide-extra-wrapper .slide-extra {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.slide-extra-wrapper .slide-extra-close {
  position: absolute;
  right: 20px;
  left: initial;
  top: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font: 400 normal 20px/20px 'fontello';
}
.slide-extra-wrapper .slide-extra-close:before {
  content: '\e818';
}

body.admin-bar .slide-extra-wrapper {
  top: 46px;
}

.slide-extra-content:not(:last-child) {
  margin-bottom: 60px;
}

.extra-logo-container:not(:last-child) {
  margin-bottom: 36px;
}

.extra-menu-container:not(:last-child) {
  margin-bottom: 36px;
}

.extra-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.extra-menu > li {
  position: relative;
}
.extra-menu > li .sub-menu-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  cursor: pointer;
  z-index: 2;
}
.extra-menu > li .sub-menu-trigger:after {
  content: '\f107';
  font: 700 normal 18px/1em 'Font Awesome 5 Free';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  left: initial;
  margin: -10px 0 0;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.extra-menu > li.active > .sub-menu-trigger:after {
  opacity: 1;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.extra-menu > li > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 8px 34px 8px 0;
  font-size: 15px;
}
.extra-menu > li > a:before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 2px;
  right: 51px;
  opacity: 0;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.extra-menu > li.current-menu-ancestor > a:before, .extra-menu > li.current-menu-parent > a:before, .extra-menu > li.current-menu-item > a:not([href*="/#"]):before {
  opacity: 1;
}
.extra-menu ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.extra-menu ul.sub-menu > li {
  margin: 0 0 0 40px;
}
.extra-menu ul.sub-menu > li > a {
  font-size: 15px;
  display: block;
  padding: 0 65px 0 0;
}
.extra-menu ul.sub-menu li {
  position: relative;
}
.extra-menu ul.sub-menu li .sub-menu-trigger {
  height: 30px;
}
.extra-menu ul.sub-menu li.active > .sub-menu-trigger:after {
  opacity: 1;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.extra-menu > ul.sub-menu {
  padding: 10px 0 !important;
}
.extra-menu > ul.sub-menu > li {
  margin: 0 0 0 50px;
}

.extra-icons-container {
  margin: 15px -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.extra-icons-container .extra-icon {
  margin: 5px 15px;
}
.extra-icons-container:not(:last-child) {
  margin-bottom: 36px;
}

.extra-button-container {
  width: 100%;
}

.slide-extra-copyright {
  font-size: 14px;
}

@media only screen and (min-width: 783px) {
  body.admin-bar .slide-extra-wrapper {
    top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .slide-extra-wrapper {
    width: 300px;
    padding: 112px 50px 30px;
    right: -420px;
    left: initial;
  }
  .slide-extra-wrapper.active {
    right: 0;
    left: initial;
  }
  .slide-extra-wrapper .slide-extra-close {
    left: initial;
    right: 50px;
  }
}
/* ---------- Header Contacts ---------- */
.wrapper-info {
  margin: 0 -15px;
}

/* ---------- Header Loader ---------- */
.page-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1030;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}
.page-loader .page-loader-logo {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.woocommerce .loader:before {
  content: none;
  display: none;
}

.page-loader-inner {
  animation-name: pulsate;
  -webkit-animation-name: pulsate;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes pulsate {
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulsate {
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* ---------- Header Logo ---------- */
.logo-container {
  margin: 18px 15px;
  width: 100%;
}

.mobile-header-row .logo-container {
  width: 100%;
}

.logo {
  font-size: 0;
  line-height: 1;
}

.logo-link {
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.logo-link .logo-site-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) {
  .logo-container {
    margin: 18px 10px;
  }
}
@media only screen and (min-width: 1365px) {
  .logo-container {
    margin: 15px;
  }

  .logo-link .logo-site-name {
    font-size: 25px;
  }

  .header.header-type-2 .logo {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
}
/* ---------- Header Login/Logout ---------- */
.login-logout {
  line-height: 1;
  font-size: 0;
}
.login-logout .link-login {
  display: block;
  line-height: 1;
  height: 23px;
}
.login-logout .link-login:before {
  content: '\e804';
  font: 700 normal 19px/23px 'fontello';
}
.login-logout .link-logout {
  display: block;
  line-height: 1;
  height: 23px;
}
.login-logout .link-logout:before {
  content: '\e805';
  font: 700 normal 19px/23px 'fontello';
}

@media only screen and (min-width: 1365px) {
  .login-logout .link-login:before,
  .login-logout .link-logout:before {
    font-size: 22px;
    line-height: 28px;
  }
}
/* ---------- Header Menu ---------- */
.menu-trigger {
  position: relative;
}
.menu-trigger .menu-trigger-icon {
  display: block;
  width: 22px;
  height: 23px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.menu-trigger .menu-trigger-icon.active .hamburger span:first-child {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  -ms-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
.menu-trigger .menu-trigger-icon.active .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger .menu-trigger-icon.active .hamburger span:last-child {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  -ms-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}
.menu-trigger .hamburger {
  display: block;
  width: 22px;
  height: 14px;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  margin: -6px 0 0 -11px;
}
.menu-trigger .hamburger span {
  height: 2px;
  width: 22px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-trigger .hamburger span:first-child {
  margin-bottom: 4px;
}
.menu-trigger .hamburger span:last-child {
  margin-top: 4px;
}

.menu-close {
  position: relative;
}
.menu-close .menu-close-icon {
  display: block;
  width: 20px;
  height: 20px;
  font: 400 normal 19px/20px 'fontello';
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 2px 0 0 -7px;
}
.menu-close .menu-close-icon:before {
  content: '\e818';
}

/* Mobile Menu */
.mobile-header-menu-container {
  width: 320px;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: -320px;
  left: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  padding: 0 0 60px;
}
.mobile-header-menu-container.active {
  right: 0;
  left: auto;
  opacity: 1;
}
.mobile-header-menu-container nav {
  font-size: 0;
  line-height: 1;
}
.mobile-header-menu-container .header-mobile-contacts {
  padding: 30px 20px 0;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item + .contact-item {
  margin-top: 16px;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .04px;
  text-transform: uppercase;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-value {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  display: block;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-value:not(:first-child) {
  padding-top: 2px;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item a {
  text-decoration: none;
}
.mobile-header-menu-container .header-mobile-additional-text {
  padding: 30px 20px 0;
  font-weight: 600;
  line-height: 1.4em;
}
.mobile-header-menu-container .header-mobile-additional-text .additional-text-title {
  display: block;
  font-weight: 400;
}
.mobile-header-menu-container .header-mobile-socials {
  padding: 30px 20px 0;
}
.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
  margin: 0 -8px -16px;
}
.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li {
  margin: 0 8px 16px;
}
.mobile-header-menu-container .header-mobile-button {
  padding: 40px 20px 0;
  line-height: 1;
  font-size: 0;
}
.mobile-header-menu-container .header-mobile-button .energium-button {
  min-width: 136px;
}
.mobile-header-menu-container .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-header-menu-container .main-menu > li {
  border-bottom: solid 1px;
  position: relative;
  padding: 0;
}
.mobile-header-menu-container .main-menu > li:before {
  content: none;
  display: none;
}
.mobile-header-menu-container .main-menu > li .sub-menu-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 62px;
  cursor: pointer;
  z-index: 2;
}
.mobile-header-menu-container .main-menu > li .sub-menu-trigger:after {
  content: '\e819';
  font: 400 normal 9px/22px 'fontello';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 16px;
  left: initial;
  margin: -10px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-header-menu-container .main-menu > li.active > .sub-menu-trigger:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.mobile-header-menu-container .main-menu > li > a {
  display: block;
  font-size: 14px;
  padding: 24px 58px 24px 20px;
  text-decoration: none;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu > li > a {
  display: block;
  padding: 13px 55px 13px 0;
  font-size: 14px;
  text-decoration: none;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu > li > a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: initial;
  top: 18px;
  width: 3px;
  height: 3px;
  opacity: 0;
  font-weight: 400;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu li {
  position: relative;
  padding: 0;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu li:before {
  content: none;
  display: none;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu li .sub-menu-trigger {
  height: 40px;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu li.active > .sub-menu-trigger:after {
  opacity: 1;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.mobile-header-menu-container .main-menu > li ul.sub-menu li.current-menu-item > a:not([href*="/#"]) {
  padding: 13px 35px 13px 20px;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu li.current-menu-item > a:not([href*="/#"]):before {
  opacity: 1;
}
.mobile-header-menu-container .main-menu > li > ul.sub-menu {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}
.mobile-header-menu-container .main-menu > li > ul.sub-menu > li {
  margin: 0 0 0 40px;
}
.mobile-header-menu-container .main-menu > li > ul.sub-menu > li:first-child {
  margin-top: 10px;
}
.mobile-header-menu-container .main-menu > li > ul.sub-menu > li:last-child {
  margin-bottom: 10px;
}

/* Desktop */
.header .header-menu-container {
  margin: 6px 0 0;
}
.header nav {
  font-size: 0;
  line-height: 1;
}
.header .header-menu-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .header-menu-row .logo {
  margin: 20px 70px;
}
.header .main-menu {
  margin: -4px 0 0;
  padding: 0;
}
.header .main-menu li {
  list-style: none;
  position: relative;
  padding: 0;
}
.header .main-menu li:before {
  content: none;
  display: none;
}
.header .main-menu li:not(:last-of-type) {
  margin-right: 15px;
}
.header .main-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  top: 1px;
}
.header .main-menu > li.menu-item-has-children > a {
  padding-right: 11px;
  padding-left: 0;
}
.header .main-menu > li.menu-item-has-children > a:after {
  content: '';
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  left: initial;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header .main-menu > li.menu-item-has-children.current-menu-ancestor > a:before, .header .main-menu > li.menu-item-has-children.current-menu-parent > a:before, .header .main-menu > li.menu-item-has-children.current-menu-item > a:not([href*="/#"]):before {
  left: 0;
  right: 15px;
}

@media only screen and (min-width: 992px) {
  .header .main-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    line-height: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1500px) {
  .header .main-menu li:not(:last-of-type) {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1700px) {
  .header .main-menu li:not(:last-of-type) {
    margin-right: 39px;
  }
}
/* ---------- Header Sub Menu ---------- */
.header .main-menu > li ul.sub-menu {
  margin: 1px 0 0;
  position: absolute;
  top: 100%;
  left: -34px;
  width: 183px;
  padding: 22px 29px 22px 34px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .main-menu > li ul.sub-menu > li {
  position: relative;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.header .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  left: auto;
  margin: -2px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .main-menu > li ul.sub-menu > li:not(:last-of-type) {
  margin-bottom: 1px;
}
.header .main-menu > li ul.sub-menu > li > a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 22px 8px 0;
}
.header .main-menu > li ul.sub-menu > li > a:before {
  content: '';
  position: absolute;
  display: block;
  left: -12px;
  top: 17px;
  right: initial;
  width: 3px;
  height: 3px;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s, left 0.4s;
  transition: opacity 0.4s, left 0.4s;
}
.header .main-menu > li ul.sub-menu > li:hover > a, .header .main-menu > li ul.sub-menu > li.current-menu-item > a:not([href*="/#"]) {
  padding: 8px 0 8px 22px;
}
.header .main-menu > li ul.sub-menu > li:hover > a:before, .header .main-menu > li ul.sub-menu > li.current-menu-item > a:not([href*="/#"]):before {
  left: 0;
  opacity: 1;
}
.header .main-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.header .main-menu li:hover > ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  top: -22px;
  right: initial;
  margin: 0 0 0 31px;
}
.header .main-menu li:hover > ul.sub-menu ul.sub-menu:before {
  content: '';
  position: absolute;
  display: block;
  width: 31px;
  left: initial;
  right: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.header .main-menu li:hover > ul.sub-menu > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

@media only screen and (min-width: 992px) {
  .mobile-header-row {
    margin: 0 20px;
  }
}
/* ---------- Header Minicart ---------- */
.mini-cart {
  width: 31px;
  height: 23px;
  position: relative;
}
.mini-cart.header-icon:not(:last-child) {
  margin-right: 4px;
}
.mini-cart .mini-cart-trigger {
  width: 31px;
  height: 23px;
  display: block;
  position: relative;
  z-index: 3;
  text-align: left;
  text-decoration: none;
}
.mini-cart .mini-cart-count:before {
  content: '\e817';
  font: 400 normal 22px/24px 'fontello';
  vertical-align: top;
}
.mini-cart .mini-cart-count > span {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: -4px;
  right: -2px;
  left: initial;
  min-width: 7px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  line-height: 13px;
  font-style: normal;
  padding: 0 3px;
  background-color: #f24f71;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.mini-cart .mini-cart-panel {
  position: absolute;
  right: -7px;
  top: -17px;
  width: 293px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0 !important;
  pointer-events: none;
  z-index: 2;
  padding: 76px 40px 40px 39px;
  overflow: hidden;
}
.mini-cart .mini-cart-panel:before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  left: initial;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
}
.mini-cart .mini-cart-panel .woocommerce-mini-cart__empty-message {
  margin: 0;
}
.mini-cart .mini-cart-panel .mini-cart-title {
  margin: 0 44px 21px 0;
  letter-spacing: -0.03em;
  word-spacing: 1px;
}
.mini-cart .mini-cart-panel .cart_list {
  list-style: none;
  margin: 0 -20px 0 0;
  padding: 0 20px 0 0;
  display: block;
  white-space: normal;
  overflow: auto;
  max-height: 350px;
}
.mini-cart .mini-cart-panel .cart_list:not(:first-child) {
  padding: 0;
}
.mini-cart .mini-cart-panel .cart_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.mini-cart .mini-cart-panel .cart_list li:not(:first-child) {
  margin: 20px 0 0;
  padding: 19px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.mini-cart .mini-cart-panel .cart_list li:before {
  display: none;
  content: none;
}
.mini-cart .mini-cart-panel .cart_list li a {
  font-weight: inherit;
  display: inline;
}
.mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin: 6px 16px 0 0;
  position: static;
  order: 1;
}
.mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper img {
  display: block;
  position: relative;
  margin: 0;
  float: none;
  width: 60px;
  height: auto;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s;
}
.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper {
  display: block;
  order: 2;
}
.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.5em;
}
.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0;
}
.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity .amount {
  font-weight: 600;
}
.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
  position: static;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin: -15px 0 0 16px;
  background: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  order: 3;
  color: #f35274;
}
.mini-cart .mini-cart-panel .total {
  margin: 21px 0 0;
  padding: 15px 0 0;
  border-width: 0;
  border-style: solid;
  border-top-width: 1px;
  font-weight: 500;
  font-size: 14px;
}
.mini-cart .mini-cart-panel .total strong {
  font-weight: inherit;
}
.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons {
  position: relative;
  z-index: 2;
  padding: 7px 0 0;
  margin: 0 -5px;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:before, .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:after {
  content: none;
  display: none;
}
.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button {
  margin: 15px 5px 0;
  font-size: 12px;
  line-height: 1.6667em;
  min-width: 78px;
  padding: 13px 20px 12px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.mini-cart:hover .mini-cart-trigger {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mini-cart:hover .mini-cart-panel {
  opacity: 1 !important;
  pointer-events: initial;
}

.header-mobile .mini-cart {
  width: 42px;
  height: 42px;
}
.header-mobile .mini-cart .mini-cart-trigger {
  width: 42px;
  height: 42px;
  background: none;
}
.header-mobile .mini-cart .mini-cart-count:before {
  line-height: 42px;
}

/* ---------- Header Page Title ---------- */
.page-title-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 0 calc(50px + 4.375%);
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
}
.page-title-container .page-title-row {
  z-index: 3;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1210px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-title-container .page-title-box {
  position: relative;
  margin-top: -21px;
}
.page-title-container .page-title-box-icon {
  display: none;
}
.page-title-container .page-title-box-icon:not(:last-child) {
  margin: 0 0 16px;
}
.page-title-container .page-title {
  margin: 0 0 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  z-index: 2;
}

.page-title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: initial;
  -webkit-background-size: cover;
  background-size: cover;
  background-blend-mode: multiply;
  z-index: 2;
}

.section-decoration {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

.page-title-line {
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.page-title-line.line-1 {
  opacity: .5;
  left: 11.9792%;
  right: initial;
}
.page-title-line.line-2 {
  opacity: .25;
  left: 48.9062%;
  right: initial;
}
.page-title-line.line-3 {
  opacity: .15;
  right: 14.5312%;
  left: initial;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}
.breadcrumbs .delimiter {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 7px;
  position: relative;
  top: -1px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) {
  .page-title-container {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .page-title-container {
    min-height: 330px;
  }
  .page-title-container .page-title-row {
    padding: 0 30px;
  }

  .page-title-additional {
    display: block;
  }

  .breadcrumbs {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title-container {
    min-height: 500px;
  }
  .page-title-container .page-title-box-icon {
    display: block;
  }
  .page-title-container .page-title-row {
    padding: 0 40px;
    max-width: 1250px;
  }
  .page-title-container .page-title-box {
    margin: -44px 0 0;
  }
  .page-title-container .page-title-box .page-title {
    margin: 0;
  }
}
/* ---------- Header Search ---------- */
.search-trigger {
  width: 19px;
  height: 23px;
}
.search-trigger .search-trigger-icon {
  width: 19px;
  height: 23px;
  display: block;
  font: 400 normal 19px/24px 'fontello';
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-trigger .search-trigger-icon:before {
  content: '\e80b';
}

.site-search {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  padding: 20px 46px 20px 5px;
  height: 25px;
  z-index: 1000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-search.active {
  top: 0;
  opacity: 1;
}
.site-search .site-search-close {
  position: absolute;
  top: 50%;
  right: 15px;
  left: initial;
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font: 400 normal 16px/16px 'fontello';
  text-align: center;
}
.site-search .site-search-close:before {
  content: '\e818';
}
.site-search .site-search-close:hover {
  opacity: .5;
}
.site-search .search-form {
  border: none;
  padding: 0;
}
.site-search .search-form .search-form-field {
  padding: 0 0 0 50px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 25px;
  line-height: 25px;
}
.site-search .search-form .search-form-icon {
  left: initial;
  right: initial;
  top: 50%;
  bottom: initial;
  width: 42px;
  height: 42px;
  margin: -22px 0 0;
  background: none;
  font-size: 20px;
  line-height: 44px;
}
.site-search .search-form .search-form-icon:hover {
  background: none;
}

@media only screen and (min-width: 992px) {
  .site-search {
    padding: 37px 100px 37px 40px;
    height: 25px;
  }
  .site-search .site-search-close {
    right: 40px;
    left: initial;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    font-size: 20px;
  }
  .site-search .search-form .search-form-field {
    padding: 0 0 0 95px;
    height: 25px;
    line-height: 25px;
  }
  .site-search .search-form .search-form-icon {
    width: 42px;
    height: 42px;
    margin: -21px 0 0;
    font-size: 19px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1365px) {
  .search-trigger {
    width: 19px;
  }
  .search-trigger .search-trigger-icon {
    width: 19px;
    font-size: 19px;
    line-height: 26px;
  }
}
/* ---------- Header Sidebar ---------- */
.header .dropdown-trigger {
  margin: -7px 0 -7px -20px !important;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}

.dropdown-trigger {
  position: relative;
}
.dropdown-trigger .dropdown-trigger-item {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 104px;
  height: 100%;
  min-height: 107px;
  font-size: 24px;
  line-height: 1em;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-right: solid 1px transparent;
}
.dropdown-trigger .dropdown-trigger-item svg {
  width: 21px;
  height: 21px;
  position: absolute;
  display: block;
  left: 50%;
  right: initial;
  top: 50%;
  margin: -10.5px 0 0 -10.5px;
}
.dropdown-trigger .dropdown-trigger-item svg .cls-1,
.dropdown-trigger .dropdown-trigger-item svg .cls-2 {
  stroke-width: 1.5px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-header .dropdown-trigger-item,
.mobile-header-menu-container .dropdown-trigger-item {
  font-size: 19px;
  line-height: 1em;
  width: 19px;
  height: 23px;
  min-height: 23px;
  border: none;
}
.mobile-header .dropdown-trigger-item svg,
.mobile-header-menu-container .dropdown-trigger-item svg {
  width: 19px;
  height: 19px;
}

.slide-sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999999;
  width: 320px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.slide-sidebar-wrapper.slide-sidebar-position-left {
  right: initial;
  left: -320px;
  -webkit-transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.slide-sidebar-wrapper.slide-sidebar-position-left.active {
  opacity: 1;
  right: initial;
  left: 0;
}
.slide-sidebar-wrapper.slide-sidebar-position-right {
  -webkit-transition: right 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: right 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  right: -320px;
  left: initial;
}
.slide-sidebar-wrapper.slide-sidebar-position-right.active {
  opacity: 1;
  right: 0;
  left: initial;
}
.slide-sidebar-wrapper .slide-sidebar-close {
  position: absolute;
  right: 20px;
  left: initial;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font: 400 normal 14px/20px 'fontello';
  text-align: center;
}
.slide-sidebar-wrapper .slide-sidebar-close:before {
  content: '\e818';
}
.slide-sidebar-wrapper .slide-sidebar {
  position: relative;
  padding: 80px 15px 40px;
  min-height: calc(100% - 120px);
}
.slide-sidebar-wrapper .slide-sidebar p {
  letter-spacing: -0.01em;
}

body.admin-bar .slide-sidebar-wrapper {
  top: 46px;
}

@media only screen and (min-width: 783px) {
  body.admin-bar .slide-sidebar-wrapper {
    top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .slide-sidebar-wrapper {
    width: 370px;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-left {
    right: initial;
    left: -420px;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-left.active {
    right: initial;
    left: 0;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-right {
    right: -420px;
    left: initial;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-right.active {
    right: 0;
    left: initial;
  }
  .slide-sidebar-wrapper .slide-sidebar-close {
    top: 50px;
    left: initial;
    right: 48px;
  }
  .slide-sidebar-wrapper .slide-sidebar {
    padding: 95px 50px 100px;
    min-height: calc(100% - 275px);
  }
  .slide-sidebar-wrapper .slide-sidebar:after {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .header .dropdown-trigger {
    margin: -7px 42px -7px -20px !important;
  }
}
/* ---------- Header Social Buttons ---------- */
.top-bar-socials-label {
  display: inline-block;
  vertical-align: top;
}
.top-bar-socials-label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  margin: 0 18px 0 28px;
}

.wrapper-socials.top-bar-socials {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 -13.5px 0 -5.5px;
}
.wrapper-socials.top-bar-socials li {
  margin: 10px 13.5px 0;
}
.wrapper-socials.top-bar-socials a {
  font-size: 11px;
  border: none;
  width: 1em;
  height: 1em;
  line-height: 1;
}

/* ---------- Header User Menu ---------- */
ul.top-bar-menu {
  margin: 0 -12.5px;
  padding: 0;
  list-style: none;
}
ul.top-bar-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12.5px;
  padding: 0;
}
ul.top-bar-menu li:before {
  display: none;
  content: none;
}
ul.top-bar-menu li:not(:last-child) {
  margin: 0 0 0 12.5px;
  padding: 0 30px 0 0;
}
ul.top-bar-menu li:not(:last-child):after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: initial;
  top: 15px;
}
ul.top-bar-menu a {
  display: block;
}

/********** Widgets Common Stile **********/
.widget-title,
.footer-widget-title,
.side-widget-title,
.wp-block-search .wp-block-search__label,
.wp-block-woocommerce-product-search .wc-block-product-search__label {
  position: relative;
}
.widget-title:last-child,
.footer-widget-title:last-child,
.side-widget-title:last-child,
.wp-block-search .wp-block-search__label:last-child,
.wp-block-woocommerce-product-search .wc-block-product-search__label:last-child {
  margin: 0;
}
.widget-title img,
.footer-widget-title img,
.side-widget-title img,
.wp-block-search .wp-block-search__label img,
.wp-block-woocommerce-product-search .wc-block-product-search__label img {
  display: none;
}

.sidebar .widget + .widget {
  margin: 54px 0 0;
}
.sidebar .widget .widget-title,
.sidebar .widget .widgettitle,
.sidebar .widget .wp-block-search .wp-block-search__label,
.sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label {
  letter-spacing: -0.03em;
  font-weight: 600;
}
.sidebar .widget .widget-title:not(:last-child),
.sidebar .widget .widgettitle:not(:last-child),
.sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child),
.sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: .55em;
}
.sidebar .widget-wrapper > .wp-block-title,
.sidebar .wp-block-group__inner-container > .wp-block-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.sidebar .widget-wrapper > .wp-block-title:not(:last-child),
.sidebar .wp-block-group__inner-container > .wp-block-title:not(:last-child) {
  margin: 0 0 12px;
}
.sidebar .widget-wrapper > .wp-block-title .wp-block-title-pattern,
.sidebar .wp-block-group__inner-container > .wp-block-title .wp-block-title-pattern {
  width: 7px;
  height: 14px;
  margin: 0 14px 11px 20px;
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.sidebar .widget-wrapper > .wp-block-title .wp-block-title-pattern:before, .sidebar .widget-wrapper > .wp-block-title .wp-block-title-pattern:after,
.sidebar .wp-block-group__inner-container > .wp-block-title .wp-block-title-pattern:before,
.sidebar .wp-block-group__inner-container > .wp-block-title .wp-block-title-pattern:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
}
.sidebar .widget-wrapper > .wp-block-title .wp-block-title-pattern:before,
.sidebar .wp-block-group__inner-container > .wp-block-title .wp-block-title-pattern:before {
  top: 0;
  left: initial;
  right: -7px;
}
.sidebar .widget-wrapper > .wp-block-title .wp-block-title-pattern:after,
.sidebar .wp-block-group__inner-container > .wp-block-title .wp-block-title-pattern:after {
  top: 7px;
  left: initial;
  right: -14px;
}
.sidebar .widget-wrapper > .wp-block-title h1, .sidebar .widget-wrapper > .wp-block-title h2, .sidebar .widget-wrapper > .wp-block-title h3, .sidebar .widget-wrapper > .wp-block-title h4, .sidebar .widget-wrapper > .wp-block-title h5, .sidebar .widget-wrapper > .wp-block-title h6,
.sidebar .wp-block-group__inner-container > .wp-block-title h1,
.sidebar .wp-block-group__inner-container > .wp-block-title h2,
.sidebar .wp-block-group__inner-container > .wp-block-title h3,
.sidebar .wp-block-group__inner-container > .wp-block-title h4,
.sidebar .wp-block-group__inner-container > .wp-block-title h5,
.sidebar .wp-block-group__inner-container > .wp-block-title h6 {
  margin: 0 !important;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.slide-sidebar-wrapper .widget + .widget {
  margin: 46px 0 0;
}
.slide-sidebar-wrapper .widget .widget-title,
.slide-sidebar-wrapper .widget .widgettitle,
.slide-sidebar-wrapper .widget .widget-wrapper h1,
.slide-sidebar-wrapper .widget .widget-wrapper h2,
.slide-sidebar-wrapper .widget .widget-wrapper h3,
.slide-sidebar-wrapper .widget .widget-wrapper h4,
.slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label,
.slide-sidebar-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label {
  letter-spacing: -0.015em;
}
.slide-sidebar-wrapper .widget .widget-title:not(:last-child),
.slide-sidebar-wrapper .widget .widgettitle:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h1:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h2:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h3:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h4:not(:last-child),
.slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label:not(:last-child),
.slide-sidebar-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: .55em;
}

.footer-widgets > .widget {
  margin: 54px 0 0;
}
.footer-widgets > .widget .widget-wrapper h1,
.footer-widgets > .widget .widget-wrapper h2,
.footer-widgets > .widget .widget-wrapper h3,
.footer-widgets > .widget .widget-wrapper h4 {
  letter-spacing: -0.015em;
}

[class*="wp-block"] div[class*="-dropdown"] .energium-form-field .energium-label-wrapper .energium-form-field-border-angle,
[class*="wp-block"] div[class*="-dropdown"] .energium-form-field .energium-label-wrapper .energium-form-field-border-top {
  margin: 0 0 11px;
}

.widget a {
  text-decoration: none;
}
.widget p {
  margin: .75em 0;
}
.widget p a {
  text-decoration: underline;
}
.widget p a:hover {
  text-decoration: none;
}

/********** WordPress Standard Archive Widget **********/
.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul li {
  font-weight: 500;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.widget_archive ul li:not(:first-child) {
  margin: 6px 0 0;
}
.widget_archive ul li:before {
  content: none;
  display: none;
}
.widget_archive ul li a {
  text-decoration: none;
}
.widget_archive .widget-wrapper > ul > li {
  padding: 0 0 0 20px;
}
.widget_archive .widget-wrapper > ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 0;
  right: initial;
  top: 13px;
}
.widget_archive .widget-wrapper > ul > li a {
  text-decoration: none;
}

.wp-block-archives-dropdown:not(:last-child) {
  margin-bottom: 2rem;
}

.wp-block-archives,
.block-editor-block-list__layout ul.wp-block-archives,
body .content-wrapper .wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-archives:not(:last-child),
.block-editor-block-list__layout ul.wp-block-archives:not(:last-child),
body .content-wrapper .wp-block-archives:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-block-archives li,
.block-editor-block-list__layout ul.wp-block-archives li,
body .content-wrapper .wp-block-archives li {
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
}
.wp-block-archives li:not(:first-child),
.block-editor-block-list__layout ul.wp-block-archives li:not(:first-child),
body .content-wrapper .wp-block-archives li:not(:first-child) {
  margin: 6px 0 0;
}
.wp-block-archives li:before,
.block-editor-block-list__layout ul.wp-block-archives li:before,
body .content-wrapper .wp-block-archives li:before {
  content: none;
  display: none;
}
.wp-block-archives li a,
.block-editor-block-list__layout ul.wp-block-archives li a,
body .content-wrapper .wp-block-archives li a {
  text-decoration: none;
}
.wp-block-archives ul,
.block-editor-block-list__layout ul.wp-block-archives ul,
body .content-wrapper .wp-block-archives ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-archives > li,
.block-editor-block-list__layout ul.wp-block-archives > li,
body .content-wrapper .wp-block-archives > li {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.wp-block-archives > li:before,
.block-editor-block-list__layout ul.wp-block-archives > li:before,
body .content-wrapper .wp-block-archives > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 0;
  right: initial;
  top: 13px;
}

/********** WordPress Standard Media Audio Widget **********/
.widget_media_audio,
.mejs-audio {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_media_audio .mejs-container,
.widget_media_audio .mejs-controls,
.mejs-audio .mejs-container,
.mejs-audio .mejs-controls {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_media_audio .mejs-horizontal-volume-slider,
.mejs-audio .mejs-horizontal-volume-slider {
  width: 50px;
  margin: 0 0 0 10px;
}
.widget_media_audio .mejs-time-rail,
.mejs-audio .mejs-time-rail {
  margin: 0;
}
.widget_media_audio .mejs-time-handle-content,
.mejs-audio .mejs-time-handle-content {
  border: none;
  left: -4px;
  width: 1px;
}
.widget_media_audio .mejs-time,
.mejs-audio .mejs-time {
  padding-top: 15px;
}
.widget_media_audio .mejs-button,
.mejs-audio .mejs-button {
  width: 20px;
}
.widget_media_audio .mejs-button > button,
.mejs-audio .mejs-button > button {
  margin: 10px 0;
  padding: 0;
  border: none;
  min-width: 0;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_media_audio .mejs-button > button:before,
.mejs-audio .mejs-button > button:before {
  content: none;
  display: none;
}
.widget_media_audio .mejs-button > button:after,
.mejs-audio .mejs-button > button:after {
  font: 700 normal 18px/20px 'Font Awesome 5 Free';
  background: none !important;
  position: relative;
  width: auto;
  height: auto;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.widget_media_audio .mejs-button.mejs-play > button:after,
.mejs-audio .mejs-button.mejs-play > button:after {
  content: '\f04b';
}
.widget_media_audio .mejs-button.mejs-pause > button:after,
.mejs-audio .mejs-button.mejs-pause > button:after {
  content: '\f04c';
}
.widget_media_audio .mejs-button.mejs-mute > button:after,
.mejs-audio .mejs-button.mejs-mute > button:after {
  content: '\f028';
}
.widget_media_audio .mejs-button.mejs-unmute > button:after,
.mejs-audio .mejs-button.mejs-unmute > button:after {
  content: '\f026';
}

/********** WordPress Standard Calendar Widget **********/
body .content-wrapper .widget_calendar,
.widget_calendar,
body .content-wrapper .wp-block-calendar,
.wp-block-calendar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .content-wrapper .widget_calendar a,
.widget_calendar a,
body .content-wrapper .wp-block-calendar a,
.wp-block-calendar a {
  text-decoration: none;
}
body .content-wrapper .widget_calendar .wp-calendar-table,
.widget_calendar .wp-calendar-table,
body .content-wrapper .wp-block-calendar .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
  width: 100%;
  text-align: center;
}
body .content-wrapper .widget_calendar .calendar_wrap,
.widget_calendar .calendar_wrap,
body .content-wrapper .wp-block-calendar .calendar_wrap,
.wp-block-calendar .calendar_wrap {
  padding: 60px 24px 20px;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .content-wrapper .widget_calendar .calendar_wrap:not(:first-child),
.widget_calendar .calendar_wrap:not(:first-child),
body .content-wrapper .wp-block-calendar .calendar_wrap:not(:first-child),
.wp-block-calendar .calendar_wrap:not(:first-child) {
  margin: 20px 0 0;
}
body .content-wrapper .widget_calendar table,
.widget_calendar table,
body .content-wrapper .wp-block-calendar table,
.wp-block-calendar table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  z-index: 2;
  text-align: center;
  position: relative;
  margin: 0;
}
body .content-wrapper .widget_calendar table thead th,
.widget_calendar table thead th,
body .content-wrapper .wp-block-calendar table thead th,
.wp-block-calendar table thead th {
  font-size: 16px;
  font-weight: 700;
  background: none;
  border: none !important;
  padding: 1px !important;
  text-align: center;
}
body .content-wrapper .widget_calendar table tbody td,
.widget_calendar table tbody td,
body .content-wrapper .wp-block-calendar table tbody td,
.wp-block-calendar table tbody td {
  padding: 1px 0 0 !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: none !important;
}
body .content-wrapper .widget_calendar table tbody td#today,
.widget_calendar table tbody td#today,
body .content-wrapper .wp-block-calendar table tbody td#today,
.wp-block-calendar table tbody td#today {
  position: relative;
}
body .content-wrapper .widget_calendar table tbody td#today:before,
.widget_calendar table tbody td#today:before,
body .content-wrapper .wp-block-calendar table tbody td#today:before,
.wp-block-calendar table tbody td#today:before {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 31px;
  border-width: 1px;
  border-style: solid;
  top: 50%;
  left: 50%;
  right: initial;
  margin: -16px 0 0 -17px;
  z-index: -1;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
body .content-wrapper .widget_calendar table tbody a,
.widget_calendar table tbody a,
body .content-wrapper .wp-block-calendar table tbody a,
.wp-block-calendar table tbody a {
  display: block;
  position: relative;
}
body .content-wrapper .widget_calendar caption,
.widget_calendar caption,
body .content-wrapper .wp-block-calendar caption,
.wp-block-calendar caption {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14.2857%;
  position: absolute;
  display: block;
  top: -37px;
  left: 0;
  right: 0;
  white-space: nowrap;
}
body .content-wrapper .widget_calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav,
body .content-wrapper .wp-block-calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 0;
  z-index: 3;
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
  font-size: 0;
  line-height: 1;
  width: 14.2857%;
  height: 28px;
  display: block;
  position: absolute;
  top: 23px;
  text-align: center;
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  font: 700 normal 9px/28px 'Font Awesome 5 Free';
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
  left: 0;
  right: initial;
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
  content: '\f053';
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
  left: initial;
  right: 0;
}
body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: '\f054';
}

body .content-wrapper .wp-block-calendar,
.wp-block-calendar {
  padding: 60px 24px 20px;
  position: relative;
}
body .content-wrapper .wp-block-calendar:not(:first-child),
.wp-block-calendar:not(:first-child) {
  margin: 20px 0;
}
body .content-wrapper .wp-block-calendar.wp-block,
.wp-block-calendar.wp-block {
  padding: 0;
  margin: 0 !important;
}
body .content-wrapper .wp-block-calendar.wp-block table,
.wp-block-calendar.wp-block table {
  margin: 0 !important;
}

/********** WordPress Standard Categories Widget **********/
.widget_categories .widget-wrapper > ul,
ul.wp-block-categories,
.block-editor-block-list__layout .wp-block-categories > ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.widget_categories .widget-wrapper > ul li,
ul.wp-block-categories li,
.block-editor-block-list__layout .wp-block-categories > ul li {
  position: relative;
  font-weight: 500;
  padding: 0;
}
.widget_categories .widget-wrapper > ul li:not(:first-child),
ul.wp-block-categories li:not(:first-child),
.block-editor-block-list__layout .wp-block-categories > ul li:not(:first-child) {
  margin: 6px 0 0;
}
.widget_categories .widget-wrapper > ul li:before,
ul.wp-block-categories li:before,
.block-editor-block-list__layout .wp-block-categories > ul li:before {
  content: none;
  display: none;
}
.widget_categories .widget-wrapper > ul li a,
ul.wp-block-categories li a,
.block-editor-block-list__layout .wp-block-categories > ul li a {
  text-decoration: none;
}
.widget_categories .widget-wrapper > ul li .widget-archive-trigger,
.widget_categories .widget-wrapper > ul li .block-archive-trigger,
ul.wp-block-categories li .widget-archive-trigger,
ul.wp-block-categories li .block-archive-trigger,
.block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger,
.block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -20px;
  left: auto;
  text-align: right;
  cursor: pointer;
  font: 400 normal 11px/30px 'fontello';
  width: 20px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_categories .widget-wrapper > ul li .widget-archive-trigger:before,
.widget_categories .widget-wrapper > ul li .block-archive-trigger:before,
ul.wp-block-categories li .widget-archive-trigger:before,
ul.wp-block-categories li .block-archive-trigger:before,
.block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger:before,
.block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger:before {
  content: '\e81b';
}
.widget_categories .widget-wrapper > ul li .widget-archive-trigger.active,
.widget_categories .widget-wrapper > ul li .block-archive-trigger.active,
ul.wp-block-categories li .widget-archive-trigger.active,
ul.wp-block-categories li .block-archive-trigger.active,
.block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger.active,
.block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger.active {
  -webkit-transform: rotate(90deg) translate(-6px, -4px);
  -ms-transform: rotate(90deg) translate(-6px, -4px);
  transform: rotate(90deg) translate(-6px, -4px);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.widget_categories .widget-wrapper > ul li > ul,
ul.wp-block-categories li > ul,
.block-editor-block-list__layout .wp-block-categories > ul li > ul {
  margin: 0 -20px 0 20px;
  padding: 6px 20px 0 0;
  list-style: none;
  position: relative;
}
.widget_categories .widget-wrapper > ul li > ul li,
ul.wp-block-categories li > ul li,
.block-editor-block-list__layout .wp-block-categories > ul li > ul li {
  font-size: 14px;
}
.widget_categories .widget-wrapper > ul > li,
ul.wp-block-categories > li,
.block-editor-block-list__layout .wp-block-categories > ul > li {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 0 0 20px;
}
.widget_categories .widget-wrapper > ul > li:before,
ul.wp-block-categories > li:before,
.block-editor-block-list__layout .wp-block-categories > ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 0;
  right: initial;
  top: 13px;
}

.wp-block-categories:not(:last-child) {
  margin-bottom: 2rem;
}

/********** WordPress Standard Custom HTML Widget **********/
.widget_custom_html .energium-button {
  padding: 18px 40px;
}

/********** WordPress Standard Media Gallery Widget **********/
.widget_media_gallery .gallery {
  margin: -5px;
  font-size: 0;
  line-height: 1;
}
.widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.widget_media_gallery .gallery .gallery-item {
  padding: 5px;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_media_gallery .gallery .gallery-item img {
  height: auto;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-caption {
  font-size: 14px;
  line-height: 1.4286em;
  text-align: center;
  font-style: italic;
  padding: 5px 0 0;
}
.widget_media_gallery .gallery .gallery-icon {
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.widget_media_gallery .gallery .gallery-icon a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-icon a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.widget_media_gallery .gallery .gallery-icon a:after {
  content: '\e821';
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 28px/1em 'fontello';
  z-index: 3;
  left: 50%;
  right: auto;
  top: 40%;
  margin: -14px 0 0 -14px;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
.widget_media_gallery .gallery .gallery-icon a:hover:before {
  opacity: 0.5;
}
.widget_media_gallery .gallery .gallery-icon a:hover:after {
  top: 50%;
  opacity: 1;
}

body .content-wrapper .gallery {
  margin: 0 -10px -10px 0;
  font-size: 0;
  line-height: 1;
}
body .content-wrapper .gallery .gallery-item {
  padding: 0 10px 10px 0;
  margin: 2px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .content-wrapper .gallery .gallery-item img {
  height: auto;
}
body .content-wrapper .gallery .gallery-item .gallery-icon {
  overflow: initial;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
body .content-wrapper .gallery .gallery-item .gallery-icon a {
  display: block;
  position: relative;
  text-decoration: none;
}
body .content-wrapper .gallery .gallery-item .gallery-icon a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body .content-wrapper .gallery .gallery-item .gallery-icon a:after {
  content: '\e821';
  font: 400 normal 42px/1em 'fontello';
  position: absolute;
  display: block;
  left: 50%;
  right: initial;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  text-align: center;
  margin: -21px 0 0 -21px;
  z-index: 3;
}
body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:before, body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:after {
  opacity: 1;
}
body .content-wrapper .gallery .gallery-item .gallery-caption {
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  font-style: italic;
  padding: 5px 0 0;
}
body .content-wrapper .gallery.gallery-columns-1 .gallery-item, body .content-wrapper .gallery.gallery-columns-3 .gallery-item, body .content-wrapper .gallery.gallery-columns-5 .gallery-item, body .content-wrapper .gallery.gallery-columns-7 .gallery-item, body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
  width: 100%;
}
body .content-wrapper .gallery.gallery-columns-2 .gallery-item, body .content-wrapper .gallery.gallery-columns-4 .gallery-item, body .content-wrapper .gallery.gallery-columns-6 .gallery-item, body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
  width: 50%;
}
body .content-wrapper .gallery:not(:last-child) {
  margin-bottom: 2rem;
}

body .content-wrapper .post-content .gallery {
  margin: 0 -30px -30px 0;
}
body .content-wrapper .post-content .gallery .gallery-item {
  padding: 0 30px 30px 0;
}

@media only screen and (min-width: 768px) {
  body .content-wrapper .gallery.gallery-columns-3 .gallery-item {
    width: 33.3333%;
  }
  body .content-wrapper .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  body .content-wrapper .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  body .content-wrapper .gallery.gallery-columns-6 .gallery-item {
    width: 16.6667%;
  }
  body .content-wrapper .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }
  body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }
}
/********** WordPress Standard Media Image Widget **********/
.widget_media_image a {
  display: block;
}
.widget_media_image img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/********** Instagram Feed Widget **********/
.widget_instagram-feed-widget #sb_instagram:not(:first-child), .widget_instagram-feed-widget#sb_instagram:not(:first-child),
.widget #sb_instagram:not(:first-child),
.widget#sb_instagram:not(:first-child) {
  margin-top: 8px;
}
.widget_instagram-feed-widget #sb_instagram #sbi_images, .widget_instagram-feed-widget#sb_instagram #sbi_images,
.widget #sb_instagram #sbi_images,
.widget#sb_instagram #sbi_images {
  margin: -5px;
  width: calc(100% + 10px);
}
.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_item,
.widget #sb_instagram #sbi_images .sbi_item,
.widget#sb_instagram #sbi_images .sbi_item {
  padding: 5px !important;
}
.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_photo, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_photo,
.widget #sb_instagram #sbi_images .sbi_photo,
.widget#sb_instagram #sbi_images .sbi_photo {
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_instagram-feed-widget #sbi_mod_error,
.widget #sbi_mod_error {
  line-height: 1.5em;
  float: none !important;
}

/********** Mailchimp for WordPress Widget **********/
#form-preview {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#form-preview .mc4wp-form:not(:first-child),
.widget_mc4wp_form_widget .mc4wp-form:not(:first-child),
.elementor-widget-energium_mailchimp .mc4wp-form:not(:first-child),
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form:not(:first-child),
.widget .mc4wp-form:not(:first-child) {
  margin-top: 44px;
}
#form-preview .mc4wp-form .mc4wp-form-fields,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields,
.elementor-widget-energium_mailchimp .mc4wp-form .mc4wp-form-fields,
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields,
.widget .mc4wp-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#form-preview .mc4wp-form .mc4wp-form-fields .energium-form-field input,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .energium-form-field input,
.elementor-widget-energium_mailchimp .mc4wp-form .mc4wp-form-fields .energium-form-field input,
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .energium-form-field input,
.widget .mc4wp-form .mc4wp-form-fields .energium-form-field input {
  height: 50px;
  padding: 12px 18px 13px;
}
#form-preview .mc4wp-form .mc4wp-form-fields .energium-form-field .energium-form-field-border-bottom,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .energium-form-field .energium-form-field-border-bottom,
.elementor-widget-energium_mailchimp .mc4wp-form .mc4wp-form-fields .energium-form-field .energium-form-field-border-bottom,
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .energium-form-field .energium-form-field-border-bottom,
.widget .mc4wp-form .mc4wp-form-fields .energium-form-field .energium-form-field-border-bottom {
  top: 40px;
}
#form-preview .mc4wp-form .mc4wp-form-fields .energium-form-field:focus-within .energium-form-field-border-bottom,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .energium-form-field:focus-within .energium-form-field-border-bottom,
.elementor-widget-energium_mailchimp .mc4wp-form .mc4wp-form-fields .energium-form-field:focus-within .energium-form-field-border-bottom,
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .energium-form-field:focus-within .energium-form-field-border-bottom,
.widget .mc4wp-form .mc4wp-form-fields .energium-form-field:focus-within .energium-form-field-border-bottom {
  top: 0;
  height: 50px;
}
#form-preview .mc4wp-form .mc4wp-form-fields button,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button,
.elementor-widget-energium_mailchimp .mc4wp-form .mc4wp-form-fields button,
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button,
.widget .mc4wp-form .mc4wp-form-fields button {
  margin: 0 0 0 6px;
  padding: 13px 28px 14px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  z-index: 2;
}

/********** WordPress Standard Meta Widget **********/
.widget_meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta ul li {
  font-weight: 500;
  padding: 0 0 0 24px;
  position: relative;
}
.widget_meta ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 1px;
  right: initial;
  top: 13px;
}
.widget_meta ul li:not(:first-child) {
  margin: 6px 0 0;
}

/********** WordPress Standard Navigation Menu Widget **********/
.widget_nav_menu ul,
.widget_energium_nav_menu_widget ul {
  list-style: none;
  padding: 0 18px 0 0;
}
.widget_nav_menu ul.columns-2, .widget_nav_menu ul.columns-3,
.widget_energium_nav_menu_widget ul.columns-2,
.widget_energium_nav_menu_widget ul.columns-3 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}
.widget_nav_menu ul li,
.widget_energium_nav_menu_widget ul li {
  position: relative;
  font-weight: 500;
  padding: 0;
  letter-spacing: -.03em;
}
.widget_nav_menu ul li:before,
.widget_energium_nav_menu_widget ul li:before {
  content: none;
  display: none;
}
.widget_nav_menu ul li:not(:first-child),
.widget_energium_nav_menu_widget ul li:not(:first-child) {
  margin: 5px 0 0;
}
.widget_nav_menu ul li .widget-menu-trigger,
.widget_energium_nav_menu_widget ul li .widget-menu-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -18px;
  left: auto;
  text-align: right;
  cursor: pointer;
  font: 400 normal 12px/30px 'fontello';
  width: 18px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_nav_menu ul li .widget-menu-trigger:before,
.widget_energium_nav_menu_widget ul li .widget-menu-trigger:before {
  content: '\e81b';
}
.widget_nav_menu ul li .widget-menu-trigger.active,
.widget_energium_nav_menu_widget ul li .widget-menu-trigger.active {
  -webkit-transform: rotate(90deg) translate(-6px, -4px);
  -ms-transform: rotate(90deg) translate(-6px, -4px);
  transform: rotate(90deg) translate(-6px, -4px);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.widget_nav_menu ul li > ul,
.widget_energium_nav_menu_widget ul li > ul {
  margin: 0 -18px 0 18px;
  padding: 6px 18px 0 0;
}
.widget_nav_menu ul li > a,
.widget_energium_nav_menu_widget ul li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.widget_nav_menu ul li > a:before,
.widget_energium_nav_menu_widget ul li > a:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: initial;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  opacity: 0;
}
.widget_nav_menu ul li > a:hover:before,
.widget_energium_nav_menu_widget ul li > a:hover:before {
  width: 18px;
  opacity: 1;
}
.widget_nav_menu ul li.current-menu-item > a:not([href*="/#"]):before, .widget_nav_menu ul li.current-menu-ancestor > a:before, .widget_nav_menu ul li.current-menu-parent > a:before,
.widget_energium_nav_menu_widget ul li.current-menu-item > a:not([href*="/#"]):before,
.widget_energium_nav_menu_widget ul li.current-menu-ancestor > a:before,
.widget_energium_nav_menu_widget ul li.current-menu-parent > a:before {
  width: 18px;
  opacity: 1;
}

@media only screen and (min-width: 1280px) {
  .widget_nav_menu ul.columns-3,
  .widget_energium_nav_menu_widget ul.columns-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/********** Energium Banner Widget **********/
.widget_energium_banner_widget .banner-widget-wrapper {
  position: relative;
  padding: 44px 40px 52px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 25px 25px 25px 0;
  border-radius: 25px 25px 25px 0;
  overflow: hidden;
}
.widget_energium_banner_widget .banner-widget-wrapper > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.widget_energium_banner_widget .banner-widget-wrapper .banner-content {
  position: relative;
  z-index: 2;
}
.widget_energium_banner_widget .banner-widget-wrapper .banner-title {
  position: relative;
  margin: 0;
  letter-spacing: -0.015em;
  font-size: 25px;
  line-height: 1.48em;
  font-weight: 600;
}
.widget_energium_banner_widget .banner-widget-wrapper .banner-description:not(:first-child) {
  margin: 22px 0 0;
}
.widget_energium_banner_widget .banner-widget-wrapper .banner-button {
  font-size: 0;
  line-height: 1;
}
.widget_energium_banner_widget .banner-widget-wrapper .banner-button:not(:first-child) {
  margin: 42px 0 0;
}
.widget_energium_banner_widget .banner-widget-wrapper .banner-button .energium-button {
  display: block;
}

/********** WordPress Standard Page Widget **********/
.widget_pages ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.widget_pages ul li {
  position: relative;
  font-weight: 500;
  padding: 0;
}
.widget_pages ul li:before {
  content: none;
  display: none;
}
.widget_pages ul li:not(:first-child) {
  margin: 6px 0 0;
}
.widget_pages ul li .widget-archive-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -20px;
  left: auto;
  text-align: right;
  cursor: pointer;
  font: 400 normal 11px/30px 'fontello';
  width: 20px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_pages ul li .widget-archive-trigger:before {
  content: '\e81b';
}
.widget_pages ul li .widget-archive-trigger.active {
  -webkit-transform: rotate(90deg) translate(-6px, -4px);
  -ms-transform: rotate(90deg) translate(-6px, -4px);
  transform: rotate(90deg) translate(-6px, -4px);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.widget_pages ul li > ul {
  margin: 0 -20px 0 20px;
  padding: 6px 20px 0 0;
  list-style: none;
  position: relative;
}
.widget_pages ul li > ul li {
  font-size: 14px;
}
.widget_pages .widget-wrapper > ul > li {
  padding: 0 0 0 20px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.widget_pages .widget-wrapper > ul > li:not(:first-child) {
  margin: 6px 0 0;
}
.widget_pages .widget-wrapper > ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 0;
  right: initial;
  top: 13px;
}

.wp-block-page-list {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.wp-block-page-list li.wp-block-pages-list__item {
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 500;
}
.wp-block-page-list li.wp-block-pages-list__item:not(:first-child) {
  margin-top: 6px;
}
.wp-block-page-list li.wp-block-pages-list__item:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  left: 0;
  right: initial;
  top: 13px;
}
.wp-block-page-list li.wp-block-pages-list__item a {
  text-decoration: none;
}

.widget_pages:not(:last-child) {
  margin-bottom: 2rem;
}

/********** WordPress Standard Recent Comments Widget **********/
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_comments ul:not(:first-child) {
  padding: 2px 0 0;
}
.widget_recent_comments ul .recentcomments {
  position: relative;
  line-height: 1.6875em;
  font-weight: 500;
  padding: 0 0 0 20px;
}
.widget_recent_comments ul .recentcomments:not(:first-child) {
  margin: 18px 0 0;
}
.widget_recent_comments ul .recentcomments:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  right: initial;
  top: 11px;
}

body .content-wrapper .wp-block-latest-comments,
.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}
body .content-wrapper .wp-block-latest-comments:not(:last-child),
.wp-block-latest-comments:not(:last-child) {
  margin-bottom: 2rem;
}
body .content-wrapper .wp-block-latest-comments li,
.wp-block-latest-comments li {
  position: relative;
  line-height: 1.5em !important;
  font-weight: 500;
  padding: 0 0 0 20px;
}
body .content-wrapper .wp-block-latest-comments li:not(:first-child),
.wp-block-latest-comments li:not(:first-child) {
  margin: 18px 0 0;
}
body .content-wrapper .wp-block-latest-comments li:before,
.wp-block-latest-comments li:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  right: initial;
  top: 10px;
}
body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}
body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-date,
.wp-block-latest-comments li .wp-block-latest-comments__comment-date {
  display: block;
  font-size: 87.5%;
  line-height: 1.5em;
  font-weight: 500;
  margin: 8px 0 0;
  letter-spacing: -0.02em;
}
body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
  font-size: 14px;
  line-height: 1.6667em;
  margin: 5px 0 0;
}
body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.6667em;
}
body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p:last-child,
.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p:last-child {
  margin: 0;
}
body .content-wrapper .wp-block-latest-comments li .avatar,
body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-avatar,
.wp-block-latest-comments li .avatar,
.wp-block-latest-comments li .wp-block-latest-comments__comment-avatar {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 6px;
}
body .content-wrapper .wp-block-latest-comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding: 0;
}
body .content-wrapper .wp-block-latest-comments.has-avatars li:before, body .content-wrapper .wp-block-latest-comments.has-avatars li:after,
.wp-block-latest-comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:after {
  content: none;
  display: none;
}
body .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-meta,
body .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt {
  margin-left: 60px;
}

/********** WordPress Standard Recent Posts Widget **********/
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries ul:not(:first-child) {
  padding: 2px 0 0;
}
.widget_recent_entries ul li {
  position: relative;
  line-height: 1.6875em;
  padding: 0;
}
.widget_recent_entries ul li:before {
  content: none;
  display: none;
}
.widget_recent_entries ul li:not(:first-child) {
  margin-top: 18px;
}
.widget_recent_entries ul li a {
  font-weight: 500;
  letter-spacing: -0.007em;
}
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 87.5%;
  line-height: 1.5em;
  font-weight: 600;
  margin: 6px 0 0;
  letter-spacing: -0.02em;
}

body .content-wrapper .wp-block-latest-posts,
.wp-block-latest-posts,
.block-editor-block-list__layout .wp-block-latest-posts {
  padding: 4px 0 0;
}
body .content-wrapper .wp-block-latest-posts:not(:last-child),
.wp-block-latest-posts:not(:last-child),
.block-editor-block-list__layout .wp-block-latest-posts:not(:last-child) {
  margin-bottom: 2rem;
}
body .content-wrapper .wp-block-latest-posts.is-grid,
.wp-block-latest-posts.is-grid,
.block-editor-block-list__layout .wp-block-latest-posts.is-grid {
  margin-top: -27px;
}
body .content-wrapper .wp-block-latest-posts.is-grid li:first-child,
.wp-block-latest-posts.is-grid li:first-child,
.block-editor-block-list__layout .wp-block-latest-posts.is-grid li:first-child {
  margin-top: 27px;
}
body .content-wrapper .wp-block-latest-posts li,
.wp-block-latest-posts li,
.block-editor-block-list__layout .wp-block-latest-posts li {
  overflow: hidden;
  padding: 0;
}
body .content-wrapper .wp-block-latest-posts li:not(:last-of-type),
.wp-block-latest-posts li:not(:last-of-type),
.block-editor-block-list__layout .wp-block-latest-posts li:not(:last-of-type) {
  margin-bottom: 0;
}
body .content-wrapper .wp-block-latest-posts li:not(:first-child),
.wp-block-latest-posts li:not(:first-child),
.block-editor-block-list__layout .wp-block-latest-posts li:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 0;
}
body .content-wrapper .wp-block-latest-posts li:before,
.wp-block-latest-posts li:before,
.block-editor-block-list__layout .wp-block-latest-posts li:before {
  content: none;
  display: none;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin: 0 0 20px;
  order: 0;
  font-size: 0;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft {
  margin: 5px 30px 6px 0;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright {
  margin: 5px 0 6px 30px;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter {
  margin: 0 0 20px;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a {
  vertical-align: top;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img {
  margin: 0 auto;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
.wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  position: relative;
}
body .content-wrapper .wp-block-latest-posts li > a,
body .content-wrapper .wp-block-latest-posts li > .item-wrapper > a,
.wp-block-latest-posts li > a,
.wp-block-latest-posts li > .item-wrapper > a,
.block-editor-block-list__layout .wp-block-latest-posts li > a,
.block-editor-block-list__layout .wp-block-latest-posts li > .item-wrapper > a {
  display: block;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.015em;
  line-height: 1.5em;
  text-decoration: none;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-date,
.wp-block-latest-posts li .wp-block-latest-posts__post-date,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 8px 0 0;
  letter-spacing: -0.015em;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  font-size: 15px;
  line-height: 1.6667em;
  margin: 5px 0 6px;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-author,
.wp-block-latest-posts li .wp-block-latest-posts__post-author,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-author {
  display: block;
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.block-editor-block-list__layout .wp-block-latest-posts {
  margin-bottom: 2rem !important;
}

/********** WordPress Standard RSS Widget **********/
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  padding: 0;
}
.widget_rss ul li:before {
  content: none;
  display: none;
}
.widget_rss ul li:not(:first-child) {
  margin-top: 27px;
}
.widget_rss ul a.rsswidget {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875em;
}
.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 8px 0 0;
}
.widget_rss .rssSummary {
  margin: 13px 0 0;
  font-size: 14px;
  line-height: 1.6em;
}
.widget_rss cite {
  display: block;
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.wp-block-rss,
.block-editor-block-list__layout .wp-block-rss {
  margin: 0 0 -27px;
  padding: 0;
}
.wp-block-rss:not(:last-child),
.block-editor-block-list__layout .wp-block-rss:not(:last-child) {
  margin: 0;
}
.wp-block-rss a,
.block-editor-block-list__layout .wp-block-rss a {
  text-decoration: none;
}
.wp-block-rss li.wp-block-rss__item,
.block-editor-block-list__layout .wp-block-rss li.wp-block-rss__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 27px;
  padding: 0;
}
.wp-block-rss li.wp-block-rss__item:before,
.block-editor-block-list__layout .wp-block-rss li.wp-block-rss__item:before {
  content: none;
  display: none;
}
.wp-block-rss.is-grid,
.block-editor-block-list__layout .wp-block-rss.is-grid {
  margin: 0 -1em -27px 0;
  padding: 0;
}
.wp-block-rss.is-grid:not(:last-child),
.block-editor-block-list__layout .wp-block-rss.is-grid:not(:last-child) {
  margin: 0 -1em 0 0;
}
.wp-block-rss .wp-block-rss__item-title,
.block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-title {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  order: 0;
}
.wp-block-rss .wp-block-rss__item-publish-date,
.block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-publish-date {
  order: 1;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 8px 0 0;
}
.wp-block-rss .wp-block-rss__item-author,
.block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-author {
  order: 3;
  display: block;
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.wp-block-rss .wp-block-rss__item-excerpt,
.block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-excerpt {
  order: 2;
  font-size: 14px;
  line-height: 1.6667em;
  margin: 8px 0 0;
}

/********** WordPress Standard Search Widget **********/
.widget_search .search-form {
  padding: 0;
}
.widget_search .search-form .search-form-icon {
  right: 17px;
  top: 16px;
  bottom: 16px;
}
.widget_search .search-form .search-form-field {
  height: 50px;
  padding: 8px 55px 8px 18px;
}

.wp-block-search {
  position: relative;
}
.wp-block-search .energium-form-field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.wp-block-search .energium-form-field .energium-form-field-border-angle,
.wp-block-search .energium-form-field .energium-form-field-border-top {
  margin: 0 0 11px;
}
.wp-block-search:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-block-search .wp-block-search__label {
  font-weight: 600;
  display: block;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]) {
  margin: -1px 0 0 10px;
  padding: 8px 18px;
  min-width: 57px;
  min-height: 57px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  z-index: 2;
}
.wp-block-search.wp-block-search__button-outside div.wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]) {
  padding: 16px 18px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 15px 18px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  width: 100%;
  display: block;
  outline: none !important;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  background: none;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
  opacity: 1;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:-moz-placeholder {
  opacity: 1;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  opacity: 1;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
  opacity: 1;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]) {
  height: 38px;
  margin: 8px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]).has-icon {
  padding: 0;
  margin: 9px 8px 8px;
  width: 38px;
  min-width: 38px;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]).has-icon:after {
  content: none;
  display: none;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]).has-icon .search-icon {
  display: none;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.components-button):not([class*="elementor"]).has-icon:before {
  content: '\e80b';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: initial;
  left: 50%;
  top: 50%;
  bottom: initial;
  margin: -19px 0 0 -19px;
  z-index: 2;
  text-align: center;
  font: 400 normal 15px/38px 'fontello';
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wp-block-search.wp-block-search__text-button:empty:before {
  content: '\e80b';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  left: 50%;
  top: 50%;
  bottom: initial;
  margin: -19px 0 0 -19px;
  z-index: 2;
  text-align: center;
  font: 400 normal 15px/38px 'fontello';
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block.wp-block-search .wp-block-search__input {
  border: solid 1px #ccc;
}

/********** WordPress Standard Tag Cloud Widget **********/
.widget_tag_cloud .tagcloud {
  margin: 0 -3.5px !important;
  font-size: 0;
  line-height: 1;
}
.widget_tag_cloud .tagcloud:first-child {
  margin-top: -7px;
}
.widget_tag_cloud .tagcloud .tag-cloud-link {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin: 7px 3.5px 0;
  cursor: pointer;
  text-decoration: none;
}

.wp-block-tag-cloud {
  margin: 0 -3.5px !important;
  font-size: 0;
  line-height: 1;
}
.wp-block-tag-cloud .tag-cloud-link {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin: 7px 3.5px 0;
  cursor: pointer;
  text-decoration: none;
}
.wp-block-tag-cloud:not(:last-child) {
  margin-bottom: 2rem;
}

/********** WordPress Standard Text Widget **********/
/********** WordPress Standard Media Video Widget **********/
.wp-video {
  overflow: hidden;
}
.wp-video .mejs-container,
.wp-video iframe,
.wp-video video {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-video .mejs-layers .mejs-poster {
  z-index: 3;
  background-blend-mode: luminosity;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-video .mejs-layers .mejs-overlay-play {
  z-index: 3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-video .mejs-controls {
  opacity: 0 !important;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-video .mejs-mediaelement:hover ~ .mejs-controls {
  opacity: 1 !important;
}
.wp-video .mejs-time-handle-content {
  border: none;
  left: -4px;
  width: 1px;
}
.wp-video .mejs-time {
  padding-top: 15px;
}
.wp-video .mejs-time-rail {
  margin: 0;
}
.wp-video .mejs-overlay-play .mejs-overlay-button {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: none;
  text-align: center;
  outline: none;
  width: 106px;
  height: 106px;
  pointer-events: auto;
}
.wp-video .mejs-overlay-play .mejs-overlay-button:before {
  content: '\f04b';
  font: 700 normal 15px/57px 'Font Awesome 5 Free';
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  right: initial;
  top: 50%;
  margin: -28px 0 0 -28px;
  padding: 0 0 0 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-video .mejs-button {
  width: 20px;
}
.wp-video .mejs-button + .mejs-button {
  margin: 0 0 0 10px;
}
.wp-video .mejs-button > button {
  margin: 10px 0;
  padding: 0;
  border: none;
  min-width: 0;
  background: none;
}
.wp-video .mejs-button > button:before {
  font: 700 normal 18px/20px 'Font Awesome 5 Free';
}
.wp-video .mejs-button > button:after {
  content: none;
  display: none;
}
.wp-video .mejs-button.mejs-play > button:before {
  content: '\f04b';
}
.wp-video .mejs-button.mejs-pause > button:before {
  content: '\f04c';
}
.wp-video .mejs-button.mejs-mute > button:before {
  content: '\f028';
}
.wp-video .mejs-button.mejs-unmute > button:before {
  content: '\f026';
}
.wp-video .mejs-button.mejs-fullscreen-button > button:before {
  content: '\f0b2';
}
.wp-video .mejs-button.mejs-fullscreen-button.mejs-unfullscreen > button:before {
  content: '\f066';
}
