@charset "UTF-8";
/*-------------------------------------------------------------
Project: Agencium Wordpress Theme
--------------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?89199418");
  src: url("../fonts/fontello.eot?89199418#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?89199418") format("woff2"), url("../fonts/fontello.woff?89199418") format("woff"), url("../fonts/fontello.ttf?89199418") format("truetype"), url("../fonts/fontello.svg?89199418#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-sidebar:before {
  content: '\e800';
}

/* '' */
.icon-login:before {
  content: '\e801';
}

/* '' */
.icon-logout:before {
  content: '\e802';
}

/* '' */
.icon-hide:before {
  content: '\e803';
}

/* '' */
.icon-star-stroke:before {
  content: '\e804';
}

/* '' */
.icon-arrow-left:before {
  content: '\e805';
}

/* '' */
.icon-arrow-right:before {
  content: '\e806';
}

/* '' */
.icon-arrow-bottom:before {
  content: '\e807';
}

/* '' */
.icon-arrow-alt-up:before {
  content: '\e808';
}

/* '' */
.icon-cart:before {
  content: '\e809';
}

/* '' */
.icon-burger:before {
  content: '\e80a';
}

/* '' */
.icon-check:before {
  content: '\e80b';
}

/* '' */
.icon-chevrone-right:before {
  content: '\e80c';
}

/* '' */
.icon-click:before {
  content: '\e80d';
}

/* '' */
.icon-code:before {
  content: '\e80e';
}

/* '' */
.icon-close:before {
  content: '\e80f';
}

/* '' */
.icon-dev1:before {
  content: '\e810';
}

/* '' */
.icon-dev2:before {
  content: '\e811';
}

/* '' */
.icon-dev3:before {
  content: '\e812';
}

/* '' */
.icon-dev4:before {
  content: '\e813';
}

/* '' */
.icon-drag-arrow-left:before {
  content: '\e814';
}

/* '' */
.icon-drag-arrow-right:before {
  content: '\e815';
}

/* '' */
.icon-infobox:before {
  content: '\e816';
}

/* '' */
.icon-link-arrow:before {
  content: '\e817';
}

/* '' */
.icon-link-arrow-alt:before {
  content: '\e818';
}

/* '' */
.icon-logo-arrow:before {
  content: '\e819';
}

/* '' */
.icon-logo-arrow-alt:before {
  content: '\e81a';
}

/* '' */
.icon-menu:before {
  content: '\e81b';
}

/* '' */
.icon-minus:before {
  content: '\e81c';
}

/* '' */
.icon-plus:before {
  content: '\e81d';
}

/* '' */
.icon-pin:before {
  content: '\e81e';
}

/* '' */
.icon-quote:before {
  content: '\e81f';
}

/* '' */
.icon-responsive:before {
  content: '\e820';
}

/* '' */
.icon-rounded-check:before {
  content: '\e821';
}

/* '' */
.icon-search:before {
  content: '\e822';
}

/* '' */
.icon-star:before {
  content: '\e823';
}

/* '' */
.icon-support:before {
  content: '\e824';
}

/* '' */
/**
 * 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,
.slider-dots.disabled {
  display: none !important;
}

.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;
}

.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,
.slider-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 45px -10px -20px -11px;
  line-height: 0;
  position: relative;
  z-index: 2;
  counter-reset: dots;
}

.content-wrapper .owl-dots button.owl-dot,
.content-wrapper .slider-dots button.owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 0 4px 20px;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
}
.content-wrapper .owl-dots button.owl-dot:after,
.content-wrapper .slider-dots button.owl-dot:after {
  content: none;
  display: none;
}
.content-wrapper .owl-dots button.owl-dot span,
.content-wrapper .slider-dots button.owl-dot span {
  width: 33px;
  height: 33px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
}
.content-wrapper .owl-dots button.owl-dot span:before,
.content-wrapper .slider-dots button.owl-dot span:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: border-color 0.3s, border-width 0.3s;
  transition: border-color 0.3s, border-width 0.3s;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.content-wrapper .owl-dots button.owl-dot span:after,
.content-wrapper .slider-dots button.owl-dot span:after {
  counter-increment: dots;
  content: counter(dots);
  line-height: inherit;
}
.content-wrapper .owl-dots button.owl-dot.active span:before,
.content-wrapper .slider-dots button.owl-dot.active span:before {
  border-width: 3px;
  padding: 0;
}

/* 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,
.sayit_owlCarousel.owl-carousel .slider-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;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:before {
  font: 400 normal 20px/48px 'fontello';
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:after {
  content: none;
  display: none;
}
.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: '\e805';
}
.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: '\e806';
}
.owl-carousel.owl-theme .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-theme:hover .owl-nav {
  left: 40px;
  right: 40px;
  opacity: 1;
}

body .owl-carousel {
  display: block;
}

@media only screen and (min-width: 1021px) {
  .content-wrapper .owl-dots button.owl-dot,
  .content-wrapper .slider-dots button.owl-dot {
    margin: 0 10px 20px 11px;
  }
  .content-wrapper .owl-dots button.owl-dot span,
  .content-wrapper .slider-dots button.owl-dot span {
    width: 49px;
    height: 49px;
    line-height: 49px;
  }
}
/*
 *  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;
}

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 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-angry:before {
  content: "\f556";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-circle:before {
  content: "\f111";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-edit:before {
  content: "\f044";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heart:before {
  content: "\f004";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-map:before {
  content: "\f279";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-sun:before {
  content: "\f185";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa-ad:before {
  content: "\f641";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-award:before {
  content: "\f559";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-bug:before {
  content: "\f188";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-italic:before {
  content: "\f033";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-joint:before {
  content: "\f595";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-key:before {
  content: "\f084";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-male:before {
  content: "\f183";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-om:before {
  content: "\f679";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-server:before {
  content: "\f233";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-upload:before {
  content: "\f093";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 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: 475px;
}
.woocommerce-product-gallery .slick-slider .slick-button {
  text-align: center;
  font: 400 normal 10px/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: .3;
}
.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:first-child {
  margin: 0 -3px;
}
.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;
  font-size: 15px;
}
.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: '\e805';
}
.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: '\e806';
}
.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:first-child {
  margin: -3px 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: '\e807';
  margin: -1px 0 0;
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
  -ms-transform: translate(-50%, -50%) scale(-1, -1);
  transform: translate(-50%, -50%) scale(-1, -1);
}
.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: '\e807';
  margin: 1px 0 0;
}

/*
 *  Swiper Carousel
 */
.swiper-container .swiper-pagination-bullets {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 45px -4px -20px;
  width: auto !important;
  position: relative;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 0;
  line-height: 1;
  z-index: 2;
  counter-reset: dots;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  zoom: 1;
  margin: 0 4px 20px !important;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-backface-visibility: visible;
  position: relative;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: border-color 0.3s, border-width 0.3s;
  transition: border-color 0.3s, border-width 0.3s;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
  counter-increment: dots;
  content: counter(dots);
  line-height: inherit;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-width: 3px;
  padding: 0;
}

.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;
}
.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: '\e814';
}
.swiper-container .elementor-swiper-button-next i {
  padding: 0 0 0 2px;
}
.swiper-container .elementor-swiper-button-next i:before {
  content: '\e815';
}

@media only screen and (min-width: 1021px) {
  .swiper-container .swiper-pagination-bullets {
    margin: 65px -13px -20px;
  }
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px 20px !important;
    width: 49px;
    height: 49px;
    line-height: 49px;
  }
}
@media only screen and (min-width: 1201px) {
  .elementor-arrows-position-outside .elementor-widget-container .elementor-swiper-button-prev {
    left: -68px;
    right: initial;
  }
  .elementor-arrows-position-outside .elementor-widget-container .elementor-swiper-button-next {
    left: initial;
    right: -68px;
  }

  .elementor-arrows-position-inside .elementor-widget-container .elementor-swiper-button-prev {
    left: 20px;
    right: initial;
  }
  .elementor-arrows-position-inside .elementor-widget-container .elementor-swiper-button-next {
    left: initial;
    right: 20px;
  }
}
.agencium-button,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button,
.sidebar .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color),
.alter-menu-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color),
.slide-sidebar-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color),
.footer-widgets .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color) {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 17px 30px;
  font-size: 14px;
  line-height: 1.4286em;
  font-weight: 400;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: solid 1px transparent;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.agencium-button:focus, .agencium-button:active,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:focus,
.block-editor-block-list__layout .wp-block-search .wp-block-search__button:active,
.sidebar .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.sidebar .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active,
.alter-menu-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.alter-menu-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active,
.slide-sidebar-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.slide-sidebar-wrapper .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active,
.footer-widgets .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.footer-widgets .wp-block-button.is-style-fill .wp-block-button__link:not(.has-background):not(.has-text-color):active {
  outline: none;
}

#form-preview button,
.body-container button:not(.customize-partial-edit-shortcut-button),
.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,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart,
.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;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  min-width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
}
#form-preview button:focus, #form-preview button:active,
.body-container button:not(.customize-partial-edit-shortcut-button):focus,
.body-container button:not(.customize-partial-edit-shortcut-button):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,
.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,
.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;
}
#form-preview button:hover,
.body-container button:not(.customize-partial-edit-shortcut-button):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,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-info .wp-block-button .added_to_cart: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 {
  border-color: transparent;
  background-color: transparent;
}

body .woocommerce #respond input#submit.alt.disabled,
body .woocommerce #respond input#submit.alt.disabled:hover,
body .woocommerce #respond input#submit.alt:disabled,
body .woocommerce #respond input#submit.alt:disabled:hover,
body .woocommerce #respond input#submit.alt:disabled[disabled],
body .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
body .woocommerce a.button.alt.disabled,
body .woocommerce a.button.alt.disabled:hover,
body .woocommerce a.button.alt:disabled,
body .woocommerce a.button.alt:disabled:hover,
body .woocommerce a.button.alt:disabled[disabled],
body .woocommerce a.button.alt:disabled[disabled]:hover,
body .woocommerce button.button.alt.disabled,
body .woocommerce button.button.alt.disabled:hover,
body .woocommerce button.button.alt:disabled,
body .woocommerce button.button.alt:disabled:hover,
body .woocommerce button.button.alt:disabled[disabled],
body .woocommerce button.button.alt:disabled[disabled]:hover,
body .woocommerce input.button.alt.disabled,
body .woocommerce input.button.alt.disabled:hover,
body .woocommerce input.button.alt:disabled,
body .woocommerce input.button.alt:disabled:hover,
body .woocommerce input.button.alt:disabled[disabled],
body .woocommerce input.button.alt:disabled[disabled]:hover {
  background: none;
  cursor: not-allowed;
}

body .woocommerce .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled),
body .woocommerce-page .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled) {
  background: none !important;
}
body .woocommerce .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover,
body .woocommerce-page .woocommerce-cart-form table.shop_table td.actions > .button:not(.disabled):not(:disabled):hover {
  background-color: transparent;
}

.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: 1px;
}

.agencium-alter-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.75em;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  padding: 0 1.375em .0625em 0;
  cursor: pointer;
  background-color: transparent;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 0.0625em;
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  transform: translateZ(0);
  border: none;
}
.agencium-alter-button:after {
  content: '\e817';
  display: block;
  font: 400 .625em/3.1em 'fontello';
  position: absolute;
  right: 0;
  left: initial;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s;
}
.agencium-alter-button svg {
  position: absolute;
  display: block;
  line-height: 1.8125em;
  width: 1.375em;
  height: 1.8125em;
  right: 0;
  left: initial;
  top: 50%;
  margin: -.92em 0 0;
  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);
}
.agencium-alter-button: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;
}
.agencium-alter-button:hover:after {
  opacity: 0;
  transition-delay: 0s;
}

/* ----------------------------- */
/* ---------- General ---------- */
/* ----------------------------- */
html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  background-size: 100% auto;
}

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;
  background-size: 100% auto;
}

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: 1380px) {
  .container {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
  }
}
.agencium_align-container {
  display: table;
  width: 100%;
}

.agencium_align-container__item {
  display: table-cell;
  vertical-align: middle;
}

.agencium_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;
}

.agencium_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;
}

.agencium_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 !important;
}

.alignright {
  float: right;
  margin: 7px 0 30px 30px !important;
}

.alignleft {
  float: left;
  margin: 7px 30px 30px 0 !important;
}

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;
}

.body-container div.wpforms-container .wpforms-head-container,
.body-container div.wpforms-container .wpforms-form .wpforms-head-container {
  margin: 0 0 40px;
}

.body-container div.wpforms-container .wpforms-form .agencium-form-field,
form .agencium-form-field,
[class*="wp-block-"] .agencium-form-field,
.widget .agencium-form-field,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field:before,
form .agencium-form-field:before,
[class*="wp-block-"] .agencium-form-field:before,
.widget .agencium-form-field:before,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input:before,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input:before,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input:before,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input:before,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  border-right: solid 1px;
  border-color: inherit;
  right: 0;
  left: initial;
  bottom: 0;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field .wpforms-field-label,
form .agencium-form-field .wpforms-field-label,
[class*="wp-block-"] .agencium-form-field .wpforms-field-label,
.widget .agencium-form-field .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input .wpforms-field-label {
  position: relative;
  display: block;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  top: 29px;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field.not-empty .wpforms-field-label, .body-container div.wpforms-container .wpforms-form .agencium-form-field:focus-within .wpforms-field-label,
form .agencium-form-field.not-empty .wpforms-field-label,
form .agencium-form-field:focus-within .wpforms-field-label,
[class*="wp-block-"] .agencium-form-field.not-empty .wpforms-field-label,
[class*="wp-block-"] .agencium-form-field:focus-within .wpforms-field-label,
.widget .agencium-form-field.not-empty .wpforms-field-label,
.widget .agencium-form-field:focus-within .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input.not-empty .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input:focus-within .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input.not-empty .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input:focus-within .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input.not-empty .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input:focus-within .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input.not-empty .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input:focus-within .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input.not-empty .wpforms-field-label,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input:focus-within .wpforms-field-label {
  top: 0;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field select,
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea,
form .agencium-form-field input[type="text"],
form .agencium-form-field input[type="email"],
form .agencium-form-field input[type="url"],
form .agencium-form-field input[type="password"],
form .agencium-form-field input[type="search"],
form .agencium-form-field input[type="number"],
form .agencium-form-field input[type="tel"],
form .agencium-form-field input[type="date"],
form .agencium-form-field input[type="month"],
form .agencium-form-field input[type="week"],
form .agencium-form-field input[type="time"],
form .agencium-form-field input[type="datetime"],
form .agencium-form-field input[type="datetime-local"],
form .agencium-form-field input[type="color"],
form .agencium-form-field select,
form .agencium-form-field textarea,
[class*="wp-block-"] .agencium-form-field input[type="text"],
[class*="wp-block-"] .agencium-form-field input[type="email"],
[class*="wp-block-"] .agencium-form-field input[type="url"],
[class*="wp-block-"] .agencium-form-field input[type="password"],
[class*="wp-block-"] .agencium-form-field input[type="search"],
[class*="wp-block-"] .agencium-form-field input[type="number"],
[class*="wp-block-"] .agencium-form-field input[type="tel"],
[class*="wp-block-"] .agencium-form-field input[type="date"],
[class*="wp-block-"] .agencium-form-field input[type="month"],
[class*="wp-block-"] .agencium-form-field input[type="week"],
[class*="wp-block-"] .agencium-form-field input[type="time"],
[class*="wp-block-"] .agencium-form-field input[type="datetime"],
[class*="wp-block-"] .agencium-form-field input[type="datetime-local"],
[class*="wp-block-"] .agencium-form-field input[type="color"],
[class*="wp-block-"] .agencium-form-field select,
[class*="wp-block-"] .agencium-form-field textarea,
.widget .agencium-form-field input[type="text"],
.widget .agencium-form-field input[type="email"],
.widget .agencium-form-field input[type="url"],
.widget .agencium-form-field input[type="password"],
.widget .agencium-form-field input[type="search"],
.widget .agencium-form-field input[type="number"],
.widget .agencium-form-field input[type="tel"],
.widget .agencium-form-field input[type="date"],
.widget .agencium-form-field input[type="month"],
.widget .agencium-form-field input[type="week"],
.widget .agencium-form-field input[type="time"],
.widget .agencium-form-field input[type="datetime"],
.widget .agencium-form-field input[type="datetime-local"],
.widget .agencium-form-field input[type="color"],
.widget .agencium-form-field select,
.widget .agencium-form-field textarea,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
  height: 40px;
  padding: 1px 10px 14px 0;
  width: 100%;
  display: block;
  outline: none !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  background: none;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field select::-webkit-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea::-webkit-input-placeholder,
form .agencium-form-field input[type="text"]::-webkit-input-placeholder,
form .agencium-form-field input[type="email"]::-webkit-input-placeholder,
form .agencium-form-field input[type="url"]::-webkit-input-placeholder,
form .agencium-form-field input[type="password"]::-webkit-input-placeholder,
form .agencium-form-field input[type="search"]::-webkit-input-placeholder,
form .agencium-form-field input[type="number"]::-webkit-input-placeholder,
form .agencium-form-field input[type="tel"]::-webkit-input-placeholder,
form .agencium-form-field input[type="date"]::-webkit-input-placeholder,
form .agencium-form-field input[type="month"]::-webkit-input-placeholder,
form .agencium-form-field input[type="week"]::-webkit-input-placeholder,
form .agencium-form-field input[type="time"]::-webkit-input-placeholder,
form .agencium-form-field input[type="datetime"]::-webkit-input-placeholder,
form .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
form .agencium-form-field input[type="color"]::-webkit-input-placeholder,
form .agencium-form-field select::-webkit-input-placeholder,
form .agencium-form-field textarea::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="text"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="email"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="url"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="password"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="search"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="number"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="tel"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="date"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="month"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="week"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="time"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="color"]::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field select::-webkit-input-placeholder,
[class*="wp-block-"] .agencium-form-field textarea::-webkit-input-placeholder,
.widget .agencium-form-field input[type="text"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="email"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="url"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="password"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="search"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="number"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="tel"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="date"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="month"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="week"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="time"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="datetime"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="datetime-local"]::-webkit-input-placeholder,
.widget .agencium-form-field input[type="color"]::-webkit-input-placeholder,
.widget .agencium-form-field select::-webkit-input-placeholder,
.widget .agencium-form-field textarea::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select::-webkit-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea::-webkit-input-placeholder {
  opacity: 1;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field select:-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea:-moz-placeholder,
form .agencium-form-field input[type="text"]:-moz-placeholder,
form .agencium-form-field input[type="email"]:-moz-placeholder,
form .agencium-form-field input[type="url"]:-moz-placeholder,
form .agencium-form-field input[type="password"]:-moz-placeholder,
form .agencium-form-field input[type="search"]:-moz-placeholder,
form .agencium-form-field input[type="number"]:-moz-placeholder,
form .agencium-form-field input[type="tel"]:-moz-placeholder,
form .agencium-form-field input[type="date"]:-moz-placeholder,
form .agencium-form-field input[type="month"]:-moz-placeholder,
form .agencium-form-field input[type="week"]:-moz-placeholder,
form .agencium-form-field input[type="time"]:-moz-placeholder,
form .agencium-form-field input[type="datetime"]:-moz-placeholder,
form .agencium-form-field input[type="datetime-local"]:-moz-placeholder,
form .agencium-form-field input[type="color"]:-moz-placeholder,
form .agencium-form-field select:-moz-placeholder,
form .agencium-form-field textarea:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="text"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="email"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="url"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="password"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="search"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="number"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="tel"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="date"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="month"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="week"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="time"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime-local"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="color"]:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field select:-moz-placeholder,
[class*="wp-block-"] .agencium-form-field textarea:-moz-placeholder,
.widget .agencium-form-field input[type="text"]:-moz-placeholder,
.widget .agencium-form-field input[type="email"]:-moz-placeholder,
.widget .agencium-form-field input[type="url"]:-moz-placeholder,
.widget .agencium-form-field input[type="password"]:-moz-placeholder,
.widget .agencium-form-field input[type="search"]:-moz-placeholder,
.widget .agencium-form-field input[type="number"]:-moz-placeholder,
.widget .agencium-form-field input[type="tel"]:-moz-placeholder,
.widget .agencium-form-field input[type="date"]:-moz-placeholder,
.widget .agencium-form-field input[type="month"]:-moz-placeholder,
.widget .agencium-form-field input[type="week"]:-moz-placeholder,
.widget .agencium-form-field input[type="time"]:-moz-placeholder,
.widget .agencium-form-field input[type="datetime"]:-moz-placeholder,
.widget .agencium-form-field input[type="datetime-local"]:-moz-placeholder,
.widget .agencium-form-field input[type="color"]:-moz-placeholder,
.widget .agencium-form-field select:-moz-placeholder,
.widget .agencium-form-field textarea:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select:-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea:-moz-placeholder {
  opacity: 1;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field select::-moz-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea::-moz-placeholder,
form .agencium-form-field input[type="text"]::-moz-placeholder,
form .agencium-form-field input[type="email"]::-moz-placeholder,
form .agencium-form-field input[type="url"]::-moz-placeholder,
form .agencium-form-field input[type="password"]::-moz-placeholder,
form .agencium-form-field input[type="search"]::-moz-placeholder,
form .agencium-form-field input[type="number"]::-moz-placeholder,
form .agencium-form-field input[type="tel"]::-moz-placeholder,
form .agencium-form-field input[type="date"]::-moz-placeholder,
form .agencium-form-field input[type="month"]::-moz-placeholder,
form .agencium-form-field input[type="week"]::-moz-placeholder,
form .agencium-form-field input[type="time"]::-moz-placeholder,
form .agencium-form-field input[type="datetime"]::-moz-placeholder,
form .agencium-form-field input[type="datetime-local"]::-moz-placeholder,
form .agencium-form-field input[type="color"]::-moz-placeholder,
form .agencium-form-field select::-moz-placeholder,
form .agencium-form-field textarea::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="text"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="email"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="url"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="password"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="search"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="number"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="tel"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="date"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="month"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="week"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="time"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime-local"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="color"]::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field select::-moz-placeholder,
[class*="wp-block-"] .agencium-form-field textarea::-moz-placeholder,
.widget .agencium-form-field input[type="text"]::-moz-placeholder,
.widget .agencium-form-field input[type="email"]::-moz-placeholder,
.widget .agencium-form-field input[type="url"]::-moz-placeholder,
.widget .agencium-form-field input[type="password"]::-moz-placeholder,
.widget .agencium-form-field input[type="search"]::-moz-placeholder,
.widget .agencium-form-field input[type="number"]::-moz-placeholder,
.widget .agencium-form-field input[type="tel"]::-moz-placeholder,
.widget .agencium-form-field input[type="date"]::-moz-placeholder,
.widget .agencium-form-field input[type="month"]::-moz-placeholder,
.widget .agencium-form-field input[type="week"]::-moz-placeholder,
.widget .agencium-form-field input[type="time"]::-moz-placeholder,
.widget .agencium-form-field input[type="datetime"]::-moz-placeholder,
.widget .agencium-form-field input[type="datetime-local"]::-moz-placeholder,
.widget .agencium-form-field input[type="color"]::-moz-placeholder,
.widget .agencium-form-field select::-moz-placeholder,
.widget .agencium-form-field textarea::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select::-moz-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea::-moz-placeholder {
  opacity: 1;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="text"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="email"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="url"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="password"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="search"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="number"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="tel"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="date"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="month"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="week"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="time"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field input[type="color"]:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field select:-ms-input-placeholder,
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea:-ms-input-placeholder,
form .agencium-form-field input[type="text"]:-ms-input-placeholder,
form .agencium-form-field input[type="email"]:-ms-input-placeholder,
form .agencium-form-field input[type="url"]:-ms-input-placeholder,
form .agencium-form-field input[type="password"]:-ms-input-placeholder,
form .agencium-form-field input[type="search"]:-ms-input-placeholder,
form .agencium-form-field input[type="number"]:-ms-input-placeholder,
form .agencium-form-field input[type="tel"]:-ms-input-placeholder,
form .agencium-form-field input[type="date"]:-ms-input-placeholder,
form .agencium-form-field input[type="month"]:-ms-input-placeholder,
form .agencium-form-field input[type="week"]:-ms-input-placeholder,
form .agencium-form-field input[type="time"]:-ms-input-placeholder,
form .agencium-form-field input[type="datetime"]:-ms-input-placeholder,
form .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder,
form .agencium-form-field input[type="color"]:-ms-input-placeholder,
form .agencium-form-field select:-ms-input-placeholder,
form .agencium-form-field textarea:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="text"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="email"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="url"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="password"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="search"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="number"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="tel"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="date"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="month"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="week"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="time"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field input[type="color"]:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field select:-ms-input-placeholder,
[class*="wp-block-"] .agencium-form-field textarea:-ms-input-placeholder,
.widget .agencium-form-field input[type="text"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="email"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="url"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="password"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="search"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="number"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="tel"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="date"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="month"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="week"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="time"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="datetime"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="datetime-local"]:-ms-input-placeholder,
.widget .agencium-form-field input[type="color"]:-ms-input-placeholder,
.widget .agencium-form-field select:-ms-input-placeholder,
.widget .agencium-form-field textarea:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="text"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="email"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="url"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="password"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="search"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="number"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="date"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="month"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="week"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="time"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input input[type="color"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input select:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input textarea:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="text"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="email"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="url"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="password"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="search"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="number"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="date"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="month"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="week"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="time"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input input[type="color"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input select:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input textarea:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="text"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="email"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="url"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="password"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="search"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="number"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="date"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="month"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="week"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="time"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input input[type="color"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input select:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input textarea:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="text"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="email"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="url"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="password"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="search"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="number"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="date"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="month"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="week"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="time"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input input[type="color"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input textarea:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="text"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="email"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="url"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="password"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="search"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="number"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="tel"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="date"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="month"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="week"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="time"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="datetime-local"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input input[type="color"]:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input select:-ms-input-placeholder,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea:-ms-input-placeholder {
  opacity: 1;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field .wpbs-form-field-description,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .wpbs-form-field-error,
form .agencium-form-field .wpbs-form-field-description,
form .agencium-form-field .wpbs-form-field-error,
[class*="wp-block-"] .agencium-form-field .wpbs-form-field-description,
[class*="wp-block-"] .agencium-form-field .wpbs-form-field-error,
.widget .agencium-form-field .wpbs-form-field-description,
.widget .agencium-form-field .wpbs-form-field-error,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input .wpbs-form-field-description,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-text .wpbs-form-field-input .wpbs-form-field-error,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input .wpbs-form-field-description,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-email .wpbs-form-field-input .wpbs-form-field-error,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input .wpbs-form-field-description,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-number .wpbs-form-field-input .wpbs-form-field-error,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input .wpbs-form-field-description,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input .wpbs-form-field-error,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input .wpbs-form-field-description,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input .wpbs-form-field-error {
  position: absolute;
  top: 100%;
  font-size: 16px;
  line-height: 1.2em;
  padding: 3px 0 0;
}

.wpbs-form-fields .wpbs-form-field.wpbs-form-field-textarea .wpbs-form-field-input textarea {
  height: 75px;
}

.agencium-form-field .select-wrap,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap,
.widget .agencium-form-field .select-wrap,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input {
  width: 100%;
  position: relative;
}
.agencium-form-field .select-wrap:after,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap:after,
.widget .agencium-form-field .select-wrap:after,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input:after {
  content: '\e807';
  display: block;
  position: absolute;
  width: 52px;
  height: 32px;
  text-align: center;
  font: 400 normal 8px/27px 'fontello';
  top: 0;
  right: 0;
  left: initial;
  cursor: pointer;
}
.agencium-form-field .select-wrap select,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select,
.widget .agencium-form-field .select-wrap select,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select {
  padding: 1px 52px 6px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}
.agencium-form-field .select-wrap select option,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select option,
.widget .agencium-form-field .select-wrap select option,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select option {
  color: #000000;
}
.agencium-form-field .select-wrap select[multiple="multiple"],
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select[multiple="multiple"],
.widget .agencium-form-field .select-wrap select[multiple="multiple"],
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select[multiple="multiple"] {
  height: auto;
  padding: 0;
  border-style: solid !important;
  border-width: 1px !important;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.agencium-form-field .select-wrap select[multiple="multiple"] option,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select[multiple="multiple"] option,
.widget .agencium-form-field .select-wrap select[multiple="multiple"] option,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select[multiple="multiple"] option {
  padding: 6px 10px;
  color: inherit;
}
.agencium-form-field .select-wrap select[multiple="multiple"].wpforms-error,
.body-container div.wpforms-container .wpforms-form .agencium-form-field .select-wrap select[multiple="multiple"].wpforms-error,
.widget .agencium-form-field .select-wrap select[multiple="multiple"].wpforms-error,
.wpbs-form-fields .wpbs-form-field.wpbs-form-field-dropdown .wpbs-form-field-input select[multiple="multiple"].wpforms-error {
  border-color: #E84C42 !important;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-select .choices__placeholder {
  opacity: 1;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field .select-wrap:after {
  content: none;
  display: none;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .agencium-label-wrapper {
  margin: 0 0 -11px;
  left: 0;
  right: initial;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices {
  position: relative;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__inner {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1px 45px 6px 0;
  background: none;
  min-height: 32px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__item {
  position: relative;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__input {
  width: 100%;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices[data-type*="select-one"]:after, .body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices[data-type*="select-multiple"]:after {
  content: '\e807';
  display: block;
  position: absolute;
  width: 52px;
  height: 32px;
  text-align: center;
  font: 400 normal 8px/27px 'fontello';
  bottom: 0;
  top: initial;
  right: 0;
  left: initial;
  cursor: pointer;
  border: none;
  margin: 0 !important;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__list--single {
  padding: 0;
  font-size: 1em;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__list--dropdown .choices__item {
  color: #000;
  padding: 0 10px;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__button {
  max-width: 0;
  min-width: 20px;
  height: 18px;
  margin-right: 0;
  margin-left: 2px;
  z-index: 3;
  background: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__button:before {
  content: '\e80f';
  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;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__button:after {
  content: none;
  display: none;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-select .agencium-form-field .choices .choices__list--dropdown {
  z-index: 3;
}

input[type="radio"],
.body-container div.wpforms-container .wpforms-form .wpforms-field input[type="radio"],
.woocommerce form .form-row input[type="radio"].input-radio {
  display: inline-block !important;
  margin: 0 12px -.3125em 0;
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
  vertical-align: baseline;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 1;
}
input[type="radio"]:checked:before,
.body-container div.wpforms-container .wpforms-form .wpforms-field input[type="radio"]:checked:before,
.woocommerce form .form-row input[type="radio"].input-radio:checked:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  left: 4px;
  right: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 5px;
}
input[type="radio"] + label,
.body-container div.wpforms-container .wpforms-form .wpforms-field input[type="radio"] + label,
.woocommerce form .form-row input[type="radio"].input-radio + label {
  font-size: 16px;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio fieldset, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox fieldset, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name fieldset, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio legend, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox legend, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name legend, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email legend {
  background: none;
  padding: 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio ul, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name ul, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email ul {
  margin: 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio ul li, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name ul li, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email ul li {
  padding: 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio ul li:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name ul li:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email ul li:before {
  content: none;
  display: none;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-image-choices li:not(:first-child), .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-image-choices li:not(:first-child), .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-image-choices li:not(:first-child), .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-image-choices li:not(:first-child) {
  margin-top: 10px;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-image-choices .wpforms-image-choices-image, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-image-choices .wpforms-image-choices-image, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-image-choices .wpforms-image-choices-image, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-image-choices .wpforms-image-choices-image {
  font-size: 0;
  line-height: 1;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-image-choices .wpforms-image-choices-image + br, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-image-choices .wpforms-image-choices-image + br, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-image-choices .wpforms-image-choices-image + br, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-image-choices .wpforms-image-choices-image + br {
  display: none;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-icon-choices .wpforms-icon-choices-icon, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-icon-choices .wpforms-icon-choices-icon, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-icon-choices .wpforms-icon-choices-icon, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-icon-choices .wpforms-icon-choices-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-radio .wpforms-icon-choices .wpforms-icon-choices-icon svg, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-icon-choices .wpforms-icon-choices-icon svg, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-icon-choices .wpforms-icon-choices-icon svg, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-email .wpforms-icon-choices .wpforms-icon-choices-icon svg {
  fill: var(--wpforms-icon-choices-color);
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-mailchimp ul {
  margin: 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-mailchimp ul li {
  padding: 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-mailchimp ul li:before {
  content: none;
  display: none;
}

input[type="checkbox"],
.body-container div.wpforms-container .wpforms-form .wpforms-field input[type="checkbox"],
.woocommerce form .form-row input[type="checkbox"].input-checkbox {
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0 12px -.25em 0;
  cursor: pointer;
  vertical-align: baseline;
  outline: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
input[type="checkbox"]:checked:before,
.body-container div.wpforms-container .wpforms-form .wpforms-field input[type="checkbox"]:checked:before,
.woocommerce form .form-row input[type="checkbox"].input-checkbox:checked:before {
  content: '\e80b';
  position: absolute;
  width: 19px;
  height: 18px;
  font: 400 normal 8px/17px 'fontello';
  text-align: center;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
input[type="checkbox"] + label,
.body-container div.wpforms-container .wpforms-form .wpforms-field input[type="checkbox"] + label,
.woocommerce form .form-row input[type="checkbox"].input-checkbox + label {
  font-size: 16px;
  letter-spacing: .008em;
}

body input[type="range"],
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"] {
  height: 1px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  width: calc(100% - 4px);
}
body input[type="range"]::-webkit-slider-runnable-track,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
body input[type="range"]:focus::-webkit-slider-runnable-track,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
body input[type="range"]::-moz-range-track,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
body input[type="range"]::-ms-track,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-track {
  width: 100%;
  height: 1px;
  border: none;
  color: transparent;
}
body input[type="range"]::-webkit-slider-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -6px 0 0;
  border: none;
  outline: none;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
body input[type="range"]:focus::-webkit-slider-thumb, body input[type="range"]::-webkit-slider-thumb:hover,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb:hover {
  outline: none;
  border: none;
}
body input[type="range"]::-moz-range-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -6px 0 0;
  border: none;
  outline: none;
}
body input[type="range"]:focus::-moz-range-thumb, body input[type="range"]::-moz-range-thumb:hover,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-moz-range-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-moz-range-thumb:hover {
  outline: none;
  border: none !important;
}
body input[type="range"]::-ms-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-thumb {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -6px 0 0;
  border: none;
  outline: none;
}
body input[type="range"]:focus::-ms-thumb, body input[type="range"]::-ms-thumb:hover,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-ms-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]::-ms-thumb:hover {
  outline: none;
  border: none;
}
body input[type="range"]:focus::-ms-thumb,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-number-slider input[type="range"]:focus::-ms-thumb {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -6px 0 0;
  border: none;
  outline: none;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-number-slider .wpforms-field-label {
  display: block;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  font-size: 16px !important;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint b {
  font-weight: 400;
}

.body-container div.wpforms-container .wpforms-form .wpforms-one-third,
.body-container div.wpforms-container .wpforms-form .wpforms-two-sixths,
.body-container div.wpforms-container .wpforms-form .wpforms-one-half,
.body-container div.wpforms-container .wpforms-form .wpforms-three-sixths,
.body-container div.wpforms-container .wpforms-form .wpforms-two-fourths,
.body-container div.wpforms-container .wpforms-form .wpforms-one-fourth,
.body-container div.wpforms-container .wpforms-form .wpforms-four-sixths,
.body-container div.wpforms-container .wpforms-form .wpforms-two-thirds {
  width: 100% !important;
}

.body-container div.wpforms-container .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;
}
.body-container div.wpforms-container .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: 0 5px;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child),
form .wpforms-field-container > .wpforms-field:not(:first-child),
[class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child),
.widget .wpforms-field-container > .wpforms-field:not(:first-child) {
  padding: 9px 5px 0;
}
.body-container div.wpforms-container .wpforms-form .wpforms-submit-container,
form .wpforms-submit-container,
[class*="wp-block-"] .wpforms-submit-container,
.widget .wpforms-submit-container {
  margin: 30px 0 0;
}
.body-container div.wpforms-container .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;
}
.body-container div.wpforms-container .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;
}
.body-container div.wpforms-container .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;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field,
form .agencium-form-field,
[class*="wp-block-"] .agencium-form-field,
.widget .agencium-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;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea,
form .agencium-form-field textarea,
[class*="wp-block-"] .agencium-form-field textarea,
.widget .agencium-form-field textarea {
  height: 88px;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small,
form .agencium-form-field textarea.wpforms-field-small,
[class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small,
.widget .agencium-form-field textarea.wpforms-field-small {
  height: 50px;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium,
form .agencium-form-field textarea.wpforms-field-medium,
[class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium,
.widget .agencium-form-field textarea.wpforms-field-medium {
  height: 119px;
}
.body-container div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large,
form .agencium-form-field textarea.wpforms-field-large,
[class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large,
.widget .agencium-form-field textarea.wpforms-field-large {
  height: 160px;
}

.slide-sidebar-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field,
.slide-sidebar-wrapper form .wpforms-field-container > .wpforms-field,
.slide-sidebar-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field,
.slide-sidebar-wrapper .widget .wpforms-field-container > .wpforms-field,
.alter-menu-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field,
.alter-menu-wrapper form .wpforms-field-container > .wpforms-field,
.alter-menu-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field,
.alter-menu-wrapper .widget .wpforms-field-container > .wpforms-field,
.sidebar div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field,
.sidebar form .wpforms-field-container > .wpforms-field,
.sidebar [class*="wp-block-"] .wpforms-field-container > .wpforms-field,
.sidebar .widget .wpforms-field-container > .wpforms-field,
.footer-widgets div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field,
.footer-widgets form .wpforms-field-container > .wpforms-field,
.footer-widgets [class*="wp-block-"] .wpforms-field-container > .wpforms-field,
.footer-widgets .widget .wpforms-field-container > .wpforms-field {
  padding: 0 5px;
}
.slide-sidebar-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child),
.slide-sidebar-wrapper form .wpforms-field-container > .wpforms-field:not(:first-child),
.slide-sidebar-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child),
.slide-sidebar-wrapper .widget .wpforms-field-container > .wpforms-field:not(:first-child),
.alter-menu-wrapper div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child),
.alter-menu-wrapper form .wpforms-field-container > .wpforms-field:not(:first-child),
.alter-menu-wrapper [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child),
.alter-menu-wrapper .widget .wpforms-field-container > .wpforms-field:not(:first-child),
.sidebar div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child),
.sidebar form .wpforms-field-container > .wpforms-field:not(:first-child),
.sidebar [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child),
.sidebar .widget .wpforms-field-container > .wpforms-field:not(:first-child),
.footer-widgets div.wpforms-container .wpforms-form .wpforms-field-container > .wpforms-field:not(:first-child),
.footer-widgets form .wpforms-field-container > .wpforms-field:not(:first-child),
.footer-widgets [class*="wp-block-"] .wpforms-field-container > .wpforms-field:not(:first-child),
.footer-widgets .widget .wpforms-field-container > .wpforms-field:not(:first-child) {
  padding: 10px 5px 0;
}
.slide-sidebar-wrapper div.wpforms-container .wpforms-form .wpforms-submit-container,
.slide-sidebar-wrapper form .wpforms-submit-container,
.slide-sidebar-wrapper [class*="wp-block-"] .wpforms-submit-container,
.slide-sidebar-wrapper .widget .wpforms-submit-container,
.alter-menu-wrapper div.wpforms-container .wpforms-form .wpforms-submit-container,
.alter-menu-wrapper form .wpforms-submit-container,
.alter-menu-wrapper [class*="wp-block-"] .wpforms-submit-container,
.alter-menu-wrapper .widget .wpforms-submit-container,
.sidebar div.wpforms-container .wpforms-form .wpforms-submit-container,
.sidebar form .wpforms-submit-container,
.sidebar [class*="wp-block-"] .wpforms-submit-container,
.sidebar .widget .wpforms-submit-container,
.footer-widgets div.wpforms-container .wpforms-form .wpforms-submit-container,
.footer-widgets form .wpforms-submit-container,
.footer-widgets [class*="wp-block-"] .wpforms-submit-container,
.footer-widgets .widget .wpforms-submit-container {
  margin: 30px 0 0;
}
.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea,
.slide-sidebar-wrapper form .agencium-form-field textarea,
.slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea,
.slide-sidebar-wrapper .widget .agencium-form-field textarea,
.alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea,
.alter-menu-wrapper form .agencium-form-field textarea,
.alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea,
.alter-menu-wrapper .widget .agencium-form-field textarea,
.sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea,
.sidebar form .agencium-form-field textarea,
.sidebar [class*="wp-block-"] .agencium-form-field textarea,
.sidebar .widget .agencium-form-field textarea,
.footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea,
.footer-widgets form .agencium-form-field textarea,
.footer-widgets [class*="wp-block-"] .agencium-form-field textarea,
.footer-widgets .widget .agencium-form-field textarea {
  height: 75px;
}
.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small,
.slide-sidebar-wrapper form .agencium-form-field textarea.wpforms-field-small,
.slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small,
.slide-sidebar-wrapper .widget .agencium-form-field textarea.wpforms-field-small,
.alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small,
.alter-menu-wrapper form .agencium-form-field textarea.wpforms-field-small,
.alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small,
.alter-menu-wrapper .widget .agencium-form-field textarea.wpforms-field-small,
.sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small,
.sidebar form .agencium-form-field textarea.wpforms-field-small,
.sidebar [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small,
.sidebar .widget .agencium-form-field textarea.wpforms-field-small,
.footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-small,
.footer-widgets form .agencium-form-field textarea.wpforms-field-small,
.footer-widgets [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-small,
.footer-widgets .widget .agencium-form-field textarea.wpforms-field-small {
  height: 50px;
}
.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium,
.slide-sidebar-wrapper form .agencium-form-field textarea.wpforms-field-medium,
.slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium,
.slide-sidebar-wrapper .widget .agencium-form-field textarea.wpforms-field-medium,
.alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium,
.alter-menu-wrapper form .agencium-form-field textarea.wpforms-field-medium,
.alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium,
.alter-menu-wrapper .widget .agencium-form-field textarea.wpforms-field-medium,
.sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium,
.sidebar form .agencium-form-field textarea.wpforms-field-medium,
.sidebar [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium,
.sidebar .widget .agencium-form-field textarea.wpforms-field-medium,
.footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-medium,
.footer-widgets form .agencium-form-field textarea.wpforms-field-medium,
.footer-widgets [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-medium,
.footer-widgets .widget .agencium-form-field textarea.wpforms-field-medium {
  height: 75px;
}
.slide-sidebar-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large,
.slide-sidebar-wrapper form .agencium-form-field textarea.wpforms-field-large,
.slide-sidebar-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large,
.slide-sidebar-wrapper .widget .agencium-form-field textarea.wpforms-field-large,
.alter-menu-wrapper div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large,
.alter-menu-wrapper form .agencium-form-field textarea.wpforms-field-large,
.alter-menu-wrapper [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large,
.alter-menu-wrapper .widget .agencium-form-field textarea.wpforms-field-large,
.sidebar div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large,
.sidebar form .agencium-form-field textarea.wpforms-field-large,
.sidebar [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large,
.sidebar .widget .agencium-form-field textarea.wpforms-field-large,
.footer-widgets div.wpforms-container .wpforms-form .agencium-form-field textarea.wpforms-field-large,
.footer-widgets form .agencium-form-field textarea.wpforms-field-large,
.footer-widgets [class*="wp-block-"] .agencium-form-field textarea.wpforms-field-large,
.footer-widgets .widget .agencium-form-field textarea.wpforms-field-large {
  height: 100px;
}

.body-container div.wpforms-container .wpforms-form .wpforms-field-sublabel,
.body-container div.wpforms-container .wpforms-form .wpforms-field-description {
  margin: 0 !important;
  font-size: .875em;
  line-height: 1.9286em;
  font-weight: 200;
}

@media only screen and (min-width: 661px) {
  .body-container div.wpforms-container .wpforms-form .wpforms-one-third,
  .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths {
    width: 33.3333% !important;
  }
  .body-container div.wpforms-container .wpforms-form .wpforms-one-half,
  .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths,
  .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths {
    width: 50% !important;
  }
  .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth {
    width: 25% !important;
  }
  .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths,
  .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds {
    width: 66.6666% !important;
  }

  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-one-third,
  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths, .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-one-half,
  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths,
  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths,
  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth,
  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths,
  .sidebar .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-third,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-half,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths,
  .slide-sidebar-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-third,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-half,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths,
  .alter-menu-wrapper .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-one-third,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-two-sixths,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-one-half,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-three-sixths,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-two-fourths,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-one-fourth,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-four-sixths,
  .footer-widgets .body-container div.wpforms-container .wpforms-form .wpforms-two-thirds {
    width: 100% !important;
  }
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error em.wpforms-error {
  color: #E84C42 !important;
  font-style: normal;
  font-size: .875em;
  line-height: 1.9286em;
  font-weight: 200;
  position: relative;
  display: block;
  width: 100%;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-text .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-textarea .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-number .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-name .agencium-form-field, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-email .agencium-form-field {
  border-color: transparent !important;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-text .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-textarea .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-number .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-name .wpforms-error + em.wpforms-error, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-email .wpforms-error + em.wpforms-error {
  margin: -1px 0 0;
  border-top: solid 1px;
  position: relative;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-text .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-textarea .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-number .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-name .wpforms-error + em.wpforms-error:before, .body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-email .wpforms-error + em.wpforms-error:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  border-right: solid 1px;
  right: 0;
  left: initial;
  bottom: 100%;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + em.wpforms-error,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + .wpforms-field-description {
  margin: -1px 0 0;
  border-top: solid 1px;
  position: relative;
  color: #E84C42 !important;
}
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + em.wpforms-error:before,
.body-container div.wpforms-container .wpforms-form .wpforms-field.wpforms-has-error.wpforms-field-select.wpforms-field-select-style-modern .agencium-form-field + .wpforms-field-description:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  border-right: solid 1px;
  right: 0;
  left: initial;
  bottom: 100%;
}

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
body.elementor-editor-active .elementor-widget-container h1, body.elementor-editor-active .elementor-widget-container h2, body.elementor-editor-active .elementor-widget-container h3, body.elementor-editor-active .elementor-widget-container h4, body.elementor-editor-active .elementor-widget-container h5, body.elementor-editor-active .elementor-widget-container h6, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title, body.elementor-editor-active .elementor-widget-container .wpforms-title,
body.elementor-editor-active .sidebar h1,
body.elementor-editor-active .sidebar h2,
body.elementor-editor-active .sidebar h3,
body.elementor-editor-active .sidebar h4,
body.elementor-editor-active .sidebar h5,
body.elementor-editor-active .sidebar h6,
body.elementor-editor-active .sidebar .agencium_content_slider_title,
body.elementor-editor-active .sidebar .wpforms-title,
body:not(.elementor-editor-active) .content-wrapper h1,
body:not(.elementor-editor-active) .content-wrapper h2,
body:not(.elementor-editor-active) .content-wrapper h3,
body:not(.elementor-editor-active) .content-wrapper h4,
body:not(.elementor-editor-active) .content-wrapper h5,
body:not(.elementor-editor-active) .content-wrapper h6,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6,
.block-editor-block-list__layout .agencium_content_slider_title,
.block-editor-block-list__layout .wpforms-title,
.mobile-header h1,
.mobile-header h2,
.mobile-header h3,
.mobile-header h4,
.mobile-header h5,
.mobile-header h6,
.mobile-header .agencium_content_slider_title,
.mobile-header .wpforms-title,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header .agencium_content_slider_title,
.header .wpforms-title,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .agencium_content_slider_title,
.footer .wpforms-title,
.slide-sidebar-wrapper h1,
.slide-sidebar-wrapper h2,
.slide-sidebar-wrapper h3,
.slide-sidebar-wrapper h4,
.slide-sidebar-wrapper h5,
.slide-sidebar-wrapper h6,
.slide-sidebar-wrapper .agencium_content_slider_title,
.slide-sidebar-wrapper .wpforms-title,
.alter-menu-wrapper h1,
.alter-menu-wrapper h2,
.alter-menu-wrapper h3,
.alter-menu-wrapper h4,
.alter-menu-wrapper h5,
.alter-menu-wrapper h6,
.alter-menu-wrapper .agencium_content_slider_title,
.alter-menu-wrapper .wpforms-title,
.page-title-container h1,
.page-title-container h2,
.page-title-container h3,
.page-title-container h4,
.page-title-container h5,
.page-title-container h6,
.page-title-container .agencium_content_slider_title,
.page-title-container .wpforms-title,
.top-bar h1,
.top-bar h2,
.top-bar h3,
.top-bar h4,
.top-bar h5,
.top-bar h6,
.top-bar .agencium_content_slider_title,
.top-bar .wpforms-title,
.mobile-header-menu-container h1,
.mobile-header-menu-container h2,
.mobile-header-menu-container h3,
.mobile-header-menu-container h4,
.mobile-header-menu-container h5,
.mobile-header-menu-container h6,
.mobile-header-menu-container .agencium_content_slider_title,
.mobile-header-menu-container .wpforms-title,
.site-search h1,
.site-search h2,
.site-search h3,
.site-search h4,
.site-search h5,
.site-search h6,
.site-search .agencium_content_slider_title,
.site-search .wpforms-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body.elementor-editor-active .elementor-widget-container h1 a, body.elementor-editor-active .elementor-widget-container h2 a, body.elementor-editor-active .elementor-widget-container h3 a, body.elementor-editor-active .elementor-widget-container h4 a, body.elementor-editor-active .elementor-widget-container h5 a, body.elementor-editor-active .elementor-widget-container h6 a, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title a, body.elementor-editor-active .elementor-widget-container .wpforms-title a,
body.elementor-editor-active .sidebar h1 a,
body.elementor-editor-active .sidebar h2 a,
body.elementor-editor-active .sidebar h3 a,
body.elementor-editor-active .sidebar h4 a,
body.elementor-editor-active .sidebar h5 a,
body.elementor-editor-active .sidebar h6 a,
body.elementor-editor-active .sidebar .agencium_content_slider_title a,
body.elementor-editor-active .sidebar .wpforms-title a,
body:not(.elementor-editor-active) .content-wrapper h1 a,
body:not(.elementor-editor-active) .content-wrapper h2 a,
body:not(.elementor-editor-active) .content-wrapper h3 a,
body:not(.elementor-editor-active) .content-wrapper h4 a,
body:not(.elementor-editor-active) .content-wrapper h5 a,
body:not(.elementor-editor-active) .content-wrapper h6 a,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title a,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title a,
.block-editor-block-list__layout h1 a,
.block-editor-block-list__layout h2 a,
.block-editor-block-list__layout h3 a,
.block-editor-block-list__layout h4 a,
.block-editor-block-list__layout h5 a,
.block-editor-block-list__layout h6 a,
.block-editor-block-list__layout .agencium_content_slider_title a,
.block-editor-block-list__layout .wpforms-title a,
.mobile-header h1 a,
.mobile-header h2 a,
.mobile-header h3 a,
.mobile-header h4 a,
.mobile-header h5 a,
.mobile-header h6 a,
.mobile-header .agencium_content_slider_title a,
.mobile-header .wpforms-title a,
.header h1 a,
.header h2 a,
.header h3 a,
.header h4 a,
.header h5 a,
.header h6 a,
.header .agencium_content_slider_title a,
.header .wpforms-title a,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.footer .agencium_content_slider_title a,
.footer .wpforms-title a,
.slide-sidebar-wrapper h1 a,
.slide-sidebar-wrapper h2 a,
.slide-sidebar-wrapper h3 a,
.slide-sidebar-wrapper h4 a,
.slide-sidebar-wrapper h5 a,
.slide-sidebar-wrapper h6 a,
.slide-sidebar-wrapper .agencium_content_slider_title a,
.slide-sidebar-wrapper .wpforms-title a,
.alter-menu-wrapper h1 a,
.alter-menu-wrapper h2 a,
.alter-menu-wrapper h3 a,
.alter-menu-wrapper h4 a,
.alter-menu-wrapper h5 a,
.alter-menu-wrapper h6 a,
.alter-menu-wrapper .agencium_content_slider_title a,
.alter-menu-wrapper .wpforms-title a,
.page-title-container h1 a,
.page-title-container h2 a,
.page-title-container h3 a,
.page-title-container h4 a,
.page-title-container h5 a,
.page-title-container h6 a,
.page-title-container .agencium_content_slider_title a,
.page-title-container .wpforms-title a,
.top-bar h1 a,
.top-bar h2 a,
.top-bar h3 a,
.top-bar h4 a,
.top-bar h5 a,
.top-bar h6 a,
.top-bar .agencium_content_slider_title a,
.top-bar .wpforms-title a,
.mobile-header-menu-container h1 a,
.mobile-header-menu-container h2 a,
.mobile-header-menu-container h3 a,
.mobile-header-menu-container h4 a,
.mobile-header-menu-container h5 a,
.mobile-header-menu-container h6 a,
.mobile-header-menu-container .agencium_content_slider_title a,
.mobile-header-menu-container .wpforms-title a,
.site-search h1 a,
.site-search h2 a,
.site-search h3 a,
.site-search h4 a,
.site-search h5 a,
.site-search h6 a,
.site-search .agencium_content_slider_title a,
.site-search .wpforms-title a {
  color: inherit;
}
body.elementor-editor-active .elementor-widget-container h1:first-child, body.elementor-editor-active .elementor-widget-container h2:first-child, body.elementor-editor-active .elementor-widget-container h3:first-child, body.elementor-editor-active .elementor-widget-container h4:first-child, body.elementor-editor-active .elementor-widget-container h5:first-child, body.elementor-editor-active .elementor-widget-container h6:first-child, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:first-child, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child,
body.elementor-editor-active .sidebar h1:first-child,
body.elementor-editor-active .sidebar h2:first-child,
body.elementor-editor-active .sidebar h3:first-child,
body.elementor-editor-active .sidebar h4:first-child,
body.elementor-editor-active .sidebar h5:first-child,
body.elementor-editor-active .sidebar h6:first-child,
body.elementor-editor-active .sidebar .agencium_content_slider_title:first-child,
body.elementor-editor-active .sidebar .wpforms-title:first-child,
body:not(.elementor-editor-active) .content-wrapper h1:first-child,
body:not(.elementor-editor-active) .content-wrapper h2:first-child,
body:not(.elementor-editor-active) .content-wrapper h3:first-child,
body:not(.elementor-editor-active) .content-wrapper h4:first-child,
body:not(.elementor-editor-active) .content-wrapper h5:first-child,
body:not(.elementor-editor-active) .content-wrapper h6:first-child,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:first-child,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child,
.block-editor-block-list__layout h1:first-child,
.block-editor-block-list__layout h2:first-child,
.block-editor-block-list__layout h3:first-child,
.block-editor-block-list__layout h4:first-child,
.block-editor-block-list__layout h5:first-child,
.block-editor-block-list__layout h6:first-child,
.block-editor-block-list__layout .agencium_content_slider_title:first-child,
.block-editor-block-list__layout .wpforms-title:first-child,
.mobile-header h1:first-child,
.mobile-header h2:first-child,
.mobile-header h3:first-child,
.mobile-header h4:first-child,
.mobile-header h5:first-child,
.mobile-header h6:first-child,
.mobile-header .agencium_content_slider_title:first-child,
.mobile-header .wpforms-title:first-child,
.header h1:first-child,
.header h2:first-child,
.header h3:first-child,
.header h4:first-child,
.header h5:first-child,
.header h6:first-child,
.header .agencium_content_slider_title:first-child,
.header .wpforms-title:first-child,
.footer h1:first-child,
.footer h2:first-child,
.footer h3:first-child,
.footer h4:first-child,
.footer h5:first-child,
.footer h6:first-child,
.footer .agencium_content_slider_title:first-child,
.footer .wpforms-title:first-child,
.slide-sidebar-wrapper h1:first-child,
.slide-sidebar-wrapper h2:first-child,
.slide-sidebar-wrapper h3:first-child,
.slide-sidebar-wrapper h4:first-child,
.slide-sidebar-wrapper h5:first-child,
.slide-sidebar-wrapper h6:first-child,
.slide-sidebar-wrapper .agencium_content_slider_title:first-child,
.slide-sidebar-wrapper .wpforms-title:first-child,
.alter-menu-wrapper h1:first-child,
.alter-menu-wrapper h2:first-child,
.alter-menu-wrapper h3:first-child,
.alter-menu-wrapper h4:first-child,
.alter-menu-wrapper h5:first-child,
.alter-menu-wrapper h6:first-child,
.alter-menu-wrapper .agencium_content_slider_title:first-child,
.alter-menu-wrapper .wpforms-title:first-child,
.page-title-container h1:first-child,
.page-title-container h2:first-child,
.page-title-container h3:first-child,
.page-title-container h4:first-child,
.page-title-container h5:first-child,
.page-title-container h6:first-child,
.page-title-container .agencium_content_slider_title:first-child,
.page-title-container .wpforms-title:first-child,
.top-bar h1:first-child,
.top-bar h2:first-child,
.top-bar h3:first-child,
.top-bar h4:first-child,
.top-bar h5:first-child,
.top-bar h6:first-child,
.top-bar .agencium_content_slider_title:first-child,
.top-bar .wpforms-title:first-child,
.mobile-header-menu-container h1:first-child,
.mobile-header-menu-container h2:first-child,
.mobile-header-menu-container h3:first-child,
.mobile-header-menu-container h4:first-child,
.mobile-header-menu-container h5:first-child,
.mobile-header-menu-container h6:first-child,
.mobile-header-menu-container .agencium_content_slider_title:first-child,
.mobile-header-menu-container .wpforms-title:first-child,
.site-search h1:first-child,
.site-search h2:first-child,
.site-search h3:first-child,
.site-search h4:first-child,
.site-search h5:first-child,
.site-search h6:first-child,
.site-search .agencium_content_slider_title:first-child,
.site-search .wpforms-title:first-child {
  margin-top: 0;
}
body.elementor-editor-active .elementor-widget-container h1:last-child, body.elementor-editor-active .elementor-widget-container h2:last-child, body.elementor-editor-active .elementor-widget-container h3:last-child, body.elementor-editor-active .elementor-widget-container h4:last-child, body.elementor-editor-active .elementor-widget-container h5:last-child, body.elementor-editor-active .elementor-widget-container h6:last-child, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:last-child, body.elementor-editor-active .elementor-widget-container .wpforms-title:last-child,
body.elementor-editor-active .sidebar h1:last-child,
body.elementor-editor-active .sidebar h2:last-child,
body.elementor-editor-active .sidebar h3:last-child,
body.elementor-editor-active .sidebar h4:last-child,
body.elementor-editor-active .sidebar h5:last-child,
body.elementor-editor-active .sidebar h6:last-child,
body.elementor-editor-active .sidebar .agencium_content_slider_title:last-child,
body.elementor-editor-active .sidebar .wpforms-title:last-child,
body:not(.elementor-editor-active) .content-wrapper h1:last-child,
body:not(.elementor-editor-active) .content-wrapper h2:last-child,
body:not(.elementor-editor-active) .content-wrapper h3:last-child,
body:not(.elementor-editor-active) .content-wrapper h4:last-child,
body:not(.elementor-editor-active) .content-wrapper h5:last-child,
body:not(.elementor-editor-active) .content-wrapper h6:last-child,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:last-child,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:last-child,
.block-editor-block-list__layout h1:last-child,
.block-editor-block-list__layout h2:last-child,
.block-editor-block-list__layout h3:last-child,
.block-editor-block-list__layout h4:last-child,
.block-editor-block-list__layout h5:last-child,
.block-editor-block-list__layout h6:last-child,
.block-editor-block-list__layout .agencium_content_slider_title:last-child,
.block-editor-block-list__layout .wpforms-title:last-child,
.mobile-header h1:last-child,
.mobile-header h2:last-child,
.mobile-header h3:last-child,
.mobile-header h4:last-child,
.mobile-header h5:last-child,
.mobile-header h6:last-child,
.mobile-header .agencium_content_slider_title:last-child,
.mobile-header .wpforms-title:last-child,
.header h1:last-child,
.header h2:last-child,
.header h3:last-child,
.header h4:last-child,
.header h5:last-child,
.header h6:last-child,
.header .agencium_content_slider_title:last-child,
.header .wpforms-title:last-child,
.footer h1:last-child,
.footer h2:last-child,
.footer h3:last-child,
.footer h4:last-child,
.footer h5:last-child,
.footer h6:last-child,
.footer .agencium_content_slider_title:last-child,
.footer .wpforms-title:last-child,
.slide-sidebar-wrapper h1:last-child,
.slide-sidebar-wrapper h2:last-child,
.slide-sidebar-wrapper h3:last-child,
.slide-sidebar-wrapper h4:last-child,
.slide-sidebar-wrapper h5:last-child,
.slide-sidebar-wrapper h6:last-child,
.slide-sidebar-wrapper .agencium_content_slider_title:last-child,
.slide-sidebar-wrapper .wpforms-title:last-child,
.alter-menu-wrapper h1:last-child,
.alter-menu-wrapper h2:last-child,
.alter-menu-wrapper h3:last-child,
.alter-menu-wrapper h4:last-child,
.alter-menu-wrapper h5:last-child,
.alter-menu-wrapper h6:last-child,
.alter-menu-wrapper .agencium_content_slider_title:last-child,
.alter-menu-wrapper .wpforms-title:last-child,
.page-title-container h1:last-child,
.page-title-container h2:last-child,
.page-title-container h3:last-child,
.page-title-container h4:last-child,
.page-title-container h5:last-child,
.page-title-container h6:last-child,
.page-title-container .agencium_content_slider_title:last-child,
.page-title-container .wpforms-title:last-child,
.top-bar h1:last-child,
.top-bar h2:last-child,
.top-bar h3:last-child,
.top-bar h4:last-child,
.top-bar h5:last-child,
.top-bar h6:last-child,
.top-bar .agencium_content_slider_title:last-child,
.top-bar .wpforms-title:last-child,
.mobile-header-menu-container h1:last-child,
.mobile-header-menu-container h2:last-child,
.mobile-header-menu-container h3:last-child,
.mobile-header-menu-container h4:last-child,
.mobile-header-menu-container h5:last-child,
.mobile-header-menu-container h6:last-child,
.mobile-header-menu-container .agencium_content_slider_title:last-child,
.mobile-header-menu-container .wpforms-title:last-child,
.site-search h1:last-child,
.site-search h2:last-child,
.site-search h3:last-child,
.site-search h4:last-child,
.site-search h5:last-child,
.site-search h6:last-child,
.site-search .agencium_content_slider_title:last-child,
.site-search .wpforms-title:last-child {
  margin-bottom: 0;
}
body.elementor-editor-active .elementor-widget-container h1 + p, body.elementor-editor-active .elementor-widget-container h2 + p, body.elementor-editor-active .elementor-widget-container h3 + p, body.elementor-editor-active .elementor-widget-container h4 + p, body.elementor-editor-active .elementor-widget-container h5 + p, body.elementor-editor-active .elementor-widget-container h6 + p, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title + p, body.elementor-editor-active .elementor-widget-container .wpforms-title + p,
body.elementor-editor-active .sidebar h1 + p,
body.elementor-editor-active .sidebar h2 + p,
body.elementor-editor-active .sidebar h3 + p,
body.elementor-editor-active .sidebar h4 + p,
body.elementor-editor-active .sidebar h5 + p,
body.elementor-editor-active .sidebar h6 + p,
body.elementor-editor-active .sidebar .agencium_content_slider_title + p,
body.elementor-editor-active .sidebar .wpforms-title + p,
body:not(.elementor-editor-active) .content-wrapper h1 + p,
body:not(.elementor-editor-active) .content-wrapper h2 + p,
body:not(.elementor-editor-active) .content-wrapper h3 + p,
body:not(.elementor-editor-active) .content-wrapper h4 + p,
body:not(.elementor-editor-active) .content-wrapper h5 + p,
body:not(.elementor-editor-active) .content-wrapper h6 + p,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title + p,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + p,
.block-editor-block-list__layout h1 + p,
.block-editor-block-list__layout h2 + p,
.block-editor-block-list__layout h3 + p,
.block-editor-block-list__layout h4 + p,
.block-editor-block-list__layout h5 + p,
.block-editor-block-list__layout h6 + p,
.block-editor-block-list__layout .agencium_content_slider_title + p,
.block-editor-block-list__layout .wpforms-title + p,
.mobile-header h1 + p,
.mobile-header h2 + p,
.mobile-header h3 + p,
.mobile-header h4 + p,
.mobile-header h5 + p,
.mobile-header h6 + p,
.mobile-header .agencium_content_slider_title + p,
.mobile-header .wpforms-title + p,
.header h1 + p,
.header h2 + p,
.header h3 + p,
.header h4 + p,
.header h5 + p,
.header h6 + p,
.header .agencium_content_slider_title + p,
.header .wpforms-title + p,
.footer h1 + p,
.footer h2 + p,
.footer h3 + p,
.footer h4 + p,
.footer h5 + p,
.footer h6 + p,
.footer .agencium_content_slider_title + p,
.footer .wpforms-title + p,
.slide-sidebar-wrapper h1 + p,
.slide-sidebar-wrapper h2 + p,
.slide-sidebar-wrapper h3 + p,
.slide-sidebar-wrapper h4 + p,
.slide-sidebar-wrapper h5 + p,
.slide-sidebar-wrapper h6 + p,
.slide-sidebar-wrapper .agencium_content_slider_title + p,
.slide-sidebar-wrapper .wpforms-title + p,
.alter-menu-wrapper h1 + p,
.alter-menu-wrapper h2 + p,
.alter-menu-wrapper h3 + p,
.alter-menu-wrapper h4 + p,
.alter-menu-wrapper h5 + p,
.alter-menu-wrapper h6 + p,
.alter-menu-wrapper .agencium_content_slider_title + p,
.alter-menu-wrapper .wpforms-title + p,
.page-title-container h1 + p,
.page-title-container h2 + p,
.page-title-container h3 + p,
.page-title-container h4 + p,
.page-title-container h5 + p,
.page-title-container h6 + p,
.page-title-container .agencium_content_slider_title + p,
.page-title-container .wpforms-title + p,
.top-bar h1 + p,
.top-bar h2 + p,
.top-bar h3 + p,
.top-bar h4 + p,
.top-bar h5 + p,
.top-bar h6 + p,
.top-bar .agencium_content_slider_title + p,
.top-bar .wpforms-title + p,
.mobile-header-menu-container h1 + p,
.mobile-header-menu-container h2 + p,
.mobile-header-menu-container h3 + p,
.mobile-header-menu-container h4 + p,
.mobile-header-menu-container h5 + p,
.mobile-header-menu-container h6 + p,
.mobile-header-menu-container .agencium_content_slider_title + p,
.mobile-header-menu-container .wpforms-title + p,
.site-search h1 + p,
.site-search h2 + p,
.site-search h3 + p,
.site-search h4 + p,
.site-search h5 + p,
.site-search h6 + p,
.site-search .agencium_content_slider_title + p,
.site-search .wpforms-title + p {
  margin-top: 0;
}
body.elementor-editor-active .elementor-widget-container h1 em, body.elementor-editor-active .elementor-widget-container h2 em, body.elementor-editor-active .elementor-widget-container h3 em, body.elementor-editor-active .elementor-widget-container h4 em, body.elementor-editor-active .elementor-widget-container h5 em, body.elementor-editor-active .elementor-widget-container h6 em, body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title em, body.elementor-editor-active .elementor-widget-container .wpforms-title em,
body.elementor-editor-active .sidebar h1 em,
body.elementor-editor-active .sidebar h2 em,
body.elementor-editor-active .sidebar h3 em,
body.elementor-editor-active .sidebar h4 em,
body.elementor-editor-active .sidebar h5 em,
body.elementor-editor-active .sidebar h6 em,
body.elementor-editor-active .sidebar .agencium_content_slider_title em,
body.elementor-editor-active .sidebar .wpforms-title em,
body:not(.elementor-editor-active) .content-wrapper h1 em,
body:not(.elementor-editor-active) .content-wrapper h2 em,
body:not(.elementor-editor-active) .content-wrapper h3 em,
body:not(.elementor-editor-active) .content-wrapper h4 em,
body:not(.elementor-editor-active) .content-wrapper h5 em,
body:not(.elementor-editor-active) .content-wrapper h6 em,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title em,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title em,
.block-editor-block-list__layout h1 em,
.block-editor-block-list__layout h2 em,
.block-editor-block-list__layout h3 em,
.block-editor-block-list__layout h4 em,
.block-editor-block-list__layout h5 em,
.block-editor-block-list__layout h6 em,
.block-editor-block-list__layout .agencium_content_slider_title em,
.block-editor-block-list__layout .wpforms-title em,
.mobile-header h1 em,
.mobile-header h2 em,
.mobile-header h3 em,
.mobile-header h4 em,
.mobile-header h5 em,
.mobile-header h6 em,
.mobile-header .agencium_content_slider_title em,
.mobile-header .wpforms-title em,
.header h1 em,
.header h2 em,
.header h3 em,
.header h4 em,
.header h5 em,
.header h6 em,
.header .agencium_content_slider_title em,
.header .wpforms-title em,
.footer h1 em,
.footer h2 em,
.footer h3 em,
.footer h4 em,
.footer h5 em,
.footer h6 em,
.footer .agencium_content_slider_title em,
.footer .wpforms-title em,
.slide-sidebar-wrapper h1 em,
.slide-sidebar-wrapper h2 em,
.slide-sidebar-wrapper h3 em,
.slide-sidebar-wrapper h4 em,
.slide-sidebar-wrapper h5 em,
.slide-sidebar-wrapper h6 em,
.slide-sidebar-wrapper .agencium_content_slider_title em,
.slide-sidebar-wrapper .wpforms-title em,
.alter-menu-wrapper h1 em,
.alter-menu-wrapper h2 em,
.alter-menu-wrapper h3 em,
.alter-menu-wrapper h4 em,
.alter-menu-wrapper h5 em,
.alter-menu-wrapper h6 em,
.alter-menu-wrapper .agencium_content_slider_title em,
.alter-menu-wrapper .wpforms-title em,
.page-title-container h1 em,
.page-title-container h2 em,
.page-title-container h3 em,
.page-title-container h4 em,
.page-title-container h5 em,
.page-title-container h6 em,
.page-title-container .agencium_content_slider_title em,
.page-title-container .wpforms-title em,
.top-bar h1 em,
.top-bar h2 em,
.top-bar h3 em,
.top-bar h4 em,
.top-bar h5 em,
.top-bar h6 em,
.top-bar .agencium_content_slider_title em,
.top-bar .wpforms-title em,
.mobile-header-menu-container h1 em,
.mobile-header-menu-container h2 em,
.mobile-header-menu-container h3 em,
.mobile-header-menu-container h4 em,
.mobile-header-menu-container h5 em,
.mobile-header-menu-container h6 em,
.mobile-header-menu-container .agencium_content_slider_title em,
.mobile-header-menu-container .wpforms-title em,
.site-search h1 em,
.site-search h2 em,
.site-search h3 em,
.site-search h4 em,
.site-search h5 em,
.site-search h6 em,
.site-search .agencium_content_slider_title em,
.site-search .wpforms-title em {
  font-weight: 200;
}
body.elementor-editor-active .elementor-widget-container h1:not(:last-child),
body.elementor-editor-active .sidebar h1:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper h1:not(:last-child),
.block-editor-block-list__layout h1:not(:last-child),
.mobile-header h1:not(:last-child),
.header h1:not(:last-child),
.footer h1:not(:last-child),
.slide-sidebar-wrapper h1:not(:last-child),
.alter-menu-wrapper h1:not(:last-child),
.page-title-container h1:not(:last-child),
.top-bar h1:not(:last-child),
.mobile-header-menu-container h1:not(:last-child),
.site-search h1:not(:last-child) {
  margin-bottom: 0.5555em;
}
body.elementor-editor-active .elementor-widget-container h2:not(:last-child),
body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:not(:last-child),
body.elementor-editor-active .sidebar h2:not(:last-child),
body.elementor-editor-active .sidebar .agencium_content_slider_title:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper h2:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:not(:last-child),
.block-editor-block-list__layout h2:not(:last-child),
.block-editor-block-list__layout .agencium_content_slider_title:not(:last-child),
.mobile-header h2:not(:last-child),
.mobile-header .agencium_content_slider_title:not(:last-child),
.header h2:not(:last-child),
.header .agencium_content_slider_title:not(:last-child),
.footer h2:not(:last-child),
.footer .agencium_content_slider_title:not(:last-child),
.slide-sidebar-wrapper h2:not(:last-child),
.slide-sidebar-wrapper .agencium_content_slider_title:not(:last-child),
.alter-menu-wrapper h2:not(:last-child),
.alter-menu-wrapper .agencium_content_slider_title:not(:last-child),
.page-title-container h2:not(:last-child),
.page-title-container .agencium_content_slider_title:not(:last-child),
.top-bar h2:not(:last-child),
.top-bar .agencium_content_slider_title:not(:last-child),
.mobile-header-menu-container h2:not(:last-child),
.mobile-header-menu-container .agencium_content_slider_title:not(:last-child),
.site-search h2:not(:last-child),
.site-search .agencium_content_slider_title:not(:last-child) {
  margin-bottom: 0.7143em;
}
body.elementor-editor-active .elementor-widget-container h3:not(:last-child),
body.elementor-editor-active .sidebar h3:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper h3:not(:last-child),
.block-editor-block-list__layout h3:not(:last-child),
.mobile-header h3:not(:last-child),
.header h3:not(:last-child),
.footer h3:not(:last-child),
.slide-sidebar-wrapper h3:not(:last-child),
.alter-menu-wrapper h3:not(:last-child),
.page-title-container h3:not(:last-child),
.top-bar h3:not(:last-child),
.mobile-header-menu-container h3:not(:last-child),
.site-search h3:not(:last-child) {
  margin-bottom: 0.8333em;
}
body.elementor-editor-active .elementor-widget-container h4:not(:last-child),
body.elementor-editor-active .elementor-widget-container .woocommerce-checkout h3:not(:last-child),
body.elementor-editor-active .elementor-widget-container .woocommerce-order h2:not(:last-child),
body.elementor-editor-active .sidebar h4:not(:last-child),
body.elementor-editor-active .sidebar .woocommerce-checkout h3:not(:last-child),
body.elementor-editor-active .sidebar .woocommerce-order h2:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper h4:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .woocommerce-checkout h3:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .woocommerce-order h2:not(:last-child),
.block-editor-block-list__layout h4:not(:last-child),
.block-editor-block-list__layout .woocommerce-checkout h3:not(:last-child),
.block-editor-block-list__layout .woocommerce-order h2:not(:last-child),
.mobile-header h4:not(:last-child),
.mobile-header .woocommerce-checkout h3:not(:last-child),
.mobile-header .woocommerce-order h2:not(:last-child),
.header h4:not(:last-child),
.header .woocommerce-checkout h3:not(:last-child),
.header .woocommerce-order h2:not(:last-child),
.footer h4:not(:last-child),
.footer .woocommerce-checkout h3:not(:last-child),
.footer .woocommerce-order h2:not(:last-child),
.slide-sidebar-wrapper h4:not(:last-child),
.slide-sidebar-wrapper .woocommerce-checkout h3:not(:last-child),
.slide-sidebar-wrapper .woocommerce-order h2:not(:last-child),
.alter-menu-wrapper h4:not(:last-child),
.alter-menu-wrapper .woocommerce-checkout h3:not(:last-child),
.alter-menu-wrapper .woocommerce-order h2:not(:last-child),
.page-title-container h4:not(:last-child),
.page-title-container .woocommerce-checkout h3:not(:last-child),
.page-title-container .woocommerce-order h2:not(:last-child),
.top-bar h4:not(:last-child),
.top-bar .woocommerce-checkout h3:not(:last-child),
.top-bar .woocommerce-order h2:not(:last-child),
.mobile-header-menu-container h4:not(:last-child),
.mobile-header-menu-container .woocommerce-checkout h3:not(:last-child),
.mobile-header-menu-container .woocommerce-order h2:not(:last-child),
.site-search h4:not(:last-child),
.site-search .woocommerce-checkout h3:not(:last-child),
.site-search .woocommerce-order h2:not(:last-child) {
  margin-bottom: 1em;
}
body.elementor-editor-active .elementor-widget-container h5:not(:last-child),
body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:last-child),
body.elementor-editor-active .sidebar h5:not(:last-child),
body.elementor-editor-active .sidebar .wpforms-title:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper h5:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:last-child),
.block-editor-block-list__layout h5:not(:last-child),
.block-editor-block-list__layout .wpforms-title:not(:last-child),
.mobile-header h5:not(:last-child),
.mobile-header .wpforms-title:not(:last-child),
.header h5:not(:last-child),
.header .wpforms-title:not(:last-child),
.footer h5:not(:last-child),
.footer .wpforms-title:not(:last-child),
.slide-sidebar-wrapper h5:not(:last-child),
.slide-sidebar-wrapper .wpforms-title:not(:last-child),
.alter-menu-wrapper h5:not(:last-child),
.alter-menu-wrapper .wpforms-title:not(:last-child),
.page-title-container h5:not(:last-child),
.page-title-container .wpforms-title:not(:last-child),
.top-bar h5:not(:last-child),
.top-bar .wpforms-title:not(:last-child),
.mobile-header-menu-container h5:not(:last-child),
.mobile-header-menu-container .wpforms-title:not(:last-child),
.site-search h5:not(:last-child),
.site-search .wpforms-title:not(:last-child) {
  margin-bottom: 1.1111em;
}
body.elementor-editor-active .elementor-widget-container h6:not(:last-child),
body.elementor-editor-active .elementor-widget-container .wp-block-search .wp-block-search__label:not(:last-child),
body.elementor-editor-active .elementor-widget-container .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
body.elementor-editor-active .sidebar h6:not(:last-child),
body.elementor-editor-active .sidebar .wp-block-search .wp-block-search__label:not(:last-child),
body.elementor-editor-active .sidebar .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper h6:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .wp-block-search .wp-block-search__label:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.block-editor-block-list__layout h6:not(:last-child),
.block-editor-block-list__layout .wp-block-search .wp-block-search__label:not(:last-child),
.block-editor-block-list__layout .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.mobile-header h6:not(:last-child),
.mobile-header .wp-block-search .wp-block-search__label:not(:last-child),
.mobile-header .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.header h6:not(:last-child),
.header .wp-block-search .wp-block-search__label:not(:last-child),
.header .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.footer h6:not(:last-child),
.footer .wp-block-search .wp-block-search__label:not(:last-child),
.footer .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.slide-sidebar-wrapper h6:not(:last-child),
.slide-sidebar-wrapper .wp-block-search .wp-block-search__label:not(:last-child),
.slide-sidebar-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.alter-menu-wrapper h6:not(:last-child),
.alter-menu-wrapper .wp-block-search .wp-block-search__label:not(:last-child),
.alter-menu-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.page-title-container h6:not(:last-child),
.page-title-container .wp-block-search .wp-block-search__label:not(:last-child),
.page-title-container .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.top-bar h6:not(:last-child),
.top-bar .wp-block-search .wp-block-search__label:not(:last-child),
.top-bar .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.mobile-header-menu-container h6:not(:last-child),
.mobile-header-menu-container .wp-block-search .wp-block-search__label:not(:last-child),
.mobile-header-menu-container .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child),
.site-search h6:not(:last-child),
.site-search .wp-block-search .wp-block-search__label:not(:last-child),
.site-search .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: 1.25em;
}
body.elementor-editor-active .elementor-widget-container p,
body.elementor-editor-active .sidebar p,
body:not(.elementor-editor-active) .content-wrapper p,
.block-editor-block-list__layout p,
.mobile-header p,
.header p,
.footer p,
.slide-sidebar-wrapper p,
.alter-menu-wrapper p,
.page-title-container p,
.top-bar p,
.mobile-header-menu-container p,
.site-search p {
  margin: 1.875em 0;
}
body.elementor-editor-active .elementor-widget-container p:first-child,
body.elementor-editor-active .sidebar p:first-child,
body:not(.elementor-editor-active) .content-wrapper p:first-child,
.block-editor-block-list__layout p:first-child,
.mobile-header p:first-child,
.header p:first-child,
.footer p:first-child,
.slide-sidebar-wrapper p:first-child,
.alter-menu-wrapper p:first-child,
.page-title-container p:first-child,
.top-bar p:first-child,
.mobile-header-menu-container p:first-child,
.site-search p:first-child {
  margin-top: 0;
}
body.elementor-editor-active .elementor-widget-container p:last-child,
body.elementor-editor-active .sidebar p:last-child,
body:not(.elementor-editor-active) .content-wrapper p:last-child,
.block-editor-block-list__layout p:last-child,
.mobile-header p:last-child,
.header p:last-child,
.footer p:last-child,
.slide-sidebar-wrapper p:last-child,
.alter-menu-wrapper p:last-child,
.page-title-container p:last-child,
.top-bar p:last-child,
.mobile-header-menu-container p:last-child,
.site-search p:last-child {
  margin-bottom: 0;
}
body.elementor-editor-active .elementor-widget-container p span[style*='background-color'],
body.elementor-editor-active .sidebar p span[style*='background-color'],
body:not(.elementor-editor-active) .content-wrapper p span[style*='background-color'],
.block-editor-block-list__layout p span[style*='background-color'],
.mobile-header p span[style*='background-color'],
.header p span[style*='background-color'],
.footer p span[style*='background-color'],
.slide-sidebar-wrapper p span[style*='background-color'],
.alter-menu-wrapper p span[style*='background-color'],
.page-title-container p span[style*='background-color'],
.top-bar p span[style*='background-color'],
.mobile-header-menu-container p span[style*='background-color'],
.site-search p span[style*='background-color'] {
  padding: 1px 3px 2px;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor p,
body.elementor-editor-active .sidebar .elementor-text-editor p,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor p,
.block-editor-block-list__layout .elementor-text-editor p,
.mobile-header .elementor-text-editor p,
.header .elementor-text-editor p,
.footer .elementor-text-editor p,
.slide-sidebar-wrapper .elementor-text-editor p,
.alter-menu-wrapper .elementor-text-editor p,
.page-title-container .elementor-text-editor p,
.top-bar .elementor-text-editor p,
.mobile-header-menu-container .elementor-text-editor p,
.site-search .elementor-text-editor p {
  line-height: inherit;
}
body.elementor-editor-active .elementor-widget-container q,
body.elementor-editor-active .sidebar q,
body:not(.elementor-editor-active) .content-wrapper q,
.block-editor-block-list__layout q,
.mobile-header q,
.header q,
.footer q,
.slide-sidebar-wrapper q,
.alter-menu-wrapper q,
.page-title-container q,
.top-bar q,
.mobile-header-menu-container q,
.site-search q {
  font-weight: 700;
}
body.elementor-editor-active .elementor-widget-container h1,
body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h1.elementor-heading-title,
body.elementor-editor-active .sidebar h1,
body.elementor-editor-active .sidebar body .elementor-widget-heading h1.elementor-heading-title,
body:not(.elementor-editor-active) .content-wrapper h1,
body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h1.elementor-heading-title,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout body .elementor-widget-heading h1.elementor-heading-title,
.mobile-header h1,
.mobile-header body .elementor-widget-heading h1.elementor-heading-title,
.header h1,
.header body .elementor-widget-heading h1.elementor-heading-title,
.footer h1,
.footer body .elementor-widget-heading h1.elementor-heading-title,
.slide-sidebar-wrapper h1,
.slide-sidebar-wrapper body .elementor-widget-heading h1.elementor-heading-title,
.alter-menu-wrapper h1,
.alter-menu-wrapper body .elementor-widget-heading h1.elementor-heading-title,
.page-title-container h1,
.page-title-container body .elementor-widget-heading h1.elementor-heading-title,
.top-bar h1,
.top-bar body .elementor-widget-heading h1.elementor-heading-title,
.mobile-header-menu-container h1,
.mobile-header-menu-container body .elementor-widget-heading h1.elementor-heading-title,
.site-search h1,
.site-search body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 36px;
  line-height: 1.2em;
}
body.elementor-editor-active .elementor-widget-container h2,
body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title,
body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h2.elementor-heading-title,
body.elementor-editor-active .sidebar h2,
body.elementor-editor-active .sidebar .agencium_content_slider_title,
body.elementor-editor-active .sidebar body .elementor-widget-heading h2.elementor-heading-title,
body:not(.elementor-editor-active) .content-wrapper h2,
body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title,
body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h2.elementor-heading-title,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout .agencium_content_slider_title,
.block-editor-block-list__layout body .elementor-widget-heading h2.elementor-heading-title,
.mobile-header h2,
.mobile-header .agencium_content_slider_title,
.mobile-header body .elementor-widget-heading h2.elementor-heading-title,
.header h2,
.header .agencium_content_slider_title,
.header body .elementor-widget-heading h2.elementor-heading-title,
.footer h2,
.footer .agencium_content_slider_title,
.footer body .elementor-widget-heading h2.elementor-heading-title,
.slide-sidebar-wrapper h2,
.slide-sidebar-wrapper .agencium_content_slider_title,
.slide-sidebar-wrapper body .elementor-widget-heading h2.elementor-heading-title,
.alter-menu-wrapper h2,
.alter-menu-wrapper .agencium_content_slider_title,
.alter-menu-wrapper body .elementor-widget-heading h2.elementor-heading-title,
.page-title-container h2,
.page-title-container .agencium_content_slider_title,
.page-title-container body .elementor-widget-heading h2.elementor-heading-title,
.top-bar h2,
.top-bar .agencium_content_slider_title,
.top-bar body .elementor-widget-heading h2.elementor-heading-title,
.mobile-header-menu-container h2,
.mobile-header-menu-container .agencium_content_slider_title,
.mobile-header-menu-container body .elementor-widget-heading h2.elementor-heading-title,
.site-search h2,
.site-search .agencium_content_slider_title,
.site-search body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 28px;
  line-height: 1.4737em;
}
body.elementor-editor-active .elementor-widget-container h3,
body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h3.elementor-heading-title,
body.elementor-editor-active .sidebar h3,
body.elementor-editor-active .sidebar body .elementor-widget-heading h3.elementor-heading-title,
body:not(.elementor-editor-active) .content-wrapper h3,
body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h3.elementor-heading-title,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout body .elementor-widget-heading h3.elementor-heading-title,
.mobile-header h3,
.mobile-header body .elementor-widget-heading h3.elementor-heading-title,
.header h3,
.header body .elementor-widget-heading h3.elementor-heading-title,
.footer h3,
.footer body .elementor-widget-heading h3.elementor-heading-title,
.slide-sidebar-wrapper h3,
.slide-sidebar-wrapper body .elementor-widget-heading h3.elementor-heading-title,
.alter-menu-wrapper h3,
.alter-menu-wrapper body .elementor-widget-heading h3.elementor-heading-title,
.page-title-container h3,
.page-title-container body .elementor-widget-heading h3.elementor-heading-title,
.top-bar h3,
.top-bar body .elementor-widget-heading h3.elementor-heading-title,
.mobile-header-menu-container h3,
.mobile-header-menu-container body .elementor-widget-heading h3.elementor-heading-title,
.site-search h3,
.site-search body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.4737em;
}
body.elementor-editor-active .elementor-widget-container h4,
body.elementor-editor-active .elementor-widget-container .woocommerce-checkout h3,
body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h4.elementor-heading-title,
body.elementor-editor-active .elementor-widget-container .widget h2.widgettitle,
body.elementor-editor-active .elementor-widget-container .woocommerce-order h2,
body.elementor-editor-active .sidebar h4,
body.elementor-editor-active .sidebar .woocommerce-checkout h3,
body.elementor-editor-active .sidebar body .elementor-widget-heading h4.elementor-heading-title,
body.elementor-editor-active .sidebar .widget h2.widgettitle,
body.elementor-editor-active .sidebar .woocommerce-order h2,
body:not(.elementor-editor-active) .content-wrapper h4,
body:not(.elementor-editor-active) .content-wrapper .woocommerce-checkout h3,
body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h4.elementor-heading-title,
body:not(.elementor-editor-active) .content-wrapper .widget h2.widgettitle,
body:not(.elementor-editor-active) .content-wrapper .woocommerce-order h2,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout .woocommerce-checkout h3,
.block-editor-block-list__layout body .elementor-widget-heading h4.elementor-heading-title,
.block-editor-block-list__layout .widget h2.widgettitle,
.block-editor-block-list__layout .woocommerce-order h2,
.mobile-header h4,
.mobile-header .woocommerce-checkout h3,
.mobile-header body .elementor-widget-heading h4.elementor-heading-title,
.mobile-header .widget h2.widgettitle,
.mobile-header .woocommerce-order h2,
.header h4,
.header .woocommerce-checkout h3,
.header body .elementor-widget-heading h4.elementor-heading-title,
.header .widget h2.widgettitle,
.header .woocommerce-order h2,
.footer h4,
.footer .woocommerce-checkout h3,
.footer body .elementor-widget-heading h4.elementor-heading-title,
.footer .widget h2.widgettitle,
.footer .woocommerce-order h2,
.slide-sidebar-wrapper h4,
.slide-sidebar-wrapper .woocommerce-checkout h3,
.slide-sidebar-wrapper body .elementor-widget-heading h4.elementor-heading-title,
.slide-sidebar-wrapper .widget h2.widgettitle,
.slide-sidebar-wrapper .woocommerce-order h2,
.alter-menu-wrapper h4,
.alter-menu-wrapper .woocommerce-checkout h3,
.alter-menu-wrapper body .elementor-widget-heading h4.elementor-heading-title,
.alter-menu-wrapper .widget h2.widgettitle,
.alter-menu-wrapper .woocommerce-order h2,
.page-title-container h4,
.page-title-container .woocommerce-checkout h3,
.page-title-container body .elementor-widget-heading h4.elementor-heading-title,
.page-title-container .widget h2.widgettitle,
.page-title-container .woocommerce-order h2,
.top-bar h4,
.top-bar .woocommerce-checkout h3,
.top-bar body .elementor-widget-heading h4.elementor-heading-title,
.top-bar .widget h2.widgettitle,
.top-bar .woocommerce-order h2,
.mobile-header-menu-container h4,
.mobile-header-menu-container .woocommerce-checkout h3,
.mobile-header-menu-container body .elementor-widget-heading h4.elementor-heading-title,
.mobile-header-menu-container .widget h2.widgettitle,
.mobile-header-menu-container .woocommerce-order h2,
.site-search h4,
.site-search .woocommerce-checkout h3,
.site-search body .elementor-widget-heading h4.elementor-heading-title,
.site-search .widget h2.widgettitle,
.site-search .woocommerce-order h2 {
  font-size: 20px;
  line-height: 1.4737em;
}
body.elementor-editor-active .elementor-widget-container h5,
body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h5.elementor-heading-title,
body.elementor-editor-active .elementor-widget-container .wpforms-title,
body.elementor-editor-active .elementor-widget-container .woocommerce-Reviews-title,
body.elementor-editor-active .elementor-widget-container .woocommerce-account h3,
body.elementor-editor-active .elementor-widget-container .outer-form-wrapper h2,
body.elementor-editor-active .elementor-widget-container .woocommerce-MyAccount-content h2,
body.elementor-editor-active .sidebar h5,
body.elementor-editor-active .sidebar body .elementor-widget-heading h5.elementor-heading-title,
body.elementor-editor-active .sidebar .wpforms-title,
body.elementor-editor-active .sidebar .woocommerce-Reviews-title,
body.elementor-editor-active .sidebar .woocommerce-account h3,
body.elementor-editor-active .sidebar .outer-form-wrapper h2,
body.elementor-editor-active .sidebar .woocommerce-MyAccount-content h2,
body:not(.elementor-editor-active) .content-wrapper h5,
body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h5.elementor-heading-title,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title,
body:not(.elementor-editor-active) .content-wrapper .woocommerce-Reviews-title,
body:not(.elementor-editor-active) .content-wrapper .woocommerce-account h3,
body:not(.elementor-editor-active) .content-wrapper .outer-form-wrapper h2,
body:not(.elementor-editor-active) .content-wrapper .woocommerce-MyAccount-content h2,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout body .elementor-widget-heading h5.elementor-heading-title,
.block-editor-block-list__layout .wpforms-title,
.block-editor-block-list__layout .woocommerce-Reviews-title,
.block-editor-block-list__layout .woocommerce-account h3,
.block-editor-block-list__layout .outer-form-wrapper h2,
.block-editor-block-list__layout .woocommerce-MyAccount-content h2,
.mobile-header h5,
.mobile-header body .elementor-widget-heading h5.elementor-heading-title,
.mobile-header .wpforms-title,
.mobile-header .woocommerce-Reviews-title,
.mobile-header .woocommerce-account h3,
.mobile-header .outer-form-wrapper h2,
.mobile-header .woocommerce-MyAccount-content h2,
.header h5,
.header body .elementor-widget-heading h5.elementor-heading-title,
.header .wpforms-title,
.header .woocommerce-Reviews-title,
.header .woocommerce-account h3,
.header .outer-form-wrapper h2,
.header .woocommerce-MyAccount-content h2,
.footer h5,
.footer body .elementor-widget-heading h5.elementor-heading-title,
.footer .wpforms-title,
.footer .woocommerce-Reviews-title,
.footer .woocommerce-account h3,
.footer .outer-form-wrapper h2,
.footer .woocommerce-MyAccount-content h2,
.slide-sidebar-wrapper h5,
.slide-sidebar-wrapper body .elementor-widget-heading h5.elementor-heading-title,
.slide-sidebar-wrapper .wpforms-title,
.slide-sidebar-wrapper .woocommerce-Reviews-title,
.slide-sidebar-wrapper .woocommerce-account h3,
.slide-sidebar-wrapper .outer-form-wrapper h2,
.slide-sidebar-wrapper .woocommerce-MyAccount-content h2,
.alter-menu-wrapper h5,
.alter-menu-wrapper body .elementor-widget-heading h5.elementor-heading-title,
.alter-menu-wrapper .wpforms-title,
.alter-menu-wrapper .woocommerce-Reviews-title,
.alter-menu-wrapper .woocommerce-account h3,
.alter-menu-wrapper .outer-form-wrapper h2,
.alter-menu-wrapper .woocommerce-MyAccount-content h2,
.page-title-container h5,
.page-title-container body .elementor-widget-heading h5.elementor-heading-title,
.page-title-container .wpforms-title,
.page-title-container .woocommerce-Reviews-title,
.page-title-container .woocommerce-account h3,
.page-title-container .outer-form-wrapper h2,
.page-title-container .woocommerce-MyAccount-content h2,
.top-bar h5,
.top-bar body .elementor-widget-heading h5.elementor-heading-title,
.top-bar .wpforms-title,
.top-bar .woocommerce-Reviews-title,
.top-bar .woocommerce-account h3,
.top-bar .outer-form-wrapper h2,
.top-bar .woocommerce-MyAccount-content h2,
.mobile-header-menu-container h5,
.mobile-header-menu-container body .elementor-widget-heading h5.elementor-heading-title,
.mobile-header-menu-container .wpforms-title,
.mobile-header-menu-container .woocommerce-Reviews-title,
.mobile-header-menu-container .woocommerce-account h3,
.mobile-header-menu-container .outer-form-wrapper h2,
.mobile-header-menu-container .woocommerce-MyAccount-content h2,
.site-search h5,
.site-search body .elementor-widget-heading h5.elementor-heading-title,
.site-search .wpforms-title,
.site-search .woocommerce-Reviews-title,
.site-search .woocommerce-account h3,
.site-search .outer-form-wrapper h2,
.site-search .woocommerce-MyAccount-content h2 {
  font-size: 18px;
  line-height: 1.4737em;
}
body.elementor-editor-active .elementor-widget-container h6,
body.elementor-editor-active .elementor-widget-container body .elementor-widget-heading h6.elementor-heading-title,
body.elementor-editor-active .elementor-widget-container .wp-block-search .wp-block-search__label,
body.elementor-editor-active .elementor-widget-container .cart_totals h2,
body.elementor-editor-active .elementor-widget-container .wp-block-woocommerce-product-search .wc-block-product-search__label,
body.elementor-editor-active .sidebar h6,
body.elementor-editor-active .sidebar body .elementor-widget-heading h6.elementor-heading-title,
body.elementor-editor-active .sidebar .wp-block-search .wp-block-search__label,
body.elementor-editor-active .sidebar .cart_totals h2,
body.elementor-editor-active .sidebar .wp-block-woocommerce-product-search .wc-block-product-search__label,
body:not(.elementor-editor-active) .content-wrapper h6,
body:not(.elementor-editor-active) .content-wrapper body .elementor-widget-heading h6.elementor-heading-title,
body:not(.elementor-editor-active) .content-wrapper .wp-block-search .wp-block-search__label,
body:not(.elementor-editor-active) .content-wrapper .cart_totals h2,
body:not(.elementor-editor-active) .content-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label,
.block-editor-block-list__layout h6,
.block-editor-block-list__layout body .elementor-widget-heading h6.elementor-heading-title,
.block-editor-block-list__layout .wp-block-search .wp-block-search__label,
.block-editor-block-list__layout .cart_totals h2,
.block-editor-block-list__layout .wp-block-woocommerce-product-search .wc-block-product-search__label,
.mobile-header h6,
.mobile-header body .elementor-widget-heading h6.elementor-heading-title,
.mobile-header .wp-block-search .wp-block-search__label,
.mobile-header .cart_totals h2,
.mobile-header .wp-block-woocommerce-product-search .wc-block-product-search__label,
.header h6,
.header body .elementor-widget-heading h6.elementor-heading-title,
.header .wp-block-search .wp-block-search__label,
.header .cart_totals h2,
.header .wp-block-woocommerce-product-search .wc-block-product-search__label,
.footer h6,
.footer body .elementor-widget-heading h6.elementor-heading-title,
.footer .wp-block-search .wp-block-search__label,
.footer .cart_totals h2,
.footer .wp-block-woocommerce-product-search .wc-block-product-search__label,
.slide-sidebar-wrapper h6,
.slide-sidebar-wrapper body .elementor-widget-heading h6.elementor-heading-title,
.slide-sidebar-wrapper .wp-block-search .wp-block-search__label,
.slide-sidebar-wrapper .cart_totals h2,
.slide-sidebar-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label,
.alter-menu-wrapper h6,
.alter-menu-wrapper body .elementor-widget-heading h6.elementor-heading-title,
.alter-menu-wrapper .wp-block-search .wp-block-search__label,
.alter-menu-wrapper .cart_totals h2,
.alter-menu-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label,
.page-title-container h6,
.page-title-container body .elementor-widget-heading h6.elementor-heading-title,
.page-title-container .wp-block-search .wp-block-search__label,
.page-title-container .cart_totals h2,
.page-title-container .wp-block-woocommerce-product-search .wc-block-product-search__label,
.top-bar h6,
.top-bar body .elementor-widget-heading h6.elementor-heading-title,
.top-bar .wp-block-search .wp-block-search__label,
.top-bar .cart_totals h2,
.top-bar .wp-block-woocommerce-product-search .wc-block-product-search__label,
.mobile-header-menu-container h6,
.mobile-header-menu-container body .elementor-widget-heading h6.elementor-heading-title,
.mobile-header-menu-container .wp-block-search .wp-block-search__label,
.mobile-header-menu-container .cart_totals h2,
.mobile-header-menu-container .wp-block-woocommerce-product-search .wc-block-product-search__label,
.site-search h6,
.site-search body .elementor-widget-heading h6.elementor-heading-title,
.site-search .wp-block-search .wp-block-search__label,
.site-search .cart_totals h2,
.site-search .wp-block-woocommerce-product-search .wc-block-product-search__label {
  font-size: 16px;
  line-height: 1.4737em;
}
body.elementor-editor-active .elementor-widget-container h1:not(:first-child), body.elementor-editor-active .elementor-widget-container h2:not(:first-child), body.elementor-editor-active .elementor-widget-container h3:not(:first-child), body.elementor-editor-active .elementor-widget-container h4:not(:first-child), body.elementor-editor-active .elementor-widget-container h5:not(:first-child), body.elementor-editor-active .elementor-widget-container h6:not(:first-child), body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child),
body.elementor-editor-active .sidebar h1:not(:first-child),
body.elementor-editor-active .sidebar h2:not(:first-child),
body.elementor-editor-active .sidebar h3:not(:first-child),
body.elementor-editor-active .sidebar h4:not(:first-child),
body.elementor-editor-active .sidebar h5:not(:first-child),
body.elementor-editor-active .sidebar h6:not(:first-child),
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper .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),
.mobile-header h1:not(:first-child),
.mobile-header h2:not(:first-child),
.mobile-header h3:not(:first-child),
.mobile-header h4:not(:first-child),
.mobile-header h5:not(:first-child),
.mobile-header h6:not(:first-child),
.mobile-header .wpforms-title:not(:first-child),
.header h1:not(:first-child),
.header h2:not(:first-child),
.header h3:not(:first-child),
.header h4:not(:first-child),
.header h5:not(:first-child),
.header h6:not(:first-child),
.header .wpforms-title:not(:first-child),
.footer h1:not(:first-child),
.footer h2:not(:first-child),
.footer h3:not(:first-child),
.footer h4:not(:first-child),
.footer h5:not(:first-child),
.footer h6:not(:first-child),
.footer .wpforms-title:not(:first-child),
.slide-sidebar-wrapper h1:not(:first-child),
.slide-sidebar-wrapper h2:not(:first-child),
.slide-sidebar-wrapper h3:not(:first-child),
.slide-sidebar-wrapper h4:not(:first-child),
.slide-sidebar-wrapper h5:not(:first-child),
.slide-sidebar-wrapper h6:not(:first-child),
.slide-sidebar-wrapper .wpforms-title:not(:first-child),
.alter-menu-wrapper h1:not(:first-child),
.alter-menu-wrapper h2:not(:first-child),
.alter-menu-wrapper h3:not(:first-child),
.alter-menu-wrapper h4:not(:first-child),
.alter-menu-wrapper h5:not(:first-child),
.alter-menu-wrapper h6:not(:first-child),
.alter-menu-wrapper .wpforms-title:not(:first-child),
.page-title-container h1:not(:first-child),
.page-title-container h2:not(:first-child),
.page-title-container h3:not(:first-child),
.page-title-container h4:not(:first-child),
.page-title-container h5:not(:first-child),
.page-title-container h6:not(:first-child),
.page-title-container .wpforms-title:not(:first-child),
.top-bar h1:not(:first-child),
.top-bar h2:not(:first-child),
.top-bar h3:not(:first-child),
.top-bar h4:not(:first-child),
.top-bar h5:not(:first-child),
.top-bar h6:not(:first-child),
.top-bar .wpforms-title:not(:first-child),
.mobile-header-menu-container h1:not(:first-child),
.mobile-header-menu-container h2:not(:first-child),
.mobile-header-menu-container h3:not(:first-child),
.mobile-header-menu-container h4:not(:first-child),
.mobile-header-menu-container h5:not(:first-child),
.mobile-header-menu-container h6:not(:first-child),
.mobile-header-menu-container .wpforms-title:not(:first-child),
.site-search h1:not(:first-child),
.site-search h2:not(:first-child),
.site-search h3:not(:first-child),
.site-search h4:not(:first-child),
.site-search h5:not(:first-child),
.site-search h6:not(:first-child),
.site-search .wpforms-title:not(:first-child) {
  margin-top: 50px;
}
body.elementor-editor-active .elementor-widget-container h1 + h1, body.elementor-editor-active .elementor-widget-container h1 + h2, body.elementor-editor-active .elementor-widget-container h1 + h3, body.elementor-editor-active .elementor-widget-container h1 + h4, body.elementor-editor-active .elementor-widget-container h1 + h5, body.elementor-editor-active .elementor-widget-container h1 + h6, body.elementor-editor-active .elementor-widget-container h1:first-child + h1, body.elementor-editor-active .elementor-widget-container h1:first-child + h2, body.elementor-editor-active .elementor-widget-container h1:first-child + h3, body.elementor-editor-active .elementor-widget-container h1:first-child + h4, body.elementor-editor-active .elementor-widget-container h1:first-child + h5, body.elementor-editor-active .elementor-widget-container h1:first-child + h6, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h1:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h2 + h1, body.elementor-editor-active .elementor-widget-container h2 + h2, body.elementor-editor-active .elementor-widget-container h2 + h3, body.elementor-editor-active .elementor-widget-container h2 + h4, body.elementor-editor-active .elementor-widget-container h2 + h5, body.elementor-editor-active .elementor-widget-container h2 + h6, body.elementor-editor-active .elementor-widget-container h2:first-child + h1, body.elementor-editor-active .elementor-widget-container h2:first-child + h2, body.elementor-editor-active .elementor-widget-container h2:first-child + h3, body.elementor-editor-active .elementor-widget-container h2:first-child + h4, body.elementor-editor-active .elementor-widget-container h2:first-child + h5, body.elementor-editor-active .elementor-widget-container h2:first-child + h6, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h2:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h3 + h1, body.elementor-editor-active .elementor-widget-container h3 + h2, body.elementor-editor-active .elementor-widget-container h3 + h3, body.elementor-editor-active .elementor-widget-container h3 + h4, body.elementor-editor-active .elementor-widget-container h3 + h5, body.elementor-editor-active .elementor-widget-container h3 + h6, body.elementor-editor-active .elementor-widget-container h3:first-child + h1, body.elementor-editor-active .elementor-widget-container h3:first-child + h2, body.elementor-editor-active .elementor-widget-container h3:first-child + h3, body.elementor-editor-active .elementor-widget-container h3:first-child + h4, body.elementor-editor-active .elementor-widget-container h3:first-child + h5, body.elementor-editor-active .elementor-widget-container h3:first-child + h6, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h3:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h4 + h1, body.elementor-editor-active .elementor-widget-container h4 + h2, body.elementor-editor-active .elementor-widget-container h4 + h3, body.elementor-editor-active .elementor-widget-container h4 + h4, body.elementor-editor-active .elementor-widget-container h4 + h5, body.elementor-editor-active .elementor-widget-container h4 + h6, body.elementor-editor-active .elementor-widget-container h4:first-child + h1, body.elementor-editor-active .elementor-widget-container h4:first-child + h2, body.elementor-editor-active .elementor-widget-container h4:first-child + h3, body.elementor-editor-active .elementor-widget-container h4:first-child + h4, body.elementor-editor-active .elementor-widget-container h4:first-child + h5, body.elementor-editor-active .elementor-widget-container h4:first-child + h6, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h4:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h5 + h1, body.elementor-editor-active .elementor-widget-container h5 + h2, body.elementor-editor-active .elementor-widget-container h5 + h3, body.elementor-editor-active .elementor-widget-container h5 + h4, body.elementor-editor-active .elementor-widget-container h5 + h5, body.elementor-editor-active .elementor-widget-container h5 + h6, body.elementor-editor-active .elementor-widget-container h5:first-child + h1, body.elementor-editor-active .elementor-widget-container h5:first-child + h2, body.elementor-editor-active .elementor-widget-container h5:first-child + h3, body.elementor-editor-active .elementor-widget-container h5:first-child + h4, body.elementor-editor-active .elementor-widget-container h5:first-child + h5, body.elementor-editor-active .elementor-widget-container h5:first-child + h6, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h5:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container h6 + h1, body.elementor-editor-active .elementor-widget-container h6 + h2, body.elementor-editor-active .elementor-widget-container h6 + h3, body.elementor-editor-active .elementor-widget-container h6 + h4, body.elementor-editor-active .elementor-widget-container h6 + h5, body.elementor-editor-active .elementor-widget-container h6 + h6, body.elementor-editor-active .elementor-widget-container h6:first-child + h1, body.elementor-editor-active .elementor-widget-container h6:first-child + h2, body.elementor-editor-active .elementor-widget-container h6:first-child + h3, body.elementor-editor-active .elementor-widget-container h6:first-child + h4, body.elementor-editor-active .elementor-widget-container h6:first-child + h5, body.elementor-editor-active .elementor-widget-container h6:first-child + h6, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container h6:not(:first-child) + h6, body.elementor-editor-active .elementor-widget-container .wpforms-title + h1, body.elementor-editor-active .elementor-widget-container .wpforms-title + h2, body.elementor-editor-active .elementor-widget-container .wpforms-title + h3, body.elementor-editor-active .elementor-widget-container .wpforms-title + h4, body.elementor-editor-active .elementor-widget-container .wpforms-title + h5, body.elementor-editor-active .elementor-widget-container .wpforms-title + h6, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h1, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h2, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h3, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h4, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h5, body.elementor-editor-active .elementor-widget-container .wpforms-title:first-child + h6, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h1, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h2, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h3, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h4, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h5, body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:first-child) + h6,
body.elementor-editor-active .sidebar h1 + h1,
body.elementor-editor-active .sidebar h1 + h2,
body.elementor-editor-active .sidebar h1 + h3,
body.elementor-editor-active .sidebar h1 + h4,
body.elementor-editor-active .sidebar h1 + h5,
body.elementor-editor-active .sidebar h1 + h6,
body.elementor-editor-active .sidebar h1:first-child + h1,
body.elementor-editor-active .sidebar h1:first-child + h2,
body.elementor-editor-active .sidebar h1:first-child + h3,
body.elementor-editor-active .sidebar h1:first-child + h4,
body.elementor-editor-active .sidebar h1:first-child + h5,
body.elementor-editor-active .sidebar h1:first-child + h6,
body.elementor-editor-active .sidebar h1:not(:first-child) + h1,
body.elementor-editor-active .sidebar h1:not(:first-child) + h2,
body.elementor-editor-active .sidebar h1:not(:first-child) + h3,
body.elementor-editor-active .sidebar h1:not(:first-child) + h4,
body.elementor-editor-active .sidebar h1:not(:first-child) + h5,
body.elementor-editor-active .sidebar h1:not(:first-child) + h6,
body.elementor-editor-active .sidebar h2 + h1,
body.elementor-editor-active .sidebar h2 + h2,
body.elementor-editor-active .sidebar h2 + h3,
body.elementor-editor-active .sidebar h2 + h4,
body.elementor-editor-active .sidebar h2 + h5,
body.elementor-editor-active .sidebar h2 + h6,
body.elementor-editor-active .sidebar h2:first-child + h1,
body.elementor-editor-active .sidebar h2:first-child + h2,
body.elementor-editor-active .sidebar h2:first-child + h3,
body.elementor-editor-active .sidebar h2:first-child + h4,
body.elementor-editor-active .sidebar h2:first-child + h5,
body.elementor-editor-active .sidebar h2:first-child + h6,
body.elementor-editor-active .sidebar h2:not(:first-child) + h1,
body.elementor-editor-active .sidebar h2:not(:first-child) + h2,
body.elementor-editor-active .sidebar h2:not(:first-child) + h3,
body.elementor-editor-active .sidebar h2:not(:first-child) + h4,
body.elementor-editor-active .sidebar h2:not(:first-child) + h5,
body.elementor-editor-active .sidebar h2:not(:first-child) + h6,
body.elementor-editor-active .sidebar h3 + h1,
body.elementor-editor-active .sidebar h3 + h2,
body.elementor-editor-active .sidebar h3 + h3,
body.elementor-editor-active .sidebar h3 + h4,
body.elementor-editor-active .sidebar h3 + h5,
body.elementor-editor-active .sidebar h3 + h6,
body.elementor-editor-active .sidebar h3:first-child + h1,
body.elementor-editor-active .sidebar h3:first-child + h2,
body.elementor-editor-active .sidebar h3:first-child + h3,
body.elementor-editor-active .sidebar h3:first-child + h4,
body.elementor-editor-active .sidebar h3:first-child + h5,
body.elementor-editor-active .sidebar h3:first-child + h6,
body.elementor-editor-active .sidebar h3:not(:first-child) + h1,
body.elementor-editor-active .sidebar h3:not(:first-child) + h2,
body.elementor-editor-active .sidebar h3:not(:first-child) + h3,
body.elementor-editor-active .sidebar h3:not(:first-child) + h4,
body.elementor-editor-active .sidebar h3:not(:first-child) + h5,
body.elementor-editor-active .sidebar h3:not(:first-child) + h6,
body.elementor-editor-active .sidebar h4 + h1,
body.elementor-editor-active .sidebar h4 + h2,
body.elementor-editor-active .sidebar h4 + h3,
body.elementor-editor-active .sidebar h4 + h4,
body.elementor-editor-active .sidebar h4 + h5,
body.elementor-editor-active .sidebar h4 + h6,
body.elementor-editor-active .sidebar h4:first-child + h1,
body.elementor-editor-active .sidebar h4:first-child + h2,
body.elementor-editor-active .sidebar h4:first-child + h3,
body.elementor-editor-active .sidebar h4:first-child + h4,
body.elementor-editor-active .sidebar h4:first-child + h5,
body.elementor-editor-active .sidebar h4:first-child + h6,
body.elementor-editor-active .sidebar h4:not(:first-child) + h1,
body.elementor-editor-active .sidebar h4:not(:first-child) + h2,
body.elementor-editor-active .sidebar h4:not(:first-child) + h3,
body.elementor-editor-active .sidebar h4:not(:first-child) + h4,
body.elementor-editor-active .sidebar h4:not(:first-child) + h5,
body.elementor-editor-active .sidebar h4:not(:first-child) + h6,
body.elementor-editor-active .sidebar h5 + h1,
body.elementor-editor-active .sidebar h5 + h2,
body.elementor-editor-active .sidebar h5 + h3,
body.elementor-editor-active .sidebar h5 + h4,
body.elementor-editor-active .sidebar h5 + h5,
body.elementor-editor-active .sidebar h5 + h6,
body.elementor-editor-active .sidebar h5:first-child + h1,
body.elementor-editor-active .sidebar h5:first-child + h2,
body.elementor-editor-active .sidebar h5:first-child + h3,
body.elementor-editor-active .sidebar h5:first-child + h4,
body.elementor-editor-active .sidebar h5:first-child + h5,
body.elementor-editor-active .sidebar h5:first-child + h6,
body.elementor-editor-active .sidebar h5:not(:first-child) + h1,
body.elementor-editor-active .sidebar h5:not(:first-child) + h2,
body.elementor-editor-active .sidebar h5:not(:first-child) + h3,
body.elementor-editor-active .sidebar h5:not(:first-child) + h4,
body.elementor-editor-active .sidebar h5:not(:first-child) + h5,
body.elementor-editor-active .sidebar h5:not(:first-child) + h6,
body.elementor-editor-active .sidebar h6 + h1,
body.elementor-editor-active .sidebar h6 + h2,
body.elementor-editor-active .sidebar h6 + h3,
body.elementor-editor-active .sidebar h6 + h4,
body.elementor-editor-active .sidebar h6 + h5,
body.elementor-editor-active .sidebar h6 + h6,
body.elementor-editor-active .sidebar h6:first-child + h1,
body.elementor-editor-active .sidebar h6:first-child + h2,
body.elementor-editor-active .sidebar h6:first-child + h3,
body.elementor-editor-active .sidebar h6:first-child + h4,
body.elementor-editor-active .sidebar h6:first-child + h5,
body.elementor-editor-active .sidebar h6:first-child + h6,
body.elementor-editor-active .sidebar h6:not(:first-child) + h1,
body.elementor-editor-active .sidebar h6:not(:first-child) + h2,
body.elementor-editor-active .sidebar h6:not(:first-child) + h3,
body.elementor-editor-active .sidebar h6:not(:first-child) + h4,
body.elementor-editor-active .sidebar h6:not(:first-child) + h5,
body.elementor-editor-active .sidebar h6:not(:first-child) + h6,
body.elementor-editor-active .sidebar .wpforms-title + h1,
body.elementor-editor-active .sidebar .wpforms-title + h2,
body.elementor-editor-active .sidebar .wpforms-title + h3,
body.elementor-editor-active .sidebar .wpforms-title + h4,
body.elementor-editor-active .sidebar .wpforms-title + h5,
body.elementor-editor-active .sidebar .wpforms-title + h6,
body.elementor-editor-active .sidebar .wpforms-title:first-child + h1,
body.elementor-editor-active .sidebar .wpforms-title:first-child + h2,
body.elementor-editor-active .sidebar .wpforms-title:first-child + h3,
body.elementor-editor-active .sidebar .wpforms-title:first-child + h4,
body.elementor-editor-active .sidebar .wpforms-title:first-child + h5,
body.elementor-editor-active .sidebar .wpforms-title:first-child + h6,
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h1,
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h2,
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h3,
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h4,
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h5,
body.elementor-editor-active .sidebar .wpforms-title:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper h1 + h1,
body:not(.elementor-editor-active) .content-wrapper h1 + h2,
body:not(.elementor-editor-active) .content-wrapper h1 + h3,
body:not(.elementor-editor-active) .content-wrapper h1 + h4,
body:not(.elementor-editor-active) .content-wrapper h1 + h5,
body:not(.elementor-editor-active) .content-wrapper h1 + h6,
body:not(.elementor-editor-active) .content-wrapper h1:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper h1:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper h1:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper h1:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper h1:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper h1:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper h1:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper h2 + h1,
body:not(.elementor-editor-active) .content-wrapper h2 + h2,
body:not(.elementor-editor-active) .content-wrapper h2 + h3,
body:not(.elementor-editor-active) .content-wrapper h2 + h4,
body:not(.elementor-editor-active) .content-wrapper h2 + h5,
body:not(.elementor-editor-active) .content-wrapper h2 + h6,
body:not(.elementor-editor-active) .content-wrapper h2:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper h2:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper h2:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper h2:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper h2:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper h2:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper h2:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper h3 + h1,
body:not(.elementor-editor-active) .content-wrapper h3 + h2,
body:not(.elementor-editor-active) .content-wrapper h3 + h3,
body:not(.elementor-editor-active) .content-wrapper h3 + h4,
body:not(.elementor-editor-active) .content-wrapper h3 + h5,
body:not(.elementor-editor-active) .content-wrapper h3 + h6,
body:not(.elementor-editor-active) .content-wrapper h3:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper h3:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper h3:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper h3:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper h3:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper h3:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper h3:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper h4 + h1,
body:not(.elementor-editor-active) .content-wrapper h4 + h2,
body:not(.elementor-editor-active) .content-wrapper h4 + h3,
body:not(.elementor-editor-active) .content-wrapper h4 + h4,
body:not(.elementor-editor-active) .content-wrapper h4 + h5,
body:not(.elementor-editor-active) .content-wrapper h4 + h6,
body:not(.elementor-editor-active) .content-wrapper h4:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper h4:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper h4:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper h4:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper h4:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper h4:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper h4:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper h5 + h1,
body:not(.elementor-editor-active) .content-wrapper h5 + h2,
body:not(.elementor-editor-active) .content-wrapper h5 + h3,
body:not(.elementor-editor-active) .content-wrapper h5 + h4,
body:not(.elementor-editor-active) .content-wrapper h5 + h5,
body:not(.elementor-editor-active) .content-wrapper h5 + h6,
body:not(.elementor-editor-active) .content-wrapper h5:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper h5:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper h5:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper h5:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper h5:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper h5:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper h5:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper h6 + h1,
body:not(.elementor-editor-active) .content-wrapper h6 + h2,
body:not(.elementor-editor-active) .content-wrapper h6 + h3,
body:not(.elementor-editor-active) .content-wrapper h6 + h4,
body:not(.elementor-editor-active) .content-wrapper h6 + h5,
body:not(.elementor-editor-active) .content-wrapper h6 + h6,
body:not(.elementor-editor-active) .content-wrapper h6:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper h6:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper h6:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper h6:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper h6:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper h6:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper h6:not(:first-child) + h6,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h1,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h2,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h3,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h4,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h5,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title + h6,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h1,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h2,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h3,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h4,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h5,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:first-child + h6,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h1,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h2,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h3,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h4,
body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:first-child) + h5,
body:not(.elementor-editor-active) .content-wrapper .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,
.mobile-header h1 + h1,
.mobile-header h1 + h2,
.mobile-header h1 + h3,
.mobile-header h1 + h4,
.mobile-header h1 + h5,
.mobile-header h1 + h6,
.mobile-header h1:first-child + h1,
.mobile-header h1:first-child + h2,
.mobile-header h1:first-child + h3,
.mobile-header h1:first-child + h4,
.mobile-header h1:first-child + h5,
.mobile-header h1:first-child + h6,
.mobile-header h1:not(:first-child) + h1,
.mobile-header h1:not(:first-child) + h2,
.mobile-header h1:not(:first-child) + h3,
.mobile-header h1:not(:first-child) + h4,
.mobile-header h1:not(:first-child) + h5,
.mobile-header h1:not(:first-child) + h6,
.mobile-header h2 + h1,
.mobile-header h2 + h2,
.mobile-header h2 + h3,
.mobile-header h2 + h4,
.mobile-header h2 + h5,
.mobile-header h2 + h6,
.mobile-header h2:first-child + h1,
.mobile-header h2:first-child + h2,
.mobile-header h2:first-child + h3,
.mobile-header h2:first-child + h4,
.mobile-header h2:first-child + h5,
.mobile-header h2:first-child + h6,
.mobile-header h2:not(:first-child) + h1,
.mobile-header h2:not(:first-child) + h2,
.mobile-header h2:not(:first-child) + h3,
.mobile-header h2:not(:first-child) + h4,
.mobile-header h2:not(:first-child) + h5,
.mobile-header h2:not(:first-child) + h6,
.mobile-header h3 + h1,
.mobile-header h3 + h2,
.mobile-header h3 + h3,
.mobile-header h3 + h4,
.mobile-header h3 + h5,
.mobile-header h3 + h6,
.mobile-header h3:first-child + h1,
.mobile-header h3:first-child + h2,
.mobile-header h3:first-child + h3,
.mobile-header h3:first-child + h4,
.mobile-header h3:first-child + h5,
.mobile-header h3:first-child + h6,
.mobile-header h3:not(:first-child) + h1,
.mobile-header h3:not(:first-child) + h2,
.mobile-header h3:not(:first-child) + h3,
.mobile-header h3:not(:first-child) + h4,
.mobile-header h3:not(:first-child) + h5,
.mobile-header h3:not(:first-child) + h6,
.mobile-header h4 + h1,
.mobile-header h4 + h2,
.mobile-header h4 + h3,
.mobile-header h4 + h4,
.mobile-header h4 + h5,
.mobile-header h4 + h6,
.mobile-header h4:first-child + h1,
.mobile-header h4:first-child + h2,
.mobile-header h4:first-child + h3,
.mobile-header h4:first-child + h4,
.mobile-header h4:first-child + h5,
.mobile-header h4:first-child + h6,
.mobile-header h4:not(:first-child) + h1,
.mobile-header h4:not(:first-child) + h2,
.mobile-header h4:not(:first-child) + h3,
.mobile-header h4:not(:first-child) + h4,
.mobile-header h4:not(:first-child) + h5,
.mobile-header h4:not(:first-child) + h6,
.mobile-header h5 + h1,
.mobile-header h5 + h2,
.mobile-header h5 + h3,
.mobile-header h5 + h4,
.mobile-header h5 + h5,
.mobile-header h5 + h6,
.mobile-header h5:first-child + h1,
.mobile-header h5:first-child + h2,
.mobile-header h5:first-child + h3,
.mobile-header h5:first-child + h4,
.mobile-header h5:first-child + h5,
.mobile-header h5:first-child + h6,
.mobile-header h5:not(:first-child) + h1,
.mobile-header h5:not(:first-child) + h2,
.mobile-header h5:not(:first-child) + h3,
.mobile-header h5:not(:first-child) + h4,
.mobile-header h5:not(:first-child) + h5,
.mobile-header h5:not(:first-child) + h6,
.mobile-header h6 + h1,
.mobile-header h6 + h2,
.mobile-header h6 + h3,
.mobile-header h6 + h4,
.mobile-header h6 + h5,
.mobile-header h6 + h6,
.mobile-header h6:first-child + h1,
.mobile-header h6:first-child + h2,
.mobile-header h6:first-child + h3,
.mobile-header h6:first-child + h4,
.mobile-header h6:first-child + h5,
.mobile-header h6:first-child + h6,
.mobile-header h6:not(:first-child) + h1,
.mobile-header h6:not(:first-child) + h2,
.mobile-header h6:not(:first-child) + h3,
.mobile-header h6:not(:first-child) + h4,
.mobile-header h6:not(:first-child) + h5,
.mobile-header h6:not(:first-child) + h6,
.mobile-header .wpforms-title + h1,
.mobile-header .wpforms-title + h2,
.mobile-header .wpforms-title + h3,
.mobile-header .wpforms-title + h4,
.mobile-header .wpforms-title + h5,
.mobile-header .wpforms-title + h6,
.mobile-header .wpforms-title:first-child + h1,
.mobile-header .wpforms-title:first-child + h2,
.mobile-header .wpforms-title:first-child + h3,
.mobile-header .wpforms-title:first-child + h4,
.mobile-header .wpforms-title:first-child + h5,
.mobile-header .wpforms-title:first-child + h6,
.mobile-header .wpforms-title:not(:first-child) + h1,
.mobile-header .wpforms-title:not(:first-child) + h2,
.mobile-header .wpforms-title:not(:first-child) + h3,
.mobile-header .wpforms-title:not(:first-child) + h4,
.mobile-header .wpforms-title:not(:first-child) + h5,
.mobile-header .wpforms-title:not(:first-child) + h6,
.header h1 + h1,
.header h1 + h2,
.header h1 + h3,
.header h1 + h4,
.header h1 + h5,
.header h1 + h6,
.header h1:first-child + h1,
.header h1:first-child + h2,
.header h1:first-child + h3,
.header h1:first-child + h4,
.header h1:first-child + h5,
.header h1:first-child + h6,
.header h1:not(:first-child) + h1,
.header h1:not(:first-child) + h2,
.header h1:not(:first-child) + h3,
.header h1:not(:first-child) + h4,
.header h1:not(:first-child) + h5,
.header h1:not(:first-child) + h6,
.header h2 + h1,
.header h2 + h2,
.header h2 + h3,
.header h2 + h4,
.header h2 + h5,
.header h2 + h6,
.header h2:first-child + h1,
.header h2:first-child + h2,
.header h2:first-child + h3,
.header h2:first-child + h4,
.header h2:first-child + h5,
.header h2:first-child + h6,
.header h2:not(:first-child) + h1,
.header h2:not(:first-child) + h2,
.header h2:not(:first-child) + h3,
.header h2:not(:first-child) + h4,
.header h2:not(:first-child) + h5,
.header h2:not(:first-child) + h6,
.header h3 + h1,
.header h3 + h2,
.header h3 + h3,
.header h3 + h4,
.header h3 + h5,
.header h3 + h6,
.header h3:first-child + h1,
.header h3:first-child + h2,
.header h3:first-child + h3,
.header h3:first-child + h4,
.header h3:first-child + h5,
.header h3:first-child + h6,
.header h3:not(:first-child) + h1,
.header h3:not(:first-child) + h2,
.header h3:not(:first-child) + h3,
.header h3:not(:first-child) + h4,
.header h3:not(:first-child) + h5,
.header h3:not(:first-child) + h6,
.header h4 + h1,
.header h4 + h2,
.header h4 + h3,
.header h4 + h4,
.header h4 + h5,
.header h4 + h6,
.header h4:first-child + h1,
.header h4:first-child + h2,
.header h4:first-child + h3,
.header h4:first-child + h4,
.header h4:first-child + h5,
.header h4:first-child + h6,
.header h4:not(:first-child) + h1,
.header h4:not(:first-child) + h2,
.header h4:not(:first-child) + h3,
.header h4:not(:first-child) + h4,
.header h4:not(:first-child) + h5,
.header h4:not(:first-child) + h6,
.header h5 + h1,
.header h5 + h2,
.header h5 + h3,
.header h5 + h4,
.header h5 + h5,
.header h5 + h6,
.header h5:first-child + h1,
.header h5:first-child + h2,
.header h5:first-child + h3,
.header h5:first-child + h4,
.header h5:first-child + h5,
.header h5:first-child + h6,
.header h5:not(:first-child) + h1,
.header h5:not(:first-child) + h2,
.header h5:not(:first-child) + h3,
.header h5:not(:first-child) + h4,
.header h5:not(:first-child) + h5,
.header h5:not(:first-child) + h6,
.header h6 + h1,
.header h6 + h2,
.header h6 + h3,
.header h6 + h4,
.header h6 + h5,
.header h6 + h6,
.header h6:first-child + h1,
.header h6:first-child + h2,
.header h6:first-child + h3,
.header h6:first-child + h4,
.header h6:first-child + h5,
.header h6:first-child + h6,
.header h6:not(:first-child) + h1,
.header h6:not(:first-child) + h2,
.header h6:not(:first-child) + h3,
.header h6:not(:first-child) + h4,
.header h6:not(:first-child) + h5,
.header h6:not(:first-child) + h6,
.header .wpforms-title + h1,
.header .wpforms-title + h2,
.header .wpforms-title + h3,
.header .wpforms-title + h4,
.header .wpforms-title + h5,
.header .wpforms-title + h6,
.header .wpforms-title:first-child + h1,
.header .wpforms-title:first-child + h2,
.header .wpforms-title:first-child + h3,
.header .wpforms-title:first-child + h4,
.header .wpforms-title:first-child + h5,
.header .wpforms-title:first-child + h6,
.header .wpforms-title:not(:first-child) + h1,
.header .wpforms-title:not(:first-child) + h2,
.header .wpforms-title:not(:first-child) + h3,
.header .wpforms-title:not(:first-child) + h4,
.header .wpforms-title:not(:first-child) + h5,
.header .wpforms-title:not(:first-child) + h6,
.footer h1 + h1,
.footer h1 + h2,
.footer h1 + h3,
.footer h1 + h4,
.footer h1 + h5,
.footer h1 + h6,
.footer h1:first-child + h1,
.footer h1:first-child + h2,
.footer h1:first-child + h3,
.footer h1:first-child + h4,
.footer h1:first-child + h5,
.footer h1:first-child + h6,
.footer h1:not(:first-child) + h1,
.footer h1:not(:first-child) + h2,
.footer h1:not(:first-child) + h3,
.footer h1:not(:first-child) + h4,
.footer h1:not(:first-child) + h5,
.footer h1:not(:first-child) + h6,
.footer h2 + h1,
.footer h2 + h2,
.footer h2 + h3,
.footer h2 + h4,
.footer h2 + h5,
.footer h2 + h6,
.footer h2:first-child + h1,
.footer h2:first-child + h2,
.footer h2:first-child + h3,
.footer h2:first-child + h4,
.footer h2:first-child + h5,
.footer h2:first-child + h6,
.footer h2:not(:first-child) + h1,
.footer h2:not(:first-child) + h2,
.footer h2:not(:first-child) + h3,
.footer h2:not(:first-child) + h4,
.footer h2:not(:first-child) + h5,
.footer h2:not(:first-child) + h6,
.footer h3 + h1,
.footer h3 + h2,
.footer h3 + h3,
.footer h3 + h4,
.footer h3 + h5,
.footer h3 + h6,
.footer h3:first-child + h1,
.footer h3:first-child + h2,
.footer h3:first-child + h3,
.footer h3:first-child + h4,
.footer h3:first-child + h5,
.footer h3:first-child + h6,
.footer h3:not(:first-child) + h1,
.footer h3:not(:first-child) + h2,
.footer h3:not(:first-child) + h3,
.footer h3:not(:first-child) + h4,
.footer h3:not(:first-child) + h5,
.footer h3:not(:first-child) + h6,
.footer h4 + h1,
.footer h4 + h2,
.footer h4 + h3,
.footer h4 + h4,
.footer h4 + h5,
.footer h4 + h6,
.footer h4:first-child + h1,
.footer h4:first-child + h2,
.footer h4:first-child + h3,
.footer h4:first-child + h4,
.footer h4:first-child + h5,
.footer h4:first-child + h6,
.footer h4:not(:first-child) + h1,
.footer h4:not(:first-child) + h2,
.footer h4:not(:first-child) + h3,
.footer h4:not(:first-child) + h4,
.footer h4:not(:first-child) + h5,
.footer h4:not(:first-child) + h6,
.footer h5 + h1,
.footer h5 + h2,
.footer h5 + h3,
.footer h5 + h4,
.footer h5 + h5,
.footer h5 + h6,
.footer h5:first-child + h1,
.footer h5:first-child + h2,
.footer h5:first-child + h3,
.footer h5:first-child + h4,
.footer h5:first-child + h5,
.footer h5:first-child + h6,
.footer h5:not(:first-child) + h1,
.footer h5:not(:first-child) + h2,
.footer h5:not(:first-child) + h3,
.footer h5:not(:first-child) + h4,
.footer h5:not(:first-child) + h5,
.footer h5:not(:first-child) + h6,
.footer h6 + h1,
.footer h6 + h2,
.footer h6 + h3,
.footer h6 + h4,
.footer h6 + h5,
.footer h6 + h6,
.footer h6:first-child + h1,
.footer h6:first-child + h2,
.footer h6:first-child + h3,
.footer h6:first-child + h4,
.footer h6:first-child + h5,
.footer h6:first-child + h6,
.footer h6:not(:first-child) + h1,
.footer h6:not(:first-child) + h2,
.footer h6:not(:first-child) + h3,
.footer h6:not(:first-child) + h4,
.footer h6:not(:first-child) + h5,
.footer h6:not(:first-child) + h6,
.footer .wpforms-title + h1,
.footer .wpforms-title + h2,
.footer .wpforms-title + h3,
.footer .wpforms-title + h4,
.footer .wpforms-title + h5,
.footer .wpforms-title + h6,
.footer .wpforms-title:first-child + h1,
.footer .wpforms-title:first-child + h2,
.footer .wpforms-title:first-child + h3,
.footer .wpforms-title:first-child + h4,
.footer .wpforms-title:first-child + h5,
.footer .wpforms-title:first-child + h6,
.footer .wpforms-title:not(:first-child) + h1,
.footer .wpforms-title:not(:first-child) + h2,
.footer .wpforms-title:not(:first-child) + h3,
.footer .wpforms-title:not(:first-child) + h4,
.footer .wpforms-title:not(:first-child) + h5,
.footer .wpforms-title:not(:first-child) + h6,
.slide-sidebar-wrapper h1 + h1,
.slide-sidebar-wrapper h1 + h2,
.slide-sidebar-wrapper h1 + h3,
.slide-sidebar-wrapper h1 + h4,
.slide-sidebar-wrapper h1 + h5,
.slide-sidebar-wrapper h1 + h6,
.slide-sidebar-wrapper h1:first-child + h1,
.slide-sidebar-wrapper h1:first-child + h2,
.slide-sidebar-wrapper h1:first-child + h3,
.slide-sidebar-wrapper h1:first-child + h4,
.slide-sidebar-wrapper h1:first-child + h5,
.slide-sidebar-wrapper h1:first-child + h6,
.slide-sidebar-wrapper h1:not(:first-child) + h1,
.slide-sidebar-wrapper h1:not(:first-child) + h2,
.slide-sidebar-wrapper h1:not(:first-child) + h3,
.slide-sidebar-wrapper h1:not(:first-child) + h4,
.slide-sidebar-wrapper h1:not(:first-child) + h5,
.slide-sidebar-wrapper h1:not(:first-child) + h6,
.slide-sidebar-wrapper h2 + h1,
.slide-sidebar-wrapper h2 + h2,
.slide-sidebar-wrapper h2 + h3,
.slide-sidebar-wrapper h2 + h4,
.slide-sidebar-wrapper h2 + h5,
.slide-sidebar-wrapper h2 + h6,
.slide-sidebar-wrapper h2:first-child + h1,
.slide-sidebar-wrapper h2:first-child + h2,
.slide-sidebar-wrapper h2:first-child + h3,
.slide-sidebar-wrapper h2:first-child + h4,
.slide-sidebar-wrapper h2:first-child + h5,
.slide-sidebar-wrapper h2:first-child + h6,
.slide-sidebar-wrapper h2:not(:first-child) + h1,
.slide-sidebar-wrapper h2:not(:first-child) + h2,
.slide-sidebar-wrapper h2:not(:first-child) + h3,
.slide-sidebar-wrapper h2:not(:first-child) + h4,
.slide-sidebar-wrapper h2:not(:first-child) + h5,
.slide-sidebar-wrapper h2:not(:first-child) + h6,
.slide-sidebar-wrapper h3 + h1,
.slide-sidebar-wrapper h3 + h2,
.slide-sidebar-wrapper h3 + h3,
.slide-sidebar-wrapper h3 + h4,
.slide-sidebar-wrapper h3 + h5,
.slide-sidebar-wrapper h3 + h6,
.slide-sidebar-wrapper h3:first-child + h1,
.slide-sidebar-wrapper h3:first-child + h2,
.slide-sidebar-wrapper h3:first-child + h3,
.slide-sidebar-wrapper h3:first-child + h4,
.slide-sidebar-wrapper h3:first-child + h5,
.slide-sidebar-wrapper h3:first-child + h6,
.slide-sidebar-wrapper h3:not(:first-child) + h1,
.slide-sidebar-wrapper h3:not(:first-child) + h2,
.slide-sidebar-wrapper h3:not(:first-child) + h3,
.slide-sidebar-wrapper h3:not(:first-child) + h4,
.slide-sidebar-wrapper h3:not(:first-child) + h5,
.slide-sidebar-wrapper h3:not(:first-child) + h6,
.slide-sidebar-wrapper h4 + h1,
.slide-sidebar-wrapper h4 + h2,
.slide-sidebar-wrapper h4 + h3,
.slide-sidebar-wrapper h4 + h4,
.slide-sidebar-wrapper h4 + h5,
.slide-sidebar-wrapper h4 + h6,
.slide-sidebar-wrapper h4:first-child + h1,
.slide-sidebar-wrapper h4:first-child + h2,
.slide-sidebar-wrapper h4:first-child + h3,
.slide-sidebar-wrapper h4:first-child + h4,
.slide-sidebar-wrapper h4:first-child + h5,
.slide-sidebar-wrapper h4:first-child + h6,
.slide-sidebar-wrapper h4:not(:first-child) + h1,
.slide-sidebar-wrapper h4:not(:first-child) + h2,
.slide-sidebar-wrapper h4:not(:first-child) + h3,
.slide-sidebar-wrapper h4:not(:first-child) + h4,
.slide-sidebar-wrapper h4:not(:first-child) + h5,
.slide-sidebar-wrapper h4:not(:first-child) + h6,
.slide-sidebar-wrapper h5 + h1,
.slide-sidebar-wrapper h5 + h2,
.slide-sidebar-wrapper h5 + h3,
.slide-sidebar-wrapper h5 + h4,
.slide-sidebar-wrapper h5 + h5,
.slide-sidebar-wrapper h5 + h6,
.slide-sidebar-wrapper h5:first-child + h1,
.slide-sidebar-wrapper h5:first-child + h2,
.slide-sidebar-wrapper h5:first-child + h3,
.slide-sidebar-wrapper h5:first-child + h4,
.slide-sidebar-wrapper h5:first-child + h5,
.slide-sidebar-wrapper h5:first-child + h6,
.slide-sidebar-wrapper h5:not(:first-child) + h1,
.slide-sidebar-wrapper h5:not(:first-child) + h2,
.slide-sidebar-wrapper h5:not(:first-child) + h3,
.slide-sidebar-wrapper h5:not(:first-child) + h4,
.slide-sidebar-wrapper h5:not(:first-child) + h5,
.slide-sidebar-wrapper h5:not(:first-child) + h6,
.slide-sidebar-wrapper h6 + h1,
.slide-sidebar-wrapper h6 + h2,
.slide-sidebar-wrapper h6 + h3,
.slide-sidebar-wrapper h6 + h4,
.slide-sidebar-wrapper h6 + h5,
.slide-sidebar-wrapper h6 + h6,
.slide-sidebar-wrapper h6:first-child + h1,
.slide-sidebar-wrapper h6:first-child + h2,
.slide-sidebar-wrapper h6:first-child + h3,
.slide-sidebar-wrapper h6:first-child + h4,
.slide-sidebar-wrapper h6:first-child + h5,
.slide-sidebar-wrapper h6:first-child + h6,
.slide-sidebar-wrapper h6:not(:first-child) + h1,
.slide-sidebar-wrapper h6:not(:first-child) + h2,
.slide-sidebar-wrapper h6:not(:first-child) + h3,
.slide-sidebar-wrapper h6:not(:first-child) + h4,
.slide-sidebar-wrapper h6:not(:first-child) + h5,
.slide-sidebar-wrapper h6:not(:first-child) + h6,
.slide-sidebar-wrapper .wpforms-title + h1,
.slide-sidebar-wrapper .wpforms-title + h2,
.slide-sidebar-wrapper .wpforms-title + h3,
.slide-sidebar-wrapper .wpforms-title + h4,
.slide-sidebar-wrapper .wpforms-title + h5,
.slide-sidebar-wrapper .wpforms-title + h6,
.slide-sidebar-wrapper .wpforms-title:first-child + h1,
.slide-sidebar-wrapper .wpforms-title:first-child + h2,
.slide-sidebar-wrapper .wpforms-title:first-child + h3,
.slide-sidebar-wrapper .wpforms-title:first-child + h4,
.slide-sidebar-wrapper .wpforms-title:first-child + h5,
.slide-sidebar-wrapper .wpforms-title:first-child + h6,
.slide-sidebar-wrapper .wpforms-title:not(:first-child) + h1,
.slide-sidebar-wrapper .wpforms-title:not(:first-child) + h2,
.slide-sidebar-wrapper .wpforms-title:not(:first-child) + h3,
.slide-sidebar-wrapper .wpforms-title:not(:first-child) + h4,
.slide-sidebar-wrapper .wpforms-title:not(:first-child) + h5,
.slide-sidebar-wrapper .wpforms-title:not(:first-child) + h6,
.alter-menu-wrapper h1 + h1,
.alter-menu-wrapper h1 + h2,
.alter-menu-wrapper h1 + h3,
.alter-menu-wrapper h1 + h4,
.alter-menu-wrapper h1 + h5,
.alter-menu-wrapper h1 + h6,
.alter-menu-wrapper h1:first-child + h1,
.alter-menu-wrapper h1:first-child + h2,
.alter-menu-wrapper h1:first-child + h3,
.alter-menu-wrapper h1:first-child + h4,
.alter-menu-wrapper h1:first-child + h5,
.alter-menu-wrapper h1:first-child + h6,
.alter-menu-wrapper h1:not(:first-child) + h1,
.alter-menu-wrapper h1:not(:first-child) + h2,
.alter-menu-wrapper h1:not(:first-child) + h3,
.alter-menu-wrapper h1:not(:first-child) + h4,
.alter-menu-wrapper h1:not(:first-child) + h5,
.alter-menu-wrapper h1:not(:first-child) + h6,
.alter-menu-wrapper h2 + h1,
.alter-menu-wrapper h2 + h2,
.alter-menu-wrapper h2 + h3,
.alter-menu-wrapper h2 + h4,
.alter-menu-wrapper h2 + h5,
.alter-menu-wrapper h2 + h6,
.alter-menu-wrapper h2:first-child + h1,
.alter-menu-wrapper h2:first-child + h2,
.alter-menu-wrapper h2:first-child + h3,
.alter-menu-wrapper h2:first-child + h4,
.alter-menu-wrapper h2:first-child + h5,
.alter-menu-wrapper h2:first-child + h6,
.alter-menu-wrapper h2:not(:first-child) + h1,
.alter-menu-wrapper h2:not(:first-child) + h2,
.alter-menu-wrapper h2:not(:first-child) + h3,
.alter-menu-wrapper h2:not(:first-child) + h4,
.alter-menu-wrapper h2:not(:first-child) + h5,
.alter-menu-wrapper h2:not(:first-child) + h6,
.alter-menu-wrapper h3 + h1,
.alter-menu-wrapper h3 + h2,
.alter-menu-wrapper h3 + h3,
.alter-menu-wrapper h3 + h4,
.alter-menu-wrapper h3 + h5,
.alter-menu-wrapper h3 + h6,
.alter-menu-wrapper h3:first-child + h1,
.alter-menu-wrapper h3:first-child + h2,
.alter-menu-wrapper h3:first-child + h3,
.alter-menu-wrapper h3:first-child + h4,
.alter-menu-wrapper h3:first-child + h5,
.alter-menu-wrapper h3:first-child + h6,
.alter-menu-wrapper h3:not(:first-child) + h1,
.alter-menu-wrapper h3:not(:first-child) + h2,
.alter-menu-wrapper h3:not(:first-child) + h3,
.alter-menu-wrapper h3:not(:first-child) + h4,
.alter-menu-wrapper h3:not(:first-child) + h5,
.alter-menu-wrapper h3:not(:first-child) + h6,
.alter-menu-wrapper h4 + h1,
.alter-menu-wrapper h4 + h2,
.alter-menu-wrapper h4 + h3,
.alter-menu-wrapper h4 + h4,
.alter-menu-wrapper h4 + h5,
.alter-menu-wrapper h4 + h6,
.alter-menu-wrapper h4:first-child + h1,
.alter-menu-wrapper h4:first-child + h2,
.alter-menu-wrapper h4:first-child + h3,
.alter-menu-wrapper h4:first-child + h4,
.alter-menu-wrapper h4:first-child + h5,
.alter-menu-wrapper h4:first-child + h6,
.alter-menu-wrapper h4:not(:first-child) + h1,
.alter-menu-wrapper h4:not(:first-child) + h2,
.alter-menu-wrapper h4:not(:first-child) + h3,
.alter-menu-wrapper h4:not(:first-child) + h4,
.alter-menu-wrapper h4:not(:first-child) + h5,
.alter-menu-wrapper h4:not(:first-child) + h6,
.alter-menu-wrapper h5 + h1,
.alter-menu-wrapper h5 + h2,
.alter-menu-wrapper h5 + h3,
.alter-menu-wrapper h5 + h4,
.alter-menu-wrapper h5 + h5,
.alter-menu-wrapper h5 + h6,
.alter-menu-wrapper h5:first-child + h1,
.alter-menu-wrapper h5:first-child + h2,
.alter-menu-wrapper h5:first-child + h3,
.alter-menu-wrapper h5:first-child + h4,
.alter-menu-wrapper h5:first-child + h5,
.alter-menu-wrapper h5:first-child + h6,
.alter-menu-wrapper h5:not(:first-child) + h1,
.alter-menu-wrapper h5:not(:first-child) + h2,
.alter-menu-wrapper h5:not(:first-child) + h3,
.alter-menu-wrapper h5:not(:first-child) + h4,
.alter-menu-wrapper h5:not(:first-child) + h5,
.alter-menu-wrapper h5:not(:first-child) + h6,
.alter-menu-wrapper h6 + h1,
.alter-menu-wrapper h6 + h2,
.alter-menu-wrapper h6 + h3,
.alter-menu-wrapper h6 + h4,
.alter-menu-wrapper h6 + h5,
.alter-menu-wrapper h6 + h6,
.alter-menu-wrapper h6:first-child + h1,
.alter-menu-wrapper h6:first-child + h2,
.alter-menu-wrapper h6:first-child + h3,
.alter-menu-wrapper h6:first-child + h4,
.alter-menu-wrapper h6:first-child + h5,
.alter-menu-wrapper h6:first-child + h6,
.alter-menu-wrapper h6:not(:first-child) + h1,
.alter-menu-wrapper h6:not(:first-child) + h2,
.alter-menu-wrapper h6:not(:first-child) + h3,
.alter-menu-wrapper h6:not(:first-child) + h4,
.alter-menu-wrapper h6:not(:first-child) + h5,
.alter-menu-wrapper h6:not(:first-child) + h6,
.alter-menu-wrapper .wpforms-title + h1,
.alter-menu-wrapper .wpforms-title + h2,
.alter-menu-wrapper .wpforms-title + h3,
.alter-menu-wrapper .wpforms-title + h4,
.alter-menu-wrapper .wpforms-title + h5,
.alter-menu-wrapper .wpforms-title + h6,
.alter-menu-wrapper .wpforms-title:first-child + h1,
.alter-menu-wrapper .wpforms-title:first-child + h2,
.alter-menu-wrapper .wpforms-title:first-child + h3,
.alter-menu-wrapper .wpforms-title:first-child + h4,
.alter-menu-wrapper .wpforms-title:first-child + h5,
.alter-menu-wrapper .wpforms-title:first-child + h6,
.alter-menu-wrapper .wpforms-title:not(:first-child) + h1,
.alter-menu-wrapper .wpforms-title:not(:first-child) + h2,
.alter-menu-wrapper .wpforms-title:not(:first-child) + h3,
.alter-menu-wrapper .wpforms-title:not(:first-child) + h4,
.alter-menu-wrapper .wpforms-title:not(:first-child) + h5,
.alter-menu-wrapper .wpforms-title:not(:first-child) + h6,
.page-title-container h1 + h1,
.page-title-container h1 + h2,
.page-title-container h1 + h3,
.page-title-container h1 + h4,
.page-title-container h1 + h5,
.page-title-container h1 + h6,
.page-title-container h1:first-child + h1,
.page-title-container h1:first-child + h2,
.page-title-container h1:first-child + h3,
.page-title-container h1:first-child + h4,
.page-title-container h1:first-child + h5,
.page-title-container h1:first-child + h6,
.page-title-container h1:not(:first-child) + h1,
.page-title-container h1:not(:first-child) + h2,
.page-title-container h1:not(:first-child) + h3,
.page-title-container h1:not(:first-child) + h4,
.page-title-container h1:not(:first-child) + h5,
.page-title-container h1:not(:first-child) + h6,
.page-title-container h2 + h1,
.page-title-container h2 + h2,
.page-title-container h2 + h3,
.page-title-container h2 + h4,
.page-title-container h2 + h5,
.page-title-container h2 + h6,
.page-title-container h2:first-child + h1,
.page-title-container h2:first-child + h2,
.page-title-container h2:first-child + h3,
.page-title-container h2:first-child + h4,
.page-title-container h2:first-child + h5,
.page-title-container h2:first-child + h6,
.page-title-container h2:not(:first-child) + h1,
.page-title-container h2:not(:first-child) + h2,
.page-title-container h2:not(:first-child) + h3,
.page-title-container h2:not(:first-child) + h4,
.page-title-container h2:not(:first-child) + h5,
.page-title-container h2:not(:first-child) + h6,
.page-title-container h3 + h1,
.page-title-container h3 + h2,
.page-title-container h3 + h3,
.page-title-container h3 + h4,
.page-title-container h3 + h5,
.page-title-container h3 + h6,
.page-title-container h3:first-child + h1,
.page-title-container h3:first-child + h2,
.page-title-container h3:first-child + h3,
.page-title-container h3:first-child + h4,
.page-title-container h3:first-child + h5,
.page-title-container h3:first-child + h6,
.page-title-container h3:not(:first-child) + h1,
.page-title-container h3:not(:first-child) + h2,
.page-title-container h3:not(:first-child) + h3,
.page-title-container h3:not(:first-child) + h4,
.page-title-container h3:not(:first-child) + h5,
.page-title-container h3:not(:first-child) + h6,
.page-title-container h4 + h1,
.page-title-container h4 + h2,
.page-title-container h4 + h3,
.page-title-container h4 + h4,
.page-title-container h4 + h5,
.page-title-container h4 + h6,
.page-title-container h4:first-child + h1,
.page-title-container h4:first-child + h2,
.page-title-container h4:first-child + h3,
.page-title-container h4:first-child + h4,
.page-title-container h4:first-child + h5,
.page-title-container h4:first-child + h6,
.page-title-container h4:not(:first-child) + h1,
.page-title-container h4:not(:first-child) + h2,
.page-title-container h4:not(:first-child) + h3,
.page-title-container h4:not(:first-child) + h4,
.page-title-container h4:not(:first-child) + h5,
.page-title-container h4:not(:first-child) + h6,
.page-title-container h5 + h1,
.page-title-container h5 + h2,
.page-title-container h5 + h3,
.page-title-container h5 + h4,
.page-title-container h5 + h5,
.page-title-container h5 + h6,
.page-title-container h5:first-child + h1,
.page-title-container h5:first-child + h2,
.page-title-container h5:first-child + h3,
.page-title-container h5:first-child + h4,
.page-title-container h5:first-child + h5,
.page-title-container h5:first-child + h6,
.page-title-container h5:not(:first-child) + h1,
.page-title-container h5:not(:first-child) + h2,
.page-title-container h5:not(:first-child) + h3,
.page-title-container h5:not(:first-child) + h4,
.page-title-container h5:not(:first-child) + h5,
.page-title-container h5:not(:first-child) + h6,
.page-title-container h6 + h1,
.page-title-container h6 + h2,
.page-title-container h6 + h3,
.page-title-container h6 + h4,
.page-title-container h6 + h5,
.page-title-container h6 + h6,
.page-title-container h6:first-child + h1,
.page-title-container h6:first-child + h2,
.page-title-container h6:first-child + h3,
.page-title-container h6:first-child + h4,
.page-title-container h6:first-child + h5,
.page-title-container h6:first-child + h6,
.page-title-container h6:not(:first-child) + h1,
.page-title-container h6:not(:first-child) + h2,
.page-title-container h6:not(:first-child) + h3,
.page-title-container h6:not(:first-child) + h4,
.page-title-container h6:not(:first-child) + h5,
.page-title-container h6:not(:first-child) + h6,
.page-title-container .wpforms-title + h1,
.page-title-container .wpforms-title + h2,
.page-title-container .wpforms-title + h3,
.page-title-container .wpforms-title + h4,
.page-title-container .wpforms-title + h5,
.page-title-container .wpforms-title + h6,
.page-title-container .wpforms-title:first-child + h1,
.page-title-container .wpforms-title:first-child + h2,
.page-title-container .wpforms-title:first-child + h3,
.page-title-container .wpforms-title:first-child + h4,
.page-title-container .wpforms-title:first-child + h5,
.page-title-container .wpforms-title:first-child + h6,
.page-title-container .wpforms-title:not(:first-child) + h1,
.page-title-container .wpforms-title:not(:first-child) + h2,
.page-title-container .wpforms-title:not(:first-child) + h3,
.page-title-container .wpforms-title:not(:first-child) + h4,
.page-title-container .wpforms-title:not(:first-child) + h5,
.page-title-container .wpforms-title:not(:first-child) + h6,
.top-bar h1 + h1,
.top-bar h1 + h2,
.top-bar h1 + h3,
.top-bar h1 + h4,
.top-bar h1 + h5,
.top-bar h1 + h6,
.top-bar h1:first-child + h1,
.top-bar h1:first-child + h2,
.top-bar h1:first-child + h3,
.top-bar h1:first-child + h4,
.top-bar h1:first-child + h5,
.top-bar h1:first-child + h6,
.top-bar h1:not(:first-child) + h1,
.top-bar h1:not(:first-child) + h2,
.top-bar h1:not(:first-child) + h3,
.top-bar h1:not(:first-child) + h4,
.top-bar h1:not(:first-child) + h5,
.top-bar h1:not(:first-child) + h6,
.top-bar h2 + h1,
.top-bar h2 + h2,
.top-bar h2 + h3,
.top-bar h2 + h4,
.top-bar h2 + h5,
.top-bar h2 + h6,
.top-bar h2:first-child + h1,
.top-bar h2:first-child + h2,
.top-bar h2:first-child + h3,
.top-bar h2:first-child + h4,
.top-bar h2:first-child + h5,
.top-bar h2:first-child + h6,
.top-bar h2:not(:first-child) + h1,
.top-bar h2:not(:first-child) + h2,
.top-bar h2:not(:first-child) + h3,
.top-bar h2:not(:first-child) + h4,
.top-bar h2:not(:first-child) + h5,
.top-bar h2:not(:first-child) + h6,
.top-bar h3 + h1,
.top-bar h3 + h2,
.top-bar h3 + h3,
.top-bar h3 + h4,
.top-bar h3 + h5,
.top-bar h3 + h6,
.top-bar h3:first-child + h1,
.top-bar h3:first-child + h2,
.top-bar h3:first-child + h3,
.top-bar h3:first-child + h4,
.top-bar h3:first-child + h5,
.top-bar h3:first-child + h6,
.top-bar h3:not(:first-child) + h1,
.top-bar h3:not(:first-child) + h2,
.top-bar h3:not(:first-child) + h3,
.top-bar h3:not(:first-child) + h4,
.top-bar h3:not(:first-child) + h5,
.top-bar h3:not(:first-child) + h6,
.top-bar h4 + h1,
.top-bar h4 + h2,
.top-bar h4 + h3,
.top-bar h4 + h4,
.top-bar h4 + h5,
.top-bar h4 + h6,
.top-bar h4:first-child + h1,
.top-bar h4:first-child + h2,
.top-bar h4:first-child + h3,
.top-bar h4:first-child + h4,
.top-bar h4:first-child + h5,
.top-bar h4:first-child + h6,
.top-bar h4:not(:first-child) + h1,
.top-bar h4:not(:first-child) + h2,
.top-bar h4:not(:first-child) + h3,
.top-bar h4:not(:first-child) + h4,
.top-bar h4:not(:first-child) + h5,
.top-bar h4:not(:first-child) + h6,
.top-bar h5 + h1,
.top-bar h5 + h2,
.top-bar h5 + h3,
.top-bar h5 + h4,
.top-bar h5 + h5,
.top-bar h5 + h6,
.top-bar h5:first-child + h1,
.top-bar h5:first-child + h2,
.top-bar h5:first-child + h3,
.top-bar h5:first-child + h4,
.top-bar h5:first-child + h5,
.top-bar h5:first-child + h6,
.top-bar h5:not(:first-child) + h1,
.top-bar h5:not(:first-child) + h2,
.top-bar h5:not(:first-child) + h3,
.top-bar h5:not(:first-child) + h4,
.top-bar h5:not(:first-child) + h5,
.top-bar h5:not(:first-child) + h6,
.top-bar h6 + h1,
.top-bar h6 + h2,
.top-bar h6 + h3,
.top-bar h6 + h4,
.top-bar h6 + h5,
.top-bar h6 + h6,
.top-bar h6:first-child + h1,
.top-bar h6:first-child + h2,
.top-bar h6:first-child + h3,
.top-bar h6:first-child + h4,
.top-bar h6:first-child + h5,
.top-bar h6:first-child + h6,
.top-bar h6:not(:first-child) + h1,
.top-bar h6:not(:first-child) + h2,
.top-bar h6:not(:first-child) + h3,
.top-bar h6:not(:first-child) + h4,
.top-bar h6:not(:first-child) + h5,
.top-bar h6:not(:first-child) + h6,
.top-bar .wpforms-title + h1,
.top-bar .wpforms-title + h2,
.top-bar .wpforms-title + h3,
.top-bar .wpforms-title + h4,
.top-bar .wpforms-title + h5,
.top-bar .wpforms-title + h6,
.top-bar .wpforms-title:first-child + h1,
.top-bar .wpforms-title:first-child + h2,
.top-bar .wpforms-title:first-child + h3,
.top-bar .wpforms-title:first-child + h4,
.top-bar .wpforms-title:first-child + h5,
.top-bar .wpforms-title:first-child + h6,
.top-bar .wpforms-title:not(:first-child) + h1,
.top-bar .wpforms-title:not(:first-child) + h2,
.top-bar .wpforms-title:not(:first-child) + h3,
.top-bar .wpforms-title:not(:first-child) + h4,
.top-bar .wpforms-title:not(:first-child) + h5,
.top-bar .wpforms-title:not(:first-child) + h6,
.mobile-header-menu-container h1 + h1,
.mobile-header-menu-container h1 + h2,
.mobile-header-menu-container h1 + h3,
.mobile-header-menu-container h1 + h4,
.mobile-header-menu-container h1 + h5,
.mobile-header-menu-container h1 + h6,
.mobile-header-menu-container h1:first-child + h1,
.mobile-header-menu-container h1:first-child + h2,
.mobile-header-menu-container h1:first-child + h3,
.mobile-header-menu-container h1:first-child + h4,
.mobile-header-menu-container h1:first-child + h5,
.mobile-header-menu-container h1:first-child + h6,
.mobile-header-menu-container h1:not(:first-child) + h1,
.mobile-header-menu-container h1:not(:first-child) + h2,
.mobile-header-menu-container h1:not(:first-child) + h3,
.mobile-header-menu-container h1:not(:first-child) + h4,
.mobile-header-menu-container h1:not(:first-child) + h5,
.mobile-header-menu-container h1:not(:first-child) + h6,
.mobile-header-menu-container h2 + h1,
.mobile-header-menu-container h2 + h2,
.mobile-header-menu-container h2 + h3,
.mobile-header-menu-container h2 + h4,
.mobile-header-menu-container h2 + h5,
.mobile-header-menu-container h2 + h6,
.mobile-header-menu-container h2:first-child + h1,
.mobile-header-menu-container h2:first-child + h2,
.mobile-header-menu-container h2:first-child + h3,
.mobile-header-menu-container h2:first-child + h4,
.mobile-header-menu-container h2:first-child + h5,
.mobile-header-menu-container h2:first-child + h6,
.mobile-header-menu-container h2:not(:first-child) + h1,
.mobile-header-menu-container h2:not(:first-child) + h2,
.mobile-header-menu-container h2:not(:first-child) + h3,
.mobile-header-menu-container h2:not(:first-child) + h4,
.mobile-header-menu-container h2:not(:first-child) + h5,
.mobile-header-menu-container h2:not(:first-child) + h6,
.mobile-header-menu-container h3 + h1,
.mobile-header-menu-container h3 + h2,
.mobile-header-menu-container h3 + h3,
.mobile-header-menu-container h3 + h4,
.mobile-header-menu-container h3 + h5,
.mobile-header-menu-container h3 + h6,
.mobile-header-menu-container h3:first-child + h1,
.mobile-header-menu-container h3:first-child + h2,
.mobile-header-menu-container h3:first-child + h3,
.mobile-header-menu-container h3:first-child + h4,
.mobile-header-menu-container h3:first-child + h5,
.mobile-header-menu-container h3:first-child + h6,
.mobile-header-menu-container h3:not(:first-child) + h1,
.mobile-header-menu-container h3:not(:first-child) + h2,
.mobile-header-menu-container h3:not(:first-child) + h3,
.mobile-header-menu-container h3:not(:first-child) + h4,
.mobile-header-menu-container h3:not(:first-child) + h5,
.mobile-header-menu-container h3:not(:first-child) + h6,
.mobile-header-menu-container h4 + h1,
.mobile-header-menu-container h4 + h2,
.mobile-header-menu-container h4 + h3,
.mobile-header-menu-container h4 + h4,
.mobile-header-menu-container h4 + h5,
.mobile-header-menu-container h4 + h6,
.mobile-header-menu-container h4:first-child + h1,
.mobile-header-menu-container h4:first-child + h2,
.mobile-header-menu-container h4:first-child + h3,
.mobile-header-menu-container h4:first-child + h4,
.mobile-header-menu-container h4:first-child + h5,
.mobile-header-menu-container h4:first-child + h6,
.mobile-header-menu-container h4:not(:first-child) + h1,
.mobile-header-menu-container h4:not(:first-child) + h2,
.mobile-header-menu-container h4:not(:first-child) + h3,
.mobile-header-menu-container h4:not(:first-child) + h4,
.mobile-header-menu-container h4:not(:first-child) + h5,
.mobile-header-menu-container h4:not(:first-child) + h6,
.mobile-header-menu-container h5 + h1,
.mobile-header-menu-container h5 + h2,
.mobile-header-menu-container h5 + h3,
.mobile-header-menu-container h5 + h4,
.mobile-header-menu-container h5 + h5,
.mobile-header-menu-container h5 + h6,
.mobile-header-menu-container h5:first-child + h1,
.mobile-header-menu-container h5:first-child + h2,
.mobile-header-menu-container h5:first-child + h3,
.mobile-header-menu-container h5:first-child + h4,
.mobile-header-menu-container h5:first-child + h5,
.mobile-header-menu-container h5:first-child + h6,
.mobile-header-menu-container h5:not(:first-child) + h1,
.mobile-header-menu-container h5:not(:first-child) + h2,
.mobile-header-menu-container h5:not(:first-child) + h3,
.mobile-header-menu-container h5:not(:first-child) + h4,
.mobile-header-menu-container h5:not(:first-child) + h5,
.mobile-header-menu-container h5:not(:first-child) + h6,
.mobile-header-menu-container h6 + h1,
.mobile-header-menu-container h6 + h2,
.mobile-header-menu-container h6 + h3,
.mobile-header-menu-container h6 + h4,
.mobile-header-menu-container h6 + h5,
.mobile-header-menu-container h6 + h6,
.mobile-header-menu-container h6:first-child + h1,
.mobile-header-menu-container h6:first-child + h2,
.mobile-header-menu-container h6:first-child + h3,
.mobile-header-menu-container h6:first-child + h4,
.mobile-header-menu-container h6:first-child + h5,
.mobile-header-menu-container h6:first-child + h6,
.mobile-header-menu-container h6:not(:first-child) + h1,
.mobile-header-menu-container h6:not(:first-child) + h2,
.mobile-header-menu-container h6:not(:first-child) + h3,
.mobile-header-menu-container h6:not(:first-child) + h4,
.mobile-header-menu-container h6:not(:first-child) + h5,
.mobile-header-menu-container h6:not(:first-child) + h6,
.mobile-header-menu-container .wpforms-title + h1,
.mobile-header-menu-container .wpforms-title + h2,
.mobile-header-menu-container .wpforms-title + h3,
.mobile-header-menu-container .wpforms-title + h4,
.mobile-header-menu-container .wpforms-title + h5,
.mobile-header-menu-container .wpforms-title + h6,
.mobile-header-menu-container .wpforms-title:first-child + h1,
.mobile-header-menu-container .wpforms-title:first-child + h2,
.mobile-header-menu-container .wpforms-title:first-child + h3,
.mobile-header-menu-container .wpforms-title:first-child + h4,
.mobile-header-menu-container .wpforms-title:first-child + h5,
.mobile-header-menu-container .wpforms-title:first-child + h6,
.mobile-header-menu-container .wpforms-title:not(:first-child) + h1,
.mobile-header-menu-container .wpforms-title:not(:first-child) + h2,
.mobile-header-menu-container .wpforms-title:not(:first-child) + h3,
.mobile-header-menu-container .wpforms-title:not(:first-child) + h4,
.mobile-header-menu-container .wpforms-title:not(:first-child) + h5,
.mobile-header-menu-container .wpforms-title:not(:first-child) + h6,
.site-search h1 + h1,
.site-search h1 + h2,
.site-search h1 + h3,
.site-search h1 + h4,
.site-search h1 + h5,
.site-search h1 + h6,
.site-search h1:first-child + h1,
.site-search h1:first-child + h2,
.site-search h1:first-child + h3,
.site-search h1:first-child + h4,
.site-search h1:first-child + h5,
.site-search h1:first-child + h6,
.site-search h1:not(:first-child) + h1,
.site-search h1:not(:first-child) + h2,
.site-search h1:not(:first-child) + h3,
.site-search h1:not(:first-child) + h4,
.site-search h1:not(:first-child) + h5,
.site-search h1:not(:first-child) + h6,
.site-search h2 + h1,
.site-search h2 + h2,
.site-search h2 + h3,
.site-search h2 + h4,
.site-search h2 + h5,
.site-search h2 + h6,
.site-search h2:first-child + h1,
.site-search h2:first-child + h2,
.site-search h2:first-child + h3,
.site-search h2:first-child + h4,
.site-search h2:first-child + h5,
.site-search h2:first-child + h6,
.site-search h2:not(:first-child) + h1,
.site-search h2:not(:first-child) + h2,
.site-search h2:not(:first-child) + h3,
.site-search h2:not(:first-child) + h4,
.site-search h2:not(:first-child) + h5,
.site-search h2:not(:first-child) + h6,
.site-search h3 + h1,
.site-search h3 + h2,
.site-search h3 + h3,
.site-search h3 + h4,
.site-search h3 + h5,
.site-search h3 + h6,
.site-search h3:first-child + h1,
.site-search h3:first-child + h2,
.site-search h3:first-child + h3,
.site-search h3:first-child + h4,
.site-search h3:first-child + h5,
.site-search h3:first-child + h6,
.site-search h3:not(:first-child) + h1,
.site-search h3:not(:first-child) + h2,
.site-search h3:not(:first-child) + h3,
.site-search h3:not(:first-child) + h4,
.site-search h3:not(:first-child) + h5,
.site-search h3:not(:first-child) + h6,
.site-search h4 + h1,
.site-search h4 + h2,
.site-search h4 + h3,
.site-search h4 + h4,
.site-search h4 + h5,
.site-search h4 + h6,
.site-search h4:first-child + h1,
.site-search h4:first-child + h2,
.site-search h4:first-child + h3,
.site-search h4:first-child + h4,
.site-search h4:first-child + h5,
.site-search h4:first-child + h6,
.site-search h4:not(:first-child) + h1,
.site-search h4:not(:first-child) + h2,
.site-search h4:not(:first-child) + h3,
.site-search h4:not(:first-child) + h4,
.site-search h4:not(:first-child) + h5,
.site-search h4:not(:first-child) + h6,
.site-search h5 + h1,
.site-search h5 + h2,
.site-search h5 + h3,
.site-search h5 + h4,
.site-search h5 + h5,
.site-search h5 + h6,
.site-search h5:first-child + h1,
.site-search h5:first-child + h2,
.site-search h5:first-child + h3,
.site-search h5:first-child + h4,
.site-search h5:first-child + h5,
.site-search h5:first-child + h6,
.site-search h5:not(:first-child) + h1,
.site-search h5:not(:first-child) + h2,
.site-search h5:not(:first-child) + h3,
.site-search h5:not(:first-child) + h4,
.site-search h5:not(:first-child) + h5,
.site-search h5:not(:first-child) + h6,
.site-search h6 + h1,
.site-search h6 + h2,
.site-search h6 + h3,
.site-search h6 + h4,
.site-search h6 + h5,
.site-search h6 + h6,
.site-search h6:first-child + h1,
.site-search h6:first-child + h2,
.site-search h6:first-child + h3,
.site-search h6:first-child + h4,
.site-search h6:first-child + h5,
.site-search h6:first-child + h6,
.site-search h6:not(:first-child) + h1,
.site-search h6:not(:first-child) + h2,
.site-search h6:not(:first-child) + h3,
.site-search h6:not(:first-child) + h4,
.site-search h6:not(:first-child) + h5,
.site-search h6:not(:first-child) + h6,
.site-search .wpforms-title + h1,
.site-search .wpforms-title + h2,
.site-search .wpforms-title + h3,
.site-search .wpforms-title + h4,
.site-search .wpforms-title + h5,
.site-search .wpforms-title + h6,
.site-search .wpforms-title:first-child + h1,
.site-search .wpforms-title:first-child + h2,
.site-search .wpforms-title:first-child + h3,
.site-search .wpforms-title:first-child + h4,
.site-search .wpforms-title:first-child + h5,
.site-search .wpforms-title:first-child + h6,
.site-search .wpforms-title:not(:first-child) + h1,
.site-search .wpforms-title:not(:first-child) + h2,
.site-search .wpforms-title:not(:first-child) + h3,
.site-search .wpforms-title:not(:first-child) + h4,
.site-search .wpforms-title:not(:first-child) + h5,
.site-search .wpforms-title:not(:first-child) + h6 {
  margin-top: 0;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote,
body.elementor-editor-active .elementor-widget-container blockquote,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote,
body.elementor-editor-active .sidebar blockquote,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote,
body:not(.elementor-editor-active) .content-wrapper blockquote,
.block-editor-block-list__layout .elementor-text-editor blockquote,
.block-editor-block-list__layout blockquote,
.mobile-header .elementor-text-editor blockquote,
.mobile-header blockquote,
.header .elementor-text-editor blockquote,
.header blockquote,
.footer .elementor-text-editor blockquote,
.footer blockquote,
.slide-sidebar-wrapper .elementor-text-editor blockquote,
.slide-sidebar-wrapper blockquote,
.alter-menu-wrapper .elementor-text-editor blockquote,
.alter-menu-wrapper blockquote,
.page-title-container .elementor-text-editor blockquote,
.page-title-container blockquote,
.top-bar .elementor-text-editor blockquote,
.top-bar blockquote,
.mobile-header-menu-container .elementor-text-editor blockquote,
.mobile-header-menu-container blockquote,
.site-search .elementor-text-editor blockquote,
.site-search blockquote {
  position: relative;
  margin: 0 auto;
  border: none;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote:not(:first-child),
body.elementor-editor-active .elementor-widget-container blockquote:not(:first-child),
body.elementor-editor-active .sidebar .elementor-text-editor blockquote:not(:first-child),
body.elementor-editor-active .sidebar blockquote:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper blockquote:not(:first-child),
.block-editor-block-list__layout .elementor-text-editor blockquote:not(:first-child),
.block-editor-block-list__layout blockquote:not(:first-child),
.mobile-header .elementor-text-editor blockquote:not(:first-child),
.mobile-header blockquote:not(:first-child),
.header .elementor-text-editor blockquote:not(:first-child),
.header blockquote:not(:first-child),
.footer .elementor-text-editor blockquote:not(:first-child),
.footer blockquote:not(:first-child),
.slide-sidebar-wrapper .elementor-text-editor blockquote:not(:first-child),
.slide-sidebar-wrapper blockquote:not(:first-child),
.alter-menu-wrapper .elementor-text-editor blockquote:not(:first-child),
.alter-menu-wrapper blockquote:not(:first-child),
.page-title-container .elementor-text-editor blockquote:not(:first-child),
.page-title-container blockquote:not(:first-child),
.top-bar .elementor-text-editor blockquote:not(:first-child),
.top-bar blockquote:not(:first-child),
.mobile-header-menu-container .elementor-text-editor blockquote:not(:first-child),
.mobile-header-menu-container blockquote:not(:first-child),
.site-search .elementor-text-editor blockquote:not(:first-child),
.site-search blockquote:not(:first-child) {
  margin-top: 1.25rem;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote:not(:last-child),
body.elementor-editor-active .elementor-widget-container blockquote:not(:last-child),
body.elementor-editor-active .sidebar .elementor-text-editor blockquote:not(:last-child),
body.elementor-editor-active .sidebar blockquote:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper blockquote:not(:last-child),
.block-editor-block-list__layout .elementor-text-editor blockquote:not(:last-child),
.block-editor-block-list__layout blockquote:not(:last-child),
.mobile-header .elementor-text-editor blockquote:not(:last-child),
.mobile-header blockquote:not(:last-child),
.header .elementor-text-editor blockquote:not(:last-child),
.header blockquote:not(:last-child),
.footer .elementor-text-editor blockquote:not(:last-child),
.footer blockquote:not(:last-child),
.slide-sidebar-wrapper .elementor-text-editor blockquote:not(:last-child),
.slide-sidebar-wrapper blockquote:not(:last-child),
.alter-menu-wrapper .elementor-text-editor blockquote:not(:last-child),
.alter-menu-wrapper blockquote:not(:last-child),
.page-title-container .elementor-text-editor blockquote:not(:last-child),
.page-title-container blockquote:not(:last-child),
.top-bar .elementor-text-editor blockquote:not(:last-child),
.top-bar blockquote:not(:last-child),
.mobile-header-menu-container .elementor-text-editor blockquote:not(:last-child),
.mobile-header-menu-container blockquote:not(:last-child),
.site-search .elementor-text-editor blockquote:not(:last-child),
.site-search blockquote:not(:last-child) {
  margin-bottom: 1.25rem;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote:before,
body.elementor-editor-active .elementor-widget-container blockquote:before,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote:before,
body.elementor-editor-active .sidebar blockquote:before,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote:before,
body:not(.elementor-editor-active) .content-wrapper blockquote:before,
.block-editor-block-list__layout .elementor-text-editor blockquote:before,
.block-editor-block-list__layout blockquote:before,
.mobile-header .elementor-text-editor blockquote:before,
.mobile-header blockquote:before,
.header .elementor-text-editor blockquote:before,
.header blockquote:before,
.footer .elementor-text-editor blockquote:before,
.footer blockquote:before,
.slide-sidebar-wrapper .elementor-text-editor blockquote:before,
.slide-sidebar-wrapper blockquote:before,
.alter-menu-wrapper .elementor-text-editor blockquote:before,
.alter-menu-wrapper blockquote:before,
.page-title-container .elementor-text-editor blockquote:before,
.page-title-container blockquote:before,
.top-bar .elementor-text-editor blockquote:before,
.top-bar blockquote:before,
.mobile-header-menu-container .elementor-text-editor blockquote:before,
.mobile-header-menu-container blockquote:before,
.site-search .elementor-text-editor blockquote:before,
.site-search blockquote:before {
  content: '\e81f';
  font: 400 normal 1.8125em/1em 'fontello';
  display: block;
  margin: 0 0 20px;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote cite,
body.elementor-editor-active .elementor-widget-container blockquote cite,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote cite,
body.elementor-editor-active .sidebar blockquote cite,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote cite,
body:not(.elementor-editor-active) .content-wrapper blockquote cite,
.block-editor-block-list__layout .elementor-text-editor blockquote cite,
.block-editor-block-list__layout blockquote cite,
.mobile-header .elementor-text-editor blockquote cite,
.mobile-header blockquote cite,
.header .elementor-text-editor blockquote cite,
.header blockquote cite,
.footer .elementor-text-editor blockquote cite,
.footer blockquote cite,
.slide-sidebar-wrapper .elementor-text-editor blockquote cite,
.slide-sidebar-wrapper blockquote cite,
.alter-menu-wrapper .elementor-text-editor blockquote cite,
.alter-menu-wrapper blockquote cite,
.page-title-container .elementor-text-editor blockquote cite,
.page-title-container blockquote cite,
.top-bar .elementor-text-editor blockquote cite,
.top-bar blockquote cite,
.mobile-header-menu-container .elementor-text-editor blockquote cite,
.mobile-header-menu-container blockquote cite,
.site-search .elementor-text-editor blockquote cite,
.site-search blockquote cite {
  display: inline-block !important;
  font-weight: 400;
  margin: 36px 0 0;
  font-style: normal;
  letter-spacing: normal;
  border-bottom: solid 1px;
  line-height: 1.4em;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote p,
body.elementor-editor-active .elementor-widget-container blockquote p,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote p,
body.elementor-editor-active .sidebar blockquote p,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote p,
body:not(.elementor-editor-active) .content-wrapper blockquote p,
.block-editor-block-list__layout .elementor-text-editor blockquote p,
.block-editor-block-list__layout blockquote p,
.mobile-header .elementor-text-editor blockquote p,
.mobile-header blockquote p,
.header .elementor-text-editor blockquote p,
.header blockquote p,
.footer .elementor-text-editor blockquote p,
.footer blockquote p,
.slide-sidebar-wrapper .elementor-text-editor blockquote p,
.slide-sidebar-wrapper blockquote p,
.alter-menu-wrapper .elementor-text-editor blockquote p,
.alter-menu-wrapper blockquote p,
.page-title-container .elementor-text-editor blockquote p,
.page-title-container blockquote p,
.top-bar .elementor-text-editor blockquote p,
.top-bar blockquote p,
.mobile-header-menu-container .elementor-text-editor blockquote p,
.mobile-header-menu-container blockquote p,
.site-search .elementor-text-editor blockquote p,
.site-search blockquote p {
  margin: 0;
  font-weight: 400;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote p + p,
body.elementor-editor-active .elementor-widget-container blockquote p + p,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote p + p,
body.elementor-editor-active .sidebar blockquote p + p,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote p + p,
body:not(.elementor-editor-active) .content-wrapper blockquote p + p,
.block-editor-block-list__layout .elementor-text-editor blockquote p + p,
.block-editor-block-list__layout blockquote p + p,
.mobile-header .elementor-text-editor blockquote p + p,
.mobile-header blockquote p + p,
.header .elementor-text-editor blockquote p + p,
.header blockquote p + p,
.footer .elementor-text-editor blockquote p + p,
.footer blockquote p + p,
.slide-sidebar-wrapper .elementor-text-editor blockquote p + p,
.slide-sidebar-wrapper blockquote p + p,
.alter-menu-wrapper .elementor-text-editor blockquote p + p,
.alter-menu-wrapper blockquote p + p,
.page-title-container .elementor-text-editor blockquote p + p,
.page-title-container blockquote p + p,
.top-bar .elementor-text-editor blockquote p + p,
.top-bar blockquote p + p,
.mobile-header-menu-container .elementor-text-editor blockquote p + p,
.mobile-header-menu-container blockquote p + p,
.site-search .elementor-text-editor blockquote p + p,
.site-search blockquote p + p {
  margin-top: 1em;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain),
body.elementor-editor-active .sidebar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain),
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain),
.block-editor-block-list__layout .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain),
.mobile-header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.mobile-header blockquote.is-style-large:not(.is-style-plain),
.header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.header blockquote.is-style-large:not(.is-style-plain),
.footer .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.footer blockquote.is-style-large:not(.is-style-plain),
.slide-sidebar-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain),
.alter-menu-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain),
.page-title-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.page-title-container blockquote.is-style-large:not(.is-style-plain),
.top-bar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.top-bar blockquote.is-style-large:not(.is-style-plain),
.mobile-header-menu-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain),
.site-search .elementor-text-editor blockquote.is-style-large:not(.is-style-plain),
.site-search blockquote.is-style-large:not(.is-style-plain) {
  padding: 0 3em;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain) p,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain) p,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain) p,
.block-editor-block-list__layout .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain) p,
.mobile-header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.mobile-header blockquote.is-style-large:not(.is-style-plain) p,
.header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.header blockquote.is-style-large:not(.is-style-plain) p,
.footer .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.footer blockquote.is-style-large:not(.is-style-plain) p,
.slide-sidebar-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain) p,
.alter-menu-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain) p,
.page-title-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.page-title-container blockquote.is-style-large:not(.is-style-plain) p,
.top-bar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.top-bar blockquote.is-style-large:not(.is-style-plain) p,
.mobile-header-menu-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain) p,
.site-search .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) p,
.site-search blockquote.is-style-large:not(.is-style-plain) p {
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: normal;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain) cite,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain) cite,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain) cite,
.block-editor-block-list__layout .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain) cite,
.mobile-header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.mobile-header blockquote.is-style-large:not(.is-style-plain) cite,
.header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.header blockquote.is-style-large:not(.is-style-plain) cite,
.footer .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.footer blockquote.is-style-large:not(.is-style-plain) cite,
.slide-sidebar-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain) cite,
.alter-menu-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain) cite,
.page-title-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.page-title-container blockquote.is-style-large:not(.is-style-plain) cite,
.top-bar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.top-bar blockquote.is-style-large:not(.is-style-plain) cite,
.mobile-header-menu-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain) cite,
.site-search .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite,
.site-search blockquote.is-style-large:not(.is-style-plain) cite {
  font-size: 1em;
  text-align: inherit !important;
  font-weight: 400;
  margin: 20px 0 0;
}
body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
body.elementor-editor-active .elementor-widget-container blockquote.is-style-large:not(.is-style-plain) cite:before,
body.elementor-editor-active .sidebar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
body.elementor-editor-active .sidebar blockquote.is-style-large:not(.is-style-plain) cite:before,
body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
body:not(.elementor-editor-active) .content-wrapper blockquote.is-style-large:not(.is-style-plain) cite:before,
.block-editor-block-list__layout .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.block-editor-block-list__layout blockquote.is-style-large:not(.is-style-plain) cite:before,
.mobile-header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.mobile-header blockquote.is-style-large:not(.is-style-plain) cite:before,
.header .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.header blockquote.is-style-large:not(.is-style-plain) cite:before,
.footer .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.footer blockquote.is-style-large:not(.is-style-plain) cite:before,
.slide-sidebar-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.slide-sidebar-wrapper blockquote.is-style-large:not(.is-style-plain) cite:before,
.alter-menu-wrapper .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.alter-menu-wrapper blockquote.is-style-large:not(.is-style-plain) cite:before,
.page-title-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.page-title-container blockquote.is-style-large:not(.is-style-plain) cite:before,
.top-bar .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.top-bar blockquote.is-style-large:not(.is-style-plain) cite:before,
.mobile-header-menu-container .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.mobile-header-menu-container blockquote.is-style-large:not(.is-style-plain) cite:before,
.site-search .elementor-text-editor blockquote.is-style-large:not(.is-style-plain) cite:before,
.site-search blockquote.is-style-large:not(.is-style-plain) cite:before {
  content: '';
}
body.elementor-editor-active .elementor-widget-container table,
body.elementor-editor-active .sidebar table,
body:not(.elementor-editor-active) .content-wrapper table,
.block-editor-block-list__layout table,
.mobile-header table,
.header table,
.footer table,
.slide-sidebar-wrapper table,
.alter-menu-wrapper table,
.page-title-container table,
.top-bar table,
.mobile-header-menu-container table,
.site-search table {
  border-collapse: collapse;
  border-spacing: unset;
  width: 100%;
  border: none;
}
body.elementor-editor-active .elementor-widget-container table:not(:last-child),
body.elementor-editor-active .sidebar table:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper table:not(:last-child),
.block-editor-block-list__layout table:not(:last-child),
.mobile-header table:not(:last-child),
.header table:not(:last-child),
.footer table:not(:last-child),
.slide-sidebar-wrapper table:not(:last-child),
.alter-menu-wrapper table:not(:last-child),
.page-title-container table:not(:last-child),
.top-bar table:not(:last-child),
.mobile-header-menu-container table:not(:last-child),
.site-search table:not(:last-child) {
  margin-bottom: 2rem;
}
body.elementor-editor-active .elementor-widget-container table:not(:first-child),
body.elementor-editor-active .sidebar table:not(:first-child),
body:not(.elementor-editor-active) .content-wrapper table:not(:first-child),
.block-editor-block-list__layout table:not(:first-child),
.mobile-header table:not(:first-child),
.header table:not(:first-child),
.footer table:not(:first-child),
.slide-sidebar-wrapper table:not(:first-child),
.alter-menu-wrapper table:not(:first-child),
.page-title-container table:not(:first-child),
.top-bar table:not(:first-child),
.mobile-header-menu-container table:not(:first-child),
.site-search table:not(:first-child) {
  margin-top: 2rem;
}
body.elementor-editor-active .elementor-widget-container table tr td, body.elementor-editor-active .elementor-widget-container table tr th,
body.elementor-editor-active .sidebar table tr td,
body.elementor-editor-active .sidebar table tr th,
body:not(.elementor-editor-active) .content-wrapper table tr td,
body:not(.elementor-editor-active) .content-wrapper table tr th,
.block-editor-block-list__layout table tr td,
.block-editor-block-list__layout table tr th,
.mobile-header table tr td,
.mobile-header table tr th,
.header table tr td,
.header table tr th,
.footer table tr td,
.footer table tr th,
.slide-sidebar-wrapper table tr td,
.slide-sidebar-wrapper table tr th,
.alter-menu-wrapper table tr td,
.alter-menu-wrapper table tr th,
.page-title-container table tr td,
.page-title-container table tr th,
.top-bar table tr td,
.top-bar table tr th,
.mobile-header-menu-container table tr td,
.mobile-header-menu-container table tr th,
.site-search table tr td,
.site-search table tr th {
  border: none;
  padding: 12px 6px 15px 0;
}
body.elementor-editor-active .elementor-widget-container table tr th,
body.elementor-editor-active .sidebar table tr th,
body:not(.elementor-editor-active) .content-wrapper table tr th,
.block-editor-block-list__layout table tr th,
.mobile-header table tr th,
.header table tr th,
.footer table tr th,
.slide-sidebar-wrapper table tr th,
.alter-menu-wrapper table tr th,
.page-title-container table tr th,
.top-bar table tr th,
.mobile-header-menu-container table tr th,
.site-search table tr th {
  text-align: left;
}
body.elementor-editor-active .elementor-widget-container table tr + tr td, body.elementor-editor-active .elementor-widget-container table tr + tr th,
body.elementor-editor-active .sidebar table tr + tr td,
body.elementor-editor-active .sidebar table tr + tr th,
body:not(.elementor-editor-active) .content-wrapper table tr + tr td,
body:not(.elementor-editor-active) .content-wrapper table tr + tr th,
.block-editor-block-list__layout table tr + tr td,
.block-editor-block-list__layout table tr + tr th,
.mobile-header table tr + tr td,
.mobile-header table tr + tr th,
.header table tr + tr td,
.header table tr + tr th,
.footer table tr + tr td,
.footer table tr + tr th,
.slide-sidebar-wrapper table tr + tr td,
.slide-sidebar-wrapper table tr + tr th,
.alter-menu-wrapper table tr + tr td,
.alter-menu-wrapper table tr + tr th,
.page-title-container table tr + tr td,
.page-title-container table tr + tr th,
.top-bar table tr + tr td,
.top-bar table tr + tr th,
.mobile-header-menu-container table tr + tr td,
.mobile-header-menu-container table tr + tr th,
.site-search table tr + tr td,
.site-search table tr + tr th {
  border-top-style: solid;
  border-top-width: 1px;
}
body.elementor-editor-active .elementor-widget-container table tbody th,
body.elementor-editor-active .sidebar table tbody th,
body:not(.elementor-editor-active) .content-wrapper table tbody th,
.block-editor-block-list__layout table tbody th,
.mobile-header table tbody th,
.header table tbody th,
.footer table tbody th,
.slide-sidebar-wrapper table tbody th,
.alter-menu-wrapper table tbody th,
.page-title-container table tbody th,
.top-bar table tbody th,
.mobile-header-menu-container table tbody th,
.site-search table tbody th {
  font-weight: 600;
}
body.elementor-editor-active .elementor-widget-container dd,
body.elementor-editor-active .sidebar dd,
body:not(.elementor-editor-active) .content-wrapper dd,
.block-editor-block-list__layout dd,
.mobile-header dd,
.header dd,
.footer dd,
.slide-sidebar-wrapper dd,
.alter-menu-wrapper dd,
.page-title-container dd,
.top-bar dd,
.mobile-header-menu-container dd,
.site-search dd {
  margin-bottom: 1rem;
}
body.elementor-editor-active .elementor-widget-container ul,
body.elementor-editor-active .elementor-widget-container ol,
body.elementor-editor-active .sidebar ul,
body.elementor-editor-active .sidebar ol,
body:not(.elementor-editor-active) .content-wrapper ul,
body:not(.elementor-editor-active) .content-wrapper ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.mobile-header ul,
.mobile-header ol,
.header ul,
.header ol,
.footer ul,
.footer ol,
.slide-sidebar-wrapper ul,
.slide-sidebar-wrapper ol,
.alter-menu-wrapper ul,
.alter-menu-wrapper ol,
.page-title-container ul,
.page-title-container ol,
.top-bar ul,
.top-bar ol,
.mobile-header-menu-container ul,
.mobile-header-menu-container ol,
.site-search ul,
.site-search ol {
  padding: 0;
}
body.elementor-editor-active .elementor-widget-container ul:not(:last-child),
body.elementor-editor-active .elementor-widget-container ol:not(:last-child),
body.elementor-editor-active .sidebar ul:not(:last-child),
body.elementor-editor-active .sidebar ol:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper ul:not(:last-child),
body:not(.elementor-editor-active) .content-wrapper ol:not(:last-child),
.block-editor-block-list__layout ul:not(:last-child),
.block-editor-block-list__layout ol:not(:last-child),
.mobile-header ul:not(:last-child),
.mobile-header ol:not(:last-child),
.header ul:not(:last-child),
.header ol:not(:last-child),
.footer ul:not(:last-child),
.footer ol:not(:last-child),
.slide-sidebar-wrapper ul:not(:last-child),
.slide-sidebar-wrapper ol:not(:last-child),
.alter-menu-wrapper ul:not(:last-child),
.alter-menu-wrapper ol:not(:last-child),
.page-title-container ul:not(:last-child),
.page-title-container ol:not(:last-child),
.top-bar ul:not(:last-child),
.top-bar ol:not(:last-child),
.mobile-header-menu-container ul:not(:last-child),
.mobile-header-menu-container ol:not(:last-child),
.site-search ul:not(:last-child),
.site-search ol:not(:last-child) {
  margin-bottom: 1.875em;
  margin-top: 0;
}
body.elementor-editor-active .elementor-widget-container ul:last-child,
body.elementor-editor-active .elementor-widget-container ol:last-child,
body.elementor-editor-active .sidebar ul:last-child,
body.elementor-editor-active .sidebar ol:last-child,
body:not(.elementor-editor-active) .content-wrapper ul:last-child,
body:not(.elementor-editor-active) .content-wrapper ol:last-child,
.block-editor-block-list__layout ul:last-child,
.block-editor-block-list__layout ol:last-child,
.mobile-header ul:last-child,
.mobile-header ol:last-child,
.header ul:last-child,
.header ol:last-child,
.footer ul:last-child,
.footer ol:last-child,
.slide-sidebar-wrapper ul:last-child,
.slide-sidebar-wrapper ol:last-child,
.alter-menu-wrapper ul:last-child,
.alter-menu-wrapper ol:last-child,
.page-title-container ul:last-child,
.page-title-container ol:last-child,
.top-bar ul:last-child,
.top-bar ol:last-child,
.mobile-header-menu-container ul:last-child,
.mobile-header-menu-container ol:last-child,
.site-search ul:last-child,
.site-search ol:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
body.elementor-editor-active .elementor-widget-container ul li,
body.elementor-editor-active .elementor-widget-container ol li,
body.elementor-editor-active .sidebar ul li,
body.elementor-editor-active .sidebar ol li,
body:not(.elementor-editor-active) .content-wrapper ul li,
body:not(.elementor-editor-active) .content-wrapper ol li,
.block-editor-block-list__layout ul li,
.block-editor-block-list__layout ol li,
.mobile-header ul li,
.mobile-header ol li,
.header ul li,
.header ol li,
.footer ul li,
.footer ol li,
.slide-sidebar-wrapper ul li,
.slide-sidebar-wrapper ol li,
.alter-menu-wrapper ul li,
.alter-menu-wrapper ol li,
.page-title-container ul li,
.page-title-container ol li,
.top-bar ul li,
.top-bar ol li,
.mobile-header-menu-container ul li,
.mobile-header-menu-container ol li,
.site-search ul li,
.site-search ol li {
  position: relative;
}
body.elementor-editor-active .elementor-widget-container ul,
body.elementor-editor-active .sidebar ul,
body:not(.elementor-editor-active) .content-wrapper ul,
.block-editor-block-list__layout ul,
.mobile-header ul,
.header ul,
.footer ul,
.slide-sidebar-wrapper ul,
.alter-menu-wrapper ul,
.page-title-container ul,
.top-bar ul,
.mobile-header-menu-container ul,
.site-search ul {
  list-style: none;
}
body.elementor-editor-active .elementor-widget-container ul > li,
body.elementor-editor-active .sidebar ul > li,
body:not(.elementor-editor-active) .content-wrapper ul > li,
.block-editor-block-list__layout ul > li,
.mobile-header ul > li,
.header ul > li,
.footer ul > li,
.slide-sidebar-wrapper ul > li,
.alter-menu-wrapper ul > li,
.page-title-container ul > li,
.top-bar ul > li,
.mobile-header-menu-container ul > li,
.site-search ul > li {
  padding: 0 0 0 2.25em;
}
body.elementor-editor-active .elementor-widget-container ul > li:before,
body.elementor-editor-active .sidebar ul > li:before,
body:not(.elementor-editor-active) .content-wrapper ul > li:before,
.block-editor-block-list__layout ul > li:before,
.mobile-header ul > li:before,
.header ul > li:before,
.footer ul > li:before,
.slide-sidebar-wrapper ul > li:before,
.alter-menu-wrapper ul > li:before,
.page-title-container ul > li:before,
.top-bar ul > li:before,
.mobile-header-menu-container ul > li:before,
.site-search ul > li:before {
  content: '\e821';
  width: 1.0625em;
  height: 1.0625em;
  font: 400 normal 1.0625em/1em 'fontello';
  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: .375em;
  opacity: .5;
}
body.elementor-editor-active .elementor-widget-container ul > li:first-letter,
body.elementor-editor-active .sidebar ul > li:first-letter,
body:not(.elementor-editor-active) .content-wrapper ul > li:first-letter,
.block-editor-block-list__layout ul > li:first-letter,
.mobile-header ul > li:first-letter,
.header ul > li:first-letter,
.footer ul > li:first-letter,
.slide-sidebar-wrapper ul > li:first-letter,
.alter-menu-wrapper ul > li:first-letter,
.page-title-container ul > li:first-letter,
.top-bar ul > li:first-letter,
.mobile-header-menu-container ul > li:first-letter,
.site-search ul > li:first-letter {
  position: absolute;
  left: -20px;
}
body.elementor-editor-active .elementor-widget-container ol > li::marker,
body.elementor-editor-active .sidebar ol > li::marker,
body:not(.elementor-editor-active) .content-wrapper ol > li::marker,
.block-editor-block-list__layout ol > li::marker,
.mobile-header ol > li::marker,
.header ol > li::marker,
.footer ol > li::marker,
.slide-sidebar-wrapper ol > li::marker,
.alter-menu-wrapper ol > li::marker,
.page-title-container ol > li::marker,
.top-bar ol > li::marker,
.mobile-header-menu-container ol > li::marker,
.site-search ol > li::marker {
  word-spacing: 7px;
}
body.elementor-editor-active .elementor-widget-container ol ol,
body.elementor-editor-active .sidebar ol ol,
body:not(.elementor-editor-active) .content-wrapper ol ol,
.block-editor-block-list__layout ol ol,
.mobile-header ol ol,
.header ol ol,
.footer ol ol,
.slide-sidebar-wrapper ol ol,
.alter-menu-wrapper ol ol,
.page-title-container ol ol,
.top-bar ol ol,
.mobile-header-menu-container ol ol,
.site-search ol ol {
  margin: 0 0 0 20px;
}
body.elementor-editor-active .elementor-widget-container ol,
body.elementor-editor-active .elementor-widget-container .post-comment-content ol,
body.elementor-editor-active .sidebar ol,
body.elementor-editor-active .sidebar .post-comment-content ol,
body:not(.elementor-editor-active) .content-wrapper ol,
body:not(.elementor-editor-active) .content-wrapper .post-comment-content ol,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout .post-comment-content ol,
.mobile-header ol,
.mobile-header .post-comment-content ol,
.header ol,
.header .post-comment-content ol,
.footer ol,
.footer .post-comment-content ol,
.slide-sidebar-wrapper ol,
.slide-sidebar-wrapper .post-comment-content ol,
.alter-menu-wrapper ol,
.alter-menu-wrapper .post-comment-content ol,
.page-title-container ol,
.page-title-container .post-comment-content ol,
.top-bar ol,
.top-bar .post-comment-content ol,
.mobile-header-menu-container ol,
.mobile-header-menu-container .post-comment-content ol,
.site-search ol,
.site-search .post-comment-content ol {
  list-style-position: inside;
  padding: 0;
}
body.elementor-editor-active .elementor-widget-container form p,
body.elementor-editor-active .sidebar form p,
body:not(.elementor-editor-active) .content-wrapper form p,
.block-editor-block-list__layout form p,
.mobile-header form p,
.header form p,
.footer form p,
.slide-sidebar-wrapper form p,
.alter-menu-wrapper form p,
.page-title-container form p,
.top-bar form p,
.mobile-header-menu-container form p,
.site-search form p {
  margin: 20px 0;
}
body.elementor-editor-active .elementor-widget-container form p:first-child,
body.elementor-editor-active .sidebar form p:first-child,
body:not(.elementor-editor-active) .content-wrapper form p:first-child,
.block-editor-block-list__layout form p:first-child,
.mobile-header form p:first-child,
.header form p:first-child,
.footer form p:first-child,
.slide-sidebar-wrapper form p:first-child,
.alter-menu-wrapper form p:first-child,
.page-title-container form p:first-child,
.top-bar form p:first-child,
.mobile-header-menu-container form p:first-child,
.site-search form p:first-child {
  margin-top: 0;
}
body.elementor-editor-active .elementor-widget-container form p:last-child,
body.elementor-editor-active .sidebar form p:last-child,
body:not(.elementor-editor-active) .content-wrapper form p:last-child,
.block-editor-block-list__layout form p:last-child,
.mobile-header form p:last-child,
.header form p:last-child,
.footer form p:last-child,
.slide-sidebar-wrapper form p:last-child,
.alter-menu-wrapper form p:last-child,
.page-title-container form p:last-child,
.top-bar form p:last-child,
.mobile-header-menu-container form p:last-child,
.site-search form p:last-child {
  margin-bottom: 0;
}
body.elementor-editor-active .elementor-widget-container option,
body.elementor-editor-active .sidebar option,
body:not(.elementor-editor-active) .content-wrapper option,
.block-editor-block-list__layout option,
.mobile-header option,
.header option,
.footer option,
.slide-sidebar-wrapper option,
.alter-menu-wrapper option,
.page-title-container option,
.top-bar option,
.mobile-header-menu-container option,
.site-search option {
  color: #000000;
}
body.elementor-editor-active .elementor-widget-container textarea,
body.elementor-editor-active .sidebar textarea,
body:not(.elementor-editor-active) .content-wrapper textarea,
.block-editor-block-list__layout textarea,
.mobile-header textarea,
.header textarea,
.footer textarea,
.slide-sidebar-wrapper textarea,
.alter-menu-wrapper textarea,
.page-title-container textarea,
.top-bar textarea,
.mobile-header-menu-container textarea,
.site-search textarea {
  height: 220px;
  resize: none;
}
body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-decoration, body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-cancel-button, body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-results-button, body.elementor-editor-active .elementor-widget-container input[type="search"]::-webkit-search-results-decoration,
body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-decoration,
body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-cancel-button,
body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-results-button,
body.elementor-editor-active .sidebar input[type="search"]::-webkit-search-results-decoration,
body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-decoration,
body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-cancel-button,
body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-results-button,
body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-webkit-search-results-decoration,
.block-editor-block-list__layout input[type="search"]::-webkit-search-decoration,
.block-editor-block-list__layout input[type="search"]::-webkit-search-cancel-button,
.block-editor-block-list__layout input[type="search"]::-webkit-search-results-button,
.block-editor-block-list__layout input[type="search"]::-webkit-search-results-decoration,
.mobile-header input[type="search"]::-webkit-search-decoration,
.mobile-header input[type="search"]::-webkit-search-cancel-button,
.mobile-header input[type="search"]::-webkit-search-results-button,
.mobile-header input[type="search"]::-webkit-search-results-decoration,
.header input[type="search"]::-webkit-search-decoration,
.header input[type="search"]::-webkit-search-cancel-button,
.header input[type="search"]::-webkit-search-results-button,
.header input[type="search"]::-webkit-search-results-decoration,
.footer input[type="search"]::-webkit-search-decoration,
.footer input[type="search"]::-webkit-search-cancel-button,
.footer input[type="search"]::-webkit-search-results-button,
.footer input[type="search"]::-webkit-search-results-decoration,
.slide-sidebar-wrapper input[type="search"]::-webkit-search-decoration,
.slide-sidebar-wrapper input[type="search"]::-webkit-search-cancel-button,
.slide-sidebar-wrapper input[type="search"]::-webkit-search-results-button,
.slide-sidebar-wrapper input[type="search"]::-webkit-search-results-decoration,
.alter-menu-wrapper input[type="search"]::-webkit-search-decoration,
.alter-menu-wrapper input[type="search"]::-webkit-search-cancel-button,
.alter-menu-wrapper input[type="search"]::-webkit-search-results-button,
.alter-menu-wrapper input[type="search"]::-webkit-search-results-decoration,
.page-title-container input[type="search"]::-webkit-search-decoration,
.page-title-container input[type="search"]::-webkit-search-cancel-button,
.page-title-container input[type="search"]::-webkit-search-results-button,
.page-title-container input[type="search"]::-webkit-search-results-decoration,
.top-bar input[type="search"]::-webkit-search-decoration,
.top-bar input[type="search"]::-webkit-search-cancel-button,
.top-bar input[type="search"]::-webkit-search-results-button,
.top-bar input[type="search"]::-webkit-search-results-decoration,
.mobile-header-menu-container input[type="search"]::-webkit-search-decoration,
.mobile-header-menu-container input[type="search"]::-webkit-search-cancel-button,
.mobile-header-menu-container input[type="search"]::-webkit-search-results-button,
.mobile-header-menu-container input[type="search"]::-webkit-search-results-decoration,
.site-search input[type="search"]::-webkit-search-decoration,
.site-search input[type="search"]::-webkit-search-cancel-button,
.site-search input[type="search"]::-webkit-search-results-button,
.site-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}
body.elementor-editor-active .elementor-widget-container input[type="search"]::-ms-clear, body.elementor-editor-active .elementor-widget-container input[type="search"]::-ms-reveal,
body.elementor-editor-active .sidebar input[type="search"]::-ms-clear,
body.elementor-editor-active .sidebar input[type="search"]::-ms-reveal,
body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-ms-clear,
body:not(.elementor-editor-active) .content-wrapper input[type="search"]::-ms-reveal,
.block-editor-block-list__layout input[type="search"]::-ms-clear,
.block-editor-block-list__layout input[type="search"]::-ms-reveal,
.mobile-header input[type="search"]::-ms-clear,
.mobile-header input[type="search"]::-ms-reveal,
.header input[type="search"]::-ms-clear,
.header input[type="search"]::-ms-reveal,
.footer input[type="search"]::-ms-clear,
.footer input[type="search"]::-ms-reveal,
.slide-sidebar-wrapper input[type="search"]::-ms-clear,
.slide-sidebar-wrapper input[type="search"]::-ms-reveal,
.alter-menu-wrapper input[type="search"]::-ms-clear,
.alter-menu-wrapper input[type="search"]::-ms-reveal,
.page-title-container input[type="search"]::-ms-clear,
.page-title-container input[type="search"]::-ms-reveal,
.top-bar input[type="search"]::-ms-clear,
.top-bar input[type="search"]::-ms-reveal,
.mobile-header-menu-container input[type="search"]::-ms-clear,
.mobile-header-menu-container input[type="search"]::-ms-reveal,
.site-search input[type="search"]::-ms-clear,
.site-search input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 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;
}

@media only screen and (min-width: 481px) {
  body.elementor-editor-active .elementor-widget-container h1:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper h1:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .mobile-header h1:not(:last-child),
  .mobile-header .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .header h1:not(:last-child),
  .header .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .footer h1:not(:last-child),
  .footer .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .page-title-container h1:not(:last-child),
  .page-title-container .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .slide-sidebar-wrapper h1:not(:last-child),
  .slide-sidebar-wrapper .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .alter-menu-wrapper h1:not(:last-child),
  .alter-menu-wrapper .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .top-bar h1:not(:last-child),
  .top-bar .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .mobile-header-menu-container h1:not(:last-child),
  .mobile-header-menu-container .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .site-search h1:not(:last-child),
  .site-search .elementor-widget-heading h1.elementor-heading-title:not(:last-child),
  .block-editor-block-list__layout h1:not(:last-child),
  .block-editor-block-list__layout .elementor-widget-heading h1.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.325em;
  }
  body.elementor-editor-active .elementor-widget-container h2:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .agencium_content_slider_title:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper h2:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .agencium_content_slider_title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .mobile-header h2:not(:last-child),
  .mobile-header .agencium_content_slider_title:not(:last-child),
  .mobile-header .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .header h2:not(:last-child),
  .header .agencium_content_slider_title:not(:last-child),
  .header .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .footer h2:not(:last-child),
  .footer .agencium_content_slider_title:not(:last-child),
  .footer .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .page-title-container h2:not(:last-child),
  .page-title-container .agencium_content_slider_title:not(:last-child),
  .page-title-container .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .slide-sidebar-wrapper h2:not(:last-child),
  .slide-sidebar-wrapper .agencium_content_slider_title:not(:last-child),
  .slide-sidebar-wrapper .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .alter-menu-wrapper h2:not(:last-child),
  .alter-menu-wrapper .agencium_content_slider_title:not(:last-child),
  .alter-menu-wrapper .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .top-bar h2:not(:last-child),
  .top-bar .agencium_content_slider_title:not(:last-child),
  .top-bar .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .mobile-header-menu-container h2:not(:last-child),
  .mobile-header-menu-container .agencium_content_slider_title:not(:last-child),
  .mobile-header-menu-container .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .site-search h2:not(:last-child),
  .site-search .agencium_content_slider_title:not(:last-child),
  .site-search .elementor-widget-heading h2.elementor-heading-title:not(:last-child),
  .block-editor-block-list__layout h2:not(:last-child),
  .block-editor-block-list__layout .agencium_content_slider_title:not(:last-child),
  .block-editor-block-list__layout .elementor-widget-heading h2.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.5em;
  }
  body.elementor-editor-active .elementor-widget-container h3:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper h3:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .mobile-header h3:not(:last-child),
  .mobile-header .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .header h3:not(:last-child),
  .header .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .footer h3:not(:last-child),
  .footer .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .page-title-container h3:not(:last-child),
  .page-title-container .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .slide-sidebar-wrapper h3:not(:last-child),
  .slide-sidebar-wrapper .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .alter-menu-wrapper h3:not(:last-child),
  .alter-menu-wrapper .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .top-bar h3:not(:last-child),
  .top-bar .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .mobile-header-menu-container h3:not(:last-child),
  .mobile-header-menu-container .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .site-search h3:not(:last-child),
  .site-search .elementor-widget-heading h3.elementor-heading-title:not(:last-child),
  .block-editor-block-list__layout h3:not(:last-child),
  .block-editor-block-list__layout .elementor-widget-heading h3.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.5em;
  }
  body.elementor-editor-active .elementor-widget-container h4:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .woocommerce-checkout h3:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .woocommerce-order h2:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .widget h2.widgettitle:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper h4:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .woocommerce-checkout h3:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .woocommerce-order h2:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .widget h2.widgettitle:not(:last-child),
  .mobile-header h4:not(:last-child),
  .mobile-header .woocommerce-checkout h3:not(:last-child),
  .mobile-header .woocommerce-order h2:not(:last-child),
  .mobile-header .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .mobile-header .widget h2.widgettitle:not(:last-child),
  .header h4:not(:last-child),
  .header .woocommerce-checkout h3:not(:last-child),
  .header .woocommerce-order h2:not(:last-child),
  .header .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .header .widget h2.widgettitle:not(:last-child),
  .footer h4:not(:last-child),
  .footer .woocommerce-checkout h3:not(:last-child),
  .footer .woocommerce-order h2:not(:last-child),
  .footer .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .footer .widget h2.widgettitle:not(:last-child),
  .page-title-container h4:not(:last-child),
  .page-title-container .woocommerce-checkout h3:not(:last-child),
  .page-title-container .woocommerce-order h2:not(:last-child),
  .page-title-container .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .page-title-container .widget h2.widgettitle:not(:last-child),
  .slide-sidebar-wrapper h4:not(:last-child),
  .slide-sidebar-wrapper .woocommerce-checkout h3:not(:last-child),
  .slide-sidebar-wrapper .woocommerce-order h2:not(:last-child),
  .slide-sidebar-wrapper .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .slide-sidebar-wrapper .widget h2.widgettitle:not(:last-child),
  .alter-menu-wrapper h4:not(:last-child),
  .alter-menu-wrapper .woocommerce-checkout h3:not(:last-child),
  .alter-menu-wrapper .woocommerce-order h2:not(:last-child),
  .alter-menu-wrapper .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .alter-menu-wrapper .widget h2.widgettitle:not(:last-child),
  .top-bar h4:not(:last-child),
  .top-bar .woocommerce-checkout h3:not(:last-child),
  .top-bar .woocommerce-order h2:not(:last-child),
  .top-bar .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .top-bar .widget h2.widgettitle:not(:last-child),
  .mobile-header-menu-container h4:not(:last-child),
  .mobile-header-menu-container .woocommerce-checkout h3:not(:last-child),
  .mobile-header-menu-container .woocommerce-order h2:not(:last-child),
  .mobile-header-menu-container .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .mobile-header-menu-container .widget h2.widgettitle:not(:last-child),
  .site-search h4:not(:last-child),
  .site-search .woocommerce-checkout h3:not(:last-child),
  .site-search .woocommerce-order h2:not(:last-child),
  .site-search .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .site-search .widget h2.widgettitle:not(:last-child),
  .block-editor-block-list__layout h4:not(:last-child),
  .block-editor-block-list__layout .woocommerce-checkout h3:not(:last-child),
  .block-editor-block-list__layout .woocommerce-order h2:not(:last-child),
  .block-editor-block-list__layout .elementor-widget-heading h4.elementor-heading-title:not(:last-child),
  .block-editor-block-list__layout .widget h2.widgettitle:not(:last-child) {
    margin-bottom: .5em;
  }
  body.elementor-editor-active .elementor-widget-container h5:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .wpforms-title:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .woocommerce-Reviews-title:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .woocommerce-account h3:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .outer-form-wrapper h2:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .woocommerce-MyAccount-content h2:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper h5:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .wpforms-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .woocommerce-Reviews-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .woocommerce-account h3:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .outer-form-wrapper h2:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .woocommerce-MyAccount-content h2:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .mobile-header h5:not(:last-child),
  .mobile-header .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .mobile-header .wpforms-title:not(:last-child),
  .mobile-header .woocommerce-Reviews-title:not(:last-child),
  .mobile-header .woocommerce-account h3:not(:last-child),
  .mobile-header .outer-form-wrapper h2:not(:last-child),
  .mobile-header .woocommerce-MyAccount-content h2:not(:last-child),
  .mobile-header .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .header h5:not(:last-child),
  .header .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .header .wpforms-title:not(:last-child),
  .header .woocommerce-Reviews-title:not(:last-child),
  .header .woocommerce-account h3:not(:last-child),
  .header .outer-form-wrapper h2:not(:last-child),
  .header .woocommerce-MyAccount-content h2:not(:last-child),
  .header .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .footer h5:not(:last-child),
  .footer .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .footer .wpforms-title:not(:last-child),
  .footer .woocommerce-Reviews-title:not(:last-child),
  .footer .woocommerce-account h3:not(:last-child),
  .footer .outer-form-wrapper h2:not(:last-child),
  .footer .woocommerce-MyAccount-content h2:not(:last-child),
  .footer .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .page-title-container h5:not(:last-child),
  .page-title-container .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .page-title-container .wpforms-title:not(:last-child),
  .page-title-container .woocommerce-Reviews-title:not(:last-child),
  .page-title-container .woocommerce-account h3:not(:last-child),
  .page-title-container .outer-form-wrapper h2:not(:last-child),
  .page-title-container .woocommerce-MyAccount-content h2:not(:last-child),
  .page-title-container .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .slide-sidebar-wrapper h5:not(:last-child),
  .slide-sidebar-wrapper .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .slide-sidebar-wrapper .wpforms-title:not(:last-child),
  .slide-sidebar-wrapper .woocommerce-Reviews-title:not(:last-child),
  .slide-sidebar-wrapper .woocommerce-account h3:not(:last-child),
  .slide-sidebar-wrapper .outer-form-wrapper h2:not(:last-child),
  .slide-sidebar-wrapper .woocommerce-MyAccount-content h2:not(:last-child),
  .slide-sidebar-wrapper .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .alter-menu-wrapper h5:not(:last-child),
  .alter-menu-wrapper .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .alter-menu-wrapper .wpforms-title:not(:last-child),
  .alter-menu-wrapper .woocommerce-Reviews-title:not(:last-child),
  .alter-menu-wrapper .woocommerce-account h3:not(:last-child),
  .alter-menu-wrapper .outer-form-wrapper h2:not(:last-child),
  .alter-menu-wrapper .woocommerce-MyAccount-content h2:not(:last-child),
  .alter-menu-wrapper .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .top-bar h5:not(:last-child),
  .top-bar .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .top-bar .wpforms-title:not(:last-child),
  .top-bar .woocommerce-Reviews-title:not(:last-child),
  .top-bar .woocommerce-account h3:not(:last-child),
  .top-bar .outer-form-wrapper h2:not(:last-child),
  .top-bar .woocommerce-MyAccount-content h2:not(:last-child),
  .top-bar .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .mobile-header-menu-container h5:not(:last-child),
  .mobile-header-menu-container .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .mobile-header-menu-container .wpforms-title:not(:last-child),
  .mobile-header-menu-container .woocommerce-Reviews-title:not(:last-child),
  .mobile-header-menu-container .woocommerce-account h3:not(:last-child),
  .mobile-header-menu-container .outer-form-wrapper h2:not(:last-child),
  .mobile-header-menu-container .woocommerce-MyAccount-content h2:not(:last-child),
  .mobile-header-menu-container .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .site-search h5:not(:last-child),
  .site-search .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .site-search .wpforms-title:not(:last-child),
  .site-search .woocommerce-Reviews-title:not(:last-child),
  .site-search .woocommerce-account h3:not(:last-child),
  .site-search .outer-form-wrapper h2:not(:last-child),
  .site-search .woocommerce-MyAccount-content h2:not(:last-child),
  .site-search .woocommerce .woocommerce-MyAccount-content h3:not(:last-child),
  .block-editor-block-list__layout h5:not(:last-child),
  .block-editor-block-list__layout .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .block-editor-block-list__layout .wpforms-title:not(:last-child),
  .block-editor-block-list__layout .woocommerce-Reviews-title:not(:last-child),
  .block-editor-block-list__layout .woocommerce-account h3:not(:last-child),
  .block-editor-block-list__layout .outer-form-wrapper h2:not(:last-child),
  .block-editor-block-list__layout .woocommerce-MyAccount-content h2:not(:last-child),
  .block-editor-block-list__layout .woocommerce .woocommerce-MyAccount-content h3:not(:last-child) {
    margin-bottom: .5em;
  }
  body.elementor-editor-active .elementor-widget-container h6:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  body.elementor-editor-active .elementor-widget-container .cart_totals h2:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper h6:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  body:not(.elementor-editor-active) .content-wrapper .cart_totals h2:not(:last-child),
  .mobile-header h6:not(:last-child),
  .mobile-header .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .mobile-header .cart_totals h2:not(:last-child),
  .header h6:not(:last-child),
  .header .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .header .cart_totals h2:not(:last-child),
  .footer h6:not(:last-child),
  .footer .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .footer .cart_totals h2:not(:last-child),
  .page-title-container h6:not(:last-child),
  .page-title-container .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .page-title-container .cart_totals h2:not(:last-child),
  .slide-sidebar-wrapper h6:not(:last-child),
  .slide-sidebar-wrapper .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .slide-sidebar-wrapper .cart_totals h2:not(:last-child),
  .alter-menu-wrapper h6:not(:last-child),
  .alter-menu-wrapper .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .alter-menu-wrapper .cart_totals h2:not(:last-child),
  .top-bar h6:not(:last-child),
  .top-bar .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .top-bar .cart_totals h2:not(:last-child),
  .mobile-header-menu-container h6:not(:last-child),
  .mobile-header-menu-container .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .mobile-header-menu-container .cart_totals h2:not(:last-child),
  .site-search h6:not(:last-child),
  .site-search .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .site-search .cart_totals h2:not(:last-child),
  .block-editor-block-list__layout h6:not(:last-child),
  .block-editor-block-list__layout .elementor-widget-heading h6.elementor-heading-title:not(:last-child),
  .block-editor-block-list__layout .cart_totals h2:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 841px) {
  body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote:before,
  body.elementor-editor-active .elementor-widget-container blockquote:before,
  body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote:before,
  body:not(.elementor-editor-active) .content-wrapper blockquote:before,
  .mobile-header .elementor-text-editor blockquote:before,
  .mobile-header blockquote:before,
  .header .elementor-text-editor blockquote:before,
  .header blockquote:before,
  .footer .elementor-text-editor blockquote:before,
  .footer blockquote:before,
  .page-title-container .elementor-text-editor blockquote:before,
  .page-title-container blockquote:before,
  .top-bar .elementor-text-editor blockquote:before,
  .top-bar blockquote:before,
  .slide-sidebar-wrapper .elementor-text-editor blockquote:before,
  .slide-sidebar-wrapper blockquote:before,
  .alter-menu-wrapper .elementor-text-editor blockquote:before,
  .alter-menu-wrapper blockquote:before,
  .mobile-header-menu-container .elementor-text-editor blockquote:before,
  .mobile-header-menu-container blockquote:before,
  .site-search .elementor-text-editor blockquote:before,
  .site-search blockquote:before,
  .block-editor-block-list__layout .elementor-text-editor blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    margin: 0 0 40px;
  }
  body.elementor-editor-active .elementor-widget-container .elementor-text-editor blockquote p,
  body.elementor-editor-active .elementor-widget-container blockquote p,
  body:not(.elementor-editor-active) .content-wrapper .elementor-text-editor blockquote p,
  body:not(.elementor-editor-active) .content-wrapper blockquote p,
  .mobile-header .elementor-text-editor blockquote p,
  .mobile-header blockquote p,
  .header .elementor-text-editor blockquote p,
  .header blockquote p,
  .footer .elementor-text-editor blockquote p,
  .footer blockquote p,
  .page-title-container .elementor-text-editor blockquote p,
  .page-title-container blockquote p,
  .top-bar .elementor-text-editor blockquote p,
  .top-bar blockquote p,
  .slide-sidebar-wrapper .elementor-text-editor blockquote p,
  .slide-sidebar-wrapper blockquote p,
  .alter-menu-wrapper .elementor-text-editor blockquote p,
  .alter-menu-wrapper blockquote p,
  .mobile-header-menu-container .elementor-text-editor blockquote p,
  .mobile-header-menu-container blockquote p,
  .site-search .elementor-text-editor blockquote p,
  .site-search blockquote p,
  .block-editor-block-list__layout .elementor-text-editor blockquote p,
  .block-editor-block-list__layout blockquote p {
    font-size: 1.25em;
    line-height: 2em;
  }
}
.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-left: none;
  border-right: none;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 1.5em 0;
}
.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.is-style-solid-color,
.block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
  border: none;
  padding: 1.5em 1em;
}

/* ---------- 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;
}
.wp-block-table table {
  margin: 0 !important;
}
.wp-block-table .wp-element-caption {
  font-size: .875em;
  font-weight: 200;
  font-style: italic;
}
.wp-block-table .wp-element-caption:not(:first-child) {
  margin-top: 5px;
}

/* ------- Login/Logout ------- */
.wp-block-loginout:before {
  font: 400 normal 18px/23px 'fontello';
  margin: 0 10px 0 0;
  position: relative;
  top: 0;
}
.wp-block-loginout.logged-in:before {
  content: '\e802';
}
.wp-block-loginout.logged-out:before {
  content: '\e801';
}
.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 .agencium-form-field label {
  font-size: 16px;
  font-weight: 400;
}
.wp-block-loginout.has-login-form .login-remember label {
  font-size: 14px;
  line-height: 2em;
  display: block;
}
.wp-block-loginout.has-login-form .login-remember input[type="checkbox"] {
  vertical-align: top;
}
.wp-block-loginout.has-login-form .login-submit {
  margin-top: 30px;
}

/* ---------- Images ---------- */
.body-container .wp-block-image {
  margin-bottom: 0;
  position: relative;
}
.body-container .wp-block-image:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.body-container .wp-block-image:not(:last-child) .alignnone,
.body-container .wp-block-image:not(:last-child) .alignleft,
.body-container .wp-block-image:not(:last-child) .aligncenter,
.body-container .wp-block-image:not(:last-child) .alignright {
  margin-bottom: 1.3125rem;
}
.body-container .wp-block-image:not(:first-child) {
  margin-top: 1.3125rem;
}
.body-container .wp-block-image .aligncenter {
  display: block;
  margin: 7px auto 0;
}
.body-container .wp-block-image .aligncenter img {
  margin: 0 auto;
}
.body-container .wp-block-image .aligncenter figcaption {
  display: block;
}
.body-container .wp-block-image .alignnone {
  margin: 7px 0 0;
}
.body-container .wp-block-image .alignleft {
  margin: 7px 30px 0 0;
}
.body-container .wp-block-image .alignright {
  margin: 7px 0 0 30px;
}
.body-container .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;
}

/* ---------- 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: '\e80f';
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  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%;
  font-size: 14px;
}

.sidebar .wp-block-gallery.is-layout-flex,
.footer-widgets .wp-block-gallery.is-layout-flex,
.slide-sidebar-content .wp-block-gallery.is-layout-flex {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 10px)));
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 10px)));
}
.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%;
}
.sidebar .wp-block-gallery .wp-block-image > a:before,
.footer-widgets .wp-block-gallery .wp-block-image > a:before,
.slide-sidebar-content .wp-block-gallery .wp-block-image > 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;
}
.sidebar .wp-block-gallery .wp-block-image > a:after,
.footer-widgets .wp-block-gallery .wp-block-image > a:after,
.slide-sidebar-content .wp-block-gallery .wp-block-image > a:after {
  content: '\e80f';
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 28px/1em 'fontello' !important;
  z-index: 3;
  left: 50%;
  right: auto;
  top: 40%;
  margin: -14px 0 0 -14px !important;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar .wp-block-gallery .wp-block-image > a:hover:before,
.footer-widgets .wp-block-gallery .wp-block-image > a:hover:before,
.slide-sidebar-content .wp-block-gallery .wp-block-image > a:hover:before {
  opacity: 0.8 !important;
}
.sidebar .wp-block-gallery .wp-block-image > a:hover:after,
.footer-widgets .wp-block-gallery .wp-block-image > a:hover:after,
.slide-sidebar-content .wp-block-gallery .wp-block-image > a:hover:after {
  top: 50%;
  opacity: 1;
}

.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 ---------- */
/* ----- 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;
}

/* ----- 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;
}

/* ---------- Button ---------- */
.wp-block-button.is-style-squared > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-squared {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* ---------- 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;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

/* ---------- Video ---------- */
.wp-block-video video {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
}
.wp-block-video figcaption {
  margin: .5em 0 0;
  font-size: 14px;
  text-align: center;
  display: block;
}

/* ---------- Audio ---------- */
.wp-block-audio audio {
  min-width: 260px;
  display: block;
}
.wp-block-audio figcaption {
  margin: .5em 0 0;
  font-size: 14px;
  text-align: center;
  display: block;
}

/* ---------- 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 {
  margin: .5em 0 0;
  font-size: 14px;
  text-align: center;
  display: block;
}
.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 .wp-block-cover,
.block-editor-block-list__layout .wp-block-cover,
.wp-block-cover {
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
.content .wp-block-cover:not(:last-child),
.block-editor-block-list__layout .wp-block-cover:not(:last-child),
.wp-block-cover:not(:last-child) {
  margin-bottom: 50px;
}
.content .wp-block-cover:not(:first-child),
.block-editor-block-list__layout .wp-block-cover:not(:first-child),
.wp-block-cover:not(:first-child) {
  margin-top: 50px;
}
.content .wp-block-cover strong,
.block-editor-block-list__layout .wp-block-cover strong,
.wp-block-cover strong {
  color: inherit;
}
.content .wp-block-cover .wp-block-title a,
.block-editor-block-list__layout .wp-block-cover .wp-block-title a,
.wp-block-cover .wp-block-title a {
  text-decoration: none;
  color: inherit;
}
.content .wp-block-cover .wp-block-title a:hover,
.block-editor-block-list__layout .wp-block-cover .wp-block-title a:hover,
.wp-block-cover .wp-block-title a:hover {
  text-decoration: none;
  color: inherit;
}
.content .wp-block-cover .wp-block-cover-text a,
.block-editor-block-list__layout .wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a {
  color: inherit;
}
.content .wp-block-cover .wp-block-cover-text a:hover,
.block-editor-block-list__layout .wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:hover {
  color: inherit;
}
.content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
.block-editor-block-list__layout .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
  padding: 50px 30px;
}

.content .sidebar .wp-block-cover .wp-block-title,
.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;
}
.content .sidebar .wp-block-cover .wp-block-title h1, .content .sidebar .wp-block-cover .wp-block-title h2, .content .sidebar .wp-block-cover .wp-block-title h3, .content .sidebar .wp-block-cover .wp-block-title h4, .content .sidebar .wp-block-cover .wp-block-title h5, .content .sidebar .wp-block-cover .wp-block-title h6,
.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,
.sidebar .wp-block-cover .wp-block-title h5,
.sidebar .wp-block-cover .wp-block-title h6,
.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,
.footer-widgets .wp-block-cover .wp-block-title h5,
.footer-widgets .wp-block-cover .wp-block-title h6,
.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,
.slide-sidebar-content .wp-block-cover .wp-block-title h5,
.slide-sidebar-content .wp-block-cover .wp-block-title h6 {
  line-height: 1.3333em;
}
.content .sidebar .wp-block-cover .wp-block-title h1:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h2:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h3:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h4:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h5:not(:last-child), .content .sidebar .wp-block-cover .wp-block-title h6:not(:last-child),
.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),
.sidebar .wp-block-cover .wp-block-title h5:not(:last-child),
.sidebar .wp-block-cover .wp-block-title h6: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),
.footer-widgets .wp-block-cover .wp-block-title h5:not(:last-child),
.footer-widgets .wp-block-cover .wp-block-title h6: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),
.slide-sidebar-content .wp-block-cover .wp-block-title h5:not(:last-child),
.slide-sidebar-content .wp-block-cover .wp-block-title h6:not(:last-child) {
  margin-bottom: 0;
}
.content .sidebar .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
.sidebar .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
.footer-widgets .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
.slide-sidebar-content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
  padding: 18.6885% 11.4754% 20.6557%;
}
.content .sidebar .wp-block-cover p.has-background,
.sidebar .wp-block-cover p.has-background,
.footer-widgets .wp-block-cover p.has-background,
.slide-sidebar-content .wp-block-cover p.has-background {
  padding: 20px;
  line-height: 1.5em;
}

/* ---------- 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,
.alter-menu-wrapper .wp-block-group.has-background,
.footer-widgets .wp-block-group.has-background,
.sidebar .wp-block-group.has-background {
  padding: 20px;
}
.slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
.alter-menu-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.is-style-simple .wp-block-button__link {
  background: none;
  padding: 0;
  position: relative;
  border-bottom: solid 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1.375em;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
.wp-block-button.is-style-simple .wp-block-button__link:after {
  content: '\e817';
  display: inline-block;
  font: 400 .5em/1 'fontello';
  padding: 0 0 0 6px;
}
.wp-block-button.is-style-simple .wp-block-button__link:hover {
  border-color: transparent;
}

/* ---------- File ---------- */
body .content-wrapper .wp-block-file a:not(.wp-block-file__button),
.block-editor-block-list__layout .wp-block-file a:not(.wp-block-file__button) {
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
}
body .content-wrapper .wp-block-file .wp-block-file__button,
.block-editor-block-list__layout .wp-block-file .wp-block-file__button {
  text-decoration: none;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  opacity: 1;
}
body .content-wrapper .wp-block-file img,
body .content-wrapper .wp-block-file kbd,
.block-editor-block-list__layout .wp-block-file img,
.block-editor-block-list__layout .wp-block-file kbd {
  display: inline-block;
  vertical-align: middle;
}

.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;
}
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 {
  padding: 0;
}
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 .wp-block-social-link-anchor svg,
.block-editor-block-list__layout .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
ul.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  -webkit-transition: fill 0.3s, color 0.3s;
  transition: fill 0.3s, color 0.3s;
}
body .content-wrapper .wp-block-social-links.is-style-labels-only,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only,
ul.wp-block-social-links.is-style-labels-only {
  gap: 18px;
}
body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link,
ul.wp-block-social-links.is-style-labels-only .wp-block-social-link {
  background: none;
  border: none;
  margin-bottom: 0;
}
body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label,
body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label.screen-reader-text,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label.screen-reader-text,
ul.wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label,
ul.wp-block-social-links.is-style-labels-only .wp-block-social-link .wp-block-social-link-label.screen-reader-text {
  display: block !important;
  line-height: 2em;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link a,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link a,
ul.wp-block-social-links.is-style-labels-only .wp-block-social-link a {
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transition: color 0.3s, fill 0.3s;
  transition: color 0.3s, fill 0.3s;
}
body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link a svg,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link a svg,
ul.wp-block-social-links.is-style-labels-only .wp-block-social-link a svg {
  display: none;
}
body .content-wrapper .wp-block-social-links.is-style-labels-only .wp-block-social-link:hover,
.block-editor-block-list__layout .wp-block-social-links.is-style-labels-only .wp-block-social-link:hover,
ul.wp-block-social-links.is-style-labels-only .wp-block-social-link:hover {
  background: none;
}

.block-editor-block-list__layout .block-editor-block-list__block.wp-block-social-links.is-style-labels-only .wp-block-social-link .components-button.wp-block-social-link-anchor {
  padding: 0 !important;
  background: none !important;
}

.wp-block-social-links.has-small-icon-size.is-style-logos-only.is-layout-flex {
  gap: 2em;
}

/* ---------- Avatar ---------- */
.wp-block-avatar {
  font-size: 0;
  line-height: 1;
}
.wp-block-avatar .wp-block-avatar__link {
  display: inline-block;
  vertical-align: top;
}

/* ---------- Read More ---------- */
.wp-block-read-more {
  text-decoration: none !important;
  position: relative;
}
.wp-block-read-more:after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  left: 0;
  right: 0;
  bottom: .1em;
  border-top: solid 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.wp-block-read-more:hover:after {
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  /* ---------- Columns ---------- */
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin: 30px 0 0;
  }

  /* ---------- Media Text ---------- */
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 8%;
  }
}
@media only screen and (min-width: 661px) {
  .content-wrapper-sidebar-position-none .alignwide,
  .block-editor-block-list__layout .alignwide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 40px 50px;
  }

  .slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
  .alter-menu-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 ----------- */
  /* ---------- Pull Quote ---------- */
  .content-wrapper .wp-block-pullquote,
  .block-editor-block-list__layout .wp-block-pullquote {
    padding: 2.5625em 0;
    font-size: 1em;
    line-height: inherit;
  }
  .content-wrapper .wp-block-pullquote.is-style-solid-color,
  .block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
    padding: 2.5625em 3.25em;
  }

  .slide-sidebar-wrapper .wp-block-pullquote,
  .alter-menu-wrapper .wp-block-pullquote,
  .footer-widgets .wp-block-pullquote,
  .content-wrapper .sidebar .wp-block-pullquote {
    padding: 20px;
  }
  .slide-sidebar-wrapper .wp-block-pullquote blockquote cite,
  .alter-menu-wrapper .wp-block-pullquote blockquote cite,
  .footer-widgets .wp-block-pullquote blockquote cite,
  .content-wrapper .sidebar .wp-block-pullquote blockquote cite {
    margin: 0;
  }

  /* ---------- 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: 841px) {
  .content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
  .block-editor-block-list__layout .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
    padding: 50px 70px;
  }
}
@media only screen and (min-width: 1021px) {
  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 20px;
  }

  .slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
  .alter-menu-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;
  }

  .content .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
  .block-editor-block-list__layout .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__image-background ~ .wp-block-cover__inner-container {
    padding: 7.5377% 21.608% 8.6432% 15.3769%;
  }
}
@media only screen and (min-width: 1201px) {
  /* ---------- 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;
  }

  /* ---------- Group ---------- */
  .wp-block-group.has-background {
    padding: 40px 50px;
  }

  .slide-sidebar-wrapper .wp-block-group.has-background:not(.has-text-color),
  .alter-menu-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 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.body-container .elementor p a,
.elementor .elementor-widget-text-editor a {
  text-decoration: underline;
}
.body-container .elementor p a:hover,
.elementor .elementor-widget-text-editor a:hover {
  text-decoration: none;
}

.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;
}

body:not(.elementor-editor-active) .content-wrapper .elementor-widget-wrap .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-widget-container .agencium_archive_listing_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container,
body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container {
  padding: 0 20px;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container.elementor-column-gap-no,
body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
  padding: 0;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
  padding: 0 20px;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no,
body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
  padding: 0;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container,
body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
  padding: 0;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-column-gap-default > .elementor-row {
  margin: -10px;
  width: calc(100% + 20px);
}
body:not(.elementor-editor-active) .content-wrapper .elementor-column-gap-narrow > .elementor-row {
  margin: -5px;
  width: calc(100% + 10px);
}
body:not(.elementor-editor-active) .content-wrapper .elementor-column-gap-extended > .elementor-row {
  margin: -15px;
  width: calc(100% + 30px);
}
body:not(.elementor-editor-active) .content-wrapper .elementor-column-gap-wide > .elementor-row {
  margin: -20px;
  width: calc(100% + 40px);
}
body:not(.elementor-editor-active) .content-wrapper .elementor-column-gap-wider > .elementor-row {
  margin: -30px;
  width: calc(100% + 60px);
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-content-top > .elementor-container > .elementor-row {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-content-bottom > .elementor-container > .elementor-row {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
body:not(.elementor-editor-active) .content-wrapper .elementor-section-content-center > .elementor-container > .elementor-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.elementor-section-wrap .elementor-section + .elementor-section {
  margin-top: 90px;
}

@media (min-width: 661px) {
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container {
    padding: 0 30px;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container.elementor-column-gap-no,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container {
    padding: 0 30px;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
    padding: 0;
  }
}
@media (min-width: 841px) {
  .elementor-section-wrap .elementor-section + .elementor-section {
    margin-top: 120px;
  }
}
@media (min-width: 1380px) {
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 20px;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container.elementor-column-gap-no,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container,
  body:not(.elementor-editor-active) .content-wrapper .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;
    padding: 0;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
    padding: 0;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-full_width > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container,
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-stretched > .elementor-container .elementor-section.elementor-section-full_width > .elementor-container {
    padding: 0;
  }
  body:not(.elementor-editor-active) .content-wrapper .elementor-section-wrap > .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
    padding: 0;
  }

  .elementor-section-wrap .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;
}

/* ---------- Custom Animations ---------- */
@keyframes agencium_clip_right {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes agencium_clip_left {
  from {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes agencium_clip_down {
  from {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes agencium_clip_up {
  from {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
.agencium_clip_right {
  animation-name: agencium_clip_right;
}

.agencium_clip_left {
  animation-name: agencium_clip_left;
}

.agencium_clip_down {
  animation-name: agencium_clip_down;
}

.agencium_clip_up {
  animation-name: agencium_clip_up;
}

/*********** Content Layout ***********/
.flowmap-deformation-wrapper {
  display: block;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.flowmap-deformation-wrapper canvas {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.flowmap-deformation-wrapper.active canvas {
  opacity: 1;
}

.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;
}

.body-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: solid 1px;
  left: 50%;
  right: initial;
  z-index: 1;
}
.body-line.body-line-l1 {
  margin-left: -726px;
}
.body-line.body-line-l2 {
  margin-left: -447px;
}
.body-line.body-line-r1 {
  margin-left: 345px;
}
.body-line.body-line-r2 {
  margin-left: 884px;
}

.content-wrapper {
  margin-top: 70px;
  margin-bottom: 90px;
  max-width: 1380px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.content-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.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% - 40px);
  margin: 0 20px;
}
.content-wrapper .content-inner: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: 481px) {
  .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: 661px) {
  .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-bottom: 120px;
  }
  .content-wrapper .content {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1021px) {
  .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 {
    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;
  }
  .content-wrapper .sidebar {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .content-wrapper .content {
    margin: 0 30px;
  }
  .content-wrapper.content-wrapper-sidebar-position-left .sidebar {
    order: 1;
    margin: 0 10px 0 30px;
    width: calc(25% - 40px);
  }
  .content-wrapper.content-wrapper-sidebar-position-left .content {
    order: 2;
    max-width: 995px;
    width: calc(75% - 60px);
  }
  .content-wrapper.content-wrapper-sidebar-position-right .sidebar {
    order: 2;
    margin: 0 30px 0 10px;
    width: calc(25% - 40px);
  }
  .content-wrapper.content-wrapper-sidebar-position-right .content {
    order: 1;
    max-width: 995px;
    width: calc(75% - 60px);
  }
  .content-wrapper.content-wrapper-sidebar-position-none .content {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1380px) {
  .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 {
    margin: 70px auto 150px;
    max-width: 1380px;
  }
  .content-wrapper .content {
    margin: 0 20px;
  }
  .content-wrapper.content-wrapper-sidebar-position-left .content {
    width: calc(75% - 40px);
  }
  .content-wrapper.content-wrapper-sidebar-position-left .sidebar {
    margin: 0 20px;
  }
  .content-wrapper.content-wrapper-sidebar-position-right .content {
    width: calc(75% - 40px);
  }
  .content-wrapper.content-wrapper-sidebar-position-right .sidebar {
    margin: 0 20px;
  }
  .content-wrapper.content-wrapper-sidebar-position-none .content {
    width: calc(100% - 40px);
  }
}
.sidebar {
  margin: 0 20px;
  max-width: 305px;
  width: calc(25% - 40px);
}

@media only screen and (max-width: 1020px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    left: auto;
    -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: 86px 20px 32px;
    width: 280px;
    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;
    width: 17px;
    height: 17px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font: 400 normal 17px/20px 'fontello';
    text-align: center;
  }
  .sidebar .shop-hidden-sidebar-close:before {
    content: '\e80f';
  }
  .sidebar .shop-hidden-sidebar-close:hover {
    opacity: .7;
  }

  .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: '\e800';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -9px 0 0 -9px;
  }
}
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
  margin-top: 70px;
}

.standard-blog-item-wrapper {
  overflow: hidden;
  position: relative;
}
.standard-blog-item-wrapper .blog-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0 0 60px;
  position: relative;
}
.standard-blog-item-wrapper .blog-item:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: inherit;
  left: initial;
  right: 0;
  bottom: 0;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels {
  position: relative;
  z-index: 3;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels + .post-media-wrapper {
  margin: -55px 0 0;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title {
  margin-bottom: 0;
  line-height: 1.1667em;
  letter-spacing: -.03em;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title:not(:first-child) {
  margin-top: 31px;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title a {
  text-decoration: none;
  border-bottom: solid 2px transparent;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title a:hover {
  border-color: initial;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:after {
  content: '';
  display: table;
  clear: both;
}
.standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:not(:first-child) {
  margin-top: 30px;
}
.standard-blog-item-wrapper .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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.standard-blog-item-wrapper .post-meta-footer:not(:first-child) {
  margin: 30px -15px 0;
  position: relative;
}
.standard-blog-item-wrapper .post-meta-footer .post-meta-item {
  margin: 0 15px;
  font-size: 16px;
}
.standard-blog-item-wrapper .post-meta-footer .post-meta-item a {
  text-decoration: none;
}
.standard-blog-item-wrapper .post-meta-footer .post-meta-item:not(:last-child) {
  margin-bottom: 20px;
}

.post-more-button:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 841px) {
  .archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
    margin-top: 100px;
  }

  .standard-blog-item-wrapper {
    overflow: hidden;
    position: relative;
  }
  .standard-blog-item-wrapper .blog-item {
    padding-bottom: 120px;
  }
}
/*********** Compact Blog Archive ***********/
.archive-listing-wrapper.compact-listing {
  padding-top: 51px;
  border-top-style: solid;
  border-top-width: 2px;
}
.archive-listing-wrapper.compact-listing .standard-blog-item-wrapper:not(:first-child) {
  margin-top: 51px;
}
.archive-listing-wrapper.compact-listing .post-media-wrapper {
  width: 449px;
  display: none;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.archive-listing-wrapper.compact-listing .post-media-wrapper:after,
.archive-listing-wrapper.compact-listing .post-media-wrapper a:before,
.archive-listing-wrapper.compact-listing .post-media-wrapper a:after {
  content: none;
  display: none;
}
.archive-listing-wrapper.compact-listing .post-media-wrapper .post-media {
  padding: 73.6842% 0 0;
  height: 0;
  overflow: hidden;
  position: relative;
}
.archive-listing-wrapper.compact-listing .post-media-wrapper .wp-video .mejs-video {
  padding: 73.6842% 0 0;
}
.archive-listing-wrapper.compact-listing .post-media-wrapper.hidden-media {
  z-index: 3;
}
.archive-listing-wrapper.compact-listing .post-media-wrapper.hidden-media.active {
  opacity: 1;
}
.archive-listing-wrapper.compact-listing .post-content-column:not(:first-child) {
  margin: 16px 0 0;
}
.archive-listing-wrapper.compact-listing .post-meta-header {
  font-size: 14px;
}
.archive-listing-wrapper.compact-listing .post-meta-header .post-meta-item + .post-meta-item {
  margin: 0 0 0 6px;
}
.archive-listing-wrapper.compact-listing .post-meta-header .post-meta-item + .post-meta-item:before {
  margin: 0 7px 0 0;
  width: 20px;
  height: 1px;
}
.archive-listing-wrapper.compact-listing .post-more-button:not(:first-child) {
  margin: 23px 0 0;
}
.archive-listing-wrapper.compact-listing .post-categories {
  margin: 0 0 0 -20px;
}
.archive-listing-wrapper.compact-listing .post-categories .post-category-item {
  padding: 0;
  background: none;
  font-size: 14px;
  margin: 0 0 0 20px;
}
.archive-listing-wrapper.compact-listing .post-categories .post-category-item:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 3px;
  height: 3px;
  margin: 0 5px 0 0;
}

.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels {
  z-index: initial;
}
.compact-blog-item-wrapper .blog-item {
  padding: 0 0 46px;
  border-bottom-width: 2px;
}
.compact-blog-item-wrapper .blog-item:after {
  content: none;
  display: none;
}
.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:not(:first-child) {
  margin: 20px 0 0;
}
.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title {
  line-height: 1.3333em;
}
.compact-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title a {
  border: none;
}

@media only screen and (min-width: 1021px) {
  .archive-listing-wrapper.compact-listing .blog-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: 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;
  }
  .archive-listing-wrapper.compact-listing .post-title {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3333em;
  }
  .archive-listing-wrapper.compact-listing .post-title:after {
    content: '\e81a';
    display: block;
    font: 400 normal 18px/1em 'fontello';
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin: 36px 0 0;
  }
  .archive-listing-wrapper.compact-listing .post-title:not(:last-child) {
    margin: 0 30px 0 0;
    width: 40.261%;
  }
  .archive-listing-wrapper.compact-listing .post-content-column {
    width: 100%;
    margin: 0;
  }
  .archive-listing-wrapper.compact-listing .post-content-column:not(:first-child) {
    margin-left: 9.739%;
    margin-top: 0;
  }
}
/*********** Creative Blog Archive ***********/
.archive-listing-wrapper.creative-listing .post-media-wrapper {
  display: inline-block;
  vertical-align: top;
}
.archive-listing-wrapper.creative-listing .post-media-wrapper:after,
.archive-listing-wrapper.creative-listing .post-media-wrapper a:before,
.archive-listing-wrapper.creative-listing .post-media-wrapper a:after {
  content: none;
  display: none;
}
.archive-listing-wrapper.creative-listing .post-media-wrapper .post-media {
  padding: 73.6842% 0 0;
  width: 190px;
}
.archive-listing-wrapper.creative-listing .post-media-wrapper .wp-video .mejs-video {
  padding: 73.6842% 0 0;
}
.archive-listing-wrapper.creative-listing .post-content-column:not(:first-child) {
  margin: 16px 0 0;
}
.archive-listing-wrapper.creative-listing .post-content-column .post-more-button {
  display: none;
}
.archive-listing-wrapper.creative-listing .post-meta-header {
  font-size: 14px;
}
.archive-listing-wrapper.creative-listing .post-meta-header .post-meta-item + .post-meta-item {
  margin: 0 0 0 6px;
}
.archive-listing-wrapper.creative-listing .post-meta-header .post-meta-item + .post-meta-item:before {
  margin: 0 7px 0 0;
  width: 20px;
  height: 1px;
}
.archive-listing-wrapper.creative-listing .post-more-button:not(:first-child) {
  margin: 23px 0 0;
}
.archive-listing-wrapper.creative-listing .post-media-column:not(:first-child) {
  margin: 30px 0 0;
}
.archive-listing-wrapper.creative-listing .post-labels:not(:first-child) {
  margin: 23px 0 0;
}
.archive-listing-wrapper.creative-listing .post-categories {
  margin: 0 0 0 -20px;
}
.archive-listing-wrapper.creative-listing .post-categories .post-category-item {
  padding: 0;
  background: none;
  font-size: 14px;
  margin: 0 0 0 20px;
}
.archive-listing-wrapper.creative-listing .post-categories .post-category-item:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 3px;
  height: 3px;
  margin: 0 5px 0 0;
}

.creative-blog-item-wrapper .blog-item {
  padding: 0 0 78px;
}
.creative-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-content:not(:first-child) {
  margin: 20px 0 0;
}
.creative-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-title {
  line-height: 1.3333em;
}

@media only screen and (min-width: 1021px) {
  .archive-listing-wrapper.creative-listing .standard-blog-item-wrapper:not(:first-child) {
    margin-top: 51px;
  }
  .archive-listing-wrapper.creative-listing .blog-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: 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;
  }
  .archive-listing-wrapper.creative-listing .blog-item .post-media-wrapper {
    margin-top: 8px;
  }
  .archive-listing-wrapper.creative-listing .blog-item .post-media-wrapper .post-media {
    padding: 73.6842% 0 0;
  }
  .archive-listing-wrapper.creative-listing .post-title {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    padding: 0 0 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .archive-listing-wrapper.creative-listing .post-title:before {
    content: '\e81a';
    display: block;
    position: absolute;
    font: 400 normal 18px/1em 'fontello';
    right: initial;
    left: 0;
    bottom: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .archive-listing-wrapper.creative-listing .post-title:not(:last-child) {
    margin: 0 30px 0 0;
    width: 31.3433%;
    max-width: 420px;
  }
  .archive-listing-wrapper.creative-listing .post-content-column {
    width: 100%;
    margin: 0;
  }
  .archive-listing-wrapper.creative-listing .post-content-column:not(:first-child) {
    margin-left: 9.5%;
    margin-top: 0;
  }
  .archive-listing-wrapper.creative-listing .post-content-column:not(:last-child) {
    margin-right: 10.5%;
  }
  .archive-listing-wrapper.creative-listing .post-content-column .post-more-button {
    display: block;
  }
  .archive-listing-wrapper.creative-listing .post-media-column {
    width: calc(17% - 60px);
    min-width: 190px;
    text-align: right;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .archive-listing-wrapper.creative-listing .post-media-column:not(:first-child) {
    margin: 0 0 0 30px;
  }
  .archive-listing-wrapper.creative-listing .post-media-column .post-more-button {
    display: none;
  }
}
/*********** Grid Blog Archive ***********/
.archive-listing-wrapper.grid-listing {
  margin: 0 -10px -28px;
}
.archive-listing-wrapper.grid-listing .grid-item {
  padding: 0 10px;
  margin: 0 0 28px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper:after,
.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper a:before,
.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper a:after {
  content: none;
  display: none;
}
.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper .post-media {
  padding: 54.7619% 0 0;
}
.archive-listing-wrapper.grid-listing .blog-item .post-media-wrapper .wp-video .mejs-video {
  padding: 54.7619% 0 0;
}
.archive-listing-wrapper.grid-listing .standard-blog-item-wrapper:not(.agencium-format-quote) .blog-item .post-labels + .post-media-wrapper {
  margin-top: -60px;
}
.archive-listing-wrapper.grid-listing .post-labels {
  padding: 20px 20px 0;
}
.archive-listing-wrapper.grid-listing .post-categories {
  margin: 0 -8px;
}
.archive-listing-wrapper.grid-listing .post-categories .post-category-item {
  font-size: 14px;
  padding: .2857em .7143em;
  margin: 0 8px 10px;
}
.archive-listing-wrapper.grid-listing .post-categories .post-category-item.post-icon-sticky {
  padding: .2857em 0;
  width: 2.1429em;
}
.archive-listing-wrapper.grid-listing .post-categories .post-category-item.post-icon-sticky:before {
  font-size: 1em;
}
.archive-listing-wrapper.grid-listing .post-content-wrapper {
  padding: 25px 20px 30px;
}
.archive-listing-wrapper.grid-listing .post-meta-header {
  position: relative;
  padding: 0 25px 13px 0;
  border-bottom: solid 2px transparent;
  font-size: 14px;
}
.archive-listing-wrapper.grid-listing .post-meta-header:after {
  content: '\e81a';
  display: block;
  position: absolute;
  font: 400 normal 15px/1em 'fontello';
  right: 1px;
  left: initial;
  top: 6px;
}
.archive-listing-wrapper.grid-listing .post-meta-header .post-meta-item + .post-meta-item {
  margin: 0 0 0 6px;
}
.archive-listing-wrapper.grid-listing .post-meta-header .post-meta-item + .post-meta-item:before {
  margin: 0 7px 0 0;
  width: 20px;
  height: 1px;
}

.grid-blog-item-wrapper .blog-item {
  border: none;
  padding: 0;
}
.grid-blog-item-wrapper .blog-item:after {
  content: none;
  display: none;
}

@media only screen and (min-width: 841px) {
  .grid-blog-item-wrapper .post-quote {
    padding: 42px 30px 48px;
  }
  .grid-blog-item-wrapper .post-quote:before {
    font-size: 200px;
    margin: 0 0 20px;
    position: static;
    left: initial;
    right: initial;
    top: initial;
  }

  .archive-listing-wrapper.grid-listing .post-content-wrapper {
    padding: 42px 30px 48px;
  }
}
@media only screen and (min-width: 1201px) {
  .archive-listing-wrapper.grid-listing {
    margin: 0 -20px -28px;
  }
  .archive-listing-wrapper.grid-listing .grid-item {
    padding: 0 20px;
    margin: 0 0 50px;
  }
}
/*********** Blog Single Layout ***********/
.single-post .post-media-wrapper picture {
  display: inline-block;
  position: relative;
}
.single-post .post-media-wrapper picture:after {
  content: '';
  position: absolute;
  width: 62.7497%;
  height: 0;
  padding: 114.5889% 0 0;
  z-index: 2;
  left: 10%;
  right: initial;
  top: 100%;
  margin: -35% 0 0;
  filter: blur(50px);
  -webkit-transform: rotate(108.18deg) translate3d(0, 0, 0);
  -ms-transform: rotate(108.18deg) translate3d(0, 0, 0);
  transform: rotate(108.18deg) translate3d(0, 0, 0);
}
.single-post .post-labels + .post-media-wrapper {
  margin-top: -37px;
}

.single-post .post-labels {
  margin-top: -18px;
  position: relative;
  z-index: 2;
}

.post-meta-header:not(:first-child) {
  margin-top: 30px;
}

.single-post .post-quote:not(:last-child) {
  margin-bottom: 25px;
}

body:not(.elementor-editor-active) .content-wrapper .single-post > .post-title {
  margin: 0;
  line-height: 1.1667em;
  letter-spacing: -.03em;
}
body:not(.elementor-editor-active) .content-wrapper .single-post > .post-title:not(:first-child) {
  margin: 31px 0 0;
}

.single-post .post-content:after {
  content: '';
  display: table;
  clear: both;
}
.single-post .post-content:not(:first-child) {
  margin: 30px 0 0;
}

.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: 49px -15px 0;
  padding: 47px 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:not(:first-child):after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  left: initial;
  right: 15px;
  top: -20px;
}
.single-post .post-meta-footer .post-meta-item a {
  text-decoration: none;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
  margin: 0 15px;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
  margin: 16px 15px 0;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials {
  margin: -16px -14px 0;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials li {
  padding: 0;
  margin: 16px 14px 0;
}
.single-post .post-meta-footer .post-meta-item.post-meta-item-socials .wrapper-socials li:before {
  content: none;
  display: none;
}

.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 .agencium-form-button {
  margin: 10px 0 0;
}
.post-password-form input[type="submit"],
.post-password-form button {
  width: 100%;
  white-space: nowrap;
}
.post-password-form .agencium-form-field input {
  width: 100%;
}

@media screen and (min-width: 481px) {
  form.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-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    max-width: 650px;
  }
  form.post-password-form .agencium-form-field {
    width: 100%;
  }
  form.post-password-form .agencium-form-field input {
    height: 63px;
    padding: 19px 0;
  }
  form.post-password-form .agencium-form-button {
    margin: 0 0 0 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 841px) {
  .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;
    margin-top: 0;
  }
  .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;
  }
}
/********** 404 Page **********/
.error-404-container {
  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: 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: 50px 20px;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100vh;
}
.error-404-container .error-404-code {
  line-height: 1;
}
.error-404-container .error-404-code:not(:first-child) {
  margin-top: 62px;
}
.error-404-container .error-404-code svg {
  width: 280px;
}
.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: 70px;
}
.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-title {
  margin: 0 0 32px;
  letter-spacing: -.03em;
}
.error-404-container .error-404-inner .error-404-info-text {
  max-width: 448px;
  margin: 0 auto;
}
.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: 35px 0 0;
}
.error-404-container .error-404-inner .error-404-info-text:not(:first-child) {
  padding: 1px 0 0;
}
.error-404-container .wrapper-socials.error-404-socials {
  margin: -16px -14px 0;
}
.error-404-container .wrapper-socials.error-404-socials li {
  margin: 16px 15px 0;
}

@media only screen and (min-width: 481px) {
  .error-404-container {
    padding: 75px 40px;
  }
  .error-404-container .error-404-inner {
    padding: 48px 0 58px;
  }
  .error-404-container .error-404-code svg {
    width: 400px;
  }
}
@media only screen and (min-width: 841px) {
  .error-404-container {
    padding: 135px 40px 75px;
  }
  .error-404-container .error-404-code svg {
    width: 647px;
  }
}
/********** 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 18px/20px 'fontello';
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-form .search-form-icon:before {
  content: '\e822';
}

.agencium-no-results-title {
  text-align: center;
}

.agencium-no-result-search-form {
  max-width: 800px;
  margin: 0 auto;
}
.agencium-no-result-search-form .search-form .search-form-field {
  padding-right: 50px;
}
.agencium-no-result-search-form .search-form-icon {
  bottom: initial;
  top: 21px;
  right: 20px;
  z-index: 3;
}

/********** Portfolio Archive **********/
/********** Portfolio Archive Common Styles **********/
.portfolio-listing-wrapper {
  margin: -40px -20px;
}
.portfolio-listing-wrapper.isotope-trigger:after {
  content: '';
  display: table;
  clear: both;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories {
  margin: 0;
  font-size: initial;
  line-height: initial;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories a.post-category-item {
  margin: 0;
  padding: 0;
  background: none;
  text-transform: lowercase;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories a.post-category-item:before {
  content: '/ ';
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title {
  margin: 0;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title:not(:first-child) {
  margin: 0;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title br {
  display: none;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a {
  text-decoration: none;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title em, .portfolio-listing-wrapper .portfolio-item-wrapper .post-title i {
  font-style: normal;
  font-weight: inherit;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title b, .portfolio-listing-wrapper .portfolio-item-wrapper .post-title strong {
  font-weight: inherit;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a .portfolio-post-name-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a .portfolio-post-name {
  position: relative;
  display: block;
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a .portfolio-post-name:after {
  content: attr(data-name);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .post-title a:hover .portfolio-post-name {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.portfolio-listing-wrapper .portfolio-item-wrapper.with-title-icon .post-title {
  letter-spacing: -.03em;
}
.portfolio-listing-wrapper .portfolio-item-wrapper.with-title-icon .post-title a {
  padding: 0 1.1em 0 0;
  display: block;
  position: relative;
}
.portfolio-listing-wrapper .portfolio-item-wrapper.with-title-icon .post-title a:after {
  content: '\e81a';
  font: 400 normal .65em/2.3077em 'fontello';
  position: absolute;
  display: block;
  right: 0;
  left: initial;
  bottom: 0;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-info:not(:first-child) {
  margin-top: 20px;
}
.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-info .portfolio-info-table tr td, .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-info .portfolio-info-table tr th {
  border: none;
  padding: 5px 6px 5px 0;
}

/********** Portfolio Archive Grid **********/
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 40px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-media-link {
  height: 0;
  padding: 104.6053% 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-media-link img {
  position: absolute;
  top: 0;
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper.with-media-overlay .portfolio-item-media-link:before {
  content: '';
  padding: 0;
  border: none;
  position: absolute;
  display: block;
  z-index: 2;
  width: 67.1053%;
  height: 117.2956%;
  background: radial-gradient(78.39% 69.97% at 11.63% 7.06%, #ef644c 0%, #914a27 33.33%, #caa46a 66.67%, #f75437 100%);
  filter: blur(50px);
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  -ms-transform: rotate(90deg) translate3d(0, 0, 0);
  transform: rotate(90deg) translate3d(0, 0, 0);
  top: 100%;
  left: 4%;
  right: initial;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper.with-media-overlay:hover .portfolio-item-media-link:before {
  top: 44%;
  opacity: 1;
}
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-content {
  padding: 0 0 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper .portfolio-item-content:not(:first-child) {
  margin-top: 26px;
}

@media only screen and (min-width: 481px) {
  .portfolio-listing-wrapper.portfolio-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;
  }
  .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%;
  }
}
@media only screen and (min-width: 841px) {
  .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: 33.3333%;
  }
}
@media only screen and (min-width: 1021px) {
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper {
    width: 25%;
  }
  .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 Archive Metro **********/
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 40px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-media-link {
  height: 0;
  padding: 104.6053% 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-media-link img {
  position: absolute;
  top: 0;
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-overlay .portfolio-item-media-link:before {
  content: '';
  padding: 0;
  border: none;
  position: absolute;
  display: block;
  z-index: 2;
  width: 72.8392%;
  height: 127.2117%;
  filter: blur(50px);
  -webkit-transform: rotate(-87.296deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-87.296deg) translate3d(0, 0, 0);
  transform: rotate(-87.296deg) translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 41%;
  left: 11%;
  right: initial;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-overlay:hover .portfolio-item-media-link:before {
  opacity: 1;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-icon .portfolio-item-media-link:after {
  content: '\e819';
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  left: 50%;
  right: initial;
  opacity: 0;
  font: 400 normal 125px/1em 'fontello';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-icon:hover .portfolio-item-media-link:after {
  opacity: 1;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-content {
  padding: 0 0 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper .portfolio-item-content:not(:first-child) {
  margin-top: 26px;
}

@media only screen and (min-width: 481px) {
  .portfolio-listing-wrapper.portfolio-metro-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: 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;
  }
  .portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 661px) {
  .portfolio-listing-wrapper.portfolio-metro-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: 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;
  }
  .portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n+1), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n+1) {
    width: 32.2152%;
  }
  .portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n+2), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n+2) {
    width: 38.924%;
  }
  .portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n+3), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n+3) {
    width: 51.2658%;
  }
  .portfolio-listing-wrapper.portfolio-metro-listing.columns-2 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-3 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-4 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-5 .portfolio-item-wrapper:nth-child(4n), .portfolio-listing-wrapper.portfolio-metro-listing.columns-6 .portfolio-item-wrapper:nth-child(4n) {
    width: 38.924%;
  }
}
/********** Portfolio Archive Modern **********/
.portfolio-listing-wrapper.portfolio-modern-listing {
  margin: 0;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:not(:first-child) {
  margin-top: 80px;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item .portfolio-item-media-link:after {
  content: '\e81a';
  position: absolute;
  display: block;
  font: 400 normal 52px/1em 'fontello';
  z-index: 2;
  bottom: 40px;
  right: 40px;
  left: initial;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
  margin: 0;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
  position: relative;
  margin: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
  position: relative;
  margin: 0;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content:not(:first-child) {
  margin-top: 30px;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media-link {
  position: relative;
  display: block;
  height: 0;
  padding: 76.7414% 0 0;
  overflow: hidden;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item img {
  position: absolute;
  display: block;
  max-width: none;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories {
  line-height: 1;
  margin-bottom: 10px;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories a.post-category-item {
  text-transform: none;
  position: relative;
  font-weight: 400;
  line-height: 1.875em;
  padding: 0 0 4px;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories a.post-category-item:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-info:not(:first-child) {
  margin-top: 30px;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-info .portfolio-info-table tr th {
  font-weight: 400;
}
.portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-more-button:not(:first-child) {
  margin-top: 30px;
}

@media only screen and (min-width: 481px) {
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media-link {
    padding: 60% 0 0;
  }
}
@media only screen and (min-width: 661px) {
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item .portfolio-item-media-link {
    padding: 130.3037% 0 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item img {
    top: 0;
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
    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: 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-modern-listing .portfolio-item-wrapper .portfolio-item:not(:first-child) {
    margin-top: 30px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
    margin: 0 15px;
    width: calc(50% - 30px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
    margin: 0 15px;
    width: calc(50% - 30px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content:not(:first-child) {
    margin-top: 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd).with-media-icon .portfolio-item .portfolio-item-media-link:after {
    right: 40px;
    left: initial;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd) .portfolio-item .portfolio-item-content {
    order: 2;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd) .portfolio-item .portfolio-item-media {
    order: 1;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even).with-media-icon .portfolio-item .portfolio-item-media-link:after {
    left: 40px;
    right: initial;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even) .portfolio-item .portfolio-item-content {
    order: 1;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even) .portfolio-item .portfolio-item-media {
    order: 2;
  }
}
@media only screen and (min-width: 1021px) {
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:not(:first-child) {
    margin-top: 80px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper.with-media-icon .portfolio-item .portfolio-item-media-link:after {
    font-size: 62px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
    margin: 0 -20px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
    margin: 0 20px;
    width: calc(50% - 40px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
    margin: 0 20px;
    width: calc(50% - 40px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media {
    width: calc(50% + 88px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-content {
    width: calc(50% - 168px);
    padding-right: 0;
    padding-left: 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media-link {
    padding: 76.7414% 0 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item img {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+1) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+4) .portfolio-item .portfolio-item-content {
    padding-bottom: 160px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2), .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) {
    margin-top: -80px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2) .portfolio-item, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) .portfolio-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) .portfolio-item .portfolio-item-content {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1201px) {
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:not(:first-child) {
    margin-top: 110px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item {
    margin: 0 -55px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-media {
    margin: 0 55px;
    width: calc(50% - 110px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .portfolio-item .portfolio-item-content {
    margin: 0 55px;
    width: calc(50% - 110px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-categories {
    margin-bottom: 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper .post-more-button:not(:first-child) {
    margin-top: 60px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media {
    width: calc(50% + 88px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-content {
    width: calc(50% - 308px);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-media-link {
    padding: 76.7414% 0 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item img {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+1) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+4) .portfolio-item .portfolio-item-content {
    padding-bottom: 330px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2), .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) {
    margin-top: -220px;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+2) .portfolio-item .portfolio-item-content, .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n) .portfolio-item .portfolio-item-content {
    padding-top: 330px;
  }
}
@media only screen and (min-width: 1381px) {
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(odd) .portfolio-item .portfolio-item-content {
    padding-right: 9.8685%;
    padding-left: 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(even) .portfolio-item .portfolio-item-content {
    padding-left: 9.8685%;
    padding-right: 0;
  }
  .portfolio-listing-wrapper.portfolio-modern-listing .portfolio-item-wrapper:nth-child(5n+3) .portfolio-item .portfolio-item-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/********** Portfolio Archive Slider **********/
.portfolio-listing-wrapper.owl-carousel {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-header .post-categories .post-category-item {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.03em;
  text-transform: none;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-header .post-categories .post-category-item:before {
  content: none;
  display: none;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-header .portfolio-date:not(:first-child) {
  margin: 0;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media {
  font-size: 0;
  line-height: 1;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media:not(:first-child) {
  margin-top: 40px;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media-link {
  height: 0;
  padding: 73.1207% 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-media-link img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: initial;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: none;
  height: auto;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content {
  padding: 0 0 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.portfolio-listing-wrapper.owl-carousel .portfolio-item-wrapper .portfolio-item-content .post-title {
  margin-top: 46px;
}
.portfolio-listing-wrapper.owl-carousel.custom-cursor-enable {
  cursor: none;
}
.portfolio-listing-wrapper.owl-carousel.custom-cursor-enable .portfolio-item-wrapper a {
  cursor: inherit;
}
.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer {
  overflow: initial;
}
.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item .portfolio-item-header,
.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item .portfolio-item-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item.active .portfolio-item-header,
.portfolio-listing-wrapper.owl-carousel.show-inactive-items .owl-stage-outer .owl-item.active .portfolio-item-content {
  opacity: 1;
}

/********** Portfolio Archive List **********/
.portfolio-listing-wrapper.portfolio-list-listing {
  margin: 0;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-wrapper:first-child .portfolio-item {
  border-top-style: solid;
  border-top-width: 2px;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item {
  padding: 35px 0;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media {
  width: 507px;
  display: none;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media .post-media {
  height: 0;
  padding: 100% 0 0;
  overflow: hidden;
  position: relative;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media .post-media picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media.hidden-media {
  z-index: 2;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-media.hidden-media.active {
  opacity: 1;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-post-title {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-hidden {
  width: 100%;
}
.portfolio-listing-wrapper.portfolio-list-listing .portfolio-item-hidden:not(:first-child) {
  margin: 10px 0 0;
}
.portfolio-listing-wrapper.portfolio-list-listing .post-more-button:not(:first-child) {
  margin-top: 18px;
}

@media only screen and (min-width: 841px) {
  .portfolio-listing-wrapper.portfolio-list-listing .portfolio-post-title {
    font-size: 40px;
  }
}
/********** Single Portfolio **********/
.portfolio-categories .post-categories {
  margin: 0;
}
.portfolio-categories .post-categories .post-category-item {
  background: none;
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 0;
}
.portfolio-categories .post-categories .post-category-item:hover {
  background: none;
}

.portfolio-date:not(:first-child) {
  margin-top: 6px;
}

.portfolio-post-details:not(:first-child) {
  margin-top: 73px;
}
.portfolio-post-details .agencium-subtitle {
  margin-bottom: 70px;
}

.portfolio-details {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.portfolio-details .portfolio-info {
  padding: 50px 0 0;
}
.portfolio-details .portfolio-info .portfolio-info-table {
  width: 100%;
}
.portfolio-details .portfolio-info .portfolio-info-item td, .portfolio-details .portfolio-info .portfolio-info-item th {
  border: none;
  padding: 0 20px 0 0;
}
.portfolio-details .portfolio-info .portfolio-info-item:not(:first-child) td, .portfolio-details .portfolio-info .portfolio-info-item:not(:first-child) th {
  padding: 10px 20px 0 0;
}
.portfolio-details .portfolio-info .portfolio-info-item-label {
  font-weight: 400;
}

.portfolio-post-gallery-wrapper {
  position: relative;
  z-index: 2;
}

.portfolio-post-gallery {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 20px;
}
.portfolio-post-gallery .image-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 71.4286% 0 0;
  height: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.portfolio-post-gallery .image-wrapper picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.portfolio-post-gallery .owl-stage-outer {
  overflow: initial;
}
.portfolio-post-gallery .owl-item .image-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000000;
  opacity: .5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-post-gallery .owl-item.active .image-wrapper:before {
  opacity: 0;
}

@media only screen and (min-width: 661px) {
  .portfolio-details {
    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;
  }
  .portfolio-details .portfolio-description {
    width: 50%;
    padding: 0 50px 0 0;
  }
  .portfolio-details .portfolio-info {
    width: 50%;
    padding: 43px 0 0;
    position: relative;
  }

  .portfolio-post-gallery {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media only screen and (min-width: 841px) {
  .portfolio-details .portfolio-description {
    width: 60%;
    padding: 0 60px 0 0;
  }
  .portfolio-details .portfolio-info {
    width: 40%;
    padding: 82px 0 0;
  }

  .portfolio-post-gallery {
    width: 60%;
    margin: 0 20%;
  }
}
@media only screen and (min-width: 1021px) {
  .portfolio-details .portfolio-description {
    width: 44%;
    padding: 0 17.612% 0 0;
  }
  .portfolio-details .portfolio-info {
    width: 31.3433%;
    padding: 82px 7.0447% 0 0;
    position: relative;
  }
  .portfolio-details .portfolio-info:after {
    content: '\e819';
    position: absolute;
    display: block;
    font: 400 normal 95px/1em 'fontello';
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    left: initial;
    right: 0;
    top: 6px;
  }

  .portfolio-post-gallery {
    width: 47.7604%;
    margin: 0 0 0 31.25%;
  }
  .portfolio-post-gallery.custom-cursor-enable .image-wrapper {
    cursor: none;
  }
}
@media only screen and (min-width: 1201px) {
  .portfolio-details .portfolio-description {
    width: 34%;
    padding: 0 27.612% 0 0;
  }
}
/********** 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;
  margin: -10px;
  position: relative;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper {
  width: 100%;
  position: relative;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper.with-hover-animation .service-item:hover {
  top: -7px;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-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;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media {
  padding: 50% 0 0;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-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;
}
.service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-media {
  padding: 100% 0 0;
}
.service-listing-wrapper.service-grid-listing .service-item {
  position: relative;
  overflow: hidden;
  top: 0;
  -webkit-transition: top 0.3s, border-color 0.3s;
  transition: top 0.3s, border-color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-media {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-media .service-item-media-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-media picture {
  height: auto;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-media picture img {
  max-width: none;
  height: auto;
  width: 100%;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-content {
  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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px 20px 48px 27px;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-icon {
  font-size: 45px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 0 20px;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-info {
  overflow: hidden;
  position: relative;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-hidden {
  display: none;
}
.service-listing-wrapper.service-grid-listing .service-item .service-item-hidden:not(:first-child) {
  margin-top: 15px;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-index {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  display: inline;
  margin: 0 10px 0 0;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  display: inline-block;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title a {
  position: relative;
  padding: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  text-decoration: none;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title a .service-post-name-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title a .service-post-name {
  position: relative;
  display: block;
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title a .service-post-name:after {
  content: attr(data-name);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
}
.service-listing-wrapper.service-grid-listing .service-item .service-post-title a:hover .service-post-name {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.service-listing-wrapper.service-grid-listing .service-item .service-more-button:not(:first-child) {
  margin-top: 18px;
}
.service-listing-wrapper.service-list-listing .service-item-wrapper:first-child .service-item {
  border-top-style: solid;
  border-top-width: 2px;
}
.service-listing-wrapper.service-list-listing .service-item {
  padding: 35px 0;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.service-listing-wrapper.service-list-listing .service-item-media {
  width: 449px;
  display: none;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service-listing-wrapper.service-list-listing .service-item-media .post-media {
  height: 0;
  padding: 58.1292% 0 0;
  overflow: hidden;
  position: relative;
}
.service-listing-wrapper.service-list-listing .service-item-media .post-media picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-listing-wrapper.service-list-listing .service-item-media.hidden-media {
  z-index: 2;
}
.service-listing-wrapper.service-list-listing .service-item-media.hidden-media.active {
  opacity: 1;
}
.service-listing-wrapper.service-list-listing .service-post-title {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.service-listing-wrapper.service-list-listing .service-post-title a {
  position: relative;
  padding: 0 40px 0 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.service-listing-wrapper.service-list-listing .service-post-title a .service-post-index {
  display: inline-block;
  vertical-align: baseline;
  font-size: .5em;
  font-weight: 600;
  letter-spacing: -.03em;
  min-width: 38px;
  margin: 0 10px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.service-listing-wrapper.service-list-listing .service-post-title a:after {
  content: '\e81a';
  font: 400 normal .55em/1em 'fontello';
  position: absolute;
  right: 0;
  left: initial;
  top: .7727em;
}
.service-listing-wrapper.service-list-listing .service-post-title a .service-post-name-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.service-listing-wrapper.service-list-listing .service-post-title a .service-post-name {
  position: relative;
  display: block;
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-listing-wrapper.service-list-listing .service-post-title a .service-post-name:after {
  content: attr(data-name);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
}
.service-listing-wrapper.service-list-listing .service-post-title a:hover .service-post-name {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.service-listing-wrapper.service-list-listing .service-item-hidden {
  width: 100%;
}
.service-listing-wrapper.service-list-listing .service-item-hidden:not(:first-child) {
  margin: 10px 0 0;
}
.service-listing-wrapper.service-list-listing .service-more-button:not(:first-child) {
  margin-top: 18px;
}
.service-listing-wrapper.service-string-listing {
  margin: -10px -10px 0;
}
.service-listing-wrapper.service-string-listing .service-item-wrapper {
  padding: 0 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: bottom;
}
.service-listing-wrapper.service-string-listing .service-item-media {
  width: 449px;
  display: none;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service-listing-wrapper.service-string-listing .service-item-media .post-media {
  height: 0;
  padding: 58.1292% 0 0;
  overflow: hidden;
  position: relative;
}
.service-listing-wrapper.service-string-listing .service-item-media .post-media picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-listing-wrapper.service-string-listing .service-item-media.hidden-media {
  z-index: 2;
}
.service-listing-wrapper.service-string-listing .service-item-media.hidden-media.active {
  opacity: 1;
}
.service-listing-wrapper.service-string-listing .service-post-title {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.service-listing-wrapper.service-string-listing .service-post-title a .service-post-name-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.service-listing-wrapper.service-string-listing .service-post-title a .service-post-name {
  position: relative;
  display: block;
  -webkit-transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-listing-wrapper.service-string-listing .service-post-title a .service-post-name:after {
  content: attr(data-name);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
}
.service-listing-wrapper.service-string-listing .service-post-title a:hover .service-post-name-wrapper {
  border-color: transparent !important;
}
.service-listing-wrapper.service-string-listing .service-post-title a:hover .service-post-name {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.service-listing-wrapper.service-string-listing .service-item-hidden:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (min-width: 481px) {
  .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: 50%;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.with-alternation:nth-child(even) .service-item {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media only screen and (min-width: 841px) {
  .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: 33.3333%;
  }
  .service-listing-wrapper.service-list-listing .service-post-title {
    font-size: 40px;
  }
  .service-listing-wrapper.service-list-listing .service-post-title a .service-post-index {
    margin: 0 40px 0 0;
    min-width: 58px;
  }
  .service-listing-wrapper.service-string-listing {
    margin: -15px -15px 0;
  }
  .service-listing-wrapper.service-string-listing .service-item-wrapper {
    padding: 0 15px;
    margin-top: 15px;
  }
  .service-listing-wrapper.service-string-listing .service-post-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1021px) {
  .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper {
    width: 25%;
  }
  .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper {
    width: 20%;
  }
  .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
    width: 16.6667%;
  }
}
@media only screen and (min-width: 1201px) {
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item {
    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: 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.media-position-aside .service-item .service-item-media {
    padding: 100% 0 0;
    width: 50%;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media picture {
    height: 100%;
    width: auto;
    left: 50%;
    right: initial;
    top: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-media picture img {
    max-width: none;
    height: 100%;
    width: auto;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-aside .service-item .service-item-icon {
    margin: 0;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-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;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-media {
    padding: 100% 0 0;
    width: 100%;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-icon {
    margin: 0 0 33px;
  }
  .service-listing-wrapper.service-grid-listing .service-item-wrapper.media-position-above .service-item .service-item-content {
    padding: 45px 40px;
  }
  .service-listing-wrapper.service-grid-listing .service-item .service-item-icon {
    font-size: 59px;
  }
  .service-listing-wrapper.service-grid-listing .service-item .service-post-index {
    margin: 0;
  }
  .service-listing-wrapper.service-grid-listing .service-item .service-post-index,
  .service-listing-wrapper.service-grid-listing .service-item .service-post-title {
    display: block;
  }
  .service-listing-wrapper.service-string-listing {
    margin: -25px -25px 0;
  }
  .service-listing-wrapper.service-string-listing .service-item-wrapper {
    padding: 0 25px;
    margin-top: 25px;
  }
  .service-listing-wrapper.service-string-listing .service-post-title {
    font-size: 60px;
  }
}
/********** Career Archive **********/
.vacancy-listing-wrapper {
  border-top-style: solid;
  border-top-width: 2px;
}
.vacancy-listing-wrapper .vacancy-item {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: default;
  padding: 30px 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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-item-header .vacancy-post-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: 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;
  font-size: 0;
  line-height: 1;
  margin: -6px -3px 0;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-item-header .vacancy-post-meta-item {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 28px;
  margin: 6px 3px 0;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-post-title {
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 600;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-post-location:not(:first-child) {
  margin-top: 20px;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary:not(:first-child) {
  margin-top: 15px;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary .vacancy-salary {
  line-height: 1;
  letter-spacing: -.03em;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary .vacancy-salary-value {
  font-size: 30px;
  line-height: 1.3333em;
  font-weight: 600;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-post-salary .vacancy-salary-period {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding: 0 0 0 .2em;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0;
  line-height: 1;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-item-button:not(:first-child) {
  margin-top: 20px;
}
.vacancy-listing-wrapper .vacancy-item .vacancy-item-button .agencium-button {
  min-width: 192px;
}

@media only screen and (min-width: 841px) {
  .vacancy-listing-wrapper .vacancy-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: 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;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
    width: 100%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-location,
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-salary,
  .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-location:not(:first-child),
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-salary:not(:first-child),
  .vacancy-listing-wrapper .vacancy-item .vacancy-item-button:not(:first-child) {
    margin: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1021px) {
  .vacancy-listing-wrapper .vacancy-item {
    padding: 55px 0 53px;
  }
}
@media only screen and (min-width: 1201px) {
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-title {
    font-size: 30px;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-location:not(:first-child),
  .vacancy-listing-wrapper .vacancy-item .vacancy-item-button:not(:first-child) {
    margin: 0 0 0 110px;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-salary {
    min-width: 11.75%;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-salary:not(:first-child) {
    margin: 0 0 0 90px;
  }
  .vacancy-listing-wrapper .vacancy-item .vacancy-post-location {
    min-width: 15.55%;
  }
}
/********** Single Vacancy **********/
body .single-vacancy .content-wrapper .vacancy-main ul > li {
  padding: 0 0 0 2em;
  margin: 20px 0;
}
body .single-vacancy .content-wrapper .vacancy-main ul > li:before {
  content: '';
  width: .3125em;
  height: .3125em;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  top: .75em;
}

.single-vacancy .archive-listing {
  margin: 43px 0 0 0;
}
.single-vacancy .content > .agencium-subtitle.main-section-subtitle {
  margin: 0 0 45px;
}
.single-vacancy .vacancy-main:not(:first-child) {
  margin-top: 60px;
}
.single-vacancy .vacancy-post-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: 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;
  font-size: 0;
  line-height: 1;
  margin: -6px -3px 0;
}
.single-vacancy .vacancy-post-meta-item {
  display: inline-block;
  padding: .375em 1.1875em .4375em;
  font-size: 16px;
  line-height: 1.375em;
  margin: 6px 3px 0;
}
.single-vacancy .vacancy-post-meta-item.vacancy-city {
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}
.single-vacancy .vacancy-post-title {
  font-size: 30px;
  line-height: 1.3333em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.single-vacancy .vacancy-post-title:not(:first-child) {
  margin-top: 1em;
}
.single-vacancy .vacancy-post-salary {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.single-vacancy .vacancy-post-salary:not(:first-child) {
  margin-top: 30px;
}
.single-vacancy .vacancy-post-salary .vacancy-salary {
  line-height: 1;
  letter-spacing: -.03em;
}
.single-vacancy .vacancy-post-salary .vacancy-salary-value {
  font-size: 30px;
  line-height: 1.3333em;
  font-weight: 600;
}
.single-vacancy .vacancy-post-salary .vacancy-salary-period {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding: 0 0 0 .2em;
}
.single-vacancy .vacancy-post-button {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0;
  line-height: 1;
}
.single-vacancy .vacancy-post-button:not(:first-child) {
  margin-top: 55px;
}
.single-vacancy .vacancy-info + .widget {
  margin-top: 65px;
}
.single-vacancy .related-vacancy-title {
  margin-bottom: 54px;
}

@media only screen and (min-width: 661px) {
  .single-vacancy .related-vacancy-title {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1021px) {
  .single-vacancy .content > .agencium-subtitle.main-section-subtitle {
    margin: 0 20px 45px;
  }
  .single-vacancy .content-wrapper.content-wrapper-sidebar-position-left .content, .single-vacancy .content-wrapper.content-wrapper-sidebar-position-right .content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .single-vacancy .vacancy-post-content {
    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-vacancy .vacancy-post-content .vacancy-info {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: calc(25% - 40px);
    max-width: 305px;
    margin: 0 20px;
  }
  .single-vacancy .vacancy-post-content .vacancy-info .sidebar {
    width: auto;
    margin: 0;
  }
  .single-vacancy .vacancy-post-content .vacancy-info .sidebar:not(:first-child) {
    margin-top: 50px;
  }
  .single-vacancy .vacancy-post-content .vacancy-main {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .single-vacancy .vacancy-post-content .vacancy-main:not(:first-child) {
    margin-top: 0;
    padding: 0 0 0 8.4783%;
  }
  .single-vacancy .vacancy-post-content .vacancy-main:not(:first-child):before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    top: -150px;
    bottom: 0;
    right: initial;
    left: 0;
  }
}
@media only screen and (min-width: 1021px) {
  .single-vacancy .related-vacancy-title {
    max-width: 85%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .single-vacancy .related-vacancy-title .agencium-subheading {
    width: 15%;
  }
}
@media only screen and (min-width: 1381px) {
  .single-vacancy .related-vacancy-title {
    max-width: 51%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .single-vacancy .related-vacancy-title .agencium-subheading {
    width: 1%;
  }
  .single-vacancy .archive-listing {
    margin: 73px 0 0 8.6%;
  }
}
.post-categories {
  margin: 0 -10px;
  font-size: 0;
  line-height: 1;
}
.post-categories .post-category-item {
  display: inline-block;
  margin: 0 10px 20px;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 400;
  padding: .375em .9375em .4375em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
  min-width: .3125em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.post-categories .post-category-item.post-icon-sticky {
  padding: .375em 0 .4375em;
  width: 2.1875em;
}
.post-categories .post-category-item.post-icon-sticky:before {
  content: '\e81e';
  display: inline-block;
  font: 400 normal 1.0625em/1.2941em 'fontello';
}

/*********** Comments ***********/
.post-comments-list .post-comment-wrapper.depth-1 {
  padding-bottom: 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.post-comments-list .post-comment-wrapper.depth-1:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  left: initial;
  right: 0;
  bottom: 0;
}

.post-comments-wrapper:not(:first-child) {
  margin: 90px 0 0;
}
.post-comments-wrapper > .comment-respond:not(:first-child) {
  margin: 90px 0 0;
}

body.elementor-editor-active .elementor-widget-container h5, body:not(.elementor-editor-active) .content-wrapper h5.post-comments-title,
body.elementor-editor-active .elementor-widget-container h5, body:not(.elementor-editor-active) .content-wrapper h5.comment-reply-title {
  letter-spacing: -.03em;
  margin-bottom: .8em;
}

.post-comments-title-counter {
  font-weight: 200;
  font-style: italic;
}

.comment-reply-title small {
  font-size: 50%;
  margin: 0 0 0 6px;
}
.comment-reply-title a {
  text-transform: none;
  text-decoration: none;
  position: relative;
  font-weight: 300;
}
.comment-reply-title a:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: -3px;
  height: 0;
  border-bottom: solid 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comment-reply-title a:hover:before {
  opacity: 0;
}

.post-comment-wrapper.bypostauthor > .post-comment-item .post-comment-author:after {
  content: '\f00c';
  font: 700 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;
  width: 75px;
  margin: 5px 15px 0 0;
  overflow: hidden;
}
.post-comment-avatar .avatar {
  width: 75px;
  max-width: none;
  height: auto;
}
.post-comment-avatar + .post-comment-main .post-comment-header {
  margin-left: 95px;
}

.post-comment-main {
  width: 100%;
}

.post-comment-info {
  margin: 0;
  width: 100%;
}

.post-comment-author {
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -.03em;
  display: block;
}

.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: 0 -5px;
}
.post-comment-buttons a {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: capitalize;
  text-decoration: none;
}
.post-comment-buttons a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0;
  border-bottom: solid 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post-comment-buttons a:after {
  content: '\e817';
  display: inline-block;
  font: 400 normal 8px/1em 'fontello';
  margin: 0 0 0 8px;
  vertical-align: baseline;
}
.post-comment-buttons a:hover:before {
  opacity: 0;
}

.post-comment-content {
  clear: both;
}
.post-comment-content:not(:first-child) {
  padding-top: 20px;
}

.post-comment-header {
  line-height: 1;
}

.post-comment-date {
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 300;
  display: block;
}
.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: 51px 0 0;
}
.comment-form p {
  font-size: 16px;
}

.form-fields {
  margin: -1px -10px 0;
  position: relative;
}
.form-fields:after {
  content: '';
  display: table;
  clear: both;
}
.form-fields .form-field {
  margin: 1px 10px 0;
  width: calc(100% - 20px);
  float: left;
}
.form-fields .form-field.form-cookies {
  margin-top: 26px;
}
.form-fields .form-field.form-cookies input + label {
  font-size: .875em;
}

.comment-navigation {
  margin: 30px 0 0;
}
.comment-navigation .nav-previous {
  text-align: left;
}
.comment-navigation .nav-previous a:before {
  content: '\e805';
  display: inline-block;
  font: 400 normal 1em/1.2em 'fontello';
  margin: 4px 10px 0 0;
  vertical-align: top;
}
.comment-navigation .nav-next {
  text-align: right;
}
.comment-navigation .nav-next a:after {
  content: '\e806';
  display: inline-block;
  font: 400 normal 1em/1.2em 'fontello';
  margin: 4px 0 0 10px;
  vertical-align: top;
}

@media only screen and (min-width: 481px) {
  .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 + .post-comment-main .post-comment-header {
    margin-left: 0;
  }

  .post-comment-content:not(:first-child) {
    padding-top: 7px;
  }

  .post-comment-info {
    margin: 0 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;
    width: 100%;
  }

  form.comment-form .agencium-form-field textarea {
    height: 88px;
  }
  form.comment-form .agencium-form-field:focus-within textarea, form.comment-form .agencium-form-field.not-empty textarea {
    height: 88px;
  }
}
@media only screen and (min-width: 661px) {
  .form-fields .form-name,
  .form-fields .form-email {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 841px) {
  .post-comments-list .post-comment-wrapper.depth-1 {
    padding-bottom: 70px;
  }

  .post-comments-wrapper > .comment-respond:not(:first-child) {
    margin: 120px 0 0;
  }

  .post-comment-author {
    font-size: 20px;
    display: inline-block;
    vertical-align: baseline;
  }

  .post-comment-date {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
  }
  .post-comment-date:not(:first-child) {
    margin: 0 0 0 26px;
  }
  .post-comment-date:not(:first-child):before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: baseline;
    margin: 0 20px 4px 0;
  }

  .post-comment-info {
    margin: 0 30px 0 0;
    font-size: 0;
    line-height: 1;
  }
}
@media only screen and (min-width: 1021px) {
  .post-comments-wrapper > .comment-respond:not(:first-child) {
    margin: 100px 0 0;
  }
}
@media only screen and (min-width: 1201px) {
  .post-comment-avatar {
    margin: 0 40px 0 0;
  }
  .post-comment-avatar + .post-comment-main .post-comment-header {
    margin-left: 0;
  }

  .post-comment-header {
    min-height: 68px;
    padding: 7px 0 0;
    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: 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;
  }

  .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 115px;
  }
}
/********** Custom Cursor **********/
.custom-cursor-drag {
  display: none;
  position: fixed;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: none;
  border: solid 1px;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  right: initial;
  top: 50%;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-cursor-drag:before, .custom-cursor-drag:after {
  display: block;
  position: absolute;
  font: 400 normal 8px/1em 'fontello';
  top: 50%;
  margin: -5px 0 0;
  text-shadow: 0 0 6px #000000;
}
.custom-cursor-drag:before {
  content: '\e814';
  left: -14px;
  right: initial;
}
.custom-cursor-drag:after {
  content: '\e815';
  left: initial;
  right: -14px;
}
.custom-cursor-drag.active {
  width: 64px;
  height: 64px;
}

.post-media-wrapper {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}
.post-media-wrapper a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(25, 23, 24, 0) 0%, #1B1B1B 100%);
  z-index: 2;
}
.post-media-wrapper a:after {
  content: '';
  position: absolute;
  width: 62.7497%;
  height: 0;
  padding: 114.5889% 0 0;
  z-index: 2;
  left: 10%;
  right: initial;
  top: 100%;
  margin: -35% 0 0;
  filter: blur(50px);
  -webkit-transform: rotate(108.18deg) translate3d(0, 0, 0);
  -ms-transform: rotate(108.18deg) translate3d(0, 0, 0);
  transform: rotate(108.18deg) translate3d(0, 0, 0);
}
.post-media-wrapper:after {
  content: '\e81a';
  display: block;
  position: absolute;
  font: 400 normal 52px/1em 'fontello';
  top: 16px;
  left: initial;
  right: 17px;
  z-index: 2;
}
.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;
}

.format-quote .post-media-wrapper {
  font-size: inherit;
  line-height: inherit;
}

.post-quote {
  overflow: hidden;
  position: relative;
  padding: 50px 30px;
  display: block;
  text-decoration: none;
  max-width: none;
}
.post-quote .post-quote-text {
  position: relative;
  z-index: 3;
  font-weight: 400;
}
.post-quote .post-quote-text p {
  margin: 0;
}
.post-quote .post-quote-text p + p {
  margin-top: 1em;
}
.post-quote .post-quote-text:before {
  content: '\e81f';
  font: 400 normal 1.8125em/1em 'fontello';
  display: block;
  margin: 0 0 20px;
}
.post-quote .post-quote-author {
  display: inline-block !important;
  font-weight: 400;
  margin: 36px 0 0;
  font-style: normal;
  letter-spacing: normal;
  border-bottom: solid 1px;
  line-height: 1.4em;
  position: relative;
  z-index: 3;
}

.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media,
.archive-listing .blog-item .post-media-wrapper .post-media {
  height: 0;
  padding: 61.206% 0 0;
  overflow: hidden;
  position: relative;
}
.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media > a > picture,
.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media > picture,
.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper .post-media > .post-gallery-carousel,
.archive-listing .blog-item .post-media-wrapper .post-media > a > picture,
.archive-listing .blog-item .post-media-wrapper .post-media > picture,
.archive-listing .blog-item .post-media-wrapper .post-media > .post-gallery-carousel {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper picture,
.archive-listing .blog-item .post-media-wrapper picture {
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  display: block;
}
.elementor-widget-agencium_blog_listing .blog-item .post-media-wrapper img,
.archive-listing .blog-item .post-media-wrapper img {
  display: block;
}

.grid-blog-item-wrapper .post-media-wrapper .wp-video .mejs-video {
  height: 0 !important;
  padding: 61.206% 0 0;
}
.grid-blog-item-wrapper .post-media-wrapper .wp-video .mejs-mediaelement iframe {
  height: 100% !important;
}

@media only screen and (max-width: 481px) {
  .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: 841px) {
  .post-quote {
    padding: 50px 70px;
  }
  .post-quote:before {
    font-size: 300px;
    margin: 0;
    position: absolute;
    left: 36px;
    right: initial;
    top: 60px;
  }
  .post-quote .post-quote-text:before {
    margin: 0 0 40px;
  }
  .post-quote .post-quote-text p {
    font-size: 1.25em;
    line-height: 2em;
  }

  .post-media-wrapper:after {
    font-size: 86px;
  }
}
@media screen and (min-width: 1021px) {
  .post-quote {
    padding: 7.5377% 21.608% 8.6432% 15.3769%;
  }
}
/*********** Post Meta ***********/
.post-meta-header .post-meta-item {
  letter-spacing: .01em;
}
.post-meta-header .post-meta-item a {
  text-decoration: none;
}
.post-meta-header .post-meta-item + .post-meta-item {
  margin: 0 0 0 21px;
}
.post-meta-header .post-meta-item + .post-meta-item:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 21px 3px 0;
}

.post-meta-item-tags {
  font-size: 0;
  line-height: 1;
}
.post-meta-item-tags a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.125em;
}
.post-meta-item-tags a:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
.post-meta-item-tags a + a {
  margin: 0 0 0 20px;
}

/********** Post Navigation **********/
.post-navigation {
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
}
.post-navigation:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  border-bottom: solid 1px;
  border-right: solid 1px;
}
.post-navigation a {
  text-decoration: none;
}
.post-navigation .post-navigation-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: 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;
  position: relative;
}
.post-navigation .post-navigation-item {
  max-width: 160px;
}
.post-navigation .post-navigation-item .post-navigation-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -.03em;
}
.post-navigation .post-navigation-item .post-navigation-link a {
  position: relative;
}
.post-navigation .post-navigation-item .post-navigation-block {
  display: none;
}
.post-navigation .post-navigation-item.prev-post {
  text-align: left;
  position: relative;
  z-index: 2;
}
.post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
  content: '\e805';
  margin: 0 10px 0 0;
  font: 400 normal 16px/1.5em 'fontello';
}
.post-navigation .post-navigation-item.prev-post .post-navigation-block {
  text-align: left;
}
.post-navigation .post-navigation-item.next-post {
  text-align: right;
  position: relative;
  z-index: 2;
}
.post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
  content: '\e806';
  margin: 0 0 0 10px;
  font: 400 normal 16px/1.5em 'fontello';
}
.post-navigation .post-navigation-item.next-post .post-navigation-block {
  text-align: right;
}
.post-navigation .post-navigation-item.archive-icon-link.with-label {
  position: static;
}
.post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
  display: none;
  position: absolute;
  font-size: 90px;
  line-height: 1.2422em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -.03em;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .1;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}
.post-navigation .post-navigation-categories {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}
.post-navigation .post-navigation-categories a:before {
  content: "/ ";
}
.post-navigation .post-navigation-image:not(:first-child) {
  margin-top: 14px;
}
.post-navigation .post-navigation-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -.03em;
}
.post-navigation .post-navigation-title:not(:first-child) {
  margin-top: 20px;
}
.post-navigation .post-navigation-image {
  width: 150px;
  display: block;
}
.post-navigation .post-navigation-image img {
  position: relative;
}

@media only screen and (min-width: 841px) {
  .post-navigation {
    margin: 100px 0 0;
    padding: 100px 0 0;
  }
  .post-navigation .post-navigation-item .post-navigation-link {
    width: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 0;
    line-height: 1em;
    display: none;
  }
  .post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
    margin: 0;
    font-size: 20px;
    line-height: 1em;
  }
  .post-navigation .post-navigation-item.prev-post .post-navigation-block {
    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-navigation .post-navigation-item.next-post .post-navigation-link a:after {
    margin: 0;
    font-size: 20px;
    line-height: 1em;
  }
  .post-navigation .post-navigation-item.next-post .post-navigation-block {
    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-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
    display: block;
  }
}
@media only screen and (min-width: 1021px) {
  .post-navigation {
    margin: 138px 0 0;
    padding: 138px 0 0;
  }
  .post-navigation .post-navigation-item .post-navigation-link {
    display: block;
    position: absolute;
    top: 6px;
  }
  .post-navigation .post-navigation-item.prev-post {
    padding: 0 0 0 54px;
  }
  .post-navigation .post-navigation-item.prev-post .post-navigation-link {
    left: 0;
    right: initial;
  }
  .post-navigation .post-navigation-item.next-post {
    padding: 0 54px 0 0;
  }
  .post-navigation .post-navigation-item.next-post .post-navigation-link {
    left: initial;
    right: 0;
  }
  .post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
    font-size: 121px;
  }
}
@media only screen and (min-width: 1501px) {
  .post-navigation .post-navigation-item.archive-icon-link.with-label .archive-icon {
    font-size: 161px;
  }
}
/*********** Pagination ***********/
.content-pagination,
.woocommerce-pagination {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.content-pagination:not(:first-child),
.woocommerce-pagination:not(:first-child) {
  margin-top: 50px;
}
.content-pagination .pagination,
.woocommerce-pagination .pagination {
  display: block;
}
.content-pagination .nav-links,
.woocommerce-pagination .nav-links {
  padding: 0 33px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  position: relative;
}
.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: 26px 4px 0;
  padding: 0;
  min-width: 33px;
  min-height: 33px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.content-pagination .page-numbers:before,
.content-pagination .post-page-numbers:before,
.woocommerce-pagination .page-numbers:before,
.woocommerce-pagination .post-page-numbers:before {
  content: '';
  position: absolute;
  display: block;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-width: 7px;
  border-style: solid;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content-pagination .page-numbers:after,
.content-pagination .post-page-numbers:after,
.woocommerce-pagination .page-numbers:after,
.woocommerce-pagination .post-page-numbers:after {
  content: '';
  position: absolute;
  display: block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border-width: 3px;
  border-style: solid;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.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;
}
.content-pagination .page-numbers.dots:before, .content-pagination .page-numbers.dots:after,
.content-pagination .post-page-numbers.dots:before,
.content-pagination .post-page-numbers.dots:after,
.woocommerce-pagination .page-numbers.dots:before,
.woocommerce-pagination .page-numbers.dots:after,
.woocommerce-pagination .post-page-numbers.dots:before,
.woocommerce-pagination .post-page-numbers.dots:after {
  content: none;
  display: none;
}
.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 {
  border: none;
  position: absolute;
  top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.content-pagination .page-numbers.prev:before, .content-pagination .page-numbers.next:before,
.content-pagination .post-page-numbers.prev:before,
.content-pagination .post-page-numbers.next:before,
.woocommerce-pagination .page-numbers.prev:before,
.woocommerce-pagination .page-numbers.next:before,
.woocommerce-pagination .post-page-numbers.prev:before,
.woocommerce-pagination .post-page-numbers.next:before {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.content-pagination .page-numbers.prev:before, .content-pagination .page-numbers.prev:after, .content-pagination .page-numbers.next:before, .content-pagination .page-numbers.next:after,
.content-pagination .post-page-numbers.prev:before,
.content-pagination .post-page-numbers.prev:after,
.content-pagination .post-page-numbers.next:before,
.content-pagination .post-page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:before,
.woocommerce-pagination .page-numbers.prev:after,
.woocommerce-pagination .page-numbers.next:before,
.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .post-page-numbers.prev:before,
.woocommerce-pagination .post-page-numbers.prev:after,
.woocommerce-pagination .post-page-numbers.next:before,
.woocommerce-pagination .post-page-numbers.next:after {
  content: none;
  display: none;
}
.content-pagination .page-numbers.prev.disabled, .content-pagination .page-numbers.next.disabled,
.content-pagination .post-page-numbers.prev.disabled,
.content-pagination .post-page-numbers.next.disabled,
.woocommerce-pagination .page-numbers.prev.disabled,
.woocommerce-pagination .page-numbers.next.disabled,
.woocommerce-pagination .post-page-numbers.prev.disabled,
.woocommerce-pagination .post-page-numbers.next.disabled {
  cursor: default;
  opacity: .5;
}
.content-pagination .page-numbers.prev .button-icon, .content-pagination .page-numbers.next .button-icon,
.content-pagination .post-page-numbers.prev .button-icon,
.content-pagination .post-page-numbers.next .button-icon,
.woocommerce-pagination .page-numbers.prev .button-icon,
.woocommerce-pagination .page-numbers.next .button-icon,
.woocommerce-pagination .post-page-numbers.prev .button-icon,
.woocommerce-pagination .post-page-numbers.next .button-icon {
  font: 400 normal 20px/33px 'fontello';
  display: block;
  width: 33px;
  height: 33px;
}
.content-pagination .page-numbers.prev,
.content-pagination .post-page-numbers.prev,
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .post-page-numbers.prev {
  left: 0;
  right: initial;
  text-align: left;
}
.content-pagination .page-numbers.prev .button-icon:before,
.content-pagination .post-page-numbers.prev .button-icon:before,
.woocommerce-pagination .page-numbers.prev .button-icon:before,
.woocommerce-pagination .post-page-numbers.prev .button-icon:before {
  content: '\e805';
}
.content-pagination .page-numbers.next,
.content-pagination .post-page-numbers.next,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .post-page-numbers.next {
  left: initial;
  right: 0;
  text-align: right;
}
.content-pagination .page-numbers.next .button-icon:before,
.content-pagination .post-page-numbers.next .button-icon:before,
.woocommerce-pagination .page-numbers.next .button-icon:before,
.woocommerce-pagination .post-page-numbers.next .button-icon:before {
  content: '\e806';
}
.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;
  border-color: transparent !important;
}
.content-pagination .page-numbers.current:before,
.content-pagination .post-page-numbers.current:before,
.woocommerce-pagination .page-numbers.current:before,
.woocommerce-pagination .post-page-numbers.current:before {
  opacity: 0;
  content: none;
  display: none;
}
.content-pagination .page-numbers.current:after,
.content-pagination .post-page-numbers.current:after,
.woocommerce-pagination .page-numbers.current:after,
.woocommerce-pagination .post-page-numbers.current:after {
  opacity: 1;
}
.content-pagination .page-numbers:hover:before,
.content-pagination .post-page-numbers:hover:before,
.woocommerce-pagination .page-numbers:hover:before,
.woocommerce-pagination .post-page-numbers:hover:before {
  opacity: .25;
}

@media screen and (min-width: 841px) {
  .content-pagination:not(:first-child),
  .woocommerce-pagination:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1021px) {
  .content-pagination:not(:first-child),
  .woocommerce-pagination:not(:first-child) {
    margin-top: 70px;
  }
  .content-pagination .nav-links,
  .woocommerce-pagination .nav-links {
    padding: 0 50px;
  }
  .content-pagination .page-numbers,
  .content-pagination .post-page-numbers,
  .woocommerce-pagination .page-numbers,
  .woocommerce-pagination .post-page-numbers {
    margin: 26px 13px 0;
    min-width: 49px;
    min-height: 49px;
    line-height: 47px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
  .content-pagination .page-numbers:before,
  .content-pagination .post-page-numbers:before,
  .woocommerce-pagination .page-numbers:before,
  .woocommerce-pagination .post-page-numbers:before {
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .content-pagination .page-numbers:after,
  .content-pagination .post-page-numbers:after,
  .woocommerce-pagination .page-numbers:after,
  .woocommerce-pagination .post-page-numbers:after {
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
  .content-pagination .page-numbers.prev .button-icon, .content-pagination .page-numbers.next .button-icon,
  .content-pagination .post-page-numbers.prev .button-icon,
  .content-pagination .post-page-numbers.next .button-icon,
  .woocommerce-pagination .page-numbers.prev .button-icon,
  .woocommerce-pagination .page-numbers.next .button-icon,
  .woocommerce-pagination .post-page-numbers.prev .button-icon,
  .woocommerce-pagination .post-page-numbers.next .button-icon {
    line-height: 49px;
    width: 49px;
    height: 49px;
  }
}
.filter-control-wrapper {
  margin: 0 auto 46px;
  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-size: 16px;
  line-height: 1.9444em;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 0 10px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 0 11px;
}
.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: 0;
  height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  opacity: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.filter-control-wrapper .filter-control-list .dots .dot.active:after {
  opacity: 1;
}

@media only screen and (min-width: 841px) {
  .filter-control-wrapper .filter-control-list .dots {
    margin: 0 -19px;
  }
  .filter-control-wrapper .filter-control-list .dots .dot {
    margin: 0 19px !important;
  }
}
@media only screen and (min-width: 1021px) {
  .filter-control-wrapper .filter-control-list .dots {
    margin: 0 -23px;
  }
  .filter-control-wrapper .filter-control-list .dots .dot {
    margin: 0 23px !important;
  }

  .elementor-section.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap .filter-control-wrapper {
    max-width: 1340px;
  }
}
/********** Related Posts **********/
.recent-posts-wrapper:not(:first-child) {
  margin-top: 95px;
}

/********** Slider Title with Navigation **********/
.elementor-widget .agencium-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 .agencium-heading.heading-with-pagination .agencium-heading-inner {
  display: block;
}
.elementor-widget .agencium-heading.heading-with-pagination:not(:last-child) {
  margin-bottom: 41px;
}
.elementor-widget .owl-dots-desktop {
  display: none;
}

@media only screen and (min-width: 1021px) {
  .elementor-widget .agencium-heading.heading-with-pagination {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
  }
  .elementor-widget .agencium-heading.heading-with-pagination .agencium-heading-inner {
    width: calc(100% - 30px);
  }
  .elementor-widget .agencium-heading.heading-with-pagination .owl-dots,
  .elementor-widget .agencium-heading.heading-with-pagination .slider-dots {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
  .elementor-widget.title-alignment-left .agencium-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 .agencium-heading.heading-with-pagination .agencium-heading-inner {
    margin: 0 15px 0 0;
  }
  .elementor-widget.title-alignment-left .agencium-heading.heading-with-pagination .owl-dots,
  .elementor-widget.title-alignment-left .agencium-heading.heading-with-pagination .slider-dots {
    margin: 0 -13px 0.275em 2px;
  }
  .elementor-widget.title-alignment-right .agencium-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 .agencium-heading.heading-with-pagination .agencium-heading-inner {
    margin: 0 0 0 15px;
  }
  .elementor-widget.title-alignment-right .agencium-heading.heading-with-pagination .owl-dots,
  .elementor-widget.title-alignment-right .agencium-heading.heading-with-pagination .slider-dots {
    margin: 0 2px 0.275em -13px;
  }
  .elementor-widget.title-alignment-center .agencium-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 .agencium-heading.heading-with-pagination .agencium-heading-inner {
    margin: 0;
  }
  .elementor-widget.title-alignment-center .agencium-heading.heading-with-pagination .owl-dots,
  .elementor-widget.title-alignment-center .agencium-heading.heading-with-pagination .slider-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 .agencium-button {
  min-width: 184px;
}
.elementor-widget .archive-listing-footer .archive-navigation-button .agencium-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,
.elementor-widget .archive-listing-footer .slider-dots {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: -13px -13px 0 0;
}

/********** Social Buttons **********/
.error-404-container .wrapper-socials,
.mobile-header-menu-container .wrapper-socials,
.top-bar .wrapper-socials,
.body-container .wrapper-socials {
  padding: 0;
  list-style: none;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  margin: -16px -8px 0;
}
.error-404-container .wrapper-socials li,
.mobile-header-menu-container .wrapper-socials li,
.top-bar .wrapper-socials li,
.body-container .wrapper-socials li {
  margin: 16px 8px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-weight: 400;
}
.error-404-container .wrapper-socials li:before,
.mobile-header-menu-container .wrapper-socials li:before,
.top-bar .wrapper-socials li:before,
.body-container .wrapper-socials li:before {
  content: none;
  display: none;
}
.error-404-container .wrapper-socials a,
.mobile-header-menu-container .wrapper-socials a,
.top-bar .wrapper-socials a,
.body-container .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;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
}
.error-404-container .wrapper-socials a:before,
.mobile-header-menu-container .wrapper-socials a:before,
.top-bar .wrapper-socials a:before,
.body-container .wrapper-socials a:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: 16px;
}

/********** Accordion Elementor Widget **********/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom-width: 2px;
  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-accordion-item:first-child {
  border-top-width: 2px;
  border-top-style: solid;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  padding: 25px 0 24px;
  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: 18px;
  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: 12px;
  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-title .numbering {
  font-size: 14px;
  letter-spacing: -.03em;
  margin: 0 30px 0 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  padding: 0 52px 28px 0;
  border: none;
  margin: -7px 0 0;
}

@media only screen and (min-width: 841px) {
  .elementor-widget-accordion .elementor-tab-title .numbering {
    font-size: 20px;
  }
}
/********** Award Elementor Widget **********/
.agencium-award-widget.view-type-inline .award-date {
  margin-left: .3125em;
  margin-right: .3125em;
}
.agencium-award-widget.view-type-inline .award-title {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.agencium-award-widget.view-type-inline .award-title .award-separator {
  margin: 0 .15em;
}
.agencium-award-widget.view-type-inline .award-title a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.agencium-award-widget.view-type-inline .award-title a:before {
  content: '';
  position: absolute;
  right: 0;
  left: initial;
  width: 100%;
  bottom: 0;
  height: 0;
  border-top-style: solid;
  border-top-width: 2px;
  -webkit-transition: border-color 0.3s, width 0.3s;
  transition: border-color 0.3s, width 0.3s;
}
.agencium-award-widget.view-type-inline .award-title a:hover:before {
  width: 0;
}
.agencium-award-widget.view-type-inline .award-image:not(:first-child) {
  margin-top: 15px;
}
.agencium-award-widget.view-type-inline .award-image img {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  margin-left: .3125em;
  margin-right: .3125em;
}
.agencium-award-widget.view-type-grid .award-image:not(:first-child) {
  margin-top: 32px;
}
.agencium-award-widget.view-type-grid .award-title:not(:first-child) {
  margin-top: 45px;
}

@media only screen and (min-width: 661px) {
  .agencium-award-widget.view-type-inline .award-title {
    font-size: 30px;
  }
  .agencium-award-widget.view-type-inline .award-title:not(:first-child) {
    margin-top: 15px;
  }
  .agencium-award-widget.view-type-inline .award-image:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1021px) {
  .agencium-award-widget.view-type-inline .award-title {
    font-size: 60px;
  }
  .agencium-award-widget.view-type-grid .award-image:not(:first-child) {
    margin-top: 62px;
  }
  .agencium-award-widget.view-type-grid .award-title:not(:first-child) {
    margin-top: 95px;
  }
}
/********** Booking Calendar Elementor Widget **********/
.wpbs-main-wrapper .wpbs-container .wpbs-calendars-wrapper:not(.wpbs-legend-position-side):not(.wpbs-legend-position-top):not(.wpbs-legend-position-bottom) .wpbs-legend-item-icon-2 div:first-of-type,
.wpbs-main-wrapper .wpbs-container .wpbs-calendars-wrapper:not(.wpbs-legend-position-side):not(.wpbs-legend-position-top):not(.wpbs-legend-position-bottom) .wpbs-legend-item-icon-1 div:first-of-type {
  background: none;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars-wrapper .wpbs-legend-item-icon .wpbs-legend-item-icon-color {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar {
  border-width: 10px;
  border-style: solid;
  margin-bottom: 0;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-wrapper {
  padding: 0;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header {
  padding: 25px 8px;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev,
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next {
  background: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev .wpbs-arrow,
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next .wpbs-arrow {
  border: none;
  font: 400 normal 13px/26px 'fontello';
  width: 26px;
  height: 26px;
  display: block;
  margin: 0;
  position: static;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-prev .wpbs-arrow:before {
  content: '\e805';
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-next .wpbs-arrow:before {
  content: '\e806';
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header .wpbs-calendar-header-navigation .wpbs-select-container select {
  border: none;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  outline: none;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar table thead tr th {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  font-weight: 300;
  font-size: 16px;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar table tbody tr td .wpbs-date.wpbs-gap {
  background: none;
}
.wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar table tbody tr td .wpbs-date-inner .wpbs-date-number {
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpbs-main-wrapper .wpbs-form-container {
  padding: 76px 15px 40px;
  max-height: 90%;
  overflow: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  width: 100%;
}
.wpbs-main-wrapper .wpbs-form-container .form-close {
  position: absolute;
  right: 20px;
  left: initial;
  top: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font: 400 normal 17px/20px 'fontello';
  text-align: center;
}
.wpbs-main-wrapper .wpbs-form-container .form-close:before {
  content: '\e80f';
}
.wpbs-main-wrapper .wpbs-form-container .form-close:hover {
  opacity: .7;
}
.wpbs-main-wrapper .wpbs-form-container.active {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field {
  padding-bottom: 38px !important;
}
.wpbs-main-wrapper .wpbs-form-confirmation-message {
  margin: 20px 0 0;
}

@media only screen and (min-width: 481px) {
  .wpbs-main-wrapper .wpbs-container .wpbs-calendars .wpbs-calendar {
    border-width: 32px;
  }
}
@media only screen and (min-width: 841px) {
  .wpbs-main-wrapper .wpbs-form-container {
    max-width: 540px !important;
    padding: 76px 60px 56px;
  }
  .wpbs-main-wrapper .wpbs-form-container .form-close {
    top: 23px;
    left: initial;
    right: 26px;
  }
}
/********** Button Elementor Widget **********/
.elementor-widget-agencium_button .button-container {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 0;
}
.elementor-widget-agencium_button .agencium-round-button {
  display: inline-block;
  outline: none;
  font-size: 16px;
  line-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 187px;
  height: 187px;
}
.elementor-widget-agencium_button .agencium-round-button .button-text {
  position: absolute;
  display: block;
  z-index: 2;
  text-align: center;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.elementor-widget-agencium_button .agencium-round-button .button-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden;
}
.elementor-widget-agencium_button .agencium-round-button .button-bg:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.8s, background-color 0.8s;
  transition: transform 0.8s, background-color 0.8s;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.elementor-widget-agencium_button .agencium-round-button:hover .button-bg {
  -webkit-transform: translate(-50%, -50%) scale(0.93);
  -ms-transform: translate(-50%, -50%) scale(0.93);
  transform: translate(-50%, -50%) scale(0.93);
}
.elementor-widget-agencium_button .agencium-round-button:hover .button-bg:before {
  -webkit-transform: translate(-50%, -50%) scale(1.18);
  -ms-transform: translate(-50%, -50%) scale(1.18);
  transform: translate(-50%, -50%) scale(1.18);
}

/********** Content Slider Elementor Widget **********/
.agencium-content-slider-widget .owl-dots,
.agencium-content-slider-widget .slider-dots {
  z-index: initial;
  position: initial;
  margin-top: -25px;
}
.agencium-content-slider-widget .owl-dots .owl-dot,
.agencium-content-slider-widget .slider-dots .owl-dot {
  position: relative;
  z-index: 2;
}
.agencium-content-slider-widget .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.agencium-content-slider-widget .social-buttons {
  position: absolute;
  display: none;
  z-index: 2;
  left: 36px;
  right: initial;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.agencium-content-slider-widget .social-buttons .social-button {
  font-size: 18px;
  line-height: 1.6667em;
  margin: 0 20px;
}
.agencium-content-slider-widget .agencium-video-button {
  position: absolute;
  left: 0;
  right: initial;
  top: 100%;
  margin: 0 31px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.agencium-content-slider-widget .agencium-video-button.vertical-position-bottom {
  top: 100%;
}
.agencium-content-slider-widget .agencium-video-button.vertical-position-middle {
  top: 50%;
}
.agencium-content-slider-widget .agencium-video-button.horizontal-position-left {
  left: 0;
  right: initial;
}
.agencium-content-slider-widget .agencium-video-button.horizontal-position-right {
  left: initial;
  right: 0;
}
.agencium-content-slider-widget .agencium-content-wrapper-1,
.agencium-content-slider-widget .agencium-content-wrapper-2,
.agencium-content-slider-widget .agencium-content-wrapper-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.agencium-content-slider-widget .agencium-content-wrapper-1 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.agencium-content-slider-widget .agencium-content-wrapper-2 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.agencium-content-slider-widget .agencium-content-wrapper-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item {
  outline: none;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item .content-item .additional-image {
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-out;
  transition: opacity 0.9s ease-out;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .agencium-content-wrapper-1,
.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .agencium-content-wrapper-2,
.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .agencium-content-wrapper-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.agencium-content-slider-widget .owl-carousel.owl-theme .owl-item.active .content-item .additional-image {
  opacity: 1;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons {
  font-size: 0;
  line-height: 1;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .slider-item {
  position: relative;
  height: 500px;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .slider-item:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .slide-content {
  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;
  width: 100%;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
  width: 100%;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
  position: absolute;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .elementor-section,
.agencium-content-slider-widget .owl-carousel.owl-theme .elementor-container,
.agencium-content-slider-widget .owl-carousel.owl-theme .elementor-row {
  position: relative;
  height: 100%;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .elementor-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-heading {
  margin: 0;
}
.agencium-content-slider-widget .owl-carousel.owl-theme .content-slider-item-buttons:not(:first-child) {
  margin: 31px 0 0;
}

@media only screen and (min-width: 841px) {
  .agencium-content-slider-widget .owl-carousel.owl-theme .slider-item {
    height: 600px;
  }
}
@media only screen and (min-width: 1021px) {
  .agencium-content-slider-widget .social-buttons {
    display: block;
  }
  .agencium-content-slider-widget .slider-item.content-view-row .slide-content-column {
    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;
  }
  .agencium-content-slider-widget .slider-item.content-view-row .slide-content-column .content-slider-item-content:not(:first-child) {
    margin: 0 2% 0 11%;
  }
  .agencium-content-slider-widget .slider-item.with-social-buttons .slide-content {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1559px) {
  .agencium-content-slider-widget .social-buttons {
    left: 56px;
    right: initial;
  }
  .agencium-content-slider-widget .owl-carousel.owl-theme .with-social-buttons .slide-content {
    padding: 0;
  }
}
/********** Counter Elementor Widget **********/
.elementor-widget-counter .elementor-counter {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  font-size: 0;
  line-height: 1;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  display: inline-block;
}
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number,
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix,
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  white-space: inherit;
  font-size: 110px;
}
.elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -.03em;
  font-weight: 600;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 0;
  right: initial;
  top: 50%;
  padding: 4px 20px;
}

@media only screen and (min-width: 841px) {
  .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number,
  .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix,
  .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-size: 150px;
  }
}
/********** 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 **********/
.agencium-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 22px;
  width: 67px;
  height: 67px;
}
.agencium-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;
}
.agencium-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%);
  z-index: 3;
}
.agencium-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;
}
.agencium-icon-box-widget .icon-box-item .icon-container i {
  position: relative;
  font-size: 62px;
  z-index: 3;
  -webkit-transition: color 0.3s, fill 0.3s;
  transition: color 0.3s, fill 0.3s;
}
.agencium-icon-box-widget .icon-box-item .content-container {
  display: block;
}
.agencium-icon-box-widget .icon-box-item .icon-box-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
.agencium-icon-box-widget .icon-box-item .icon-box-info:not(:first-child) {
  margin: 18px 0 0;
}

.elementor-widget-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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: 1020px) {
  .elementor-widget-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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: 840px) {
  .elementor-widget-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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-agencium_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.hover-image .elementor-image a {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image.hover-image .elementor-image a:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 2;
  height: 182px;
  width: 111.35%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
  -ms-transform: rotate(5deg) translate3d(0, 0, 0);
  transform: rotate(5deg) translate3d(0, 0, 0);
  opacity: 0;
  filter: blur(100px);
  bottom: -91px;
  left: -6%;
}
.elementor-widget-image.hover-image .elementor-image a:hover:after {
  opacity: .25;
}

/********** 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 {
  font-weight: 400;
}
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:not(:last-child) {
  margin-bottom: 10px;
}

/********** 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: 18px;
  height: 18px;
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 18px/1em 'Font Awesome 5 Brands';
  z-index: 3;
  left: 50%;
  right: auto;
  top: 40%;
  margin: -9px 0 0 -9px;
  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.9;
}
#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%;
}

.agencium-instagram-feed {
  position: relative;
}
.agencium-instagram-feed .instagram-feed-info {
  display: none;
}

.content #sb_instagram .sbi_item .sbi_photo:after {
  left: 20px;
  right: initial;
  top: initial;
  bottom: 21px;
  margin: 0;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.content #sb_instagram .sbi_item .sbi_photo:hover:after {
  top: initial;
}

@media only screen and (min-width: 1021px) {
  .agencium-instagram-feed #sb_instagram .sbi_item .sbi_photo:after {
    font-size: 46px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }
  .agencium-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;
  }
  .agencium-instagram-feed .instagram-feed-info .user-name {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    padding: 0 0 20px;
    position: relative;
    z-index: 2;
    letter-spacing: -.03em;
  }
  .agencium-instagram-feed .instagram-feed-info .user-description {
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
  }
  .agencium-instagram-feed #sbi_mod_error + .instagram-feed-info {
    display: none;
  }
}
/********** Gallery Elementor Widget **********/
.elementor-lightbox .dialog-widget-content a {
  text-decoration: none;
}
.elementor-lightbox img.elementor-lightbox-image {
  -webkit-align-self: initial;
  -moz-align-self: initial;
  -ms-align-self: initial;
  align-self: initial;
}

.content-wrapper .elementor-image-gallery .gallery .gallery-item {
  position: relative;
  overflow: hidden;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-item-box {
  overflow: hidden;
  position: relative;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon {
  overflow: hidden;
  height: 0;
  padding: 76.3636% 0 0;
  width: 100%;
  position: relative;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon a {
  display: block;
  position: initial;
  text-decoration: none;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon a:before, .content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon a:after {
  content: none;
  display: none;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:after {
  content: '\e81a';
  font: 400 normal 70px/1em 'fontello';
  display: block;
  width: 70px;
  text-align: center;
  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;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 0;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:not(:last-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 81.3145%;
  height: 0;
  padding: 150.613% 0 0;
  filter: blur(50px);
  -webkit-transform: rotate(105.72deg) translate3d(0, 0, 0);
  -ms-transform: rotate(105.72deg) translate3d(0, 0, 0);
  transform: rotate(105.72deg) translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 100%;
  left: 10%;
  right: initial;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-caption {
  padding: 0;
  padding-right: inherit;
  border: solid 15px transparent;
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.1s, transform 0.4s;
  transition: opacity 0.1s, transform 0.4s;
  opacity: 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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item img {
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item:hover .gallery-icon:not(:last-child):before {
  opacity: 1;
  top: 28%;
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.content-wrapper .elementor-image-gallery .gallery .gallery-item:hover .gallery-icon:after {
  opacity: .5;
}

@media only screen and (min-width: 481px) {
  .content-wrapper .elementor-image-gallery .gallery-columns-3 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-4 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-5 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-6 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-7 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-8 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-9 .gallery-item,
  .content-wrapper .elementor-image-gallery .gallery-columns-10 .gallery-item {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1201px) {
  .content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:after {
    font-size: 131px;
    width: 131px;
  }
  .content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-caption {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    border-width: 35px;
  }
  .content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-caption:after {
    content: '\e81a';
    font: 400 normal 13px/2.3077em 'fontello';
    margin: 0 0 0 30px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
}
/********** Heading Elementor Widget **********/
.agencium-subtitle {
  position: relative;
  padding: 0 1em .8125em 0;
  font-weight: 400;
  letter-spacing: 0;
  overflow: hidden;
}
.agencium-subtitle:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  bottom: 0;
  right: 0;
  left: initial;
}
.agencium-subtitle:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: inherit;
  right: 0;
  left: initial;
  bottom: 0;
}

.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'] {
  visibility: visible;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'] .agencium-subtitle:before {
  width: 0;
  -webkit-transition: width 1.25s ease-out;
  transition: width 1.25s ease-out;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'] .agencium-subtitle-text {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s 1.25s linear, transform 0.3s 1.25s linear;
  transition: opacity 0.3s 1.25s linear, transform 0.3s 1.25s linear;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-fast .agencium-subtitle:before {
  -webkit-transition: width 0.75s ease-out;
  transition: width 0.75s ease-out;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-fast .agencium-subtitle-text {
  -webkit-transition: opacity 0.3s 0.75s linear, transform 0.3s 0.75s linear;
  transition: opacity 0.3s 0.75s linear, transform 0.3s 0.75s linear;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-slow .agencium-subtitle:before {
  -webkit-transition: width 2s ease-out;
  transition: width 2s ease-out;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].animated-slow .agencium-subtitle-text {
  -webkit-transition: opacity 0.3s 2s linear, transform 0.3s 2s linear;
  transition: opacity 0.3s 2s linear, transform 0.3s 2s linear;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].agenciumHeadingBorder .agencium-subtitle:before {
  width: 100%;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].agenciumHeadingBorder .agencium-subtitle-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.elementor-heading-title big {
  font-size: 1.5em;
  line-height: inherit;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: bottom;
}

/********** Ticker Elementor Widget **********/
.agencium-ticker-wrapper {
  width: 100%;
  overflow: hidden;
}
.agencium-ticker-wrapper .js-marquee-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;
}
.agencium-ticker-wrapper .ticker {
  white-space: nowrap;
  direction: ltr;
}
.agencium-ticker-wrapper .ticker-text {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: -.03em;
  display: inline-block;
  vertical-align: middle;
}
.agencium-ticker-wrapper .separator {
  vertical-align: middle;
  position: relative;
  top: .1956em;
  font-size: 31px;
  padding: 0 30px;
}

@media only screen and (min-width: 841px) {
  .agencium-ticker-wrapper .ticker-text {
    font-size: 100px;
  }
  .agencium-ticker-wrapper .separator {
    font-size: 61px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1021px) {
  .agencium-ticker-wrapper .ticker-text {
    font-size: 150px;
  }
  .agencium-ticker-wrapper .separator {
    font-size: 92px;
    padding: 0 58px;
  }
}
/********** Person Elementor Widget **********/
.agencium-person-widget .person-image-container {
  font-size: 0;
  line-height: 1;
}
.agencium-person-widget .person-image-container .person-image-wrapper {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
.agencium-person-widget .person-image-container .person-image-wrapper img {
  position: relative;
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials {
  position: absolute;
  left: 0;
  right: initial;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 27px 21px 20px 20px;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item {
  position: relative;
  opacity: 0;
  left: -30px;
  right: initial;
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:not(:first-child) {
  margin-top: 26px;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials .person-socials-item:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.agencium-person-widget .person-image-container .person-image-wrapper .person-socials a:before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.agencium-person-widget .person-image-container:hover .person-image-wrapper .person-socials {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.agencium-person-widget .person-image-container:hover .person-image-wrapper .person-socials .person-socials-item {
  opacity: 1;
  left: 0;
  right: initial;
}
.agencium-person-widget.with-media-overlay .person-image-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 2;
  width: 67.1053%;
  height: 117.2956%;
  filter: blur(50px);
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  -ms-transform: rotate(90deg) translate3d(0, 0, 0);
  transform: rotate(90deg) translate3d(0, 0, 0);
  top: 44%;
  left: 4%;
  right: initial;
  opacity: 1;
}
.agencium-person-widget .person-description-container:not(:first-child) {
  margin-top: 23px;
}
.agencium-person-widget .person-description-container .person-position {
  font-size: 14px;
  line-height: 1.5714em;
  font-weight: 400;
}
.agencium-person-widget .person-description-container .person-position:before {
  content: "/ ";
}
.agencium-person-widget .person-description-container .person-name {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.agencium-person-widget .person-description-container .person-name:not(:first-child) {
  margin-top: 3px;
}

/********** Portfolio Slider Elementor Widget **********/
.portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-wrapper .portfolio-slider {
  position: relative;
}
.portfolio-slider-wrapper .portfolio-item {
  height: 400px;
  position: relative;
}
.portfolio-slider-wrapper .portfolio-item.image-view-default .post-media {
  position: absolute;
  width: 56vh;
  height: 40vh;
  max-width: calc(100% - 110px);
  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;
  left: 50%;
  right: initial;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-slider-wrapper .portfolio-item.image-view-default .post-media picture {
  overflow: hidden;
  height: 0;
  padding: 70% 0 0;
  width: 100%;
  position: relative;
  display: block;
}
.portfolio-slider-wrapper .portfolio-item.image-view-default .post-media picture img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-slider-wrapper .portfolio-item.image-view-background .post-media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.portfolio-slider-wrapper .portfolio-item.image-view-background .post-media picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.portfolio-slider-wrapper .portfolio-item.image-view-background .post-media picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-slider-wrapper .portfolio-item .elementor-section,
.portfolio-slider-wrapper .portfolio-item .elementor-container,
.portfolio-slider-wrapper .portfolio-item .elementor-row,
.portfolio-slider-wrapper .portfolio-item .elementor-column,
.portfolio-slider-wrapper .portfolio-item .elementor-column-wrap,
.portfolio-slider-wrapper .portfolio-item .elementor-widget-wrap {
  position: relative;
  height: 100%;
  display: block !important;
}
.portfolio-slider-wrapper .portfolio-item .portfolio-item-meta {
  max-width: 70%;
}
.portfolio-slider-wrapper .portfolio-item .post-categories .post-category-item {
  padding: 0;
  background: none;
  margin: 0 10px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.portfolio-slider-wrapper .portfolio-item .post-categories .post-category-item:hover {
  background: none;
}
.portfolio-slider-wrapper .portfolio-item .portfolio-item-date {
  font-weight: 400;
  font-size: 14px;
}
.portfolio-slider-wrapper .portfolio-item .portfolio-item-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio-slider-wrapper .portfolio-item .portfolio-item-header .post-title {
  max-width: 380px;
  line-height: 1.1667em;
  letter-spacing: -.03em;
  padding: 0 0 .4833em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0;
}
.portfolio-slider-wrapper .portfolio-item .next-post-title {
  display: none;
  position: absolute;
  right: 0;
  left: initial;
  bottom: 0;
  max-width: 414px;
  line-height: 1.1667em;
  letter-spacing: -.03em;
  padding: 0 0 .4833em;
  margin: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.portfolio-slider-wrapper .portfolio-item .next-post-title:not(:first-child) {
  margin: 0;
}
.portfolio-slider-wrapper .portfolio-item.with-title-icon .portfolio-item-header .post-title {
  position: relative;
  padding-right: 1.6667em;
  padding-left: 0;
}
.portfolio-slider-wrapper .portfolio-item.with-title-icon .portfolio-item-header .post-title:after {
  content: '\e81a';
  font: 400 normal .5em/3.1818em 'fontello';
  position: absolute;
  display: block;
  right: 0;
  left: initial;
  bottom: 0;
}
.portfolio-slider-wrapper .slider-progress-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.portfolio-slider-wrapper .slider-progress {
  line-height: 1.25em;
  font-weight: 200;
  font-style: italic;
  padding: 0.6em 0;
  text-align: right;
  width: 100%;
  position: relative;
  z-index: 3;
}
.portfolio-slider-wrapper .slider-progress .slider-progress-all {
  position: relative;
  padding: 0 0 0 1.4em;
}
.portfolio-slider-wrapper .slider-progress .slider-progress-all:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 2.5em;
  border-right-style: solid;
  border-right-width: 1px;
  top: 50%;
  left: .45em;
  right: initial;
  -webkit-transform: rotate(15deg) translateY(-50%);
  -ms-transform: rotate(15deg) translateY(-50%);
  transform: rotate(15deg) translateY(-50%);
}
.portfolio-slider-wrapper .slider-nav-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.portfolio-slider-wrapper .slider-nav {
  opacity: 1;
  width: 100%;
  height: 20px;
  -webkit-tap-highlight-color: transparent;
  text-align: right;
  font-size: 0;
  line-height: 1;
  margin: -10px 0 0;
  display: block;
}
.portfolio-slider-wrapper .slider-nav.disabled {
  display: none;
}
.portfolio-slider-wrapper .slider-nav [class*="owl-"] {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  text-align: center;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 10;
}
.portfolio-slider-wrapper .slider-nav [class*="owl-"]:before {
  font: 400 normal 20px/1em 'fontello';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.portfolio-slider-wrapper .slider-nav [class*="owl-"]:after {
  content: none;
  display: none;
}
.portfolio-slider-wrapper .slider-nav [class*="owl-"] span {
  display: none;
}
.portfolio-slider-wrapper .slider-nav [class*="owl-"]:hover, .portfolio-slider-wrapper .slider-nav [class*="owl-"]:not(.disabled):hover {
  background: none;
  text-decoration: none;
}
.portfolio-slider-wrapper .slider-nav [class*="owl-"] .disabled,
.portfolio-slider-wrapper .slider-nav [class*="owl-"] .disabled:hover {
  opacity: .5;
  cursor: default;
}
.portfolio-slider-wrapper .slider-nav .owl-prev:before {
  content: '\e805';
}
.portfolio-slider-wrapper .slider-nav .owl-next {
  margin: 0 0 0 47px;
}
.portfolio-slider-wrapper .slider-nav .owl-next:before {
  content: '\e806';
}

@media only screen and (min-width: 841px) {
  .portfolio-slider-wrapper .portfolio-item {
    height: 780px;
  }
  .portfolio-slider-wrapper .portfolio-item .portfolio-item-header .post-title {
    max-width: 70%;
  }
}
@media only screen and (max-width: 840px) {
  .portfolio-slider-wrapper .slider-nav {
    margin-right: -5px !important;
    margin-left: -5px !important;
    width: calc(100% + 10px);
    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;
  }
}
@media only screen and (min-width: 1021px) {
  .portfolio-slider-wrapper .portfolio-item.with-title-icon .portfolio-item-header .post-title:after {
    font-size: .3667em;
  }
  .portfolio-slider-wrapper .slider-progress {
    font-size: 20px;
  }
  .portfolio-slider-wrapper .post-categories .post-category-item {
    font-size: 20px;
  }
  .portfolio-slider-wrapper .portfolio-item-date {
    font-size: 16px;
  }
  .portfolio-slider-wrapper .portfolio-item-date:not(:first-child) {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1201px) {
  .portfolio-slider-wrapper .portfolio-item {
    height: 956px;
  }
  .portfolio-slider-wrapper .portfolio-item .portfolio-item-header .post-title {
    max-width: 45.8209%;
  }
  .portfolio-slider-wrapper .portfolio-item .next-post-title {
    display: block;
  }
}
/********** Price Item Elementor Widget **********/
.agencium-price-item-widget .price-item {
  position: relative;
  cursor: default;
  margin: 0 auto;
  overflow: hidden;
}
.agencium-price-item-widget .price-item .price-item-inner {
  position: relative;
  z-index: 2;
}
.agencium-price-item-widget .price-item .price-item-title {
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 600;
  position: relative;
  letter-spacing: -.03em;
}
.agencium-price-item-widget .price-item .price-item-label {
  max-width: 100%;
  min-width: 114px;
  padding: 6px 16px 7px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.agencium-price-item-widget .price-item .price-item-button-container {
  font-size: 0;
  line-height: 1;
}
.agencium-price-item-widget .price-item .price-item-container {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.agencium-price-item-widget .price-item .price-wrapper {
  display: inline-block;
}
.agencium-price-item-widget .price-item .price-wrapper .currency {
  vertical-align: baseline;
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.agencium-price-item-widget .price-item .price-wrapper .price {
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.agencium-price-item-widget .price-item .price-item-period {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  line-height: 1.3333em;
  font-weight: 300;
}
.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field {
  position: relative;
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 400;
  padding: 0 0 0 2.25em;
}
.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:before {
  content: '\e821';
  font: 400 normal 1.0625em/1.7647em 'fontello';
  width: 20px;
  display: inline-block;
  left: 0;
  right: initial;
  top: 1px;
  position: absolute;
  opacity: 0;
}
.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field.active:before {
  opacity: 1;
}
.agencium-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:not(:first-child) {
  margin-top: 10px;
}
.agencium-price-item-widget .price-item.price-item-type-standard .price-item-info {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: -15px;
}
.agencium-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper,
.agencium-price-item-widget .price-item.price-item-type-standard .price-item-label,
.agencium-price-item-widget .price-item.price-item-type-standard .price-item-container {
  margin: 15px;
}
.agencium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:first-child) {
  margin-top: 28px;
}
.agencium-price-item-widget .price-item.price-item-type-standard .price-item-button-container:not(:first-child) {
  margin-top: 35px;
}
.agencium-price-item-widget .price-item.price-item-type-wide .price-item-info {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: -15px;
}
.agencium-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper,
.agencium-price-item-widget .price-item.price-item-type-wide .price-item-label {
  margin: 15px;
}
.agencium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:first-child) {
  margin-top: 28px;
}
.agencium-price-item-widget .price-item.price-item-type-wide .price-item-footer:not(:first-child) {
  margin-top: 35px;
}
.agencium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
  margin-top: 15px;
}

@media only screen and (min-width: 841px) {
  .agencium-price-item-widget .price-item .price-item-title {
    font-size: 30px;
  }
  .agencium-price-item-widget .price-item .price-wrapper .currency,
  .agencium-price-item-widget .price-item .price-wrapper .price {
    font-size: 30px;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    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;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-info {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 21.5%;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-footer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: right;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-footer:not(:first-child) {
    margin: 0 0 0 40px;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
    width: 100%;
    margin-top: 6px;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:first-child) {
    margin: 6px 0 0 40px;
  }
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-label:not(:first-child),
  .agencium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
    margin-top: 15px;
  }
}
/********** Progress Bar Elementor Widget **********/
.elementor-widget-progress .elementor-widget-container .elementor-title {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -.03em;
}
.elementor-widget-progress .elementor-widget-container .elementor-title:not(:last-child) {
  margin-bottom: 24px;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
  overflow: initial !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 0 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background: none;
}
.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: 0;
  border-radius: 0;
  height: 4px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  display: block;
}
.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;
}

/********** Social Icons Elementor Widget **********/
.elementor-widget-container .elementor-social-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/********** Steps Elementor Widget **********/
.agencium-steps-widget .steps-slider .owl-stage-outer {
  border-left-style: solid;
  border-left-width: 1px;
  margin: 0 0 0 -1px;
}
.agencium-steps-widget .step-item {
  padding: 0 20px;
}
.agencium-steps-widget .step-item:before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  left: initial;
  top: -100px;
  bottom: -100px;
  width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: inherit;
}
.agencium-steps-widget .step-number {
  font-size: 110px;
  line-height: .8em;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
}
.agencium-steps-widget .step-number:not(:last-child) {
  margin-bottom: 150px;
}
.agencium-steps-widget .step-title {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 0;
}
.agencium-steps-widget .step-description:not(:first-child) {
  margin-top: 16px;
}

@media only screen and (min-width: 841px) {
  .agencium-steps-widget .step-item {
    padding: 0 80px 0 50px;
  }
  .agencium-steps-widget .step-number {
    font-size: 150px;
  }
  .agencium-steps-widget .step-number:not(:last-child) {
    margin-bottom: 251px;
  }
}
/********** Tabs Elementor Widget **********/
.agencium_tabs_widget .agencium_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;
}
.agencium_tabs_widget .agencium_tabs_titles_container .agencium_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%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.agencium_tabs_widget .agencium_tabs_titles_container .agencium_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: 18px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon {
  margin: 0 0 15px;
  display: block;
  line-height: 1;
  font-size: 0;
}
.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon i {
  font-size: 27px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon svg {
  width: 27px;
  height: 27px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item.active {
  z-index: 2;
}
.agencium_tabs_widget .agencium_tabs_content_container:not(:first-child) {
  margin-top: 36px;
}
.agencium_tabs_widget .agencium_tabs_content_container .agencium_tab_content_item {
  display: none;
}
.agencium_tabs_widget .agencium_tabs_content_container .agencium_tab_content_item.active {
  display: block;
}
.agencium_tabs_widget .agencium_tabs_content_container img.alignright,
.agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
  float: none;
  margin: 0 0 30px;
}
.agencium_tabs_widget .agencium_tabs_content_container ul li {
  padding: 0 0 0 45px;
}
.agencium_tabs_widget .agencium_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;
}
.agencium_tabs_widget .agencium_tabs_content_container ul li:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (min-width: 481px) {
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
    width: 33.3333%;
  }
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item a {
    width: 100%;
  }
  .agencium_tabs_widget .agencium_tabs_content_container img.alignright,
  .agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
    max-width: 50%;
  }
  .agencium_tabs_widget .agencium_tabs_content_container img.alignright {
    float: right;
    margin: 7px 0 30px 20px;
  }
  .agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
    float: left;
    margin: 7px 20px 30px 0;
  }
}
@media only screen and (min-width: 841px) {
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
    width: 25%;
  }
}
@media only screen and (min-width: 1021px) {
  .agencium_tabs_widget .agencium_tabs_titles_container {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    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 !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-top: -20px;
  }
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
    width: auto;
    margin: 20px 12px -1px 0;
    padding: 0 0 26px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px transparent;
  }
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item a {
    padding: 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;
  }
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item .tab-title-icon {
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item.active {
    padding: 0 0 25px;
    border-bottom-width: 2px;
  }
  .agencium_tabs_widget .agencium_tabs_content_container img.alignright {
    margin-left: 11%;
  }
  .agencium_tabs_widget .agencium_tabs_content_container img.alignleft {
    margin-right: 11%;
  }
}
@media only screen and (min-width: 1201px) {
  .agencium_tabs_widget .agencium_tabs_titles_container .agencium_tab_title_item {
    margin: 20px 22px -1px 0;
  }
}
/********** Testimonial Slider Elementor Widget **********/
.elementor-widget-agencium_testimonial_carousel.show-corner-icon-yes .elementor-widget-container {
  position: relative;
}
.elementor-widget-agencium_testimonial_carousel.show-corner-icon-yes .elementor-widget-container:before {
  content: '\e81a';
  font: 400 normal 50px/1em 'fontello';
  position: absolute;
  display: block;
  top: 17px;
  left: initial;
  right: 18px;
}

.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper {
  position: relative;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper:before {
  content: '\e81f';
  font: 400 normal 29px/1em 'fontello';
  display: block;
  margin: 0 0 40px;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .author {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-item {
  outline: none;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider {
  position: relative;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info {
  text-align: left;
}
.agencium-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;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
  margin: 29px 0 0;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:not(:first-child) {
  margin-top: 20px;
}
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-dots,
.agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .slider-dots {
  margin-top: 51px;
}

@media only screen and (min-width: 841px) {
  .elementor-widget-agencium_testimonial_carousel.show-corner-icon-yes .elementor-widget-container:before {
    font-size: 96px;
  }

  .agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .author {
    font-size: 20px;
  }
  .agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
    text-align: left;
  }
  .agencium-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;
  }
  .agencium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial p {
    font-size: 20px;
    line-height: 2em;
    letter-spacing: .02em;
  }
}
/********** Toggle Elementor Widget **********/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item {
  border: none;
  border-bottom-width: 2px;
  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:first-child {
  border-top-width: 2px;
  border-top-style: solid;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  padding: 25px 0 24px;
  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: 18px;
  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: 12px;
  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 28px 0;
  border: none;
  margin: -7px 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: 50px;
  height: 50px;
  line-height: 50px;
  -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 35px '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-agencium_video_button .elementor-widget-container {
  font-size: 0;
  line-height: 1;
}

.agencium-video-button {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  position: relative;
}
.agencium-video-button .video-button-wrapper {
  cursor: pointer;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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;
}
.agencium-video-button .elementor-custom-embed-play {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.agencium-video-button .elementor-custom-embed-play .eicon-play {
  clip-path: polygon(9.5% 0.5%, 91% 50%, 9.5% 99.5%);
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 0 .14em;
}
.agencium-video-button .elementor-custom-embed-play .eicon-play:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: initial;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s ease-out, background-color 0.3s;
  transition: width 0.3s ease-out, background-color 0.3s;
}
.agencium-video-button .elementor-custom-embed-play .eicon-play svg {
  opacity: 1;
  stroke-width: 3px;
  filter: none;
  fill: none;
  width: 1em;
  height: 1em;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.agencium-video-button .video-button-label {
  font-size: 16px;
  line-height: 1.875em;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
}
.agencium-video-button .video-button-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden;
}
.agencium-video-button .video-button-bg:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.8s, background-color 0.8s;
  transition: transform 0.8s, background-color 0.8s;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.agencium-video-button:hover .elementor-custom-embed-play .eicon-play:before {
  width: 100%;
}
.agencium-video-button:hover .video-button-bg {
  -webkit-transform: translate(-50%, -50%) scale(0.93);
  -ms-transform: translate(-50%, -50%) scale(0.93);
  transform: translate(-50%, -50%) scale(0.93);
}
.agencium-video-button:hover .video-button-bg:before {
  -webkit-transform: translate(-50%, -50%) scale(1.18);
  -ms-transform: translate(-50%, -50%) scale(1.18);
  transform: translate(-50%, -50%) scale(1.18);
}

@media only screen and (min-width: 1021px) {
  .agencium-video-button .video-button-wrapper {
    width: 199px;
    height: 199px;
  }
}
/********** WC Products Elementor Widget **********/
.elementor-widget-agencium_products .woocommerce .catalog-top-info-wrapper {
  display: none;
}
.elementor-widget-agencium_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: 1021px) {
  .product-category-widget .product-category-header {
    font-size: 20px;
    line-height: 30px;
  }
}
/********** WP Forms Plugin Elementor Widget **********/
.wpforms-title {
  font-weight: 600;
}

.wpforms-hidden {
  display: none !important;
}

/********** Footer Layout **********/
.footer-wrapper {
  padding: 0 10px 10px;
  position: relative;
  z-index: 1;
}
.footer-wrapper .footer {
  position: relative;
  padding: 20px 0;
}
.footer-wrapper .footer-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.before-footer-section:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
}

.footer-section {
  position: relative;
}

.footer-section-top .footer-row:after {
  content: '';
  display: block;
  height: 20px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  margin: 13px 0 0;
}

.footer-section + .footer-section-top {
  margin-top: 101px;
}

.footer-section + .footer-section-widgets {
  margin-top: 98px;
}

.footer-section + .footer-section-bottom {
  margin-top: 56px;
}

.footer-row {
  padding: 0 10px;
  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: 16px;
  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 {
  margin: -45px -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 {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.footer-type-3 .footer-columns-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
}
.footer-type-3 .footer-columns-row .footer-column, .footer-type-3 .footer-columns-row .footer-column:first-child:not(:last-child) {
  text-align: center;
}
.footer-type-3 .footer-columns-row .footer-column:not(:last-child) {
  margin-top: 60px;
}
.footer-type-3 .footer-widgets {
  margin: -45px 0 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;
}
.footer-type-3 .footer-widgets > .widget {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .footer-type-1 .footer-widgets > .widget,
  .footer-type-2 .footer-widgets > .widget {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 661px) {
  .footer-row {
    padding: 0 20px;
  }

  .footer-wrapper .footer {
    padding: 40px 0;
  }

  .footer-type-1 .footer-section + .footer-section:before,
  .footer-type-2 .footer-section + .footer-section:before {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 841px) {
  .footer-columns-row .footer-column {
    text-align: left;
  }
}
@media only screen and (min-width: 1021px) {
  .footer-wrapper .footer {
    padding: 60px 0;
  }

  .footer-type-1 .footer-section + .footer-section:before,
  .footer-type-2 .footer-section + .footer-section:before {
    width: calc(100% - 40px);
  }

  .footer-row {
    padding: 0 20px;
    max-width: 1380px;
  }

  .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;
  }
  .footer-columns-row .footer-column:first-child:last-child {
    text-align: center;
  }

  .footer-type-1 .footer-widgets > .widget:nth-child(3n+1) {
    width: calc(42.3333% - 30px);
  }
  .footer-type-1 .footer-widgets > .widget:nth-child(3n+2) {
    width: calc(32.6667% - 30px);
  }
  .footer-type-1 .footer-widgets > .widget:nth-child(3n) {
    width: calc(25% - 30px);
  }

  .footer-type-2 .footer-widgets > .widget {
    width: calc(25% - 30px);
  }

  .footer-type-3 {
    padding: 30px 0;
  }
  .footer-type-3 .footer-columns-row .footer-column:not(:last-child) {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1451px) {
  .footer-wrapper {
    padding: 0 0 30px;
  }
  .footer-wrapper .footer-bg {
    left: 30px;
    right: 0;
  }

  .before-footer-section:before {
    left: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 1551px) {
  .footer-wrapper {
    padding: 0 0 80px;
  }
  .footer-wrapper .footer {
    padding: 80px 0;
  }
  .footer-wrapper .footer-bg {
    left: 80px;
    right: 0;
  }

  .before-footer-section:before {
    left: 80px;
    right: 0;
  }
}
@media only screen and (min-width: 1651px) {
  .footer-wrapper {
    padding: 0 0 135px;
  }
  .footer-wrapper .footer-bg {
    left: 135px;
    right: 0;
  }

  .before-footer-section:before {
    left: 135px;
    right: 0;
  }
}
.footer-copyrights-container {
  font-size: 14px;
  letter-spacing: .01em;
  padding: 5px 0 0;
}

/********** Footer Call-to-Action **********/
.footer-cta {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -20px;
}
.footer-cta .footer-cta-title {
  font-size: 50px;
  line-height: 1.16em;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 0 20px;
}
.footer-cta a.footer-cta-title {
  text-decoration: none;
  border-bottom-width: .04em;
  border-bottom-style: solid;
  border-bottom-color: initial;
}
.footer-cta a.footer-cta-title:hover {
  border-bottom-color: transparent;
}
.footer-cta .footer-cta-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 187px;
  height: 187px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-decoration: none;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  margin: 0 20px;
  display: block;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}
.footer-cta .footer-cta-button:not(:first-child) {
  margin: 30px 20px 0 20px;
}
.footer-cta .footer-cta-button .footer-cta-button-text {
  position: absolute;
  display: block;
  z-index: 2;
  text-align: center;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-cta .footer-cta-button .footer-cta-button-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden;
}
.footer-cta .footer-cta-button .footer-cta-button-bg:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.8s, background-color 0.8s;
  transition: transform 0.8s, background-color 0.8s;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-cta .footer-cta-button:hover .footer-cta-button-bg {
  -webkit-transform: translate(-50%, -50%) scale(0.93);
  -ms-transform: translate(-50%, -50%) scale(0.93);
  transform: translate(-50%, -50%) scale(0.93);
}
.footer-cta .footer-cta-button:hover .footer-cta-button-bg:before {
  -webkit-transform: translate(-50%, -50%) scale(1.18);
  -ms-transform: translate(-50%, -50%) scale(1.18);
  transform: translate(-50%, -50%) scale(1.18);
}

@media only screen and (min-width: 841px) {
  .footer-cta {
    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: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footer-cta .footer-cta-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1021px) {
  .footer-cta {
    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: 0;
  }
  .footer-cta .footer-cta-title {
    margin: 0;
    font-size: 150px;
  }
  .footer-cta .footer-cta-button:not(:first-child) {
    margin: 30px 0 0 92px;
  }
}
/********** Footer Logo **********/
.footer-logo-container .logo-container-desktop {
  display: none;
}
.footer-logo-container .logo-container-mobile {
  display: block;
}

@media only screen and (min-width: 1021px) {
  .footer-logo-container .logo-container-desktop {
    display: block;
  }
  .footer-logo-container .logo-container-mobile {
    display: none;
  }
}
/********** Footer Menu **********/
.footer .footer-menu-container {
  text-align: center;
}
.footer .footer-menu {
  list-style: none;
  margin: -7px -13px 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.footer .footer-menu li {
  list-style: none;
  position: relative;
  margin: 7px 13px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.footer .footer-menu li:before {
  content: none;
  display: none;
}
.footer .footer-menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: solid 1px transparent;
  padding: 0 0 3px;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.footer .footer-menu li.current-menu-item a, .footer .footer-menu li.current-menu-ancestor a, .footer .footer-menu li.current-menu-parent a, .footer .footer-menu li.current_page_item a,
.footer .footer-menu li a:hover {
  border-color: initial;
}

@media only screen and (min-width: 841px) {
  .footer .footer-menu {
    margin: 0 -23px;
  }
  .footer .footer-menu li {
    margin: 0 23px;
  }
  .footer .footer-menu li:not(:first-child):before {
    content: '.';
    display: inline;
    position: absolute;
    left: -24px;
    right: initial;
    width: initial;
    height: initial;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: initial;
    font-size: 16px;
    line-height: 1.5em;
    opacity: 1;
    color: inherit;
  }
}
/********** Footer Socials **********/
.footer .wrapper-socials.footer-socials {
  margin: 0 -5px;
}
.footer .wrapper-socials.footer-socials li {
  margin: 16px 14px 0;
}

/********** Footer Top Button **********/
.footer-scroll-top {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: -32px;
  right: 10px;
  left: initial;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-scroll-top:before {
  content: '\e808';
  font: 400 normal 32px/1 'fontello';
}
.footer-scroll-top.active {
  opacity: 0.6;
  bottom: 10px;
}
.footer-scroll-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 841px) {
  .footer-scroll-top {
    right: 30px;
    left: initial;
    width: 42px;
    height: 42px;
    bottom: -42px;
  }
  .footer-scroll-top:before {
    font-size: 42px;
  }
  .footer-scroll-top.active {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1021px) {
  .footer-scroll-top {
    width: 52px;
    height: 52px;
    bottom: -52px;
    right: 54px;
    left: initial;
  }
  .footer-scroll-top:before {
    font-size: 52px;
  }
  .footer-scroll-top.active {
    bottom: 54px;
  }
}
/* ----------------------------- */
/* ----------- Header ---------- */
/* ----------------------------- */
/* ---------- Header Layout ---------- */
.top-bar {
  display: none;
  position: relative;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.top-bar a {
  text-decoration: none;
}

.top-bar-row {
  padding: 9px 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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
}

.top-bar-column {
  padding: 0 57px;
}
.top-bar-column:not(:first-child) {
  text-align: right;
}
.top-bar-column:only-child {
  width: 100%;
}

.page-header-area {
  position: relative;
  border: none;
}

.header {
  position: relative;
  z-index: 4;
  display: none !important;
  background-color: transparent;
}
.header.header-type-2 {
  border: solid 1px transparent;
}
.header.header-type-3 {
  border-bottom: solid 1px transparent;
}
.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: 0 20px;
  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:not(: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-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-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: 10px 31px 0;
}

body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
  top: 46px;
}

.mobile-header {
  z-index: 4;
  position: relative;
}
.mobile-header.mobile-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;
  -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 10px 4px 20px;
}

.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: 481px) {
  .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: 841px) {
  body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
    top: 32px;
  }
}
@media only screen and (min-width: 1021px) {
  .mobile-header .header-icons-container {
    margin: 4px 0 4px 10px;
  }
}
/* ---------- Header Compact Menu ---------- */
.header-icon.compact-menu:not(:last-child) {
  margin-left: 96px;
  margin-right: 31px;
}
.header-icon.compact-menu .compact-menu-label {
  font-weight: 400;
  font-size: 14px;
}
.header-icon.compact-menu .compact-menu-trigger {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 29px;
  width: 50px;
  height: 19px;
  position: relative;
  cursor: pointer;
}
.header-icon.compact-menu .compact-menu-trigger:before, .header-icon.compact-menu .compact-menu-trigger:after {
  content: '';
  position: absolute;
  display: block;
  left: initial;
  right: 0;
  top: 50%;
  height: 2px;
  width: 50px;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
.header-icon.compact-menu .compact-menu-trigger:before {
  margin-top: -5px;
}
.header-icon.compact-menu .compact-menu-trigger:after {
  margin-top: 4px;
}
.header-icon.compact-menu .compact-menu-trigger:hover:after {
  width: 30px;
}

.alter-menu-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url("../img/bg-alter-menu.png") top center no-repeat;
  background-size: cover;
  padding: 0 0 0 112px;
}
.alter-menu-wrapper.active {
  z-index: 10;
  opacity: 1;
}
.alter-menu-wrapper .alter-menu-decorate {
  position: absolute;
  display: block;
  left: 0;
  right: initial;
  top: 0;
  bottom: 0;
  width: 112px;
}
.alter-menu-wrapper .alter-menu-decorate:before, .alter-menu-wrapper .alter-menu-decorate:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}
.alter-menu-wrapper .alter-menu-decorate:before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.alter-menu-wrapper.with-separator:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-left-width: 1px;
  border-left-style: solid;
  left: 60%;
  right: initial;
  opacity: .65;
}
.alter-menu-wrapper .alter-menu-close {
  position: absolute;
  top: 46px;
  right: 59px;
  left: initial;
  display: block;
  width: 23px;
  height: 23px;
  font: 400 normal 23px/23px 'fontello';
  cursor: pointer;
  text-align: center;
  z-index: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.alter-menu-wrapper .alter-menu-close:before {
  content: '\e80f';
}
.alter-menu-wrapper .alter-menu {
  position: relative;
  width: 100%;
  height: 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: 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;
  overflow: auto;
}
.alter-menu-wrapper .alter-menu-menu {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.alter-menu-wrapper .alter-menu-menu:not(:last-child) {
  width: 60%;
}
.alter-menu-wrapper .alter-menu-menu nav {
  font-size: 0;
  line-height: 1;
  padding: 107px 30px 107px 30px;
  margin: 0 auto;
  max-width: 305px;
}
.alter-menu-wrapper .alter-menu-menu .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li {
  position: relative;
  padding: 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li:before {
  content: none;
  display: none;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  height: 71px;
  width: 50px;
  cursor: pointer;
  z-index: 2;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:before, .alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:before {
  width: 12px;
  height: 2px;
  right: 0;
  left: initial;
  margin: -1px 0 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li .sub-menu-trigger:after {
  width: 2px;
  height: 12px;
  right: 5px;
  left: initial;
  margin: -6px 0 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li > a {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  font-size: 30px;
  line-height: 1.6333em;
  font-weight: 600;
  padding: 9px 50px 9px 0;
  text-decoration: none;
  letter-spacing: -.03em;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li > a .counter {
  order: -1;
  font-size: .6667em;
  margin: 0 .5em 0 0;
  word-spacing: .05em;
  min-width: 3em;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li.active > .sub-menu-trigger:after {
  opacity: 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0 0 0 71px;
  margin: 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu > li > a {
  display: block;
  padding: 10px 50px 10px 0;
  font-size: 16px;
  text-decoration: none;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu li {
  position: relative;
  padding: 0;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu li:before {
  content: none;
  display: none;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li ul.sub-menu li .sub-menu-trigger {
  height: 44px;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li > ul.sub-menu {
  padding: 0 !important;
}
.alter-menu-wrapper .alter-menu-menu .main-menu > li > ul.sub-menu > li {
  margin: 0 0 0 71px;
}
.alter-menu-wrapper .alter-menu-sidebar-content {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alter-menu-wrapper .alter-menu-sidebar-content:not(:first-child) {
  width: 40%;
}
.alter-menu-wrapper .alter-menu-sidebar-content .alter-menu-widgets {
  max-width: 310px;
  padding: 129px 30px 120px 30px;
  margin: 0 auto;
}

body.admin-bar .alter-menu-wrapper {
  top: 46px;
}

@media only screen and (min-width: 841px) {
  body.admin-bar .alter-menu-wrapper {
    top: 32px;
  }
}
/* ---------- Header Button ---------- */
.header-row .header-icons-container .header-icon.header-button-container {
  text-align: center;
  position: relative;
  height: 100%;
  display: block;
  margin: 0 -20px 0 6px;
  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;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.header-button {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  padding: 10px 77px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 110px;
  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;
}

/* ---------- Header Contacts ---------- */
.wrapper-contacts {
  margin: 0 -11px;
}
.wrapper-contacts .contact-item {
  margin: 0 11px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
}
.wrapper-contacts .contact-item .contact-item-label {
  margin: 0 4px 0 0;
}
.wrapper-contacts .contact-item:not(:first-child) {
  padding-left: 50px;
}
.wrapper-contacts .contact-item:not(:first-child):before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  display: block;
  left: 0;
  right: initial;
  top: 50%;
  margin: .4em 0 0;
}
.wrapper-contacts .contact-item .contact-item-value:not(:first-child) {
  margin: 0 0 0 8px;
}
.wrapper-contacts.top-bar-contacts {
  display: inline-block;
  vertical-align: top;
}

/* ---------- Header Callback ---------- */
.callback {
  position: relative;
  white-space: nowrap;
}
.callback .callback-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857em;
}
.callback .callback-text {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}
.callback .callback-text:not(:first-child) {
  margin: 0 0 0 .2222em;
}

.mobile-header-menu-container .callback {
  margin: 30px 30px 0;
}

/* ---------- Header Contacts ---------- */
.wrapper-info {
  margin: 0 -15px;
}

/* ---------- Header Loader ---------- */
.page-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  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 20px;
  width: 100%;
  padding-top: 8px;
}

.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: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 1021px) {
  .logo-container {
    margin: 18px 10px;
  }
}
@media only screen and (min-width: 1380px) {
  .logo-container {
    margin: 15px 31px;
  }
}
/* ---------- 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: '\e801';
  font: 700 normal 19px/23px 'fontello';
}
.login-logout .link-logout {
  display: block;
  line-height: 1;
  height: 23px;
}
.login-logout .link-logout:before {
  content: '\e802';
  font: 700 normal 19px/23px 'fontello';
}

@media only screen and (min-width: 1380px) {
  .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: 19px;
  height: 19px;
  font: 700 normal 17px/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: '\e80f';
}

/* Mobile Menu */
.mobile-header-menu-container {
  width: 320px;
  height: 100%;
  -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 47px;
}
.mobile-header-menu-container.active {
  right: 0;
  left: auto;
  opacity: 1;
}
.mobile-header-menu-container .header-icons-container {
  margin: 4px 20px 0;
}
.mobile-header-menu-container nav {
  font-size: 0;
  line-height: 1;
  margin: 50px 0 0;
}
.mobile-header-menu-container .header-mobile-contacts {
  padding: 38px 30px 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 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 3px;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-value {
  font-size: 16px;
  line-height: 1.875em;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item a {
  text-decoration: none;
}
.mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-email a {
  text-decoration: underline;
}
.mobile-header-menu-container .header-mobile-additional-text {
  padding: 44px 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: 25px 30px 0;
}
.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
  margin: 0 -16px -6px;
}
.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li {
  margin: 0 9px 6px;
}
.mobile-header-menu-container .header-mobile-button {
  padding: 29px 30px 0;
  line-height: 1;
  font-size: 0;
}
.mobile-header-menu-container .header-mobile-button .agencium-button {
  min-width: 180px;
}
.mobile-header-menu-container .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-header-menu-container .main-menu > li {
  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: 40px;
  cursor: pointer;
  z-index: 2;
}
.mobile-header-menu-container .main-menu > li .sub-menu-trigger:after {
  content: '\e817';
  font: 400 normal 9px/24px 'fontello';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  text-align: right;
  top: 50%;
  right: 30px;
  left: initial;
  margin: -12px 0 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mobile-header-menu-container .main-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 61px 12px 30px;
  text-decoration: none;
}
.mobile-header-menu-container .main-menu > li.active > .sub-menu-trigger:after {
  content: '\e818';
}
.mobile-header-menu-container .main-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 5px 0 0;
}
.mobile-header-menu-container .main-menu > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 55px 12px 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.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 {
  padding: 0 !important;
}
.mobile-header-menu-container .main-menu > li > ul.sub-menu > li {
  margin: 0 0 0 50px;
}
.mobile-header-menu-container .main-menu > li > ul.sub-menu > li:last-child {
  margin-bottom: 15px;
}

/* Desktop */
.header .header-menu-container {
  margin: -1px 0 0;
}
.header .header-menu-container .main-menu {
  margin: 0;
  padding: 38px 0 27px;
}
.header .header-menu-container .main-menu li {
  list-style: none;
  position: relative;
  padding: 0;
}
.header .header-menu-container .main-menu li:before {
  content: none;
  display: none;
}
.header .header-menu-container .main-menu li:not(:last-of-type) {
  margin-right: 15px;
}
.header .header-menu-container .main-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 11px 0;
  top: 1px;
}
.header .header-menu-container .main-menu > li > a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -34px;
  height: 1px;
  opacity: 0;
  -webkit-transition: opaciry 0.3s;
  transition: opaciry 0.3s;
}
.header .header-menu-container .main-menu > li.menu-item-has-children > a {
  padding-right: 1px;
  padding-left: 0;
}
.header .header-menu-container .main-menu > li.menu-item-has-children > a:before {
  right: initial;
  left: 0;
  width: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
.header .header-menu-container .main-menu > li.menu-item-has-children > a:after {
  content: '\e817';
  display: inline-block;
  font: 400 normal 8px 'fontello';
  position: relative;
  top: -2px;
  margin: 0 0 0 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .header-menu-container .main-menu > li.menu-item-has-children.current-menu-ancestor > a:before, .header .header-menu-container .main-menu > li.menu-item-has-children.current-menu-parent > a:before, .header .header-menu-container .main-menu > li.menu-item-has-children.current-menu-item > a:before, .header .header-menu-container .main-menu > li.menu-item-has-children:hover > a:before {
  width: calc(100% - 15px);
  opacity: 1;
}
.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;
}

@media only screen and (min-width: 1021px) {
  .header .header-menu-container .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 .header-menu-container .main-menu li:not(:last-of-type) {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1700px) {
  .header .header-menu-container .main-menu li:not(:last-of-type) {
    margin-right: 33px;
  }
}
/* ---------- Header Sub Menu ---------- */
.header .header-menu-container .main-menu > li ul.sub-menu {
  margin: 1px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 175px;
  padding: 21px 24px 24px 38px;
  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 .header-menu-container .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 .header-menu-container .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after {
  content: '\e817';
  font: 400 normal 7px/18px 'fontello';
  width: 20px;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: initial;
  text-align: right;
}
.header .header-menu-container .main-menu > li ul.sub-menu > li:not(:last-of-type) {
  margin-bottom: 7px;
}
.header .header-menu-container .main-menu > li ul.sub-menu > li > a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 9px 8px 0;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  top: -21px;
  right: initial;
  margin: 0 0 0 24px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu ul.sub-menu:before {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  left: initial;
  right: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.header .header-menu-container .main-menu li:hover > ul.sub-menu > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.header .header-menu-container .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: 1021px) {
  .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: 0;
}
.mini-cart.header-icon:not(:first-child) {
  margin-left: 15px;
}
.mini-cart .mini-cart-trigger {
  width: 25px;
  height: 23px;
  display: block;
  position: relative;
  z-index: 3;
  text-align: left;
  text-decoration: none;
}
.mini-cart .mini-cart-count:before {
  content: '\e809';
  font: 400 normal 18px/24px 'fontello';
  vertical-align: top;
}
.mini-cart .mini-cart-count > span {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 2px;
  right: 3px;
  left: initial;
  min-width: 2px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 0;
  line-height: 8px;
  font-style: normal;
  padding: 0 3px;
}
.mini-cart .mini-cart-panel {
  position: absolute;
  right: -30px;
  top: -42px;
  width: 480px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0 !important;
  pointer-events: none;
  z-index: 2;
  padding: 37px 45px 45px 45px;
  overflow: hidden;
}
.mini-cart .mini-cart-panel .woocommerce-mini-cart__empty-message {
  margin: 0;
}
.mini-cart .mini-cart-panel .mini-cart-title {
  margin: 0 40px 42px 0;
  letter-spacing: -0.03em;
  word-spacing: 1px;
}
.mini-cart .mini-cart-panel .cart_list {
  list-style: none;
  display: block;
  white-space: normal;
  overflow: auto;
  max-height: 207px;
}
.mini-cart .mini-cart-panel .cart_list.product_list_widget {
  padding: 0 20px 0 0;
  margin: 0 -20px 0 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;
  min-height: 0;
}
.mini-cart .mini-cart-panel .cart_list li:not(:first-child) {
  margin: 18px 0 0;
  padding: 18px 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;
  margin: 0 21px 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: 85px;
  height: auto;
  border: none;
}
.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper {
  display: block;
  order: 2;
  width: 100%;
}
.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity {
  display: block;
  font-size: 16px;
  line-height: 1.75em;
}
.mini-cart .mini-cart-panel .cart_list li .woocommerce-mini-cart-item__title {
  display: block;
  margin: -10px 0 6px;
}
.mini-cart .mini-cart-panel .cart_list li .woocommerce-mini-cart-item__price {
  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;
}
.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
  position: static;
  margin: 2px 21px 0 61px;
  background: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  order: 3;
  font: normal 14px/1em 'fontello';
  width: 14px;
  height: 14px;
}
.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button:before {
  content: '\e80f';
}
.mini-cart .mini-cart-panel .total {
  margin: 36px 0 0;
  padding: 27px 0 0;
  border-width: 0;
  border-style: solid;
  border-top-width: 1px;
  position: relative;
}
.mini-cart .mini-cart-panel .total strong {
  font-weight: inherit;
}
.mini-cart .mini-cart-panel .total .amount {
  padding: 0 0 0 12px;
}
.mini-cart .mini-cart-panel .total:before {
  content: '';
  display: block;
  width: 0;
  height: 20px;
  border-right: solid 1px;
  position: absolute;
  top: -20px;
  right: 0;
  left: initial;
}
.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons {
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  margin: 0 -10px;
  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.agencium-alter-button {
  margin: 15px 10px 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}

.mobile-header-menu-container .mini-cart .mini-cart-count:before {
  font-size: 19px;
  line-height: 22px;
}
.mobile-header-menu-container .mini-cart .mini-cart-count span {
  top: 0;
  right: 2px;
  left: initial;
}

/* ---------- Header Page Title ---------- */
.page-title-container {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-title-container .page-title-row {
  z-index: 3;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1380px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 200px;
  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;
}
.page-title-container .page-title-wrapper {
  position: relative;
  height: 100%;
  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: 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;
}
.page-title-container .page-title-box {
  width: 100%;
}
.page-title-container .page-title {
  margin: .86em 0 0 !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  z-index: 2;
}
.page-title-container .page-title-additional {
  position: absolute;
  z-index: 2;
  min-width: 50%;
  text-align: right;
  right: 55px;
  left: initial;
  bottom: 0;
  white-space: nowrap;
  font-size: 50px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: 0;
}

.page-title-additional-image {
  position: absolute;
  bottom: 0;
  display: none;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.breadcrumbs:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: -3px 10px 3px 0;
}
.breadcrumbs .delimiter {
  padding: 0 .1875em;
}
.breadcrumbs a {
  text-decoration: none;
  border-bottom: solid 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.breadcrumbs a:hover {
  border-color: transparent;
}

@media only screen and (min-width: 481px) {
  .page-title-container .page-title-row {
    height: 250px;
  }
  .page-title-container .page-title-additional {
    font-size: 80px;
  }
}
@media only screen and (min-width: 661px) {
  .page-title-container .page-title-row {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 841px) {
  .page-title-container .page-title-row {
    height: 330px;
  }
  .page-title-container .page-title-additional {
    font-size: 110px;
  }

  .page-title-additional {
    display: block;
  }

  .breadcrumbs {
    font-size: 16px;
    line-height: 30px;
  }

  .page-title-additional-image {
    display: block;
  }
}
@media only screen and (min-width: 1021px) {
  .page-title-container .page-title-row {
    height: 500px;
    padding: 0 30px;
  }
  .page-title-container .page-title-additional {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1380px) {
  .page-title-container .page-title-row {
    padding: 0 20px;
  }
}
/* ---------- Header Search ---------- */
.search-trigger {
  width: 19px;
  height: 23px;
}
.search-trigger .search-trigger-icon {
  width: 17px;
  height: 23px;
  display: block;
  font: 400 normal 17px/24px 'fontello';
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-trigger .search-trigger-icon:before {
  content: '\e822';
}

.site-search {
  position: fixed;
  left: 0;
  top: -120px;
  right: 0;
  padding: 20px 46px 40px 5px;
  height: 25px;
  z-index: 1000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.site-search.active {
  top: 0;
  opacity: 1;
}
.site-search .site-search-close {
  position: absolute;
  top: 50%;
  right: 15px;
  left: initial;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font: 400 normal 20px/1 'fontello';
  text-align: center;
}
.site-search .site-search-close:before {
  content: '\e80f';
}
.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;
  font-size: 16px;
  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;
}
.site-search .search-form:after {
  content: '';
  display: block;
  height: 20px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  margin: -6px 0 0 50px;
}

@media only screen and (min-width: 1021px) {
  .site-search {
    padding: 37px 100px 57px 40px;
    height: 25px;
  }
  .site-search .site-search-close {
    right: 40px;
    left: initial;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    font-size: 20px;
    line-height: 1;
  }
  .site-search .search-form .search-form-field {
    padding: 0 0 0 70px;
    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;
  }
  .site-search .search-form:after {
    margin: -6px 0 0 70px;
  }
}
/* ---------- Header Sidebar ---------- */
.dropdown-trigger {
  position: relative;
}
.dropdown-trigger .dropdown-trigger-icon {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}
.dropdown-trigger .dropdown-trigger-icon:before {
  content: '\e81b';
  display: block;
  font: 400 normal 25px/1em 'fontello';
}

.slide-sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 99;
  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);
}
.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 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  left: initial;
  top: 20px;
}
.slide-sidebar-wrapper .slide-sidebar-close:before, .slide-sidebar-wrapper .slide-sidebar-close:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: initial;
  height: 2px;
  width: 100%;
  -webkit-transition: background-position 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: background-position 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.slide-sidebar-wrapper .slide-sidebar-close:before {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide-sidebar-wrapper .slide-sidebar-close:after {
  top: 9.5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: .1s, 0s, 0s;
  -moz-transition-delay: .1s, 0s, 0s;
  -ms-transition-delay: .1s, 0s, 0s;
  -o-transition-delay: .1s, 0s, 0s;
  transition-delay: .1s, 0s, 0s;
}
.slide-sidebar-wrapper .slide-sidebar-close:hover:before, .slide-sidebar-wrapper .slide-sidebar-close:hover:after {
  background-position-x: 0;
  -webkit-transition: background-position 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.3s;
  transition: background-position 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.3s;
}
.slide-sidebar-wrapper .slide-sidebar {
  position: relative;
  padding: 80px 15px 40px;
  min-height: calc(100% - 120px);
  max-height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.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: 841px) {
  .slide-sidebar-wrapper {
    width: 393px;
    padding: 0 79px 0 0;
  }
  .slide-sidebar-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    width: 79px;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-sidebar-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    top: 0;
    width: 79px;
    height: 100%;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-left {
    right: initial;
    left: -472px;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-left.active {
    right: initial;
    left: 0;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-right {
    right: -472px;
    left: initial;
  }
  .slide-sidebar-wrapper.slide-sidebar-position-right.active {
    right: 0;
    left: initial;
  }
  .slide-sidebar-wrapper .slide-sidebar-close {
    top: 26px;
    left: initial;
    right: 31px;
    z-index: 2;
  }
  .slide-sidebar-wrapper .slide-sidebar {
    padding: 70px;
    min-height: calc(100% - 140px);
  }
  .slide-sidebar-wrapper .slide-sidebar:after {
    display: block;
  }
}
/* ---------- Header Social Buttons ---------- */
.wrapper-socials.top-bar-socials {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 -12px;
}
.wrapper-socials.top-bar-socials:not(:first-child) {
  margin-left: 20px;
  padding: 0 0 0 40px;
}
.wrapper-socials.top-bar-socials:not(:first-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  right: initial;
  bottom: 0;
}
.wrapper-socials.top-bar-socials li {
  margin: 8px 12px 0;
}
.wrapper-socials.top-bar-socials a {
  border: none;
  width: 1em;
  height: 1em;
  line-height: 1;
}

/* ---------- Header User Menu ---------- */
ul.top-bar-menu {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}
ul.top-bar-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
  padding: 0;
}
ul.top-bar-menu li:before {
  display: none;
  content: none;
}
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;
}

body:not(.block-editor-page) .content-wrapper .widget p,
body:not(.block-editor-page) .footer-widgets .widget p {
  margin: 1em 0;
}

.sidebar .widget + .widget {
  margin: 59px 0 0;
}
.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: 1.1em;
  padding-bottom: 0.25em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
  letter-spacing: -.03em;
}
.sidebar .widget .widget-title:not(:last-child):before,
.sidebar .widget .widgettitle:not(:last-child):before,
.sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child):before,
.sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  right: 0;
  left: initial;
  bottom: 0;
  border-right: solid 1px;
  border-color: inherit;
}
.sidebar .widget .widget-title:not(:last-child):after,
.sidebar .widget .widgettitle:not(:last-child):after,
.sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child):after,
.sidebar .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child):after {
  content: '\e81a';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  font: 400 normal 15px/1em 'fontello';
  bottom: 11px;
  right: 12px;
  left: initial;
}
.sidebar .widget:first-child h1:first-child, .sidebar .widget:first-child h2:first-child, .sidebar .widget:first-child h3:first-child, .sidebar .widget:first-child h4:first-child, .sidebar .widget:first-child h5:first-child, .sidebar .widget:first-child h6:first-child {
  margin-top: -.5em;
}
.sidebar .widget-wrapper > .wp-block-title:not(:last-child),
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:not(:last-child),
.sidebar .wp-block-group__inner-container > .wp-block-title:not(:last-child) {
  margin: 0 0 1em;
}
.sidebar .widget-wrapper > .wp-block-title:first-child h1, .sidebar .widget-wrapper > .wp-block-title:first-child h2, .sidebar .widget-wrapper > .wp-block-title:first-child h3, .sidebar .widget-wrapper > .wp-block-title:first-child h4, .sidebar .widget-wrapper > .wp-block-title:first-child h5, .sidebar .widget-wrapper > .wp-block-title:first-child h6,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h1,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h2,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h3,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h4,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h5,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h6,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h1,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h2,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h3,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h4,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h5,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h6 {
  margin: 0 !important;
  padding: 0 42px 0.25em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
  letter-spacing: -.03em;
}
.sidebar .widget-wrapper > .wp-block-title:first-child h1:before, .sidebar .widget-wrapper > .wp-block-title:first-child h2:before, .sidebar .widget-wrapper > .wp-block-title:first-child h3:before, .sidebar .widget-wrapper > .wp-block-title:first-child h4:before, .sidebar .widget-wrapper > .wp-block-title:first-child h5:before, .sidebar .widget-wrapper > .wp-block-title:first-child h6:before,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h1:before,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h2:before,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h3:before,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h4:before,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h5:before,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h6:before,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h1:before,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h2:before,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h3:before,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h4:before,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h5:before,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h6:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 20px;
  right: 0;
  left: initial;
  bottom: 0;
  border-right: solid 1px;
  border-color: inherit;
}
.sidebar .widget-wrapper > .wp-block-title:first-child h1:after, .sidebar .widget-wrapper > .wp-block-title:first-child h2:after, .sidebar .widget-wrapper > .wp-block-title:first-child h3:after, .sidebar .widget-wrapper > .wp-block-title:first-child h4:after, .sidebar .widget-wrapper > .wp-block-title:first-child h5:after, .sidebar .widget-wrapper > .wp-block-title:first-child h6:after,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h1:after,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h2:after,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h3:after,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h4:after,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h5:after,
.sidebar .wc-blocks-filter-wrapper > .wp-block-title:first-child h6:after,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h1:after,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h2:after,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h3:after,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h4:after,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h5:after,
.sidebar .wp-block-group__inner-container > .wp-block-title:first-child h6:after {
  content: '\e81a';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  font: 400 normal 15px/1em 'fontello';
  bottom: 11px;
  right: 12px;
  left: initial;
}

.slide-sidebar-wrapper .widget + .widget,
.alter-menu-wrapper .widget + .widget {
  margin: 45px 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 .widget-wrapper h5,
.slide-sidebar-wrapper .widget .widget-wrapper h6,
.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,
.alter-menu-wrapper .widget .widget-title,
.alter-menu-wrapper .widget .widgettitle,
.alter-menu-wrapper .widget .widget-wrapper h1,
.alter-menu-wrapper .widget .widget-wrapper h2,
.alter-menu-wrapper .widget .widget-wrapper h3,
.alter-menu-wrapper .widget .widget-wrapper h4,
.alter-menu-wrapper .widget .widget-wrapper h5,
.alter-menu-wrapper .widget .widget-wrapper h6,
.alter-menu-wrapper .widget .wp-block-search .wp-block-search__label,
.alter-menu-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label {
  letter-spacing: -0.03em;
}
.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 .widget-wrapper h5:not(:last-child),
.slide-sidebar-wrapper .widget .widget-wrapper h6: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),
.alter-menu-wrapper .widget .widget-title:not(:last-child),
.alter-menu-wrapper .widget .widgettitle:not(:last-child),
.alter-menu-wrapper .widget .widget-wrapper h1:not(:last-child),
.alter-menu-wrapper .widget .widget-wrapper h2:not(:last-child),
.alter-menu-wrapper .widget .widget-wrapper h3:not(:last-child),
.alter-menu-wrapper .widget .widget-wrapper h4:not(:last-child),
.alter-menu-wrapper .widget .widget-wrapper h5:not(:last-child),
.alter-menu-wrapper .widget .widget-wrapper h6:not(:last-child),
.alter-menu-wrapper .widget .wp-block-search .wp-block-search__label:not(:last-child),
.alter-menu-wrapper .widget .wp-block-woocommerce-product-search .wc-block-product-search__label:not(:last-child) {
  margin-bottom: .5em;
}
.slide-sidebar-wrapper .widget p[style*="font"] a:not(.wp-block-button__link),
.alter-menu-wrapper .widget p[style*="font"] a:not(.wp-block-button__link) {
  color: inherit;
}
.slide-sidebar-wrapper .widget p[style*="font"] a:not(.wp-block-button__link):hover,
.alter-menu-wrapper .widget p[style*="font"] a:not(.wp-block-button__link):hover {
  color: inherit;
}
.slide-sidebar-wrapper .widget p a[href^="tel:"],
.alter-menu-wrapper .widget p a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}
.slide-sidebar-wrapper .widget p a[href^="tel:"]:hover,
.alter-menu-wrapper .widget p a[href^="tel:"]:hover {
  color: inherit;
}

.footer-widgets {
  font-size: 16px;
  line-height: 1.875em;
}
.footer-widgets > .widget {
  margin: 40px 0 0;
}

.widget a {
  text-decoration: none;
}
.widget p {
  margin: .75em 0 0;
}
.widget p a {
  text-decoration: underline;
}
.widget p a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1021px) {
  .footer-widgets > .widget {
    margin: 45px 0 0;
  }
}
/********** WordPress Standard Archive Widget **********/
body:not(.block-editor-page) .widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body:not(.block-editor-page) .widget_archive ul li {
  padding: 0 0 0 26px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 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: 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;
}
body:not(.block-editor-page) .widget_archive ul li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .widget_archive ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .widget_archive ul li a {
  text-decoration: none;
  position: relative;
  letter-spacing: .01em;
  display: inline-block;
}
body:not(.block-editor-page) .widget_archive ul li a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: .4375em;
  height: 0;
  border-bottom: solid 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
body:not(.block-editor-page) .widget_archive ul li a:hover:after {
  opacity: 1;
}
body:not(.block-editor-page) .widget_archive .widget-title + ul {
  margin-top: -2px;
}
body:not(.block-editor-page) .widget_archive .widget-wrapper > ul > li a {
  text-decoration: none;
}

body:not(.block-editor-page) .wp-block-archives-dropdown:not(:last-child) {
  margin-bottom: 2rem;
}

body:not(.block-editor-page) .content-wrapper .wp-block-archives,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives,
body:not(.block-editor-page) .footer-widgets .wp-block-archives,
.block-editor-block-list__layout ul.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives:not(:last-child),
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives:not(:last-child),
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives:not(:last-child),
body:not(.block-editor-page) .footer-widgets .wp-block-archives:not(:last-child),
.block-editor-block-list__layout ul.wp-block-archives:not(:last-child) {
  margin-bottom: 2rem;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives li,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li,
body:not(.block-editor-page) .footer-widgets .wp-block-archives li,
.block-editor-block-list__layout ul.wp-block-archives li {
  -webkit-transition: color 0.3s;
  transition: color 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: 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;
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives li:not(:first-child),
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li:not(:first-child),
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li:not(:first-child),
body:not(.block-editor-page) .footer-widgets .wp-block-archives li:not(:first-child),
.block-editor-block-list__layout ul.wp-block-archives li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives li:before,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li:before,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li:before,
body:not(.block-editor-page) .footer-widgets .wp-block-archives li:before,
.block-editor-block-list__layout ul.wp-block-archives li:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
  left: 0;
  right: initial;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives li a,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li a,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li a,
body:not(.block-editor-page) .footer-widgets .wp-block-archives li a,
.block-editor-block-list__layout ul.wp-block-archives li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  letter-spacing: .01em;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives li a:after,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li a:after,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li a:after,
body:not(.block-editor-page) .footer-widgets .wp-block-archives li a:after,
.block-editor-block-list__layout ul.wp-block-archives li a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: .4375em;
  height: 0;
  border-bottom: solid 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives li a:hover:after,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives li a:hover:after,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives li a:hover:after,
body:not(.block-editor-page) .footer-widgets .wp-block-archives li a:hover:after,
.block-editor-block-list__layout ul.wp-block-archives li a:hover:after {
  opacity: 1;
}
body:not(.block-editor-page) .content-wrapper .wp-block-archives ul,
body:not(.block-editor-page) .slide-sidebar-wrapper .wp-block-archives ul,
body:not(.block-editor-page) .alter-menu-wrapper .wp-block-archives ul,
body:not(.block-editor-page) .footer-widgets .wp-block-archives ul,
.block-editor-block-list__layout ul.wp-block-archives ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/********** 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;
  padding: 0;
}
.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';
}
.widget_media_audio .wp-block-audio,
.mejs-audio .wp-block-audio {
  margin: 0;
}

/********** 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;
  max-width: 400px;
}
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: 0 18px 15px;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 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 !important;
}
body .content-wrapper .widget_calendar table thead,
.widget_calendar table thead,
body .content-wrapper .wp-block-calendar table thead,
.wp-block-calendar table thead {
  position: relative;
}
body .content-wrapper .widget_calendar table thead:before,
.widget_calendar table thead:before,
body .content-wrapper .wp-block-calendar table thead:before,
.wp-block-calendar table thead:before {
  content: '';
  position: absolute;
  display: block;
  left: -18px;
  right: -18px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.03);
  z-index: -1;
}
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;
  line-height: 39px;
  font-weight: 600;
  background: none;
  border: none !important;
  padding: 1px !important;
  text-align: center;
  min-height: 39px;
}
body .content-wrapper .widget_calendar table tbody tr:first-child td,
.widget_calendar table tbody tr:first-child td,
body .content-wrapper .wp-block-calendar table tbody tr:first-child td,
.wp-block-calendar table tbody tr:first-child td {
  padding-top: 7px !important;
}
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: 0 !important;
  min-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  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: 36px;
  height: 36px;
  border-width: 1px;
  border-style: solid;
  bottom: 0;
  left: 50%;
  right: initial;
  margin: 0 0 -1px -18px;
  z-index: -1;
}
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 table tbody a:hover,
.widget_calendar table tbody a:hover,
body .content-wrapper .wp-block-calendar table tbody a:hover,
.wp-block-calendar table tbody a:hover {
  text-decoration: underline;
}
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: 52px;
  font-weight: 600;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14.2857%;
  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: 18px;
  right: 18px;
  top: 12px;
  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: 30px;
  display: block;
  position: absolute;
  top: 0;
  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: 400 normal 18px/28px 'fontello';
}
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: '\e805';
}
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: '\e806';
}

body .content-wrapper .wp-block-calendar,
.wp-block-calendar {
  padding: 0 18px 15px;
  position: relative;
}
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 **********/
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul,
body:not(.block-editor-page) ul.wp-block-categories,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li,
body:not(.block-editor-page) ul.wp-block-categories li,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li {
  position: relative;
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li:not(:first-child),
body:not(.block-editor-page) ul.wp-block-categories li:not(:first-child),
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li:before,
body:not(.block-editor-page) ul.wp-block-categories li:before,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
  right: initial;
  left: 0;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li.cat-item-hierarchical,
body:not(.block-editor-page) ul.wp-block-categories li.cat-item-hierarchical,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li.cat-item-hierarchical {
  margin-right: 20px;
  margin-left: 0;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li a,
body:not(.block-editor-page) ul.wp-block-categories li a,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li a {
  text-decoration: none;
  position: relative;
  letter-spacing: .01em;
  display: inline-block;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li a:after,
body:not(.block-editor-page) ul.wp-block-categories li a:after,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: .4375em;
  height: 0;
  border-bottom: solid 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li a:hover:after,
body:not(.block-editor-page) ul.wp-block-categories li a:hover:after,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li a:hover:after {
  opacity: 1;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .widget-archive-trigger,
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .block-archive-trigger,
body:not(.block-editor-page) ul.wp-block-categories li .widget-archive-trigger,
body:not(.block-editor-page) ul.wp-block-categories li .block-archive-trigger,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger,
body:not(.block-editor-page) .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;
  width: 20px;
  height: 1.875em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .widget-archive-trigger:before,
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .block-archive-trigger:before,
body:not(.block-editor-page) ul.wp-block-categories li .widget-archive-trigger:before,
body:not(.block-editor-page) ul.wp-block-categories li .block-archive-trigger:before,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger:before,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger:before {
  content: '\e80c';
  font: 400 normal 10px/12px 'fontello';
  position: absolute;
  display: block;
  height: 12px;
  top: 50%;
  right: 0;
  left: initial;
  margin: -6px 0 0;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .widget-archive-trigger.active,
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li .block-archive-trigger.active,
body:not(.block-editor-page) ul.wp-block-categories li .widget-archive-trigger.active,
body:not(.block-editor-page) ul.wp-block-categories li .block-archive-trigger.active,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .widget-archive-trigger.active,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li .block-archive-trigger.active {
  -webkit-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -ms-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li > ul,
body:not(.block-editor-page) ul.wp-block-categories li > ul,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li > ul {
  margin: 0 -20px 0 0;
  padding: 10px 20px 0 0;
  list-style: none;
  position: relative;
}
body:not(.block-editor-page) .widget_categories .widget-wrapper > ul li > ul li,
body:not(.block-editor-page) ul.wp-block-categories li > ul li,
body:not(.block-editor-page) .block-editor-block-list__layout .wp-block-categories > ul li > ul li {
  font-size: 16px;
}

body:not(.block-editor-page) .wp-block-categories:not(:last-child) {
  margin-bottom: 2rem;
}

/********** WordPress Standard Custom HTML Widget **********/
/********** WordPress Standard Media Gallery Widget **********/
body:not(.block-editor-page) .widget_media_gallery .gallery {
  margin: 0 -5px -10px;
  font-size: 0;
  line-height: 1;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-item {
  padding: 0 5px 10px;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-item img {
  height: auto;
  border: none !important;
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-caption {
  font-size: 14px;
  line-height: 1.4286em;
  text-align: center;
  font-style: italic;
  padding: 5px 5px 10px;
}
body:not(.block-editor-page) .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;
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a {
  display: block;
  position: relative;
}
body:not(.block-editor-page) .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;
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:after {
  content: '\e80f';
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 28px/1em 'fontello' !important;
  z-index: 3;
  left: 50%;
  right: auto;
  top: 40%;
  margin: -14px 0 0 -14px !important;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:hover:before {
  opacity: 0.9 !important;
}
body:not(.block-editor-page) .widget_media_gallery .gallery .gallery-icon a:hover:after {
  top: 50%;
  opacity: 1;
}

body .content-wrapper .gallery {
  margin: 0 -5px -10px;
  font-size: 0;
  line-height: 1;
}
body .content-wrapper .gallery .gallery-item {
  padding: 0 5px 10px;
  margin: 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: '\e80f';
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  text-align: center;
  margin: -21px 0 0 -21px;
  z-index: 3;
}
body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:before {
  opacity: .9;
}
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 5px 10px;
}
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;
}

.content-wrapper .content .gallery {
  margin: 0 -20px -20px 0;
}
.content-wrapper .content .gallery .gallery-item {
  padding: 0 20px 20px 0;
}

@media only screen and (min-width: 841px) {
  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: inline-block;
  line-height: 1;
  position: relative;
}
.widget_media_image 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_image a:after {
  content: '\e80f';
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 28px/1em 'fontello' !important;
  z-index: 3;
  left: 50%;
  right: auto;
  top: 40%;
  margin: -14px 0 0 -14px !important;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_media_image a:hover:before {
  opacity: 0.8 !important;
}
.widget_media_image a:hover:after {
  top: 50%;
  opacity: 1;
}

/********** 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 .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;
}
.widget_instagram-feed-widget #sbi_mod_error strong,
.widget #sbi_mod_error strong {
  color: inherit;
}

/********** Mailchimp for WordPress Widget **********/
#form-preview {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-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;
}
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"],
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"],
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"],
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"],
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"],
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"],
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"],
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"],
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="email"],
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="text"] {
  margin: 0 20px 0 0;
  width: 100%;
}
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"],
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"],
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"],
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"],
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"],
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"],
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"],
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"],
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"],
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"],
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  text-decoration: underline;
  background: none;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover,
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover,
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:hover,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:hover,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:hover {
  text-decoration: none;
}
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before, #form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after,
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before,
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after,
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before,
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:before,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="submit"]:after,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:before,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field input[type="button"]:after,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:before,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field button:after {
  content: none;
  display: none;
}
#form-preview .mc4wp-form .mc4wp-form-fields .agencium-form-field:before,
.body-container .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field:before,
.body-container .elementor-widget-agencium_mailchimp .mc4wp-form .mc4wp-form-fields .agencium-form-field:before,
.body-container .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .agencium-form-field:before,
.body-container .widget .mc4wp-form .mc4wp-form-fields .agencium-form-field:before {
  content: none;
  display: none;
}

/********** WordPress Standard Meta Widget **********/
body:not(.block-editor-page) .widget_meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
body:not(.block-editor-page) .widget_meta ul li {
  padding: 0 0 0 26px;
  position: relative;
}
body:not(.block-editor-page) .widget_meta ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .widget_meta ul li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .widget_meta ul li a {
  text-decoration: none;
  position: relative;
  letter-spacing: .01em;
  display: inline-block;
}
body:not(.block-editor-page) .widget_meta ul li a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: .4375em;
  height: 0;
  border-bottom: solid 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
body:not(.block-editor-page) .widget_meta ul li a:hover:after {
  opacity: 1;
}

/********** WordPress Standard Navigation Menu Widget **********/
body:not(.block-editor-page) .widget_nav_menu ul {
  list-style: none;
  padding: 0 20px 0 0;
}
body:not(.block-editor-page) .widget_nav_menu ul li {
  position: relative;
  padding: 0;
}
body:not(.block-editor-page) .widget_nav_menu ul li:before {
  content: none;
  display: none;
}
body:not(.block-editor-page) .widget_nav_menu ul li .widget-menu-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -20px;
  left: auto;
  text-align: right;
  cursor: pointer;
  width: 20px;
  height: 1.875em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.block-editor-page) .widget_nav_menu ul li .widget-menu-trigger:before {
  content: '\e80c';
  font: 400 normal 10px/12px 'fontello';
  position: absolute;
  display: block;
  height: 12px;
  top: 50%;
  right: 0;
  left: initial;
  margin: -6px 0 0;
}
body:not(.block-editor-page) .widget_nav_menu ul li .widget-menu-trigger.active {
  -webkit-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -ms-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
body:not(.block-editor-page) .widget_nav_menu ul li > ul {
  margin: 0 -20px 0 0;
  padding: 5px 20px 0 20px;
}
body:not(.block-editor-page) .widget_nav_menu ul li ul:not(:last-child) {
  margin: 0 -20px 0 0;
}
body:not(.block-editor-page) .widget_nav_menu ul li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body:not(.block-editor-page) .widget_nav_menu ul li > a:before {
  content: '';
  position: absolute;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  left: 0;
  right: 0;
  bottom: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body:not(.block-editor-page) .widget_nav_menu ul li > a:after {
  content: '\e817';
  display: inline-block;
  font: 400 normal 7px/1.5em 'fontello';
  margin: 0 0 0 13px;
  position: relative;
  top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body:not(.block-editor-page) .widget_nav_menu ul li > a:hover:before, body:not(.block-editor-page) .widget_nav_menu ul li > a:hover:after {
  opacity: 1;
}

/********** WordPress Standard Page Widget **********/
body:not(.block-editor-page) .widget_pages ul {
  list-style: none;
  padding: 0 20px 0 0;
  position: relative;
  margin: 0;
}
body:not(.block-editor-page) .widget_pages ul li {
  position: relative;
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .widget_pages ul li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .widget_pages ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .widget_pages ul li a {
  text-decoration: none;
  position: relative;
  letter-spacing: .01em;
  display: inline-block;
}
body:not(.block-editor-page) .widget_pages ul li a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: .4375em;
  height: 0;
  border-bottom: solid 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
body:not(.block-editor-page) .widget_pages ul li a:hover:after {
  opacity: 1;
}
body:not(.block-editor-page) .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;
  width: 20px;
  height: 1.875em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.block-editor-page) .widget_pages ul li .widget-archive-trigger:before {
  content: '\e80c';
  font: 400 normal 10px/12px 'fontello';
  position: absolute;
  display: block;
  height: 12px;
  top: 50%;
  right: 0;
  left: initial;
  margin: -6px 0 0;
}
body:not(.block-editor-page) .widget_pages ul li .widget-archive-trigger.active {
  -webkit-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -ms-transform: rotate(90deg) translate(-0.375em, -0.1875em);
  transform: rotate(90deg) translate(-0.375em, -0.1875em);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
body:not(.block-editor-page) .widget_pages ul li > ul {
  margin: 0 -20px 0 0;
  padding: 10px 20px 0 0;
  list-style: none;
  position: relative;
}
body:not(.block-editor-page) .widget_pages ul li > ul:not(:last-child) {
  margin: 0 -20px 0 0;
}
body:not(.block-editor-page) .widget_pages .widget-wrapper > ul > li {
  padding: 0 0 0 26px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body:not(.block-editor-page) .widget_pages .widget-wrapper > ul > li:not(:first-child) {
  margin: 10px 0 0;
}
body:not(.block-editor-page) .widget_pages .widget-wrapper > ul > li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}

body:not(.block-editor-page) .wp-block-page-list {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item {
  padding: 0 0 0 26px;
  position: relative;
}
body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item:not(:first-child) {
  margin-top: 10px;
}
body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item a {
  text-decoration: none;
  position: relative;
  letter-spacing: .01em;
  display: inline-block;
}
body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item a:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: .4375em;
  height: 0;
  border-bottom: solid 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, border-color 0.3s;
  transition: opacity 0.3s, border-color 0.3s;
}
body:not(.block-editor-page) .wp-block-page-list li.wp-block-pages-list__item a:hover:after {
  opacity: 1;
}

.widget_pages:not(:last-child) {
  margin-bottom: 2rem;
}

/********** WordPress Standard Recent Comments Widget **********/
body:not(.block-editor-page) .widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body:not(.block-editor-page) .widget_recent_comments ul:not(:first-child) {
  padding: 2px 0 0;
}
body:not(.block-editor-page) .widget_recent_comments ul .recentcomments {
  position: relative;
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .widget_recent_comments ul .recentcomments:not(:first-child) {
  margin: 15px 0 0;
}
body:not(.block-editor-page) .widget_recent_comments ul .recentcomments:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .widget_recent_comments ul .recentcomments a:hover {
  text-decoration: underline;
}

body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments,
.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments:not(:last-child),
.wp-block-latest-comments:not(:last-child) {
  margin-bottom: 2rem;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-latest-comments li.wp-block-latest-comments__comment {
  position: relative;
  padding: 0 0 0 26px;
  line-height: inherit;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment:not(:first-child),
.wp-block-latest-comments li.wp-block-latest-comments__comment:not(:first-child) {
  margin: 15px 0 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment:before,
.wp-block-latest-comments li.wp-block-latest-comments__comment:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
  left: 0;
  right: initial;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: underline;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  display: block;
  font-size: 14px;
  line-height: 2.1429em;
  font-weight: 400;
  order: 1;
  margin: 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  font-size: 14px;
  line-height: 1.5em;
  margin: 5px 0 0;
  order: 3;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.5em;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p:last-child,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p:last-child {
  margin: 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .avatar,
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar,
.wp-block-latest-comments li.wp-block-latest-comments__comment .avatar,
.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 6px;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding: 0;
}
body:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li:before, body:not(.block-editor-page) .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:not(.block-editor-page) .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-meta,
body:not(.block-editor-page) .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 **********/
body:not(.block-editor-page) .widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body:not(.block-editor-page) .widget_recent_entries ul:not(:first-child) {
  padding: 2px 0 0;
}
body:not(.block-editor-page) .widget_recent_entries ul li {
  position: relative;
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .widget_recent_entries ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .widget_recent_entries ul li:not(:first-child) {
  margin-top: 20px;
}
body:not(.block-editor-page) .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
  line-height: 2.1429em;
  font-weight: 400;
}
body:not(.block-editor-page) .widget_recent_entries ul li a:hover {
  text-decoration: underline;
}

body .content-wrapper .wp-block-latest-posts,
body:not(.block-editor-page) ul.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),
body:not(.block-editor-page) ul.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,
body:not(.block-editor-page) ul.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,
body:not(.block-editor-page) ul.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,
body:not(.block-editor-page) ul.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),
body:not(.block-editor-page) ul.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),
body:not(.block-editor-page) ul.wp-block-latest-posts li:not(:first-child),
.block-editor-block-list__layout .wp-block-latest-posts li:not(:first-child) {
  margin-top: 10px;
  margin-bottom: 0;
}
body .content-wrapper .wp-block-latest-posts li:before,
body:not(.block-editor-page) ul.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 a:hover,
body:not(.block-editor-page) ul.wp-block-latest-posts li a:hover,
.block-editor-block-list__layout .wp-block-latest-posts li a:hover {
  text-decoration: underline;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image,
body:not(.block-editor-page) ul.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;
  font-size: 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -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:after,
body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image:after,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image:after {
  content: '';
  position: absolute;
  display: block;
  width: 93.5647%;
  height: 0;
  padding: 170.8588% 0 0;
  top: 0;
  left: -10%;
  right: initial;
  z-index: 2;
  filter: blur(50px);
  -webkit-transform: rotate(108.18deg) translate3d(0, 0, 0);
  -ms-transform: rotate(108.18deg) translate3d(0, 0, 0);
  transform: rotate(108.18deg) translate3d(0, 0, 0);
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
body:not(.block-editor-page) ul.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: 4px 20px 6px 0 !important;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
body:not(.block-editor-page) ul.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: 4px 0 6px 20px !important;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
body:not(.block-editor-page) ul.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 !important;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a,
body:not(.block-editor-page) ul.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,
body:not(.block-editor-page) ul.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,
body:not(.block-editor-page) ul.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 .wp-block-latest-posts__content,
body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__content,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__content {
  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;
}
body .content-wrapper .wp-block-latest-posts li > a,
body .content-wrapper .wp-block-latest-posts li > .item-wrapper > a,
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-title,
body:not(.block-editor-page) ul.wp-block-latest-posts li > a,
body:not(.block-editor-page) ul.wp-block-latest-posts li > .item-wrapper > a,
body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__post-title,
.block-editor-block-list__layout .wp-block-latest-posts li > a,
.block-editor-block-list__layout .wp-block-latest-posts li > .item-wrapper > a,
.block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  display: block;
  position: relative;
  text-decoration: none;
  order: 2;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-date,
body:not(.block-editor-page) ul.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: 2.1429em;
  font-weight: 400;
  order: 1;
  margin: 0 0 1px;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
body:not(.block-editor-page) ul.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: 14px;
  line-height: 1.5em;
  margin: 8px 0 0;
  order: 3;
}
body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-author,
body:not(.block-editor-page) ul.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: 8px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5714em;
  border-bottom: solid 1px;
  order: 4;
}

.block-editor-block-list__layout .wp-block-latest-posts {
  margin-bottom: 2rem !important;
}

/********** WordPress Standard RSS Widget **********/
body:not(.block-editor-page) .widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body:not(.block-editor-page) .widget_rss ul li {
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .widget_rss ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .widget_rss ul li:not(:first-child) {
  margin-top: 20px;
}
body:not(.block-editor-page) .widget_rss ul a.rsswidget:hover {
  text-decoration: underline;
}
body:not(.block-editor-page) .widget_rss .rss-date {
  display: block;
  font-size: 14px;
  line-height: 2.1429em;
  font-weight: 400;
}
body:not(.block-editor-page) .widget_rss .rssSummary {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5em;
}
body:not(.block-editor-page) .widget_rss cite {
  display: inline-block;
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5714em;
  border-bottom: solid 1px;
}

body:not(.block-editor-page) .wp-block-rss,
.block-editor-block-list__layout .wp-block-rss {
  margin: 0 0 -20px;
  padding: 0;
}
body:not(.block-editor-page) .wp-block-rss:not(:last-child),
.block-editor-block-list__layout .wp-block-rss:not(:last-child) {
  margin: 0;
}
body:not(.block-editor-page) .wp-block-rss a,
.block-editor-block-list__layout .wp-block-rss a {
  text-decoration: none;
}
body:not(.block-editor-page) .wp-block-rss a:hover,
.block-editor-block-list__layout .wp-block-rss a:hover {
  text-decoration: underline;
}
body:not(.block-editor-page) .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: 20px;
  padding: 0 0 0 26px;
}
body:not(.block-editor-page) .wp-block-rss li.wp-block-rss__item:before,
.block-editor-block-list__layout .wp-block-rss li.wp-block-rss__item:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  font-size: inherit;
  top: .8125em;
}
body:not(.block-editor-page) .wp-block-rss.is-grid,
.block-editor-block-list__layout .wp-block-rss.is-grid {
  margin: 0 -1em -20px 0;
  padding: 0;
}
body:not(.block-editor-page) .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;
}
body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-title,
.block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-title {
  display: block;
  order: 0;
}
body:not(.block-editor-page) .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: 2.1429em;
}
body:not(.block-editor-page) .wp-block-rss .wp-block-rss__item-author,
.block-editor-block-list__layout .wp-block-rss .wp-block-rss__item-author {
  order: 3;
  display: inline-block;
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5714em;
  border-bottom: solid 1px;
}
body:not(.block-editor-page) .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.5em;
  margin: 8px 0 0;
}

/********** WordPress Standard Search Widget **********/
.widget_search .search-form {
  padding: 0;
}
.widget_search .search-form .search-form-icon {
  right: 14px;
  left: initial;
  top: 19px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1em;
}
.widget_search .search-form .search-form-icon:before {
  display: block;
}
.widget_search .search-form .agencium-form-field {
  border-width: 1px;
  border-style: solid;
}
.widget_search .search-form .agencium-form-field:before {
  content: none;
  display: none;
}
.widget_search .search-form .agencium-form-field .search-form-field {
  padding: 15px 44px 16px 14px;
  height: 51px;
  letter-spacing: -.03em;
}
.widget_search .search-form .agencium-form-field .search-form-field::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 200;
}
.widget_search .search-form .agencium-form-field .search-form-field::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 200;
}
.widget_search .search-form .agencium-form-field .search-form-field:-moz-placeholder {
  font-style: italic;
  font-weight: 200;
}
.widget_search .search-form .agencium-form-field .search-form-field::-moz-placeholder {
  font-style: italic;
  font-weight: 200;
}
.widget_search .search-form .agencium-form-field .search-form-field:-ms-input-placeholder {
  font-style: italic;
  font-weight: 200;
}

.content-wrapper .wp-block-search .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body:not(.block-editor-page) .wp-block-search {
  position: relative;
}
body:not(.block-editor-page) .wp-block-search .agencium-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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
body:not(.block-editor-page) .wp-block-search .agencium-form-field:before {
  content: none;
  display: none;
}
body:not(.block-editor-page) .wp-block-search:not(:last-child) {
  margin-bottom: 2rem;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__label {
  display: block;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__input {
  padding: 14px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 51px;
  width: 100%;
  display: block;
  outline: none !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  background: none;
  border: none;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__input::-webkit-input-placeholder {
  opacity: 1;
  font-weight: 100;
  font-style: italic;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__input:-moz-placeholder {
  opacity: 1;
  font-weight: 100;
  font-style: italic;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__input::-moz-placeholder {
  opacity: 1;
  font-weight: 100;
  font-style: italic;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__input:-ms-input-placeholder {
  opacity: 1;
  font-weight: 100;
  font-style: italic;
}
body:not(.block-editor-page) .wp-block-search .wp-block-search__button {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border: none;
  padding: 14px 15px;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .agencium-form-field {
  border: none;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__input {
  border-width: 1px !important;
  border-style: solid !important;
  height: 53px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled) {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  letter-spacing: 0;
  padding-top: 12px;
  padding-bottom: 13px;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):after {
  content: none;
  display: none;
  border: none;
  width: auto;
  height: auto;
  position: static;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty {
  min-width: 51px;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-outside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty:before {
  content: '\e822';
  display: block;
  font: 400 normal 16px/23px 'fontello';
  z-index: 2;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .agencium-form-field, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .agencium-form-field {
  border-width: 1px;
  border-style: solid;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled), body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled) {
  max-width: none;
  margin: 0;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 23px;
  z-index: 2;
  overflow: initial;
  text-decoration: underline;
  letter-spacing: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):hover, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):hover {
  text-decoration: none;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):after, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):before, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):after {
  content: none;
  display: none;
  border: none;
  width: auto;
  height: auto;
  position: static;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty {
  text-decoration: none;
}
body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__button-inside .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled).has-icon:before, body:not(.block-editor-page) .wp-block-search.wp-block-search__no-button .wp-block-search__button:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled):empty:before {
  content: '\e822';
  display: block;
  font: 400 normal 16px/23px 'fontello';
  z-index: 2;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-block.wp-block-search .wp-block-search__input:not(.customize-partial-edit-shortcut-button):not(.disabled):not(:disabled) {
  border: solid 1px #ccc;
}

/********** WordPress Standard Tag Cloud Widget **********/
.widget_tag_cloud .tagcloud {
  margin: -10px -5px 0 !important;
  font-size: 0;
  line-height: 1;
}
.widget_tag_cloud .tagcloud .tag-cloud-link {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 2em;
  padding: 0 .7857em 0 .7143em;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
  cursor: pointer;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud .tag-cloud-link:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  vertical-align: baseline;
  margin: 0 5px 0 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wp-block-tag-cloud:not(.is-style-outline),
.wp-block-tag-cloud.is-style-default,
.wp-block-tag-cloud.is-style-outline {
  margin: -10px -5px 0 !important;
  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;
}
.wp-block-tag-cloud:not(.is-style-outline) .tag-cloud-link,
.wp-block-tag-cloud.is-style-default .tag-cloud-link,
.wp-block-tag-cloud.is-style-outline .tag-cloud-link {
  font-weight: 400;
  line-height: 2em;
  padding: 0 .7857em 0 .7143em;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
  cursor: pointer;
  text-decoration: none;
}
.wp-block-tag-cloud:not(.is-style-outline) .tag-cloud-link:before,
.wp-block-tag-cloud.is-style-default .tag-cloud-link:before,
.wp-block-tag-cloud.is-style-outline .tag-cloud-link:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  vertical-align: baseline;
  margin: 0 5px 0 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wp-block-tag-cloud:not(.is-style-outline):not(:last-child),
.wp-block-tag-cloud.is-style-default:not(:last-child),
.wp-block-tag-cloud.is-style-outline:not(:last-child) {
  margin-bottom: 2rem;
}

.wp-block-tag-cloud.is-style-outline {
  font-size: 14px !important;
  gap: 0;
}
.wp-block-tag-cloud.is-style-outline .tag-cloud-link:not(:hover) {
  background-color: transparent;
}

p.wp-block-tag-cloud:not(.is-style-outline),
p.wp-block-tag-cloud.is-style-default,
p.wp-block-tag-cloud.is-style-outline {
  margin: 0 !important;
}

/********** 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;
  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;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.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';
}

/********** WordPress WPForms Widget **********/
.sidebar div.wpforms-container-full .wpforms-form .wpforms-title {
  padding: 0 0 .2em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 1em;
}
.sidebar div.wpforms-container-full .wpforms-form .wpforms-description {
  font-size: 16px;
  line-height: 1.875em;
}
.sidebar div.wpforms-container-full .wpforms-form .wpforms-head-container {
  margin: 0 0 16px;
}
