.wp-block-archives {
  box-sizing: border-box
}

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
  border: 2px solid;
  padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
  color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 1.75em
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments {
  box-sizing: border-box
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: 1em;
  position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  content: "";
  display: block;
  font-size: 0;
  min-height: inherit
}

@supports (position:sticky) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: #fff;
  width: 100%;
  z-index: 1
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

@supports (-webkit-overflow-scrolling:touch) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center;
  z-index: 1
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image img,
.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  line-height: 1.8;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-posts {
  box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: .075em;
  width: inherit
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: .5em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  display: flex;
  position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  color: #000
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
  width: 100%
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
  word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-date {
  box-sizing: border-box
}

.wp-block-post-excerpt {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block
}

.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-title {
  box-sizing: border-box;
  word-break: break-word
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  white-space: pre-wrap
}

.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 3em 0;
  text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-post-template.wp-block-post-template {
  background: none
}

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none
}

ul.wp-block-rss {
  list-style: none;
  padding: 0
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-search__button {
  margin-left: .625em;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  fill: currentColor;
  min-height: 1.5em;
  min-width: 1.5em;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: .375em .625em
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  padding: 8px;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center
}

.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px
}

.wp-block-site-title a {
  color: inherit
}

.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}

.wp-block-social-links .wp-social-link a {
  padding: .25em
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  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
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

figure {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

.clearfix:before,
.clearfix:after,
.fw-container:before,
.fw-container:after,
.fw-container-fluid:before,
.fw-container-fluid:after,
.fw-row:before,
.fw-row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table
}

.clearfix:after,
.fw-container:after,
.fw-container-fluid:after,
.fw-row:after,
.dl-horizontal dd:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right,
body.rtl .pull-left {
  float: right !important
}

.pull-left,
body.rtl .pull-right {
  float: left !important
}

.clear {
  clear: both;
  width: 100%
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.affix {
  position: fixed
}

img,
iframe,
embed {
  max-width: 100%
}

img {
  height: auto
}

.map img,
.fw-shortcode-map-wrapper img {
  max-width: none !important
}

.fw-main-row,
.fw-main-row *,
.fw-main-row *:before,
.fw-main-row *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.fw-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%
}

@media (min-width:768px) {
  .fw-container {
    width: 750px
  }
}

@media (min-width:992px) {
  .fw-container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .fw-container {
    width: 1170px
  }
}

.fw-container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.fw-row {
  margin-left: -15px;
  margin-right: -15px
}

.fw-row:before,
.fw-row:after {
  content: " ";
  display: table
}

.fw-row:after {
  clear: both
}

.fw-col-xs-1,
.fw-col-sm-1,
.fw-col-md-1,
.fw-col-lg-1,
.fw-col-xs-2,
.fw-col-sm-2,
.fw-col-md-2,
.fw-col-lg-2,
.fw-col-xs-3,
.fw-col-sm-3,
.fw-col-md-3,
.fw-col-lg-3,
.fw-col-xs-4,
.fw-col-sm-4,
.fw-col-md-4,
.fw-col-lg-4,
.fw-col-xs-5,
.fw-col-sm-5,
.fw-col-md-5,
.fw-col-lg-5,
.fw-col-xs-6,
.fw-col-sm-6,
.fw-col-md-6,
.fw-col-lg-6,
.fw-col-xs-7,
.fw-col-sm-7,
.fw-col-md-7,
.fw-col-lg-7,
.fw-col-xs-8,
.fw-col-sm-8,
.fw-col-md-8,
.fw-col-lg-8,
.fw-col-xs-9,
.fw-col-sm-9,
.fw-col-md-9,
.fw-col-lg-9,
.fw-col-xs-10,
.fw-col-sm-10,
.fw-col-md-10,
.fw-col-lg-10,
.fw-col-xs-11,
.fw-col-sm-11,
.fw-col-md-11,
.fw-col-lg-11,
.fw-col-xs-12,
.fw-col-sm-12,
.fw-col-md-12,
.fw-col-lg-12,
.fw-col-xs-15,
.fw-col-sm-15,
.fw-col-md-15,
.fw-col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box
}

@media (min-width:768px) {

  .fw-col-sm-1,
  .fw-col-sm-2,
  .fw-col-sm-3,
  .fw-col-sm-4,
  .fw-col-sm-5,
  .fw-col-sm-6,
  .fw-col-sm-7,
  .fw-col-sm-8,
  .fw-col-sm-9,
  .fw-col-sm-10,
  .fw-col-sm-11,
  .fw-col-sm-12,
  .fw-col-sm-15 {
    float: left
  }

  body.rtl .fw-col-sm-1,
  body.rtl .fw-col-sm-2,
  body.rtl .fw-col-sm-3,
  body.rtl .fw-col-sm-4,
  body.rtl .fw-col-sm-5,
  body.rtl .fw-col-sm-6,
  body.rtl .fw-col-sm-7,
  body.rtl .fw-col-sm-8,
  body.rtl .fw-col-sm-9,
  body.rtl .fw-col-sm-10,
  body.rtl .fw-col-sm-11,
  body.rtl .fw-col-sm-12,
  body.rtl .fw-col-sm-15 {
    float: right
  }

  .fw-col-sm-15 {
    width: 20%
  }

  .fw-col-sm-12 {
    width: 100%
  }

  .fw-col-sm-11 {
    width: 91.66666667%
  }

  .fw-col-sm-10 {
    width: 83.33333333%
  }

  .fw-col-sm-9 {
    width: 75%
  }

  .fw-col-sm-8 {
    width: 66.66666667%
  }

  .fw-col-sm-7 {
    width: 58.33333333%
  }

  .fw-col-sm-6 {
    width: 50%
  }

  .fw-col-sm-5 {
    width: 41.66666667%
  }

  .fw-col-sm-4 {
    width: 33.33333333%
  }

  .fw-col-sm-3 {
    width: 25%
  }

  .fw-col-sm-2 {
    width: 16.66666667%
  }

  .fw-col-sm-1 {
    width: 8.33333333%
  }

  .fw-col-sm-pull-15 {
    right: 20%
  }

  .fw-col-sm-pull-12 {
    right: 100%
  }

  .fw-col-sm-pull-11 {
    right: 91.66666667%
  }

  .fw-col-sm-pull-10 {
    right: 83.33333333%
  }

  .fw-col-sm-pull-9 {
    right: 75%
  }

  .fw-col-sm-pull-8 {
    right: 66.66666667%
  }

  .fw-col-sm-pull-7 {
    right: 58.33333333%
  }

  .fw-col-sm-pull-6 {
    right: 50%
  }

  .fw-col-sm-pull-5 {
    right: 41.66666667%
  }

  .fw-col-sm-pull-4 {
    right: 33.33333333%
  }

  .fw-col-sm-pull-3 {
    right: 25%
  }

  .fw-col-sm-pull-2 {
    right: 16.66666667%
  }

  .fw-col-sm-pull-1 {
    right: 8.33333333%
  }

  .fw-col-sm-pull-0 {
    right: auto
  }

  .fw-col-sm-push-15 {
    left: 20%
  }

  .fw-col-sm-push-12 {
    left: 100%
  }

  .fw-col-sm-push-11 {
    left: 91.66666667%
  }

  .fw-col-sm-push-10 {
    left: 83.33333333%
  }

  .fw-col-sm-push-9 {
    left: 75%
  }

  .fw-col-sm-push-8 {
    left: 66.66666667%
  }

  .fw-col-sm-push-7 {
    left: 58.33333333%
  }

  .fw-col-sm-push-6 {
    left: 50%
  }

  .fw-col-sm-push-5 {
    left: 41.66666667%
  }

  .fw-col-sm-push-4 {
    left: 33.33333333%
  }

  .fw-col-sm-push-3 {
    left: 25%
  }

  .fw-col-sm-push-2 {
    left: 16.66666667%
  }

  .fw-col-sm-push-1 {
    left: 8.33333333%
  }

  .fw-col-sm-push-0 {
    left: auto
  }

  .fw-col-sm-offset-15 {
    margin-left: 20%
  }

  .fw-col-sm-offset-12 {
    margin-left: 100%
  }

  .fw-col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .fw-col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .fw-col-sm-offset-9 {
    margin-left: 75%
  }

  .fw-col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .fw-col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .fw-col-sm-offset-6 {
    margin-left: 50%
  }

  .fw-col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .fw-col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .fw-col-sm-offset-3 {
    margin-left: 25%
  }

  .fw-col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .fw-col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .fw-col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .fw-col-md-1,
  .fw-col-md-2,
  .fw-col-md-3,
  .fw-col-md-4,
  .fw-col-md-5,
  .fw-col-md-6,
  .fw-col-md-7,
  .fw-col-md-8,
  .fw-col-md-9,
  .fw-col-md-10,
  .fw-col-md-11,
  .fw-col-md-12,
  .fw-col-md-15 {
    float: left
  }

  body.rtl .fw-col-md-1,
  body.rtl .fw-col-md-2,
  body.rtl .fw-col-md-3,
  body.rtl .fw-col-md-4,
  body.rtl .fw-col-md-5,
  body.rtl .fw-col-md-6,
  body.rtl .fw-col-md-7,
  body.rtl .fw-col-md-8,
  body.rtl .fw-col-md-9,
  body.rtl .fw-col-md-10,
  body.rtl .fw-col-md-11,
  body.rtl .fw-col-md-12,
  body.rtl .fw-col-md-15 {
    float: right
  }

  .fw-col-md-15 {
    width: 20%
  }

  .fw-col-md-12 {
    width: 100%
  }

  .fw-col-md-11 {
    width: 91.66666667%
  }

  .fw-col-md-10 {
    width: 83.33333333%
  }

  .fw-col-md-9 {
    width: 75%
  }

  .fw-col-md-8 {
    width: 66.66666667%
  }

  .fw-col-md-7 {
    width: 58.33333333%
  }

  .fw-col-md-6 {
    width: 50%
  }

  .fw-col-md-5 {
    width: 41.66666667%
  }

  .fw-col-md-4 {
    width: 33.33333333%
  }

  .fw-col-md-3 {
    width: 25%
  }

  .fw-col-md-2 {
    width: 16.66666667%
  }

  .fw-col-md-1 {
    width: 8.33333333%
  }

  .fw-col-md-pull-15 {
    right: 20%
  }

  .fw-col-md-pull-12 {
    right: 100%
  }

  .fw-col-md-pull-11 {
    right: 91.66666667%
  }

  .fw-col-md-pull-10 {
    right: 83.33333333%
  }

  .fw-col-md-pull-9 {
    right: 75%
  }

  .fw-col-md-pull-8 {
    right: 66.66666667%
  }

  .fw-col-md-pull-7 {
    right: 58.33333333%
  }

  .fw-col-md-pull-6 {
    right: 50%
  }

  .fw-col-md-pull-5 {
    right: 41.66666667%
  }

  .fw-col-md-pull-4 {
    right: 33.33333333%
  }

  .fw-col-md-pull-3 {
    right: 25%
  }

  .fw-col-md-pull-2 {
    right: 16.66666667%
  }

  .fw-col-md-pull-1 {
    right: 8.33333333%
  }

  .fw-col-md-pull-0 {
    right: auto
  }

  .fw-col-md-push-15 {
    left: 20%
  }

  .fw-col-md-push-12 {
    left: 100%
  }

  .fw-col-md-push-11 {
    left: 91.66666667%
  }

  .fw-col-md-push-10 {
    left: 83.33333333%
  }

  .fw-col-md-push-9 {
    left: 75%
  }

  .fw-col-md-push-8 {
    left: 66.66666667%
  }

  .fw-col-md-push-7 {
    left: 58.33333333%
  }

  .fw-col-md-push-6 {
    left: 50%
  }

  .fw-col-md-push-5 {
    left: 41.66666667%
  }

  .fw-col-md-push-4 {
    left: 33.33333333%
  }

  .fw-col-md-push-3 {
    left: 25%
  }

  .fw-col-md-push-2 {
    left: 16.66666667%
  }

  .fw-col-md-push-1 {
    left: 8.33333333%
  }

  .fw-col-md-push-0 {
    left: auto
  }

  .fw-col-md-offset-15 {
    margin-left: 20%
  }

  .fw-col-md-offset-12 {
    margin-left: 100%
  }

  .fw-col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .fw-col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .fw-col-md-offset-9 {
    margin-left: 75%
  }

  .fw-col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .fw-col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .fw-col-md-offset-6 {
    margin-left: 50%
  }

  .fw-col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .fw-col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .fw-col-md-offset-3 {
    margin-left: 25%
  }

  .fw-col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .fw-col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .fw-col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .fw-col-lg-1,
  .fw-col-lg-2,
  .fw-col-lg-3,
  .fw-col-lg-4,
  .fw-col-lg-5,
  .fw-col-lg-6,
  .fw-col-lg-7,
  .fw-col-lg-8,
  .fw-col-lg-9,
  .fw-col-lg-10,
  .fw-col-lg-11,
  .fw-col-lg-12,
  .fw-col-lg-15 {
    float: left
  }

  body.rtl .fw-col-lg-1,
  body.rtl .fw-col-lg-2,
  body.rtl .fw-col-lg-3,
  body.rtl .fw-col-lg-4,
  body.rtl .fw-col-lg-5,
  body.rtl .fw-col-lg-6,
  body.rtl .fw-col-lg-7,
  body.rtl .fw-col-lg-8,
  body.rtl .fw-col-lg-9,
  body.rtl .fw-col-lg-10,
  body.rtl .fw-col-lg-11,
  body.rtl .fw-col-lg-12,
  body.rtl .fw-col-lg-15 {
    float: right
  }

  .fw-col-lg-15 {
    width: 20%
  }

  .fw-col-lg-12 {
    width: 100%
  }

  .fw-col-lg-11 {
    width: 91.66666667%
  }

  .fw-col-lg-10 {
    width: 83.33333333%
  }

  .fw-col-lg-9 {
    width: 75%
  }

  .fw-col-lg-8 {
    width: 66.66666667%
  }

  .fw-col-lg-7 {
    width: 58.33333333%
  }

  .fw-col-lg-6 {
    width: 50%
  }

  .fw-col-lg-5 {
    width: 41.66666667%
  }

  .fw-col-lg-4 {
    width: 33.33333333%
  }

  .fw-col-lg-3 {
    width: 25%
  }

  .fw-col-lg-2 {
    width: 16.66666667%
  }

  .fw-col-lg-1 {
    width: 8.33333333%
  }

  .fw-col-lg-pull-15 {
    right: 20%
  }

  .fw-col-lg-pull-12 {
    right: 100%
  }

  .fw-col-lg-pull-11 {
    right: 91.66666667%
  }

  .fw-col-lg-pull-10 {
    right: 83.33333333%
  }

  .fw-col-lg-pull-9 {
    right: 75%
  }

  .fw-col-lg-pull-8 {
    right: 66.66666667%
  }

  .fw-col-lg-pull-7 {
    right: 58.33333333%
  }

  .fw-col-lg-pull-6 {
    right: 50%
  }

  .fw-col-lg-pull-5 {
    right: 41.66666667%
  }

  .fw-col-lg-pull-4 {
    right: 33.33333333%
  }

  .fw-col-lg-pull-3 {
    right: 25%
  }

  .fw-col-lg-pull-2 {
    right: 16.66666667%
  }

  .fw-col-lg-pull-1 {
    right: 8.33333333%
  }

  .fw-col-lg-pull-0 {
    right: auto
  }

  .fw-col-lg-push-15 {
    left: 20%
  }

  .fw-col-lg-push-12 {
    left: 100%
  }

  .fw-col-lg-push-11 {
    left: 91.66666667%
  }

  .fw-col-lg-push-10 {
    left: 83.33333333%
  }

  .fw-col-lg-push-9 {
    left: 75%
  }

  .fw-col-lg-push-8 {
    left: 66.66666667%
  }

  .fw-col-lg-push-7 {
    left: 58.33333333%
  }

  .fw-col-lg-push-6 {
    left: 50%
  }

  .fw-col-lg-push-5 {
    left: 41.66666667%
  }

  .fw-col-lg-push-4 {
    left: 33.33333333%
  }

  .fw-col-lg-push-3 {
    left: 25%
  }

  .fw-col-lg-push-2 {
    left: 16.66666667%
  }

  .fw-col-lg-push-1 {
    left: 8.33333333%
  }

  .fw-col-lg-push-0 {
    left: auto
  }

  .fw-col-lg-offset-15 {
    margin-left: 20%
  }

  .fw-col-lg-offset-12 {
    margin-left: 100%
  }

  .fw-col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .fw-col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .fw-col-lg-offset-9 {
    margin-left: 75%
  }

  .fw-col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .fw-col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .fw-col-lg-offset-6 {
    margin-left: 50%
  }

  .fw-col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .fw-col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .fw-col-lg-offset-3 {
    margin-left: 25%
  }

  .fw-col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .fw-col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .fw-col-lg-offset-0 {
    margin-left: 0
  }
}

.wrap-forms .wrap-step {
  width: 100%;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  height: 52px;
  margin-bottom: 37px
}

.wrap-forms .wrap-step .steps {
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 11px 20px 0
}

.wrap-forms .wrap-step .steps:after {
  width: 100%;
  height: 0;
  content: '';
  display: inline-block
}

.wrap-forms .wrap-step .steps li {
  display: inline-block
}

.wrap-forms .wrap-step .steps .step {
  color: #0f6ab8;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none
}

.wrap-forms .wrap-step .steps .step span {
  background: #0f6ab8;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  line-height: 15px;
  vertical-align: text-bottom;
  display: inline-block;
  height: 15px;
  width: 15px;
  text-align: center
}

.wrap-forms .wrap-step .steps li.active-step .step span {
  background: #2b2b2b
}

.wrap-forms .wrap-step .steps li.active-step .step,
.wrap-forms .wrap-step .steps .step:hover,
.wrap-forms .wrap-step .steps .step:hover strong {
  color: #2b2b2b;
  border-color: #2b2b2b
}

.wrap-forms .wrap-step .steps .step:hover span {
  background: #2b2b2b
}

.wrap-forms .wrap-step .steps .step strong {
  border-bottom: 1px solid #0f6ab8
}

.wrap-forms .wrap-step .steps li.active-step .step strong {
  border: none
}

.wrap-forms .field-text,
.wrap-forms .field-gap,
.wrap-forms .field-textarea,
.wrap-forms .field-select,
.wrap-forms .field-upload,
.wrap-forms .field-date,
.wrap-forms .field-time,
.wrap-forms .field-multiple,
.wrap-forms .field-rating,
.wrap-forms .field-table {
  margin-bottom: 23px;
  width: 100%
}

.wrap-forms .field-checkbox,
.wrap-forms .field-radio {
  margin-bottom: 15px
}

.wrap-forms .field-text.field-address {
  margin-bottom: -8px
}

.wrap-forms .field-multiple div[class*=field-] {
  width: 48%;
  display: inline-block;
  margin-bottom: 0
}

.wrap-forms .wrap-rating .rating span {
  font-size: 19px
}

.wrap-forms .wrap-rating .rating-title {
  margin-bottom: 19px
}

.wrap-forms label,
.wrap-forms input,
.wrap-forms select {
  width: 100%
}

.wrap-forms .field-text.field-address input,
.wrap-forms .field-text.field-address textarea,
.wrap-forms .field-text.field-address select {
  margin-bottom: 31px
}

.wrap-forms .field-text.field-address input:last-child {
  margin-bottom: 0
}

.wrap-forms label {
  font-size: 15px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 700
}

.wrap-forms sup {
  font-size: 16px;
  color: #c0392b;
  top: 0;
  left: 2px
}

.wrap-forms input,
.wrap-forms select {
  font-size: 14px;
  height: 41px;
  padding: 0 15px
}

.wrap-forms textarea {
  padding: 8px 15px;
  height: 162px;
  font-size: 14px;
  line-height: 22px;
  width: 100%
}

.wrap-forms select {
  border-color: #e5e5e5
}

.wrap-forms .field-gap input.fill-gap {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid gray;
  text-align: left;
  width: initial;
  height: initial
}

.wrap-forms .field-gap input.fill-gap:hover,
.wrap-forms .field-gap input.fill-gap:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid gray;
  background: 0 0
}

.wrap-forms div[class*=field-] .omega {
  width: 48%;
  display: inline-block
}

.wrap-forms div[class*=field-] .omega.omega-right,
.wrap-forms div[class*=field-] .omega-right {
  float: right
}

.wrap-forms .field-time .time {
  width: 82%;
  display: inline-block
}

.wrap-forms .field-time .time-format {
  width: 16%;
  float: right;
  display: inline-block
}

.wrap-forms .field-upload .upload-file-input,
.wrap-forms .field-upload .upload-file-button {
  display: inline-block;
  width: auto
}

.wrap-forms .field-upload .upload-file-input {
  width: 86%
}

.wrap-forms .field-upload .upload-file-button {
  float: right;
  font-size: 12px;
  font-weight: 400
}

.wrap-forms .field-table table,
th,
td {
  border-color: #e5e5e5
}

.wrap-forms .field-table table thead tr td {
  text-align: center;
  background: #f7f7f7;
  padding: 8px 20px;
  min-height: 73px;
  line-height: 52px
}

.wrap-forms .field-table table thead tr td span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal
}

.wrap-forms .field-table table tbody tr td {
  padding: 15px;
  line-height: 20px
}

.wrap-forms .field-table table tbody tr td.input-styled {
  text-align: center;
  padding: 0
}

.wrap-forms .field-table table tbody tr td.input-styled .custom-radio {
  display: inline-block;
  vertical-align: middle;
  line-height: normal
}

.wrap-forms input:-moz-placeholder,
.wrap-forms textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  text-transform: none;
  font-style: italic
}

.wrap-forms input::-moz-placeholder,
.wrap-forms textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  text-transform: none;
  font-style: italic
}

.wrap-forms input:-ms-input-placeholder,
.wrap-forms textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  text-transform: none;
  font-style: italic
}

.wrap-forms input::-webkit-input-placeholder,
.wrap-forms textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  font-style: italic;
  text-transform: none
}

.wrap-forms input:focus::-webkit-input-placeholder {
  color: transparent
}

.wrap-forms textarea:focus::-webkit-input-placeholder {
  color: transparent
}

.wrap-forms .custom-checkbox,
.wrap-forms .custom-radio {
  position: relative
}

.wrap-forms .custom-checkbox input,
.wrap-forms .custom-radio input {
  height: auto;
  width: auto;
  vertical-align: middle
}

.wrap-forms .custom-checkbox::selection,
.wrap-forms .custom-radio::selection {
  background: 0 0;
  color: inherit
}

.wrap-forms .custom-checkbox label,
.wrap-forms .custom-radio label {
  position: relative;
  width: auto;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 6px;
  cursor: pointer;
  min-height: 17px
}

.wrap-forms .custom-checkbox label::selection,
.wrap-forms .custom-radio label::selection {
  background: 0 0;
  color: inherit
}

.wrap-forms .custom-checkbox label.focus,
.wrap-forms .custom-radio label.focus {
  outline: none
}

.wrap-forms .section-break {
  border-top: 1px solid #e5e5e5;
  margin: 42px auto 39px;
  padding-top: 25px
}

.wrap-forms .section-break .title {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Arial';
  color: #333;
  font-weight: 400;
  margin-bottom: 13px
}

.wrap-forms .section-break .sub-title {
  font-size: 13px;
  font-family: 'Arial';
  font-weight: 400;
  color: #595959
}

.wrap-forms .nav-form {
  width: 100%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 29px;
  margin-top: 48px
}

.wrap-forms .nav-form .button.button-nav-form,
.wrap-forms .nav-form .number-pages-form {
  display: inline-block
}

.wrap-forms .nav-form .button.button-nav-form {
  border-top-left-radius: 0;
  padding: 10px 20px;
  font-weight: 400
}

.wrap-forms .nav-form .number-pages-form {
  color: #333;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 7px
}

.wrap-forms .nav-form .button.button-nav-form.next {
  float: right
}

.wrap-forms .nav-form .button.button-nav-form.prev {
  float: left
}

.wrap-forms .field-columns-0:after,
.wrap-forms .field-columns-2:after,
.wrap-forms .field-columns-3:after {
  width: 100%;
  height: 0;
  content: '';
  display: inline-block
}

.wrap-forms .field-columns-0 .options,
.wrap-forms .field-columns-2 .field-column,
.wrap-forms .field-columns-3 .field-column {
  float: left;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body.rtl .wrap-forms .field-columns-0 .options,
body.rtl .wrap-forms .field-columns-2 .field-column,
body.rtl .wrap-forms .field-columns-3 .field-column {
  float: right;
  padding-left: 5px;
  padding-right: 0
}

.wrap-forms .field-columns-0 .options {
  padding-right: 15px
}

.wrap-forms .field-columns-2 .field-column {
  width: 50%
}

.wrap-forms .field-columns-3 .field-column {
  width: 33.3333%
}

/*! elementor-icons - v5.20.0 - 29-03-2023 */
@font-face {
  font-display: swap;
  font-family: eicons;
  src: url(./../../plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5_20_0);
  src: url(./../../plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5_20_0#iefix) format("embedded-opentype"), url(./../../plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5_20_0) format("woff2"), url(./../../plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5_20_0) format("woff"), url(./../../plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5_20_0) format("truetype"), url(./../../plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5_20_0#eicon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@keyframes a {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: a 2s infinite linear
}

.eicon-editor-link:before {
  content: "\e800"
}

.eicon-editor-unlink:before {
  content: "\e801"
}

.eicon-editor-external-link:before {
  content: "\e802"
}

.eicon-editor-close:before {
  content: "\e803"
}

.eicon-editor-list-ol:before {
  content: "\e804"
}

.eicon-editor-list-ul:before {
  content: "\e805"
}

.eicon-editor-bold:before {
  content: "\e806"
}

.eicon-editor-italic:before {
  content: "\e807"
}

.eicon-editor-underline:before {
  content: "\e808"
}

.eicon-editor-paragraph:before {
  content: "\e809"
}

.eicon-editor-h1:before {
  content: "\e80a"
}

.eicon-editor-h2:before {
  content: "\e80b"
}

.eicon-editor-h3:before {
  content: "\e80c"
}

.eicon-editor-h4:before {
  content: "\e80d"
}

.eicon-editor-h5:before {
  content: "\e80e"
}

.eicon-editor-h6:before {
  content: "\e80f"
}

.eicon-editor-quote:before {
  content: "\e810"
}

.eicon-editor-code:before {
  content: "\e811"
}

.eicon-elementor:before {
  content: "\e812"
}

.eicon-elementor-circle:before {
  content: "\e813"
}

.eicon-pojome:before {
  content: "\e814"
}

.eicon-plus:before {
  content: "\e815"
}

.eicon-menu-bar:before {
  content: "\e816"
}

.eicon-apps:before {
  content: "\e817"
}

.eicon-accordion:before {
  content: "\e818"
}

.eicon-alert:before {
  content: "\e819"
}

.eicon-animation-text:before {
  content: "\e81a"
}

.eicon-animation:before {
  content: "\e81b"
}

.eicon-banner:before {
  content: "\e81c"
}

.eicon-blockquote:before {
  content: "\e81d"
}

.eicon-button:before {
  content: "\e81e"
}

.eicon-call-to-action:before {
  content: "\e81f"
}

.eicon-captcha:before {
  content: "\e820"
}

.eicon-carousel:before {
  content: "\e821"
}

.eicon-checkbox:before {
  content: "\e822"
}

.eicon-columns:before {
  content: "\e823"
}

.eicon-countdown:before {
  content: "\e824"
}

.eicon-counter:before {
  content: "\e825"
}

.eicon-date:before {
  content: "\e826"
}

.eicon-divider-shape:before {
  content: "\e827"
}

.eicon-divider:before {
  content: "\e828"
}

.eicon-download-button:before {
  content: "\e829"
}

.eicon-dual-button:before {
  content: "\e82a"
}

.eicon-email-field:before {
  content: "\e82b"
}

.eicon-facebook-comments:before {
  content: "\e82c"
}

.eicon-facebook-like-box:before {
  content: "\e82d"
}

.eicon-form-horizontal:before {
  content: "\e82e"
}

.eicon-form-vertical:before {
  content: "\e82f"
}

.eicon-gallery-grid:before {
  content: "\e830"
}

.eicon-gallery-group:before {
  content: "\e831"
}

.eicon-gallery-justified:before {
  content: "\e832"
}

.eicon-gallery-masonry:before {
  content: "\e833"
}

.eicon-icon-box:before {
  content: "\e834"
}

.eicon-image-before-after:before {
  content: "\e835"
}

.eicon-image-box:before {
  content: "\e836"
}

.eicon-image-hotspot:before {
  content: "\e837"
}

.eicon-image-rollover:before {
  content: "\e838"
}

.eicon-info-box:before {
  content: "\e839"
}

.eicon-inner-section:before {
  content: "\e83a"
}

.eicon-mailchimp:before {
  content: "\e83b"
}

.eicon-menu-card:before {
  content: "\e83c"
}

.eicon-navigation-horizontal:before {
  content: "\e83d"
}

.eicon-nav-menu:before {
  content: "\e83e"
}

.eicon-navigation-vertical:before {
  content: "\e83f"
}

.eicon-number-field:before {
  content: "\e840"
}

.eicon-parallax:before {
  content: "\e841"
}

.eicon-php7:before {
  content: "\e842"
}

.eicon-post-list:before {
  content: "\e843"
}

.eicon-post-slider:before {
  content: "\e844"
}

.eicon-post:before {
  content: "\e845"
}

.eicon-posts-carousel:before {
  content: "\e846"
}

.eicon-posts-grid:before {
  content: "\e847"
}

.eicon-posts-group:before {
  content: "\e848"
}

.eicon-posts-justified:before {
  content: "\e849"
}

.eicon-posts-masonry:before {
  content: "\e84a"
}

.eicon-posts-ticker:before {
  content: "\e84b"
}

.eicon-price-list:before {
  content: "\e84c"
}

.eicon-price-table:before {
  content: "\e84d"
}

.eicon-radio:before {
  content: "\e84e"
}

.eicon-rtl:before {
  content: "\e84f"
}

.eicon-scroll:before {
  content: "\e850"
}

.eicon-search:before {
  content: "\e851"
}

.eicon-select:before {
  content: "\e852"
}

.eicon-share:before {
  content: "\e853"
}

.eicon-sidebar:before {
  content: "\e854"
}

.eicon-skill-bar:before {
  content: "\e855"
}

.eicon-slider-3d:before {
  content: "\e856"
}

.eicon-slider-album:before {
  content: "\e857"
}

.eicon-slider-device:before {
  content: "\e858"
}

.eicon-slider-full-screen:before {
  content: "\e859"
}

.eicon-slider-push:before {
  content: "\e85a"
}

.eicon-slider-vertical:before {
  content: "\e85b"
}

.eicon-slider-video:before {
  content: "\e85c"
}

.eicon-slides:before {
  content: "\e85d"
}

.eicon-social-icons:before {
  content: "\e85e"
}

.eicon-spacer:before {
  content: "\e85f"
}

.eicon-table:before {
  content: "\e860"
}

.eicon-tabs:before {
  content: "\e861"
}

.eicon-tel-field:before {
  content: "\e862"
}

.eicon-text-area:before {
  content: "\e863"
}

.eicon-text-field:before {
  content: "\e864"
}

.eicon-thumbnails-down:before {
  content: "\e865"
}

.eicon-thumbnails-half:before {
  content: "\e866"
}

.eicon-thumbnails-right:before {
  content: "\e867"
}

.eicon-time-line:before {
  content: "\e868"
}

.eicon-toggle:before {
  content: "\e869"
}

.eicon-url:before {
  content: "\e86a"
}

.eicon-t-letter:before {
  content: "\e86b"
}

.eicon-wordpress:before {
  content: "\e86c"
}

.eicon-text:before {
  content: "\e86d"
}

.eicon-anchor:before {
  content: "\e86e"
}

.eicon-bullet-list:before {
  content: "\e86f"
}

.eicon-code:before {
  content: "\e870"
}

.eicon-favorite:before {
  content: "\e871"
}

.eicon-google-maps:before {
  content: "\e872"
}

.eicon-image:before {
  content: "\e873"
}

.eicon-photo-library:before {
  content: "\e874"
}

.eicon-woocommerce:before {
  content: "\e875"
}

.eicon-youtube:before {
  content: "\e876"
}

.eicon-flip-box:before {
  content: "\e877"
}

.eicon-settings:before {
  content: "\e878"
}

.eicon-headphones:before {
  content: "\e879"
}

.eicon-testimonial:before {
  content: "\e87a"
}

.eicon-counter-circle:before {
  content: "\e87b"
}

.eicon-person:before {
  content: "\e87c"
}

.eicon-chevron-right:before {
  content: "\e87d"
}

.eicon-chevron-left:before {
  content: "\e87e"
}

.eicon-close:before {
  content: "\e87f"
}

.eicon-file-download:before {
  content: "\e880"
}

.eicon-save:before {
  content: "\e881"
}

.eicon-zoom-in:before {
  content: "\e882"
}

.eicon-shortcode:before {
  content: "\e883"
}

.eicon-nerd:before {
  content: "\e884"
}

.eicon-device-desktop:before {
  content: "\e885"
}

.eicon-device-tablet:before {
  content: "\e886"
}

.eicon-device-mobile:before {
  content: "\e887"
}

.eicon-document-file:before {
  content: "\e888"
}

.eicon-folder-o:before {
  content: "\e889"
}

.eicon-hypster:before {
  content: "\e88a"
}

.eicon-h-align-left:before {
  content: "\e88b"
}

.eicon-h-align-right:before {
  content: "\e88c"
}

.eicon-h-align-center:before {
  content: "\e88d"
}

.eicon-h-align-stretch:before {
  content: "\e88e"
}

.eicon-v-align-top:before {
  content: "\e88f"
}

.eicon-v-align-bottom:before {
  content: "\e890"
}

.eicon-v-align-middle:before {
  content: "\e891"
}

.eicon-v-align-stretch:before {
  content: "\e892"
}

.eicon-pro-icon:before {
  content: "\e893"
}

.eicon-mail:before {
  content: "\e894"
}

.eicon-lock-user:before {
  content: "\e895"
}

.eicon-testimonial-carousel:before {
  content: "\e896"
}

.eicon-media-carousel:before {
  content: "\e897"
}

.eicon-section:before {
  content: "\e898"
}

.eicon-column:before {
  content: "\e899"
}

.eicon-edit:before {
  content: "\e89a"
}

.eicon-clone:before {
  content: "\e89b"
}

.eicon-trash:before {
  content: "\e89c"
}

.eicon-play:before {
  content: "\e89d"
}

.eicon-angle-right:before {
  content: "\e89e"
}

.eicon-angle-left:before {
  content: "\e89f"
}

.eicon-animated-headline:before {
  content: "\e8a0"
}

.eicon-menu-toggle:before {
  content: "\e8a1"
}

.eicon-fb-embed:before {
  content: "\e8a2"
}

.eicon-fb-feed:before {
  content: "\e8a3"
}

.eicon-twitter-embed:before {
  content: "\e8a4"
}

.eicon-twitter-feed:before {
  content: "\e8a5"
}

.eicon-sync:before {
  content: "\e8a6"
}

.eicon-import-export:before {
  content: "\e8a7"
}

.eicon-check-circle:before {
  content: "\e8a8"
}

.eicon-library-save:before {
  content: "\e8a9"
}

.eicon-library-download:before {
  content: "\e8aa"
}

.eicon-insert:before {
  content: "\e8ab"
}

.eicon-preview-medium:before {
  content: "\e8ac"
}

.eicon-sort-down:before {
  content: "\e8ad"
}

.eicon-sort-up:before {
  content: "\e8ae"
}

.eicon-heading:before {
  content: "\e8af"
}

.eicon-logo:before {
  content: "\e8b0"
}

.eicon-meta-data:before {
  content: "\e8b1"
}

.eicon-post-content:before {
  content: "\e8b2"
}

.eicon-post-excerpt:before {
  content: "\e8b3"
}

.eicon-post-navigation:before {
  content: "\e8b4"
}

.eicon-yoast:before {
  content: "\e8b5"
}

.eicon-nerd-chuckle:before {
  content: "\e8b6"
}

.eicon-nerd-wink:before {
  content: "\e8b7"
}

.eicon-comments:before {
  content: "\e8b8"
}

.eicon-download-circle-o:before {
  content: "\e8b9"
}

.eicon-library-upload:before {
  content: "\e8ba"
}

.eicon-save-o:before {
  content: "\e8bb"
}

.eicon-upload-circle-o:before {
  content: "\e8bc"
}

.eicon-ellipsis-h:before {
  content: "\e8bd"
}

.eicon-ellipsis-v:before {
  content: "\e8be"
}

.eicon-arrow-left:before {
  content: "\e8bf"
}

.eicon-arrow-right:before {
  content: "\e8c0"
}

.eicon-arrow-up:before {
  content: "\e8c1"
}

.eicon-arrow-down:before {
  content: "\e8c2"
}

.eicon-play-o:before {
  content: "\e8c3"
}

.eicon-archive-posts:before {
  content: "\e8c4"
}

.eicon-archive-title:before {
  content: "\e8c5"
}

.eicon-featured-image:before {
  content: "\e8c6"
}

.eicon-post-info:before {
  content: "\e8c7"
}

.eicon-post-title:before {
  content: "\e8c8"
}

.eicon-site-logo:before {
  content: "\e8c9"
}

.eicon-site-search:before {
  content: "\e8ca"
}

.eicon-site-title:before {
  content: "\e8cb"
}

.eicon-plus-square:before {
  content: "\e8cc"
}

.eicon-minus-square:before {
  content: "\e8cd"
}

.eicon-cloud-check:before {
  content: "\e8ce"
}

.eicon-drag-n-drop:before {
  content: "\e8cf"
}

.eicon-welcome:before {
  content: "\e8d0"
}

.eicon-handle:before {
  content: "\e8d1"
}

.eicon-cart:before {
  content: "\e8d2"
}

.eicon-product-add-to-cart:before {
  content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4"
}

.eicon-product-categories:before {
  content: "\e8d5"
}

.eicon-product-description:before {
  content: "\e8d6"
}

.eicon-product-images:before {
  content: "\e8d7"
}

.eicon-product-info:before {
  content: "\e8d8"
}

.eicon-product-meta:before {
  content: "\e8d9"
}

.eicon-product-pages:before {
  content: "\e8da"
}

.eicon-product-price:before {
  content: "\e8db"
}

.eicon-product-rating:before {
  content: "\e8dc"
}

.eicon-product-related:before {
  content: "\e8dd"
}

.eicon-product-stock:before {
  content: "\e8de"
}

.eicon-product-tabs:before {
  content: "\e8df"
}

.eicon-product-title:before {
  content: "\e8e0"
}

.eicon-product-upsell:before {
  content: "\e8e1"
}

.eicon-products:before {
  content: "\e8e2"
}

.eicon-bag-light:before {
  content: "\e8e3"
}

.eicon-bag-medium:before {
  content: "\e8e4"
}

.eicon-bag-solid:before {
  content: "\e8e5"
}

.eicon-basket-light:before {
  content: "\e8e6"
}

.eicon-basket-medium:before {
  content: "\e8e7"
}

.eicon-basket-solid:before {
  content: "\e8e8"
}

.eicon-cart-light:before {
  content: "\e8e9"
}

.eicon-cart-medium:before {
  content: "\e8ea"
}

.eicon-cart-solid:before {
  content: "\e8eb"
}

.eicon-exchange:before {
  content: "\e8ec"
}

.eicon-preview-thin:before {
  content: "\e8ed"
}

.eicon-device-laptop:before {
  content: "\e8ee"
}

.eicon-collapse:before {
  content: "\e8ef"
}

.eicon-expand:before {
  content: "\e8f0"
}

.eicon-navigator:before {
  content: "\e8f1"
}

.eicon-plug:before {
  content: "\e8f2"
}

.eicon-dashboard:before {
  content: "\e8f3"
}

.eicon-typography:before {
  content: "\e8f4"
}

.eicon-info-circle-o:before {
  content: "\e8f5"
}

.eicon-integration:before {
  content: "\e8f6"
}

.eicon-plus-circle-o:before {
  content: "\e8f7"
}

.eicon-rating:before {
  content: "\e8f8"
}

.eicon-review:before {
  content: "\e8f9"
}

.eicon-tools:before {
  content: "\e8fa"
}

.eicon-loading:before {
  content: "\e8fb"
}

.eicon-sitemap:before {
  content: "\e8fc"
}

.eicon-click:before {
  content: "\e8fd"
}

.eicon-clock:before {
  content: "\e8fe"
}

.eicon-library-open:before {
  content: "\e8ff"
}

.eicon-warning:before {
  content: "\e900"
}

.eicon-flow:before {
  content: "\e901"
}

.eicon-cursor-move:before {
  content: "\e902"
}

.eicon-arrow-circle-left:before {
  content: "\e903"
}

.eicon-flash:before {
  content: "\e904"
}

.eicon-redo:before {
  content: "\e905"
}

.eicon-ban:before {
  content: "\e906"
}

.eicon-barcode:before {
  content: "\e907"
}

.eicon-calendar:before {
  content: "\e908"
}

.eicon-caret-left:before {
  content: "\e909"
}

.eicon-caret-right:before {
  content: "\e90a"
}

.eicon-caret-up:before {
  content: "\e90b"
}

.eicon-chain-broken:before {
  content: "\e90c"
}

.eicon-check-circle-o:before {
  content: "\e90d"
}

.eicon-check:before {
  content: "\e90e"
}

.eicon-chevron-double-left:before {
  content: "\e90f"
}

.eicon-chevron-double-right:before {
  content: "\e910"
}

.eicon-undo:before {
  content: "\e911"
}

.eicon-filter:before {
  content: "\e912"
}

.eicon-circle-o:before {
  content: "\e913"
}

.eicon-circle:before {
  content: "\e914"
}

.eicon-clock-o:before {
  content: "\e915"
}

.eicon-cog:before {
  content: "\e916"
}

.eicon-cogs:before {
  content: "\e917"
}

.eicon-commenting-o:before {
  content: "\e918"
}

.eicon-copy:before {
  content: "\e919"
}

.eicon-database:before {
  content: "\e91a"
}

.eicon-dot-circle-o:before {
  content: "\e91b"
}

.eicon-envelope:before {
  content: "\e91c"
}

.eicon-external-link-square:before {
  content: "\e91d"
}

.eicon-eyedropper:before {
  content: "\e91e"
}

.eicon-folder:before {
  content: "\e91f"
}

.eicon-font:before {
  content: "\e920"
}

.eicon-adjust:before {
  content: "\e921"
}

.eicon-lightbox:before {
  content: "\e922"
}

.eicon-heart-o:before {
  content: "\e923"
}

.eicon-history:before {
  content: "\e924"
}

.eicon-image-bold:before {
  content: "\e925"
}

.eicon-info-circle:before {
  content: "\e926"
}

.eicon-link:before {
  content: "\e927"
}

.eicon-long-arrow-left:before {
  content: "\e928"
}

.eicon-long-arrow-right:before {
  content: "\e929"
}

.eicon-caret-down:before {
  content: "\e92a"
}

.eicon-paint-brush:before {
  content: "\e92b"
}

.eicon-pencil:before {
  content: "\e92c"
}

.eicon-plus-circle:before {
  content: "\e92d"
}

.eicon-zoom-in-bold:before {
  content: "\e92e"
}

.eicon-sort-amount-desc:before {
  content: "\e92f"
}

.eicon-sign-out:before {
  content: "\e930"
}

.eicon-spinner:before {
  content: "\e931"
}

.eicon-square:before {
  content: "\e932"
}

.eicon-star-o:before {
  content: "\e933"
}

.eicon-star:before {
  content: "\e934"
}

.eicon-text-align-justify:before {
  content: "\e935"
}

.eicon-text-align-center:before {
  content: "\e936"
}

.eicon-tags:before {
  content: "\e937"
}

.eicon-text-align-left:before {
  content: "\e938"
}

.eicon-text-align-right:before {
  content: "\e939"
}

.eicon-close-circle:before {
  content: "\e93a"
}

.eicon-trash-o:before {
  content: "\e93b"
}

.eicon-font-awesome:before {
  content: "\e93c"
}

.eicon-user-circle-o:before {
  content: "\e93d"
}

.eicon-video-camera:before {
  content: "\e93e"
}

.eicon-heart:before {
  content: "\e93f"
}

.eicon-wrench:before {
  content: "\e940"
}

.eicon-help:before {
  content: "\e941"
}

.eicon-help-o:before {
  content: "\e942"
}

.eicon-zoom-out-bold:before {
  content: "\e943"
}

.eicon-plus-square-o:before {
  content: "\e944"
}

.eicon-minus-square-o:before {
  content: "\e945"
}

.eicon-minus-circle:before {
  content: "\e946"
}

.eicon-minus-circle-o:before {
  content: "\e947"
}

.eicon-code-bold:before {
  content: "\e948"
}

.eicon-cloud-upload:before {
  content: "\e949"
}

.eicon-search-bold:before {
  content: "\e94a"
}

.eicon-map-pin:before {
  content: "\e94b"
}

.eicon-meetup:before {
  content: "\e94c"
}

.eicon-slideshow:before {
  content: "\e94d"
}

.eicon-t-letter-bold:before {
  content: "\e94e"
}

.eicon-preferences:before {
  content: "\e94f"
}

.eicon-table-of-contents:before {
  content: "\e950"
}

.eicon-tv:before {
  content: "\e951"
}

.eicon-upload:before {
  content: "\e952"
}

.eicon-instagram-comments:before {
  content: "\e953"
}

.eicon-instagram-nested-gallery:before {
  content: "\e954"
}

.eicon-instagram-post:before {
  content: "\e955"
}

.eicon-instagram-video:before {
  content: "\e956"
}

.eicon-instagram-gallery:before {
  content: "\e957"
}

.eicon-instagram-likes:before {
  content: "\e958"
}

.eicon-facebook:before {
  content: "\e959"
}

.eicon-twitter:before {
  content: "\e95a"
}

.eicon-pinterest:before {
  content: "\e95b"
}

.eicon-frame-expand:before {
  content: "\e95c"
}

.eicon-frame-minimize:before {
  content: "\e95d"
}

.eicon-archive:before {
  content: "\e95e"
}

.eicon-colors-typography:before {
  content: "\e95f"
}

.eicon-custom:before {
  content: "\e960"
}

.eicon-footer:before {
  content: "\e961"
}

.eicon-header:before {
  content: "\e962"
}

.eicon-layout-settings:before {
  content: "\e963"
}

.eicon-lightbox-expand:before {
  content: "\e964"
}

.eicon-error-404:before {
  content: "\e965"
}

.eicon-theme-style:before {
  content: "\e966"
}

.eicon-search-results:before {
  content: "\e967"
}

.eicon-single-post:before {
  content: "\e968"
}

.eicon-site-identity:before {
  content: "\e969"
}

.eicon-theme-builder:before {
  content: "\e96a"
}

.eicon-download-bold:before {
  content: "\e96b"
}

.eicon-share-arrow:before {
  content: "\e96c"
}

.eicon-global-settings:before {
  content: "\e96d"
}

.eicon-user-preferences:before {
  content: "\e96e"
}

.eicon-lock:before {
  content: "\e96f"
}

.eicon-export-kit:before {
  content: "\e970"
}

.eicon-import-kit:before {
  content: "\e971"
}

.eicon-lottie:before {
  content: "\e972"
}

.eicon-products-archive:before {
  content: "\e973"
}

.eicon-single-product:before {
  content: "\e974"
}

.eicon-disable-trash-o:before {
  content: "\e975"
}

.eicon-single-page:before {
  content: "\e976"
}

.eicon-wordpress-light:before {
  content: "\e977"
}

.eicon-cogs-check:before {
  content: "\e978"
}

.eicon-custom-css:before {
  content: "\e979"
}

.eicon-global-colors:before {
  content: "\e97a"
}

.eicon-globe:before {
  content: "\e97b"
}

.eicon-typography-1:before {
  content: "\e97c"
}

.eicon-background:before {
  content: "\e97d"
}

.eicon-device-responsive:before {
  content: "\e97e"
}

.eicon-device-wide:before {
  content: "\e97f"
}

.eicon-code-highlight:before {
  content: "\e980"
}

.eicon-video-playlist:before {
  content: "\e981"
}

.eicon-download-kit:before {
  content: "\e982"
}

.eicon-kit-details:before {
  content: "\e983"
}

.eicon-kit-parts:before {
  content: "\e984"
}

.eicon-kit-upload:before {
  content: "\e985"
}

.eicon-kit-plugins:before {
  content: "\e986"
}

.eicon-kit-upload-alt:before {
  content: "\e987"
}

.eicon-hotspot:before {
  content: "\e988"
}

.eicon-paypal-button:before {
  content: "\e989"
}

.eicon-shape:before {
  content: "\e98a"
}

.eicon-wordart:before {
  content: "\e98b"
}

.eicon-checkout:before {
  content: "\e98c"
}

.eicon-container:before {
  content: "\e98d"
}

.eicon-flip:before {
  content: "\e98e"
}

.eicon-info:before {
  content: "\e98f"
}

.eicon-my-account:before {
  content: "\e990"
}

.eicon-purchase-summary:before {
  content: "\e991"
}

.eicon-page-transition:before {
  content: "\e992"
}

.eicon-spotify:before {
  content: "\e993"
}

.eicon-stripe-button:before {
  content: "\e994"
}

.eicon-woo-settings:before {
  content: "\e995"
}

.eicon-woo-cart:before {
  content: "\e996"
}

.eicon-grow:before {
  content: "\e997"
}

.eicon-order-end:before {
  content: "\e998"
}

.eicon-nowrap:before {
  content: "\e999"
}

.eicon-order-start:before {
  content: "\e99a"
}

.eicon-progress-tracker:before {
  content: "\e99b"
}

.eicon-shrink:before {
  content: "\e99c"
}

.eicon-wrap:before {
  content: "\e99d"
}

.eicon-align-center-h:before {
  content: "\e99e"
}

.eicon-align-center-v:before {
  content: "\e99f"
}

.eicon-align-end-h:before {
  content: "\e9a0"
}

.eicon-align-end-v:before {
  content: "\e9a1"
}

.eicon-align-start-h:before {
  content: "\e9a2"
}

.eicon-align-start-v:before {
  content: "\e9a3"
}

.eicon-align-stretch-h:before {
  content: "\e9a4"
}

.eicon-align-stretch-v:before {
  content: "\e9a5"
}

.eicon-justify-center-h:before {
  content: "\e9a6"
}

.eicon-justify-center-v:before {
  content: "\e9a7"
}

.eicon-justify-end-h:before {
  content: "\e9a8"
}

.eicon-justify-end-v:before {
  content: "\e9a9"
}

.eicon-justify-space-around-h:before {
  content: "\e9aa"
}

.eicon-justify-space-around-v:before {
  content: "\e9ab"
}

.eicon-justify-space-between-h:before {
  content: "\e9ac"
}

.eicon-justify-space-between-v:before {
  content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af"
}

.eicon-justify-start-h:before {
  content: "\e9b0"
}

.eicon-justify-start-v:before {
  content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2"
}

.eicon-woocommerce-notices:before {
  content: "\e9b3"
}

.eicon-inner-container:before {
  content: "\e9b4"
}

.eicon-warning-full:before {
  content: "\e9b5"
}

.eicon-exit:before {
  content: "\e9b6"
}

.eicon-loop-builder:before {
  content: "\e9b7"
}

.eicon-notes:before {
  content: "\e9b8"
}

.eicon-read:before {
  content: "\e9b9"
}

.eicon-unread:before {
  content: "\e9ba"
}

.eicon-carousel-loop:before {
  content: "\e9bb"
}

.eicon-mega-menu:before {
  content: "\eb78"
}

.eicon-nested-carousel:before {
  content: "\e9bd"
}

.eicon-ai:before {
  content: "\e9be"
}

.eicon-eye:before {
  content: "\e8ac"
}

.eicon-elementor-square:before {
  content: "\e813"
}

/*! elementor - v3.14.0 - 26-06-2023 */
.dialog-widget-content {
  background-color: var(--e-a-bg-default);
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
  overflow: hidden
}

.dialog-message {
  line-height: 1.5;
  box-sizing: border-box
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  color: var(--e-a-color-txt);
  font-size: 15px;
  line-height: 1;
  transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
  color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh
}

.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
  margin: auto;
  width: 400px;
  padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
  font-size: 15px;
  font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
  content: "";
  display: block;
  border-bottom: var(--e-a-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: -20px;
  margin-left: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
  min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 8px 16px;
  outline: none;
  border: none;
  border-radius: var(--e-a-border-radius);
  background-color: var(--e-a-btn-bg);
  color: var(--e-a-btn-color-invert);
  transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
  border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
  background-color: var(--e-a-btn-bg-hover);
  color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
  background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
  cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
  background-color: var(--e-a-btn-bg-disabled);
  color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
  display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
  background: transparent;
  color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
  background: var(--e-a-bg-hover);
  color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
  background: transparent;
  color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
  background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
  background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
  background-color: var(--e-a-btn-bg-primary);
  color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
  background-color: var(--e-a-btn-bg-primary-hover);
  color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
  background: transparent;
  color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
  background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
  background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
  background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
  background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
  background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
  background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
  background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
  background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
  color: initial
}

.flatpickr-calendar {
  width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300
}

.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
  width: 280px
}

.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px
}

.elementor-hidden {
  display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  display: inline-block;
  padding: .75em;
  border-radius: 50%;
  line-height: 1
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
  padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
  position: relative;
  height: 0
}

.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000
}

.elementor-fit-aspect-ratio video {
  width: 100%
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box
}

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  margin: 0;
  background-color: transparent
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr
}

.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
  max-width: none
}

.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width:1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width:767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap)
}

.elementor-invisible {
  visibility: hidden
}

.elementor-align-center {
  text-align: center
}

.elementor-align-center .elementor-button {
  width: auto
}

.elementor-align-right {
  text-align: right
}

.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-left {
  text-align: left
}

.elementor-align-left .elementor-button {
  width: auto
}

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

.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

@media (min-width:-1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-center .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-left .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-center .elementor-button {
    width: auto
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-left .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display)
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media (max-width:1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width:768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-row {
  width: 100%;
  display: flex
}

@media (max-width:1024px) {
  .elementor-row {
    flex-wrap: wrap
  }
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex
}

.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width:768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width:479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width:-1) {
  .elementor-reverse-widescreen>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9),
  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:-1) {

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9),
  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (max-width:767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
    order: 1
  }

  .elementor-column {
    width: 100%
  }
}

ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width:1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width:-1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width:1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width:767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

.e-con {
  --border-radius: 0;
  --border-width-top: 0px;
  --border-width-right: 0px;
  --border-width-bottom: 0px;
  --border-width-left: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: Min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0;
  --margin-right: 0;
  --margin-bottom: 0;
  --margin-left: 0;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  position: var(--position);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  z-index: var(--z-index);
  overflow: var(--overflow);
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  text-align: var(--text-align);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  align-content: var(--grid-align-content);
  grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal
}

.e-con-boxed.e-grid {
  justify-items: legacy;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr
}

.e-con-boxed {
  text-align: initial;
  gap: initial
}

.e-con.e-flex>.e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto
}

.e-con.e-grid>.e-con-inner {
  justify-items: var(--justify-items);
  align-items: var(--align-items)
}

.e-con>.e-con-inner {
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline: 0;
  height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-right: auto;
  --margin-left: auto;
  max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
  margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, .3s);
  border-radius: var(--border-radius);
  border-top: var(--border-width-top) var(--border-style) var(--border-color);
  border-right: var(--border-width-right) var(--border-style) var(--border-color);
  border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
  border-left: var(--border-width-left) var(--border-style) var(--border-color);
  top: calc(0px - var(--border-width-top));
  left: calc(0px - var(--border-width-left));
  width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
  height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-radius: var(--border-radius);
  border-top: var(--border-width-top) var(--border-style) var(--border-color);
  border-right: var(--border-width-right) var(--border-style) var(--border-color);
  border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
  border-left: var(--border-width-left) var(--border-style) var(--border-color);
  top: calc(0px - var(--border-width-top));
  left: calc(0px - var(--border-width-left));
  width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
  height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width:767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

@media (max-width:767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: wrap
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: center
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727d;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-left: .2em
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto
}

@media screen and (max-width:1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

@media screen and (max-width:767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none
}

.elementor-form .elementor-button>span {
  display: flex;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element .elementor-widget-container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  justify-content: center
}

.elementor-button-icon {
  flex-grow: 0;
  order: 5
}

.elementor-button-icon svg {
  width: 1em;
  height: auto
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block
}

.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px
}

.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px
}

.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px
}

.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15
}

.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-tab-title a {
  color: inherit
}

.elementor-view-stacked .elementor-icon {
  padding: .5em;
  background-color: #69727d;
  color: #fff;
  fill: #fff
}

.elementor-view-framed .elementor-icon {
  padding: .5em;
  color: #69727d;
  border: 3px solid #69727d;
  background-color: transparent
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #69727d;
  font-size: 50px;
  text-align: center
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

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

.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
  line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
  display: none
}

.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  top: 50%;
  transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, .9);
  height: 1em;
  width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
  left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
  right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
  opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
  bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
  transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
  top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
  position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
  left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
  right: 0
}

.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center
}

.elementor-lightbox .dialog-header {
  display: none
}

.elementor-lightbox .dialog-widget-content {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%
}

.elementor-lightbox .dialog-message {
  animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
  height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: .75em;
  margin-top: 13px;
  padding: .25em;
  z-index: 2;
  line-height: 1;
  display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  transition: all .3s;
  opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
  height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  box-sizing: border-box;
  height: 100%;
  margin: auto
}

@media (max-width:767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0
  }
}

.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  filter: none;
  border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
  border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
  .elementor-lightbox .elementor-video-container {
    width: 75%
  }
}

@media (max-width:1024px) {
  .elementor-lightbox .elementor-video-container {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
    width: 70%
  }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
  width: -moz-max-content;
  width: max-content;
  color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
  height: 100%;
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: none
  }

  .elementor-lightbox .elementor-swiper-button-next,
  .elementor-lightbox .elementor-swiper-button-prev {
    width: 20%
  }

  .elementor-lightbox .elementor-swiper-button-next i,
  .elementor-lightbox .elementor-swiper-button-prev i {
    padding: 10px;
    background-color: rgba(0, 0, 0, .5)
  }

  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    justify-content: flex-start
  }

  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    justify-content: flex-end
  }
}

.elementor-slideshow__counter {
  color: currentColor;
  font-size: .75em;
  width: -moz-max-content;
  width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: .3s
}

.elementor-slideshow__footer {
  color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--lightbox-header-icons-size);
  padding-left: 1em;
  padding-right: 2.6em;
  top: 0;
  align-items: center;
  z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
  cursor: pointer;
  padding: .25em;
  margin: 0 .35em
}

.elementor-slideshow__header>i {
  font-size: inherit
}

.elementor-slideshow__header>i:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
  box-sizing: content-box;
  fill: var(--lightbox-ui-color);
  height: 1em;
  width: 1em
}

.elementor-slideshow__header>svg:hover {
  fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
  margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
  z-index: 5
}

.elementor-slideshow__share-menu {
  background-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #0c0d0e
}

.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 2.8em;
  top: 3em;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  transform: scale(0);
  opacity: 0;
  transform-origin: 90% 10%;
  transition: all .25s .1s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
  text-align: left;
  color: #3f444b;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
  color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
  margin-right: .75em
}

.elementor-slideshow__share-links a i {
  font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
  height: 1.25em;
  width: 1.25em
}

.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: .5em;
  border: .45em solid transparent;
  border-bottom-color: #fff;
  transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
  margin: 0
}

.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700
}

.elementor-slideshow__description {
  font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
  opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
  color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
  color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
  color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
  color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
  fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
  fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
  fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
  fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none
  }
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr
}

.elementor-shape-top {
  top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
  z-index: -1
}

.elementor-shape-bottom {
  bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  transform: rotate(180deg)
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #3f444b;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
  content: "\f348";
  top: 2px
}

#wpadminbar * {
  font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
  display: none
}

.elementor-post__thumbnail__link {
  transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0
}

.e--ua-appleWebkit.rtl {
  --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
  --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
  --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-.5 * var(--grid-column-gap));
  margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
  margin-left: calc(.5 * var(--grid-column-gap));
  margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
  display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
  margin-left: 0;
  margin-right: 0
}

@media (max-width:1024px) {

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width:767px) {

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width:767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width:1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width:-1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}

.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke;
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
  --path-fill: var(--path-fill-hover);
  --stroke-color: var(--stroke-color-hover);
  --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
  --fill: var(--text-color);
  fill: var(--fill);
  direction: var(--direction, ltr);
  transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
  --color: var(--text-color-hover, var(--text-color));
  --fill: var(--color);
  color: var(--color)
}

.elementor-widget-n-tabs {
  --n-tabs-color-accent-fallback: #61ce70;
  --n-tabs-color-secondary-fallback: #54595f;
  --n-tabs-default-padding-block: 15px;
  --n-tabs-default-padding-inline: 35px;
  --n-tabs-background-color: transparent;
  --n-tabs-display: flex;
  --n-tabs-direction: column;
  --n-tabs-gap: 10px;
  --n-tabs-heading-display: flex;
  --n-tabs-heading-direction: row;
  --n-tabs-heading-grow: initial;
  --n-tabs-heading-justify-content: center;
  --n-tabs-heading-width: initial;
  --n-tabs-heading-overflow-x: initial;
  --n-tabs-heading-wrap: wrap;
  --n-tabs-border-width: 1px;
  --n-tabs-border-color: #d5d8dc;
  --n-tabs-content-padding: initial;
  --n-tabs-content-border-radius: initial;
  --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: #fff;
  --n-tabs-title-color-active: #fff;
  --n-tabs-title-background-color: #f1f2f3;
  --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-width: initial;
  --n-tabs-title-height: initial;
  --n-tabs-title-font-size: 1rem;
  --n-tabs-title-justify-content-toggle: initial;
  --n-tabs-title-align-items-toggle: center;
  --n-tabs-title-justify-content: center;
  --n-tabs-title-align-items: center;
  --n-tabs-title-direction: row;
  --n-tabs-title-gap: 10px;
  --n-tabs-title-flex-grow: 0;
  --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
  --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
  --n-tabs-title-border-radius: initial;
  --n-tabs-title-transition: 0.3s;
  --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
  --n-tabs-icon-color-active: #fff;
  --n-tabs-icon-gap: 5px;
  width: 100%;
  max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
  display: var(--n-tabs-display);
  flex-direction: var(--n-tabs-direction);
  gap: var(--n-tabs-gap);
  text-align: left
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  display: var(--n-tabs-heading-display);
  flex-basis: var(--n-tabs-heading-width);
  flex-direction: var(--n-tabs-heading-direction);
  flex-shrink: 0;
  justify-content: var(--n-tabs-heading-justify-content);
  gap: var(--n-tabs-title-gap);
  overflow-x: var(--n-tabs-heading-overflow-x);
  flex-wrap: var(--n-tabs-heading-wrap);
  -ms-overflow-style: none;
  scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
  display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
  cursor: grabbing;
  cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
  position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: -1000vw;
  z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
  flex-grow: 1;
  padding: var(--n-tabs-content-padding);
  border-radius: var(--n-tabs-content-border-radius);
  min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
  display: flex;
  align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
  flex-direction: var(--n-tabs-title-direction);
  justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
  gap: var(--n-tabs-icon-gap);
  border-width: var(--n-tabs-border-width);
  position: relative;
  cursor: pointer;
  outline: none;
  flex-grow: var(--n-tabs-title-flex-grow);
  flex-basis: content;
  flex-shrink: 0;
  padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
  border-radius: var(--n-tabs-title-border-radius);
  height: var(--n-tabs-title-height);
  width: var(--n-tabs-title-width);
  transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
  transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  order: var(--n-tabs-icon-order);
  overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
  font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
  height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
  display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
  background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
  color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
  color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
  color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
  color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
  transform: none;
  animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%
}

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

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
  margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
  display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
  background-color: var(--n-tabs-title-background-color-hover);
  background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
  background-color: var(--n-tabs-title-background-color-active);
  background-image: none
}

@media (min-width:768px) {
  .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:767px) {
  .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:-1) {
  .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:-1) {
  .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:1025px) {
  .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:1024px) {
  .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:-1) {
  .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:-1) {
  .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:1025px) {
  .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:-1) {
  .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

.e-n-tabs-none>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
  display: none
}

.elementor-widget-n-accordion {
  --n-accordion-title-font-size: 15px;
  --n-accordion-title-padding: 10px 15px;
  --n-accordion-border-width: 1px;
  --n-accordion-border-color: #d5d8dc;
  --n-accordion-border-style: solid
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
.elementor-widget-n-accordion .e-n-accordion-item>.e-con {
  border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
  list-style: none;
  font-size: var(--n-accordion-title-font-size);
  padding: var(--n-accordion-title-padding)
}

.elementor-widget-n-accordion .e-n-accordion-item-title i {
  color: var(--n-accordion-icon-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title svg {
  fill: var(--n-accordion-icon-color)
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container .swiper-slide figure {
  line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
  display: none
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  touch-action: pan-y
}

.swiper-wp8-vertical {
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

.swiper-pagination-fraction {
  color: #000
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
  top: calc(50% - 30px / 2)
}

.elementor-swiper {
  position: relative
}

.elementor-main-swiper {
  position: static
}

.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  top: 50%;
  transform: translateY(-50%)
}

.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, .9);
  height: 1em;
  width: 1em
}

.elementor-swiper-button-prev {
  left: 10px
}

.elementor-swiper-button-next {
  right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
  opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.elementor-kit-812 {
  --e-global-color-primary: #6ec1e4;
  --e-global-color-secondary: #54595f;
  --e-global-color-text: #7a7a7a;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "Sintony";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Sintony";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Sintony";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  font-family: "Sintony", Sans-serif
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.e-con {
  --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px
}

.elementor-element {
  --widgets-spacing: 20px
}

  {}

h1.entry-title {
  display: var(--page-title-display)
}

.elementor-kit-812 e-page-transition {
  background-color: #ffbc7d
}

@media(max-width:1024px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1024px
  }

  .e-con {
    --container-max-width: 1024px
  }
}

@media(max-width:767px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 767px
  }

  .e-con {
    --container-max-width: 767px
  }
}

/*! elementor-pro - v3.13.2 - 22-05-2023 */
.elementor-bg-transform .elementor-bg {
  will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.2)
}

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

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

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

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

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

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

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

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

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

.elementor-animated-content:focus .elementor-animated-item--shrink,
.elementor-animated-content:hover .elementor-animated-item--shrink {
  transform: scale(.85)
}

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

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

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

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
  transform: scale(.2)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
  outline: 1px solid var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
  background-color: var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting {
  background-color: var(--e-p-border-global);
  color: var(--e-p-border-global-invert)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
  background-color: var(--e-p-border-global-hover)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
  display: none
}

.elementor-theme-builder-content-area {
  height: 400px
}

.elementor-location-footer:before,
.elementor-location-header:before {
  content: "";
  display: table;
  clear: both
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
  display: block
}

.elementor-sticky--active {
  z-index: 99
}

.e-con.elementor-sticky--active,
.e-container.elementor-sticky--active {
  z-index: var(--z-index, 99)
}

.e-con .e-con.elementor-sticky--active,
.e-con .e-container.elementor-sticky--active,
.e-container .e-con.elementor-sticky--active,
.e-container .e-container.elementor-sticky--active {
  padding-left: var(--padding-left);
  padding-right: var(--padding-right)
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
  display: none
}

.elementor-popup-modal {
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
  display: none
}

.elementor-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #1f2124;
  height: 1em;
  width: 1em
}

.elementor-popup-modal .dialog-widget-content {
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all
}

.elementor-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex
}

.elementor-popup-modal .elementor {
  width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
  transition-duration: 1s
}

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

.elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-motion-effects-perspective {
  perspective: 1200px
}

.elementor-motion-effects-element {
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

[class*=uael-ins] .uael-ins-target {
  position: relative
}

[class*=uael-ins] .uael-ins-target::before {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target,
.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-normal .uael-ins-target {
  -webkit-filter: unset;
  filter: unset
}

.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target::before {
  background: unset;
  mix-blend-mode: unset
}

.uael-ins-a-1977 .uael-ins-target,
.uael-ins-hover-a-1977 .uael-ins-hover:hover .uael-ins-target {
  -webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
  filter: sepia(.5) hue-rotate(-30deg) saturate(1.4)
}

.uael-ins-aden .uael-ins-target,
.uael-ins-hover-aden .uael-ins-hover:hover .uael-ins-target {
  -webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
  filter: sepia(.2) brightness(1.15) saturate(1.4)
}

.uael-ins-aden .uael-ins-target::before,
.uael-ins-hover-aden .uael-ins-hover:hover .uael-ins-target::before {
  background: rgba(125, 105, 24, .1);
  content: "";
  mix-blend-mode: multiply
}

.uael-ins-earlybird .uael-ins-target,
.uael-ins-hover-earlybird .uael-ins-hover:hover .uael-ins-target {
  -webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
  filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)
}

.uael-ins-earlybird .uael-ins-target::before,
.uael-ins-hover-earlybird .uael-ins-hover:hover .uael-ins-target::before {
  background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
  background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
  content: "";
  mix-blend-mode: multiply
}

.uael-ins-hover-hudson .uael-ins-hover:hover .uael-ins-target,
.uael-ins-hudson .uael-ins-target {
  -webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
  filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)
}

.uael-ins-hover-hudson .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-hudson .uael-ins-target::before {
  background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
  background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
  content: "";
  mix-blend-mode: multiply
}

.uael-ins-hover-inkwell .uael-ins-hover:hover .uael-ins-target,
.uael-ins-inkwell .uael-ins-target {
  -webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
  filter: brightness(1.25) contrast(.85) grayscale(1)
}

.uael-ins-hover-perpetua .uael-ins-hover:hover .uael-ins-target,
.uael-ins-perpetua .uael-ins-target {
  -webkit-filter: contrast(1.1) brightness(1.25) saturate(1.1);
  filter: contrast(1.1) brightness(1.25) saturate(1.1)
}

.uael-ins-hover-perpetua .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-perpetua .uael-ins-target::before {
  background: linear-gradient(to bottom, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
  background: -webkit-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 154, .25)), to(rgba(230, 193, 61, .25)));
  content: "";
  mix-blend-mode: multiply
}

.uael-ins-hover-poprocket .uael-ins-hover:hover .uael-ins-target,
.uael-ins-poprocket .uael-ins-target {
  -webkit-filter: sepia(.15) brightness(1.2);
  filter: sepia(.15) brightness(1.2)
}

.uael-ins-hover-poprocket .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-poprocket .uael-ins-target::before {
  background: radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
  background: -webkit-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
  content: "";
  mix-blend-mode: screen
}

.uael-ins-hover-sutro .uael-ins-hover:hover .uael-ins-target,
.uael-ins-sutro .uael-ins-target {
  -webkit-filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
  filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg)
}

.uael-ins-hover-sutro .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-sutro .uael-ins-target::before {
  background: radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
  background: -webkit-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
  content: "";
  mix-blend-mode: darken
}

.uael-ins-hover-toaster .uael-ins-hover:hover .uael-ins-target,
.uael-ins-toaster .uael-ins-target {
  -webkit-filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
  filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg)
}

.uael-ins-hover-toaster .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-toaster .uael-ins-target::before {
  background: radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
  background: -webkit-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
  content: "";
  mix-blend-mode: screen
}

.uael-ins-hover-willow .uael-ins-hover:hover .uael-ins-target,
.uael-ins-willow .uael-ins-target {
  -webkit-filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
  filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2)
}

.slick-initialized .slick-slide,
.slick-list,
.slick-slide img,
.slick-slider,
.slick-track,
.slick-vertical .slick-slide {
  display: block
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative
}

.slick-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  left: 0;
  top: 0
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
  display: none
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  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 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .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;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  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;
  top: 0
}

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

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

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

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0
}

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

.fancybox-slide--next {
  z-index: 99995
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

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

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  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--html .fancybox-content {
  margin-bottom: 6px
}

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

.fancybox-slide--video .fancybox-content {
  background: #000
}

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px
}

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

.fancybox-iframe {
  vertical-align: top
}

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

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

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px
}

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

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s
}

.fancybox-close-small:focus {
  outline: 0
}

.fancybox-close-small:hover svg {
  opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff
}

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0
}

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

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

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid hsla(0, 0%, 39%, .5);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  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: #222;
  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;
  -webkit-transition: all .2s;
  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: #fff
}

.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: #fff
}

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

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -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>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

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

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

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

  .fancybox-thumbs>ul>li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px)
  }
}

.uael-separator {
  display: inline-block
}

.uael-separator-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-separator-parent {
  line-height: 0
}

.uael-divider-text {
  white-space: nowrap;
  margin: 0
}

.uael-divider-text.pen:not([data-elementor-inline-editing-toolbar=advanced]) {
  white-space: nowrap
}

.uael-heading-align-center .uael-separator-wrap {
  margin-left: auto;
  margin-right: auto
}

.uael-heading-align-left .uael-separator-wrap {
  margin-left: 0;
  margin-right: auto
}

.uael-heading-align-right .uael-separator-wrap {
  margin-left: auto;
  margin-right: 0
}

.uael-separator-line {
  display: table-cell;
  vertical-align: middle
}

.uael-separator-line>span {
  display: block;
  margin-top: 0
}

.uael-divider-content {
  display: table-cell
}

.uael-heading-fill-gradient .uael-heading-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.uael-divider-content .uael-icon-wrap .uael-icon i:not(.fad):before {
  position: static
}

.uael-heading .uael-heading-text>a {
  color: inherit;
  font-size: inherit
}

.uael-heading .uael-heading-text.uael-size--small {
  font-size: 15px
}

.uael-heading .uael-heading-text.uael-size--medium {
  font-size: 19px
}

.uael-heading .uael-heading-text.uael-size--large {
  font-size: 29px
}

.uael-heading .uael-heading-text.uael-size--xl {
  font-size: 39px
}

.uael-heading .uael-heading-text.uael-size--xxl {
  font-size: 59px
}

.uael-divider-content .uael-icon-wrap,
.uael-fancytext-stack-yes .uael-fancy-stack,
.uael-heading-wrapper .uael-heading .uael-heading-text,
.uael-stack-desktop-yes .uael-adv-heading-stack {
  display: block
}

.uael-heading-wrapper::before {
  content: attr(data-bg-text);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  line-height: 1;
  font-size: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.uael-divider-content h1,
.uael-divider-content h2,
.uael-divider-content h3,
.uael-divider-content h4,
.uael-divider-content h5,
.uael-divider-content h6 {
  margin: 0
}

.uael-text-holder {
  display: none
}

.uael-fancytext-stack-yes .uael-text-holder {
  display: inherit;
  visibility: hidden;
  z-index: -1;
  text-indent: -999px
}

.uael-fancy-text-slide,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul span.uael-slide-block:not(.uael-active-heading) {
  opacity: 0
}

.uael-fancy-text-slide .uael-fancy-text-prefix,
.uael-fancy-text-slide .uael-fancy-text-suffix {
  display: inline-block;
  vertical-align: middle
}

.uael-fancy-text-main.uael-slide-main {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.rtl .uael-fancy-text-clip .uael-fancy-text-main.uael-slide-main {
  position: relative
}

.rtl .uael-fancy-text-wrap.uael-fancy-text-clip:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul .uael-slide-block.uael-active-heading {
  position: -webkit-sticky;
  position: sticky
}

.uael-fancy-text-wrap.uael-fancy-text-slide {
  word-break: break-word
}

.uael-slide-block {
  display: block;
  vertical-align: middle
}

span.uael-slide_text {
  display: inline-block;
  white-space: nowrap
}

.uael-fancy-text-slide .uael-fancy-text-main.uael-slide-main {
  max-width: 100%
}

.uael-show-cursor-yes .uael-fancy-text-wrap .typed-cursor {
  opacity: 1;
  -webkit-animation: blink-cursor .7s infinite;
  animation: blink-cursor .7s infinite
}

@keyframes blink-cursor {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes blink-cursor {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul .uael-slide-block.uael-active-heading {
  display: inline-block;
  position: relative
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul span.uael-slide-block {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-fancy-text-prefix,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-fancy-text-suffix {
  display: inline-block;
  vertical-align: middle
}

.rtl .uael-fancy-text-slide .uael-fancy-text-prefix,
.rtl .uael-fancy-text-slide .uael-fancy-text-suffix,
.rtl .uael-fancy-text-wrap:not(.uael-fancy-text-type) .uael-fancy-text-prefix,
.rtl .uael-fancy-text-wrap:not(.uael-fancy-text-type) .uael-fancy-text-suffix {
  display: inline
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in .uael-slide-main_ul,
.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-main_ul {
  -webkit-perspective: 300px;
  perspective: 300px
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-block.uael-active-heading {
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-block.uael-active-heading {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-animation: uael-rotate-in 1.2s;
  animation: uael-rotate-in 1.2s
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block.uael-inactive-heading {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: uael-rotate-out 1.2s;
  animation: uael-rotate-out 1.2s
}

@-webkit-keyframes uael-rotate-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1
  }
}

@keyframes uael-rotate-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1
  }
}

@-webkit-keyframes uael-rotate-out {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }
}

@keyframes uael-rotate-out {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }
}

.uael-fancy-text-wrap.uael-fancy-text-clip .uael-slide-main_ul {
  overflow: hidden;
  vertical-align: top
}

.uael-clip-cursor-yes .uael-fancy-text-clip .uael-slide-main_ul::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%
}

.uael-fancy-text-wrap.uael-fancy-text-clip span.uael-slide-block.uael-inactive-heading {
  opacity: 0
}

.uael-fancy-text-wrap.uael-fancy-text-clip .uael-slide-block.uael-active-heading {
  opacity: 1
}

.uael-fancy-text-wrap.uael-fancy-text-push .uael-slide-block.uael-active-heading {
  -webkit-animation: uael-push-in .6s;
  animation: uael-push-in .6s
}

.uael-fancy-text-wrap.uael-fancy-text-push span.uael-slide-block.uael-inactive-heading {
  -webkit-animation: uael-push-out .6s;
  animation: uael-push-out .6s
}

@-webkit-keyframes uael-push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes uael-push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes uael-push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes uael-push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in .uael-slide-block.uael-active-heading {
  -webkit-animation: uael-drop-in .8s;
  animation: uael-drop-in .8s
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in span.uael-slide-block.uael-inactive-heading {
  -webkit-animation: uael-drop-out .8s;
  animation: uael-drop-out .8s
}

@-webkit-keyframes uael-drop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes uael-drop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes uael-drop-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px)
  }
}

@keyframes uael-drop-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px)
  }
}

.uael-fancy-text-wrap.uael-fancy-text-slide_down .uael-slide-block.uael-active-heading {
  -webkit-animation: uael-slide-in .6s;
  animation: uael-slide-in .6s
}

.uael-fancy-text-wrap.uael-fancy-text-slide_down span.uael-slide-block.uael-inactive-heading {
  -webkit-animation: uael-slide-out .6s;
  animation: uael-slide-out .6s
}

@-webkit-keyframes uael-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes uael-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes uael-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@keyframes uael-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@media only screen and (max-width:976px) {
  .uael-tablet-heading-align-center .uael-separator-wrap {
    margin-left: auto;
    margin-right: auto
  }

  .uael-tablet-heading-align-left .uael-separator-wrap {
    margin-left: 0;
    margin-right: auto
  }

  .uael-tablet-heading-align-right .uael-separator-wrap {
    margin-left: auto;
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {
  .uael-mobile-heading-align-center .uael-separator-wrap {
    margin-left: auto;
    margin-right: auto
  }

  .uael-mobile-heading-align-left .uael-separator-wrap {
    margin-left: 0;
    margin-right: auto
  }

  .uael-mobile-heading-align-right .uael-separator-wrap {
    margin-left: auto;
    margin-right: 0
  }

  .uael-heading-fill-gradient .uael-heading-text {
    display: block;
    position: relative
  }
}

.uael-dual-color-heading::before {
  content: attr(data-bg_text);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  line-height: 1;
  font-size: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.uael-dual-heading-fill-yes .uael-first-text,
.uael-dual-heading-fill-yes .uael-third-text,
.uael-dual-heading-fill-yes.uael-dual-heading-text.uael-highlight-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.internet-explorer .uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-overlay {
  bottom: 0
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-overlay {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label {
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.uael-before-after-slider .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay,
.uael-before-after-slider .twentytwenty-overlay {
  background: rgba(0, 0, 0, 0)
}

.uael-before-after-slider .twentytwenty-down-arrow,
.uael-before-after-slider .twentytwenty-left-arrow,
.uael-before-after-slider .twentytwenty-right-arrow,
.uael-before-after-slider .twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  display: inline-block
}

.internet-explorer .uael-before-after-slider .twentytwenty-container {
  z-index: auto
}

.uael-before-after-slider .twentytwenty-container {
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  max-width: 100%
}

.uael-before-after-slider .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block
}

.uael-before-after-slider .twentytwenty-container,
.uael-before-after-slider .twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-handle,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}

.uael-ba-valign-flex-start .twentytwenty-after-label,
.uael-ba-valign-flex-start .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px
}

.uael-ba-valign-flex-end .twentytwenty-after-label,
.uael-ba-valign-flex-end .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px
}

.uael-ba-halign-flex-start .twentytwenty-after-label,
.uael-ba-halign-flex-start .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px
}

.uael-ba-halign-flex-end .twentytwenty-after-label::before,
.uael-ba-halign-flex-end .twentytwenty-before-label::before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px
}

.uael-before-after-slider .twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  z-index: 25
}

.uael-before-after-slider .twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, .5)
}

.uael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1
}

.uael-before-after-slider .twentytwenty-before {
  z-index: 20
}

.uael-before-after-slider .twentytwenty-after {
  z-index: 10
}

.uael-before-after-slider .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  z-index: 40;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.rtl .uael-before-after-slider .uael-ba-container:not([data-orientation=vertical]) .twentytwenty-handle {
  left: unset
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  flex-direction: column-reverse
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle span:last-of-type {
  margin-bottom: 10px
}

.uael-ba-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-before-label {
  -webkit-transition: all linear .3s;
  transition: all linear .3s
}

.uael-ba-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-before-label {
  opacity: .3
}

.uael-ba-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-before-label {
  opacity: .3;
  -webkit-animation-name: fadelabel;
  animation-name: fadelabel;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

.uael-ba-valign-flex-start .twentytwenty-after-label:before,
.uael-ba-valign-flex-start .twentytwenty-before-label:before {
  text-align: left
}

.uael-ba-valign-flex-end .twentytwenty-after-label:before,
.uael-ba-valign-flex-end .twentytwenty-before-label:before {
  text-align: right
}

.uael-ba-valign-center .twentytwenty-after-label:before,
.uael-ba-valign-center .twentytwenty-before-label:before {
  text-align: center
}

.uael-ba-container {
  overflow: hidden
}

.elementor-editor-active .uael-before-after-slider .twentytwenty-handle {
  pointer-events: none
}

@media only screen and (max-width:976px) {

  .uael-tablet-ba-valign-flex-start .twentytwenty-after-label,
  .uael-tablet-ba-valign-flex-start .twentytwenty-before-label {
    left: 10px
  }

  .uael-tablet-ba-valign-flex-start .twentytwenty-after-label:before,
  .uael-tablet-ba-valign-flex-start .twentytwenty-before-label:before {
    text-align: left
  }

  .uael-tablet-ba-valign-flex-end .twentytwenty-after-label:before,
  .uael-tablet-ba-valign-flex-end .twentytwenty-before-label:before {
    text-align: right
  }

  .uael-tablet-ba-valign-center .twentytwenty-after-label:before,
  .uael-tablet-ba-valign-center .twentytwenty-before-label:before {
    text-align: center
  }

  .uael-tablet-ba-valign-flex-end .twentytwenty-after-label,
  .uael-tablet-ba-valign-flex-end .twentytwenty-before-label {
    right: 10px
  }

  .uael-tablet-ba-halign-flex-start .twentytwenty-after-label,
  .uael-tablet-ba-halign-flex-start .twentytwenty-before-label {
    top: 10px
  }

  .uael-tablet-ba-halign-flex-end .twentytwenty-after-label::before,
  .uael-tablet-ba-halign-flex-end .twentytwenty-before-label::before {
    bottom: 10px
  }
}

@media only screen and (max-width:767px) {

  .uael-mobile-ba-valign-flex-start .twentytwenty-after-label,
  .uael-mobile-ba-valign-flex-start .twentytwenty-before-label {
    left: 10px
  }

  .uael-mobile-ba-valign-flex-start .twentytwenty-after-label:before,
  .uael-mobile-ba-valign-flex-start .twentytwenty-before-label:before {
    text-align: left
  }

  .uael-mobile-ba-valign-flex-end .twentytwenty-after-label:before,
  .uael-mobile-ba-valign-flex-end .twentytwenty-before-label:before {
    text-align: right
  }

  .uael-mobile-ba-valign-center .twentytwenty-after-label:before,
  .uael-mobile-ba-valign-center .twentytwenty-before-label:before {
    text-align: center
  }

  .uael-mobile-ba-valign-flex-end .twentytwenty-after-label,
  .uael-mobile-ba-valign-flex-end .twentytwenty-before-label {
    right: 10px
  }

  .uael-mobile-ba-halign-flex-start .twentytwenty-after-label,
  .uael-mobile-ba-halign-flex-start .twentytwenty-before-label {
    top: 10px
  }

  .uael-mobile-ba-halign-flex-end .twentytwenty-after-label::before,
  .uael-mobile-ba-halign-flex-end .twentytwenty-before-label::before {
    bottom: 10px
  }
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
  max-width: -webkit-calc(100% / 2 - 40px);
  max-width: calc(100% / 2 - 40px)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px)
}

@-webkit-keyframes fadelabel {
  0% {
    opacity: 1
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: .3
  }
}

@keyframes fadelabel {
  0% {
    opacity: 1
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: .3
  }
}

.internet-explorer .uael-before-after-slider .twentytwenty-down-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-left-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-right-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-up-arrow {
  position: absolute
}

.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .twentytwenty-left-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .twentytwenty-right-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-down-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-up-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-left-arrow {
  left: 0
}

.internet-explorer .uael-before-after-slider .twentytwenty-right-arrow {
  right: 0
}

.firefox .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.firefox .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before,
.safari .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.safari .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.firefox .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.firefox .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before,
.safari .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.safari .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-down-arrow {
  bottom: 0
}

.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle span:last-of-type {
  top: 0
}

.uael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-after-label,
.uael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 0
}

.uael-ba-label-both .twentytwenty-after-label,
.uael-ba-label-both .twentytwenty-before-label,
.uael-ba-label-normal .twentytwenty-after-label,
.uael-ba-label-normal .twentytwenty-before-label {
  opacity: 1
}

.uael-business-scheduler-box-wrapper .uael-days .heading-date,
.uael-business-scheduler-box-wrapper .uael-days .heading-time {
  margin: 0;
  padding: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.uael-business-scheduler-box-wrapper .uael-days .heading-time {
  text-align: right
}

.uael-business-scheduler-box-wrapper .top-border-divider .uael-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-business-scheduler-box-wrapper .uael-days {
  margin: 0;
  padding: 0
}

.uael-business-scheduler-box-wrapper {
  overflow: hidden
}

.uael-business-scheduler-box-wrapper .uael-days div {
  padding-top: 5px;
  padding-bottom: 5px
}

.uael-review-content-arrow-wrap {
  top: 100%;
  position: absolute;
  left: 20px
}

.uael-review-image-enable-yes .uael-review-content-arrow-wrap {
  left: 55px
}

.uael-review-arrow-border {
  border-width: 16px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #111;
  left: 0;
  top: 0;
  position: absolute
}

.uael-review-arrow {
  border-width: 17px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #ccc;
  left: -1px;
  top: 0;
  position: absolute
}

.uael-review-header,
.uael-review-image-all_left .uael-review,
.uael-reviews-widget-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-reviews-widget-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-review,
.uael-review-details,
.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
  width: 100%
}

.uael-reviewer-name {
  font-weight: 600;
  word-break: break-word;
  display: inline-block
}

.uael-review-icon-wrap i.fa.fa-yelp {
  color: #af0606;
  border-color: #af0606;
  font-size: 18px
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-icon-wrap i.fa-yelp,
.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-icon-wrap svg {
  margin-left: 5px
}

.uael-review-icon-wrap img {
  width: 20px;
  height: 20px
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-details,
.elementor-element[data-widget_type="uael-business-reviews.card"] .uael-review-icon-wrap,
.uael-review-image-left .uael-review-details {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-icon-wrap {
  position: absolute;
  right: 15px;
  bottom: 8px
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-type-yelp .uael-review-icon-wrap {
  bottom: 10px
}

.elementor-element[data-widget_type="uael-business-reviews.card"] .uael-review-content-wrap {
  margin-bottom: 8px
}

.uael-review-content {
  position: relative
}

.uael-review-image {
  height: 70px;
  width: 70px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.uael-reviews-align-center .uael-review {
  text-align: center
}

.uael-reviews-align-right .uael-review {
  text-align: right
}

.uael-reviews-align-center .elementor-star-rating__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-reviews-align-right .elementor-star-rating__wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.uael-review-time {
  font-size: 14px;
  line-height: 1.6em
}

.uael-review-image-top .uael-review-header,
.uael-review-time {
  display: block
}

.uael-reviews-notice-message {
  display: block;
  margin-bottom: 15px
}

.uael-reviews-error-message {
  color: #be2626
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-header {
  margin-bottom: 7px
}

.uael-review-image-top .uael-review-image {
  display: inline-block
}

.uael-review-image {
  overflow: hidden
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-image,
.uael-review-image-all_left .uael-review-image,
.uael-review-image-left .uael-review-image {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-reviewer-name,
.uael-review-details .elementor-star-rating__wrapper,
.uael-review-details .uael-review-time {
  margin-bottom: 0
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-time {
  margin-bottom: 5px
}

.uael-review-type-yelp .uael-review-image {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-reviews-layout-carousel .uael-review-wrap {
  padding-top: 10px
}

.uael-reviews-widget-wrapper {
  margin: 0 -10px;
  list-style: none outside;
  clear: both
}

.uael-review-wrap {
  padding-right: -webkit-calc(20px/2);
  padding-right: calc(20px/2);
  padding-left: -webkit-calc(20px/2);
  padding-left: calc(20px/2);
  margin-bottom: 20px
}

.uael-reviews-equal-height-yes .uael-review {
  height: 100%
}

.uael-reviews-read-more {
  display: block;
  font-size: 14px;
  margin-top: 10px
}

.uael-review .uael-star-full.uael-star-default {
  color: #e37400
}

.uael-review .uael-star-full.uael-star-custom {
  color: #ffab40
}

.uael-review .uael-star-default,
.uael-review .uael-star-empty.uael-star-custom,
.uael-review .uael-star-full.uael-star-custom {
  font-size: 15px;
  padding: 0 4px 0 0
}

.uael-review .uael-star-rating {
  color: #ccd6df;
  display: inline-block
}

.uael-star-rating svg {
  margin-top: 5px
}

.uael-business-reviews-footer {
  margin-top: 30px
}

.uael-yelp-rating-svg-1 .uael-yelp-rating-1 {
  fill: #FFD8A0
}

.uael-yelp-rating-svg-2 .uael-yelp-rating-1,
.uael-yelp-rating-svg-2 .uael-yelp-rating-2 {
  fill: #FEC011
}

.uael-yelp-rating-svg-3 .uael-yelp-rating-1,
.uael-yelp-rating-svg-3 .uael-yelp-rating-2,
.uael-yelp-rating-svg-3 .uael-yelp-rating-3 {
  fill: #FF9242
}

.uael-yelp-rating-svg-4 .uael-yelp-rating-1,
.uael-yelp-rating-svg-4 .uael-yelp-rating-2,
.uael-yelp-rating-svg-4 .uael-yelp-rating-3,
.uael-yelp-rating-svg-4 .uael-yelp-rating-4 {
  fill: #F15C4F
}

.uael-yelp-rating-svg-5 .uael-yelp-rating-1,
.uael-yelp-rating-svg-5 .uael-yelp-rating-2,
.uael-yelp-rating-svg-5 .uael-yelp-rating-3,
.uael-yelp-rating-svg-5 .uael-yelp-rating-4,
.uael-yelp-rating-svg-5 .uael-yelp-rating-5 {
  fill: #D32323
}

.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
  width: 50%
}

.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
  width: 33.33%
}

.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
  width: 25%
}

.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
  width: 20%
}

.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n+1),
.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
  clear: left
}

.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
  clear: right
}

.uael-reviews-widget-wrapper .slick-next,
.uael-reviews-widget-wrapper .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10
}

.uael-reviews-widget-wrapper .slick-next:before,
.uael-reviews-widget-wrapper .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-reviews-widget-wrapper .slick-prev:before,
[dir=rtl] .uael-reviews-widget-wrapper .slick-next:before {
  content: '\f104'
}

.uael-reviews-widget-wrapper .slick-next:before,
[dir=rtl] .uael-reviews-widget-wrapper .slick-prev:before {
  content: '\f105'
}

.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-prev {
  left: -25px
}

.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-next {
  right: -25px
}

.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-prev {
  left: 25px
}

.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-next {
  right: 25px
}

.uael-reviews-widget-wrapper ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center
}

.uael-reviews-widget-wrapper ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-reviews-widget-wrapper ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-reviews-widget-wrapper ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-reviews-widget-wrapper ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.uael-reviews-widget-wrapper[data-equal-height=yes] .slick-slide .uael-review-inner-wrap {
  display: inline-block;
  height: 100%
}

@media (max-width:1024px) {
  .uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 100%
  }

  .uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 50%
  }

  .uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 33.33%
  }

  .uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 25%
  }

  .uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 20%
  }

  .uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
  .uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n+1),
  .uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
  .uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
  .uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
    clear: left
  }

  .uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
  .uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
  .uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
  .uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
  .uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
    clear: right
  }
}

@media (max-width:767px) {
  .uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 100%
  }

  .uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 50%
  }

  .uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 33.33%
  }

  .uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 25%
  }

  .uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
    width: 20%
  }

  .uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
  .uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n+1),
  .uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
  .uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
  .uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
    clear: left
  }

  .uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
  .uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
  .uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
  .uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
  .uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
    clear: right
  }

  .uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-prev,
  .uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-prev {
    left: 15px;
    z-index: 2
  }

  .uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-next,
  .uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-next {
    right: 15px;
    z-index: 2
  }
}

.uael-cf7-style span.wpcf7-list-item {
  margin: 0 1em 0 0
}

.uael-cf7-loader-active span.ajax-loader.is-active {
  display: inline-block
}

.uael-cf7-style select {
  -webkit-appearance: none
}

.uael-cf7-container .uael-cf7-style select[multiple=multiple] {
  padding: 0
}

.uael-cf7-style .uael-cf7-select-custom {
  display: block;
  position: relative
}

.uael-cf7-style .uael-cf7-select-custom:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  font-size: .7em;
  line-height: 1;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  right: .5em;
  z-index: 5;
  pointer-events: none
}

.uael-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip {
  display: inline-block;
  right: 0;
  top: 100%;
  padding: .1em .8em;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-cf7-highlight-style-bottom_right span.uael-cf7-alert {
  display: block;
  text-align: right
}

.uael-cf7-btn-size-xs .uael-cf7-style input[type=submit] {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-cf7-input-size-xs .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-xs .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-xs .uael-cf7-style select {
  font-size: 13px;
  padding: 8px 10px
}

.uael-cf7-input-size-xs .uael-cf7-style select[multiple=multiple] option {
  padding: 8px 10px
}

.uael-cf7-input-size-xs .uael-cf7-select-custom {
  font-size: 13px
}

.uael-cf7-input-size-xs .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-xs .uael-cf7-style input[type=radio]+span:before {
  height: 10px;
  width: 10px
}

.uael-cf7-input-size-xs .uael-cf7-style input[type=checkbox]:checked+span:before {
  font-size: -webkit-calc(10px / 1.2);
  font-size: calc(10px / 1.2)
}

.uael-cf7-input-size-xs input[type=range]::-webkit-slider-thumb {
  font-size: 10px
}

.uael-cf7-input-size-xs input[type=range]::-moz-range-thumb {
  font-size: 10px
}

.uael-cf7-input-size-xs input[type=range]::-ms-thumb {
  font-size: 10px
}

.uael-cf7-btn-size-sm .uael-cf7-style input[type=submit] {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.uael-cf7-input-size-sm .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-sm .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-sm .uael-cf7-style select {
  font-size: 15px;
  padding: 12px 10px
}

.uael-cf7-input-size-sm .uael-cf7-style select[multiple=multiple] option {
  padding: 12px 10px
}

.uael-cf7-input-size-sm .uael-cf7-select-custom {
  font-size: 15px
}

.uael-cf7-input-size-sm .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-sm .uael-cf7-style input[type=radio]+span:before {
  height: 12px;
  width: 12px
}

.uael-cf7-input-size-sm .uael-cf7-style input[type=checkbox]:checked+span:before {
  font-size: -webkit-calc(12px / 1.2);
  font-size: calc(12px / 1.2)
}

.uael-cf7-input-size-sm input[type=range]::-webkit-slider-thumb {
  font-size: 12px
}

.uael-cf7-input-size-sm input[type=range]::-moz-range-thumb {
  font-size: 12px
}

.uael-cf7-input-size-sm input[type=range]::-ms-thumb {
  font-size: 12px
}

.uael-cf7-btn-size-md .uael-cf7-style input[type=submit] {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.uael-cf7-input-size-md .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-md .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-md .uael-cf7-style select {
  font-size: 16px;
  padding: 15px 10px
}

.uael-cf7-input-size-md .uael-cf7-style select[multiple=multiple] option {
  padding: 15px 10px
}

.uael-cf7-input-size-md .uael-cf7-select-custom {
  font-size: 16px
}

.uael-cf7-input-size-md .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-md .uael-cf7-style input[type=radio]+span:before {
  height: 15px;
  width: 15px
}

.uael-cf7-input-size-md .uael-cf7-style input[type=checkbox]:checked+span:before {
  font-size: -webkit-calc(15px / 1.2);
  font-size: calc(15px / 1.2)
}

.uael-cf7-input-size-md input[type=range]::-webkit-slider-thumb {
  font-size: 15px
}

.uael-cf7-input-size-md input[type=range]::-moz-range-thumb {
  font-size: 15px
}

.uael-cf7-input-size-md input[type=range]::-ms-thumb {
  font-size: 15px
}

.uael-cf7-btn-size-lg .uael-cf7-style input[type=submit] {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.uael-cf7-input-size-lg .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-lg .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-lg .uael-cf7-style select {
  font-size: 18px;
  padding: 20px 10px
}

.uael-cf7-input-size-lg .uael-cf7-style select[multiple=multiple] option {
  padding: 20px 10px
}

.uael-cf7-input-size-lg .uael-cf7-select-custom {
  font-size: 18px
}

.uael-cf7-input-size-lg .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-lg .uael-cf7-style input[type=radio]+span:before {
  height: 20px;
  width: 20px
}

.uael-cf7-input-size-lg .uael-cf7-style input[type=checkbox]:checked+span:before {
  font-size: -webkit-calc(20px / 1.2);
  font-size: calc(20px / 1.2)
}

.uael-cf7-input-size-lg input[type=range]::-webkit-slider-thumb {
  font-size: 20px
}

.uael-cf7-input-size-lg input[type=range]::-moz-range-thumb {
  font-size: 20px
}

.uael-cf7-input-size-lg input[type=range]::-ms-thumb {
  font-size: 20px
}

.uael-cf7-btn-size-xl .uael-cf7-style input[type=submit] {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.uael-cf7-input-size-xl .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-xl .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-xl .uael-cf7-style select {
  font-size: 20px;
  padding: 25px 10px
}

.uael-cf7-input-size-xl .uael-cf7-style select[multiple=multiple] option {
  padding: 25px 10px
}

.uael-cf7-input-size-xl .uael-cf7-select-custom {
  font-size: 20px
}

.uael-cf7-input-size-xl .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-xl .uael-cf7-style input[type=radio]+span:before {
  height: 25px;
  width: 25px
}

.uael-cf7-input-size-xl .uael-cf7-style input[type=checkbox]:checked+span:before {
  font-size: -webkit-calc(25px / 1.2);
  font-size: calc(25px / 1.2)
}

.uael-cf7-input-size-xl input[type=range]::-webkit-slider-thumb {
  font-size: 25px
}

.uael-cf7-input-size-xl input[type=range]::-moz-range-thumb {
  font-size: 25px
}

.uael-cf7-input-size-xl input[type=range]::-ms-thumb {
  font-size: 25px
}

.uael-cf7-style input[type=range] {
  background: 0 0 !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important
}

.uael-cf7-style input[type=range]::-ms-track {
  background: 0 0;
  border-color: transparent;
  color: transparent
}

.uael-cf7-style input[type=range]::-webkit-slider-runnable-track {
  height: .35em
}

.uael-cf7-style input[type=range]::-moz-range-track {
  height: .35em
}

.uael-cf7-style input[type=range]::-ms-fill-lower {
  height: .35em
}

.uael-cf7-style input[type=range]::-ms-fill-upper {
  height: .35em
}

.uael-cf7-style input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  margin-top: -.35em
}

.uael-cf7-style input[type=range]::-moz-range-thumb {
  height: 1em;
  width: 1em;
  margin-top: -.35em
}

.uael-cf7-style input[type=range]::-ms-thumb {
  height: 1em;
  width: 1em;
  margin-top: -.35em
}

.uael-cf7-style .wpcf7-radio input[type=radio]+span:before {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-cf7-style .wpcf7 div.wpcf7-response-output {
  margin: 0
}

.uael-cf7-style-box .wpcf7-acceptance input[type=checkbox]+span:before,
.uael-cf7-style-box .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.uael-cf7-style-box .wpcf7-checkbox input[type=checkbox]+span:before,
.uael-cf7-style-box .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.uael-cf7-style-box .wpcf7-radio input[type=radio]+span:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto
}

.uael-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
  margin-left: auto;
  margin-right: auto
}

.uael-cf7-button-center .uael-cf7-loader-active,
.uael-cf7-button-justify .uael-cf7-loader-active {
  text-align: center
}

.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
  margin-left: 0;
  margin-right: auto
}

.uael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
  margin-left: auto;
  margin-right: 0
}

.uael-cf7-button-right .uael-cf7-loader-active {
  text-align: right
}

.uael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox],
.uael-cf7-style .wpcf7-checkbox input[type=checkbox],
.uael-cf7-style .wpcf7-radio input[type=radio] {
  display: none
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox]+span:before,
.uael-cf7-style .wpcf7-checkbox input[type=checkbox]+span:before,
.uael-cf7-style .wpcf7-radio input[type=radio]+span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.uael-cf7-style .wpcf7-checkbox input[type=checkbox]:checked+span:before {
  content: "\2714";
  line-height: 1.2
}

@media only screen and (min-width:769px) {
  .uael-cf7-col {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .uael-cf7-col label,
  .uael-cf7-col>span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px
  }
}

@media only screen and (max-width:976px) {
  .uael-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    width: auto
  }

  .uael-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto;
    width: auto
  }

  .uael-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0;
    width: auto
  }

  .uael-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .uael-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    width: auto
  }

  .uael-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto;
    width: auto
  }

  .uael-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0;
    width: auto
  }

  .uael-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
  }
}

.uael-rbs-switch-label {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 2.3em;
  vertical-align: middle
}

.uael-rbs-switch-label .uael-rbs-switch {
  display: none
}

.uael-main-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-sec-1,
.uael-sec-2 {
  cursor: pointer
}

.uael-rbs-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s
}

.uael-rbs-slider:before {
  position: absolute;
  content: "";
  height: 1.8em;
  width: 1.8em;
  left: .25em;
  bottom: .25em;
  -webkit-transition: .4s;
  transition: .4s
}

.uael-rbs-switch:checked+.uael-rbs-slider {
  background-color: #d2d2d2
}

.uael-rbs-switch:checked+.uael-rbs-slider:before {
  -webkit-transform: translateX(2.1em);
  -ms-transform: translateX(2.1em);
  transform: translateX(2.1em)
}

.uael-rbs-slider.uael-rbs-round {
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em
}

.uael-rbs-slider.uael-rbs-round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.elementor-widget-uael-content-toggle .uael-rbs-head-1,
.elementor-widget-uael-content-toggle .uael-rbs-head-2 {
  margin: 0;
  padding: 0
}

.uael-ct-desktop-stack--yes .uael-rbs-toggle,
.uael-rbs-toggle {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-ct-desktop-stack--yes .uael-rbs-toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uael-rbs-toggle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.uael-rbs-toggle-sections {
  padding: 25px
}

.uael-label-box {
  position: relative;
  width: 7em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle
}

.uael-label-box-checkbox {
  display: none
}

.uael-label-box-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0 solid #999;
  -webkit-border-radius: 0em;
  border-radius: 0
}

.uael-label-box-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin .3s ease-in 0s;
  transition: margin .3s ease-in 0s
}

.uael-label-box-inner>span {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  height: 2.1em;
  padding: 0;
  line-height: 2.1em;
  font-size: 1em;
  color: #fff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.uael-label-box-inner .uael-label-box-active {
  padding-left: 2em;
  background-color: #eee;
  color: #fff
}

.uael-label-box-inner .uael-label-box-inactive {
  padding-right: 2em;
  background-color: #eee;
  color: #fff;
  text-align: right
}

.uael-label-box-switch {
  display: block;
  width: 50%;
  margin: 0;
  text-align: center;
  border: 0 solid #999;
  -webkit-border-radius: 0em;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0
}

.uael-label-box-active .uael-label-box-switch {
  background: #a1a1a1;
  left: 0
}

.uael-label-box-inactive .uael-label-box-switch {
  right: 0
}

.uael-label-box-checkbox:checked+.uael-label-box-label .uael-label-box-inner {
  margin-left: 0
}

.uael-toggle {
  display: block;
  position: relative;
  background: 0 0;
  width: 3.8em
}

.uael-toggle input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  top: 0;
  left: .2em;
  padding-left: 0;
  color: #000;
  cursor: pointer;
  width: 2.28em;
  height: 1.3em
}

.uael-toggle input[type=checkbox]+label:before {
  -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
  transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
  transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
  transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: .4em;
  left: 0;
  content: '';
  width: 3.5em;
  height: 1em;
  background-color: #767676;
  -webkit-border-radius: 0.5em;
  border-radius: .5em
}

.uael-toggle input[type=checkbox]+label:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
  transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
  transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
  transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
  position: absolute;
  top: 0;
  left: -.2em;
  width: 2.4em;
  height: 2.4em;
  content: '';
  font-size: .75em;
  -webkit-border-radius: 500em;
  border-radius: 500em
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]+label:after {
  border-width: .3em;
  border-style: solid
}

.uael-rbs-wrapper .uael-toggle input[type=checkbox]:checked+label:after {
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em);
  border-style: solid
}

.uael-switch-round-2 {
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  display: none
}

.uael-toggle .uael-switch-round-2[type=checkbox]:checked+label:after {
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em);
  border: .3em solid #7a7a7a
}

.rtl .uael-switch-round-2[type=checkbox]+label:after {
  left: 2.4em
}

.uael-countdown-wrapper .uael-countdown-item,
.uael-countdown-wrapper .uael-countdown-items-wrapper,
.uael-countdown-wrapper .uael-countdown-separator,
.uael-countdown-wrapper .uael-item {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-countdown-wrapper .uael-countdown-items-wrapper {
  height: auto;
  margin: 0 auto;
  visibility: visible;
  max-width: 80%
}

.uael-countdown-wrapper .uael-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-countdown-wrapper .uael-countdown-item {
  width: 60px;
  font-size: 45px;
  line-height: 1;
  display: block;
  width: 100%
}

.uael-countdown-wrapper .uael-expire-message-wrapper {
  width: 100%
}

.uael-countdown-border-none .uael-countdown-items-wrapper {
  max-width: 90px
}

.uael-countdown-border-none .uael-item {
  height: 157px
}

.uael-countdown-border-none .uael-countdown-item,
.uael-countdown-border-none .uael-item-label,
.uael-countdown-shape-none .uael-countdown-item,
.uael-countdown-shape-none .uael-item-label {
  width: 100%;
  display: block
}

.countdown-expire .uael-expire-message-wrapper,
.uael-countdown-separator-wrapper-yes .uael-countdown-separator,
.uael-preview-message .uael-expire-message-wrapper {
  display: block
}

.uael-countdown-shape-none .uael-countdown-items-wrapper {
  max-width: 80%
}

.countdown-active .uael-expire-message-wrapper,
.countdown-expire .uael-countdown-separator,
.countdown-expire .uael-item,
.uael-countdown-hide.uael-countdown-wrapper,
.uael-countdown-separator,
.uael-countdown-show-days-no .uael-countdown-days,
.uael-countdown-show-days-no .uael-countdown-days-separator,
.uael-countdown-show-hours-no .uael-countdown-hours,
.uael-countdown-show-hours-no .uael-countdown-hours-separator,
.uael-countdown-show-minutes-no .uael-countdown-minutes,
.uael-countdown-show-minutes-no .uael-countdown-minutes-separator,
.uael-countdown-show-seconds-no .uael-countdown-minutes-separator,
.uael-countdown-show-seconds-no .uael-countdown-seconds,
.uael-preview-message .uael-countdown-separator,
.uael-preview-message .uael-item {
  display: none
}

.uael-countdown-wrapper .uael-item-label {
  display: block;
  font-size: 15px;
  line-height: 1
}

.uael-countdown-wrapper .uael-countdown-separator {
  font-size: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.uael-expire-show-message {
  font-size: 30px;
  font-weight: 400
}

.uael-countdown-wrapper.uael-countdown-show-message .uael-countdown-separator,
.uael-preview-message .uael-countdown-separator {
  display: none
}

.uael-countdown-shape-circle .uael-item {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-item:not(:first-child) {
  margin-left: 15px
}

.uael-item:not(:last-child) {
  margin-right: 15px
}

.uael-item {
  padding: 20px
}

.uael-countdown-items-wrapper {
  max-width: 100%
}

.uael-countdown-shape-circle .uael-countdown-items-wrapper {
  max-width: 65%
}

.uael-countdown-shape-rounded .uael-item {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

@-webkit-keyframes flash {
  0% {
    opacity: 1
  }

  50% {
    opacity: .1
  }

  100% {
    opacity: 1
  }
}

@keyframes flash {
  0% {
    opacity: 1
  }

  50% {
    opacity: .1
  }

  100% {
    opacity: 1
  }
}

.uael-countdown-anim-yes .flash-animation .uael-countdown-separator,
.uael-countdown-anim-yes .flash-animation .uael-item {
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite
}

.uael-countdown-wrapper .uael-countdown-separator {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.uael-countdown-wrapper .uael-countdown-item {
  font-family: Poppins, Sans-serif;
  font-size: 50px;
  font-weight: 500
}

.uael-countdown-wrapper .uael-item-label {
  text-transform: uppercase;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-countdown-label-inline .uael-item-label {
  text-align: left
}

@media (min-width:768px) {
  .uael-countdown-items-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (max-width:767px) {
  .uael-countdown-responsive-yes .uael-countdown-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .uael-countdown-responsive-yes .uael-countdown-separator {
    display: none
  }
}

@media (max-width :414px) {
  .uael-countdown-responsive-yes .uael-countdown-wrapper .uael-countdown-items-wrapper {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block
  }

  .uael-countdown-responsive-yes .uael-countdown-wrapper .uael-countdown-items-wrapper .uael-item {
    height: auto !important
  }
}

.uael-countdown-label-inline .uael-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.uael-countdown-label-inline .uael-item-label {
  position: relative
}

.uael-countdown-label-top .uael-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media (max-width:1024px) {
  .uael-countdown-label-inline.uael-countdown-responsive-yes .uael-countdown-items-wrapper {
    max-width: 150px
  }
}

.rtl .uael-faq-wrapper .uael-faq-container .uael-faq-accordion,
.uael-faq-wrapper .uael-faq-container .uael-faq-accordion {
  overflow: hidden
}

.uael-faq-accordion .uael-accordion-content p {
  margin-bottom: 0
}

.uael-accordion-icon-left {
  float: left
}

.uael-accordion-icon-right {
  float: right
}

.uael-accordion-icon {
  display: inline-block
}

.uael-accordion-title .uael-accordion-icon-opened,
.uael-accordion-title.uael-title-active .uael-accordion-icon-closed,
.uael-faq-container .elementor-grid-item .uael-accordion-icon,
.uael-faq-container .uael-accordion-content {
  display: none
}

.uael-accordion-title.uael-title-active .uael-accordion-icon-opened,
.uael-faq-container .elementor-grid-item .uael-accordion-content,
.uael-faq-layout-grid .uael-accordion-title {
  display: block
}

.uael-accordion-icon.uael-accordion-icon-right {
  margin-right: 10px
}

.uael-faq-box-layout-yes .uael-faq-container:last-child {
  border-bottom: none
}

.align-at-right .uael-accordion-title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.uael-accordion-title {
  cursor: pointer;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-faq-accordion.elementor-grid-item .uael-accordion-title {
  cursor: default
}

.uael-accordion-icon {
  max-width: 7px
}

.uael-accordion-title>:last-child {
  margin-bottom: 0
}

.uael-question-span:focus {
  outline: thin dotted
}

.uael-warning {
  margin: 10px 0 10px 0
}

.elementor .gm-style img {
  max-width: none
}

.uael-google-map {
  overflow-anchor: none
}

.uael-gf-style .gform_wrapper .chosen-container-multi .chosen-choices,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: auto;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  text-decoration: none;
  white-space: nowrap
}

.uael-gf-style .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input {
  margin-bottom: 0
}

.uael-gf-style .gform_wrapper li.hidden_label input {
  margin-top: 0
}

.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single span {
  line-height: 1
}

.uael-gf-style .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff
}

.uael-gf-style .gform_page .gform_page_footer input[type=button],
.uael-gf-style .gform_page .gform_page_footer input[type=submit],
.uael-gf-style .uael-gf-select-custom select {
  display: inline-block
}

.uael-gf-style .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title,
.uael-gf-style .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  opacity: 1
}

.uael-gf-style .uael-gf-select-custom {
  position: relative
}

.uael-gf-style .uael-gf-select-custom:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: .7em;
  line-height: 1;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  right: .5em;
  pointer-events: none;
  z-index: 5
}

.uael-gf-style span.name_prefix_select .uael-gf-select-custom {
  display: inline;
  vertical-align: middle
}

.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-center .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_wrapper .gform_footer input[type=submit],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before,
.uael-gf-style .gchoice,
.uael-gf-style .gchoice_button {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-gf-style .gchoice,
.uael-gf-style .gchoice_button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type=checkbox],
.uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-gf-check-style .ginput_container_consent input[type=checkbox]:checked+label:before {
  font-weight: 700
}

.uael-gf-style .chosen-single,
.uael-gf-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.uael-gf-style .gform_wrapper div.validation_error {
  border-top: none;
  border-bottom: none
}

.uael-gf-style .gform_wrapper .gfield_radio li label {
  margin: 0
}

.uael-gf-style .gform_wrapper .gform_body {
  width: 100% !important
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style .gform_wrapper .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type=checkbox],
.uael-gf-style .gform_wrapper input[type=checkbox]+label:before,
.uael-gf-style .gform_wrapper input[type=checkbox]:checked+label:before,
.uael-gf-style .gform_wrapper input[type=radio]+label:before,
.uael-gf-style .gform_wrapper input[type=radio]:checked+label:before {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important
}

.uael-gf-style .gform_wrapper .gsection {
  margin-right: 0
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-top: 0;
  margin-left: 0
}

.uael-gf-btn-size-xs .uael-gf-style input[type=button],
.uael-gf-btn-size-xs .uael-gf-style input[type=submit] {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-gf-input-size-xs .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xs .uael-gf-style .ginput_container textarea {
  font-size: 13px;
  padding: 8px 10px
}

.uael-gf-input-size-xs .uael-gf-style .ginput_container select {
  font-size: 13px;
  padding: 6px 10px
}

.uael-gf-input-size-xs .uael-gf-style .uael-gf-select-custom {
  font-size: 13px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xs .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  height: 10px;
  width: 10px
}

.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  font-size: -webkit-calc(10px / 1.2);
  font-size: calc(10px / 1.2)
}

.uael-gf-btn-size-sm .uael-gf-style input[type=button],
.uael-gf-btn-size-sm .uael-gf-style input[type=submit] {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.uael-gf-input-size-sm .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-sm .uael-gf-style .ginput_container textarea {
  font-size: 15px;
  padding: 12px 10px
}

.uael-gf-input-size-sm .uael-gf-style .ginput_container select {
  font-size: 15px;
  padding: 10px 10px
}

.uael-gf-input-size-sm .uael-gf-style .uael-gf-select-custom {
  font-size: 15px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-sm .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  height: 12px;
  width: 12px
}

.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  font-size: -webkit-calc(12px / 1.2);
  font-size: calc(12px / 1.2)
}

.uael-gf-btn-size-md .uael-gf-style input[type=button],
.uael-gf-btn-size-md .uael-gf-style input[type=submit] {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.uael-gf-input-size-md .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-md .uael-gf-style .ginput_container textarea {
  font-size: 16px;
  padding: 15px 10px
}

.uael-gf-input-size-md .uael-gf-style .ginput_container select {
  padding: 13px 10px
}

.uael-gf-input-size-md .uael-gf-style .ginput_container select,
.uael-gf-input-size-md .uael-gf-style .uael-gf-select-custom {
  font-size: 16px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-md .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  height: 15px;
  width: 15px
}

.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  font-size: -webkit-calc(15px / 1.2);
  font-size: calc(15px / 1.2)
}

.uael-gf-btn-size-lg .uael-gf-style input[type=button],
.uael-gf-btn-size-lg .uael-gf-style input[type=submit] {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.uael-gf-input-size-lg .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-lg .uael-gf-style .ginput_container textarea {
  font-size: 18px;
  padding: 20px 10px
}

.uael-gf-input-size-lg .uael-gf-style .ginput_container select {
  padding: 18px 10px
}

.uael-gf-input-size-lg .uael-gf-style .ginput_container select,
.uael-gf-input-size-lg .uael-gf-style .uael-gf-select-custom {
  font-size: 18px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-lg .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  height: 20px;
  width: 20px
}

.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  font-size: -webkit-calc(20px / 1.2);
  font-size: calc(20px / 1.2)
}

.uael-gf-btn-size-xl .uael-gf-style input[type=button],
.uael-gf-btn-size-xl .uael-gf-style input[type=submit] {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.uael-gf-input-size-xl .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xl .uael-gf-style .ginput_container textarea {
  font-size: 20px;
  padding: 25px 10px
}

.uael-gf-input-size-xl .uael-gf-style .ginput_container select {
  font-size: 20px;
  padding: 23px 10px
}

.uael-gf-input-size-xl .uael-gf-style .uael-gf-select-custom {
  font-size: 20px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xl .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
  height: 25px;
  width: 25px
}

.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type=checkbox]:checked+label:before {
  font-size: -webkit-calc(25px / 1.2);
  font-size: calc(25px / 1.2)
}

.uael-gf-button-right .gform_next_button,
.uael-gf-button-right .gform_previous_button {
  margin-right: 5px !important
}

.uael-gf-style .gform_wrapper .gform_footer:not(.top_label) {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%
}

.uael-gf-style .gform_wrapper .gform_page_footer.left_label,
.uael-gf-style .gform_wrapper .gform_page_footer.right_label {
  padding: 0
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio]:before,
.uael-gf-check-style .gfield_radio input[type=radio]+label:before {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-gf-style .gform_wrapper .top_label .gfield_error {
  width: 100% !important
}

.uael-gf-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important
}

.uael-gf-check-default-yes .uael-gf-style .gfield_radio input[type=radio]:checked:before,
.uael-gf-style .gfield_radio input[type=radio]:checked+label:before {
  -webkit-box-shadow: inset 0 0 0 4px;
  box-shadow: inset 0 0 0 4px
}

.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-center .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_wrapper .gform_footer input[type=submit] {
  width: auto
}

.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-center .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_wrapper .gform_footer input[type=submit] {
  margin-left: auto;
  margin-right: auto
}

.uael-gf-button-center .gform_page .gform_page_footer {
  text-align: center
}

.uael-gf-button-right .gform_page .gform_page_footer {
  text-align: right
}

.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_wrapper .gform_footer input[type=submit] {
  margin-left: 0;
  margin-right: auto
}

.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_wrapper .gform_footer input[type=submit] {
  margin-left: auto;
  margin-right: 0
}

.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_wrapper .gform_footer input[type=submit] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]+label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single div,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
  display: none
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
  margin-right: 10px
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked+label:before {
  content: "\2714";
  line-height: 1.2
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before {
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-widget-uael-gf-styler:not(.uael-gf-enable-classes-yes) .uael-gf-style .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_right_half):not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third):not(.gf_first_quarter):not(.gf_second_quarter):not(.gf_third_quarter):not(.gf_fourth_quarter):not(.gf_inline) {
  padding-right: 0
}

.uael-gf-button-width-full_width .gform_footer input[type=submit] {
  display: block;
  text-align: center;
  width: 100%
}

.uael-gf-style .gform_body ul {
  margin-left: 0;
  list-style: none
}

.uael-gf-style .gform_wrapper .chosen-choices li.search-field input.default,
.uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type=text],
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-choices,
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-single,
.uael-gf-style .gform_wrapper .gfield .ginput_container select {
  height: auto
}

.elementor-widget-uael-gf-styler .uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type=text] {
  padding: 0
}

.uael-gf-style .gform_page .gform_page_footer input[type=button] {
  margin-bottom: 20px
}

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button,
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
  display: inline-block
}

@media only screen and (max-width:976px) {
  .uael-gf-button-center .gform_page .gform_page_footer {
    text-align: center
  }

  .uael-gf-button-right .gform_page .gform_page_footer {
    text-align: right
  }

  .uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=button],
  .uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit],
  .uael-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    width: auto
  }

  .uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],
  .uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit],
  .uael-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit] {
    margin-left: 0;
    margin-right: auto;
    width: auto
  }

  .uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],
  .uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit],
  .uael-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit] {
    margin-left: auto;
    margin-right: 0;
    width: auto
  }

  .uael-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],
  .uael-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit],
  .uael-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .uael-gf-button-center .gform_page .gform_page_footer {
    text-align: center
  }

  .uael-gf-button-right .gform_page .gform_page_footer {
    text-align: right
  }

  .uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],
  .uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit],
  .uael-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    width: auto
  }

  .uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],
  .uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit],
  .uael-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit] {
    margin-left: 0;
    margin-right: auto;
    width: auto
  }

  .uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],
  .uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit],
  .uael-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit] {
    margin-left: auto;
    margin-right: 0;
    width: auto
  }

  .uael-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],
  .uael-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit],
  .uael-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
  }
}

.uael-gf-style .gform_wrapper .gform_validation_errors>h2 .gform-icon {
  display: unset;
  position: relative;
  left: unset;
  top: unset
}

.uael-gf-style .gform_wrapper .gform_validation_errors>h2.gform_submission_error {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-gf-style .gform_wrapper.gravity-theme span .uael-gf-select-custom {
  padding-left: unset;
  padding-right: unset
}

.uael-hotspot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, .57)
}

.uael-overlay-button,
.uael-tooltip {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.uael-tooltip-text p {
  margin-bottom: 0
}

.uael-overlay-button .elementor-button {
  cursor: pointer
}

.elementor-editor-active .uael-overlay-button .elementor-button {
  cursor: default
}

.uael-tooltip-container,
.uael-tour-inactive .uael-tour {
  display: none
}

.uael-tour-active .uael-tour {
  display: block;
  margin-top: 2em
}

.uael-tour-active .uael-tour ul {
  list-style: none;
  float: right;
  margin-bottom: 0;
  margin-left: .8em
}

.uael-actual-step {
  float: left;
  margin-right: .5em
}

.uael-tour-active .uael-hotspot-end a,
.uael-tour-active .uael-tour li a {
  color: #fff
}

.uael-tour-active .uael-tour li {
  display: inline-block;
  float: left
}

.uael-tour-active .uael-tour li:first-of-type {
  margin-right: .8em
}

.uael-tour-active .uael-tour .inactive {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: .5
}

.uael-hotspot-end {
  display: block;
  text-align: right;
  padding-top: 4px;
  margin-bottom: -5px
}

.uael-tour-active .uael-hotspot-end a {
  display: block;
  margin-top: 1.5em
}

.tooltipster-content .uael-tour-active .uael-hotspot-end a,
.tooltipster-content .uael-tour-active .uael-tour .uael-actual-step,
.tooltipster-content .uael-tour-active .uael-tour li a {
  font-size: .85em !important
}

.uael-hotspot-text {
  padding-left: 10px;
  padding-right: 10px
}

.uael-hotspot-content {
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: .95;
  padding: 4px
}

.uael-hotspot-tooltip-yes .uael-hotspot-content {
  cursor: pointer
}

.uael-hotspot-content.uael-hotspot-anim:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.uael-hotspot-content,
.uael-hotspot-content.uael-hotspot-anim:before {
  display: block;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #1569ae;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-hotspot-content svg {
  display: inline-block;
  vertical-align: middle
}

.uael-hotspot-content.uael-hotspot-anim:before {
  content: "";
  pointer-events: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: uael-hotspot-pulse 2s infinite;
  animation: uael-hotspot-pulse 2s infinite;
  z-index: -1
}

.uael-hotspot-tour .uael-hotspot-content.uael-hotspot-marker-nonactive {
  visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden
}

.uael-hotspot-tour .open.uael-hotspot-content.uael-hotspot-marker-nonactive {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.elementor-editor-active .uael-hotspot-tour .uael-hotspot-container[data-autoplay=yes] .uael-hotspot-content.uael-hotspot-marker-nonactive {
  visibility: visible
}

@-webkit-keyframes uael-hotspot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes uael-hotspot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.elementor-widget-uael-hotspot {
  text-align: center
}

.uael-hotspot {
  position: relative;
  display: inline-block
}

.uael-hotspot-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media only screen and (max-width:767px) {
  .uael-tour-active .uael-tour ul {
    margin-right: 0;
    margin-left: auto
  }
}

.tooltipster-noir.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  -webkit-border-radius: 0;
  border-radius: 0
}

.tooltipster-sidetip.tooltipster-noir.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 13px
}

.tooltipster-base.uael-tooltipster-active.uael-hotspot-tooltip {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute
}

.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fade.tooltipster-show {
  opacity: 1
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall.tooltipster-initial {
  top: 0 !important
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide.tooltipster-initial {
  left: -40px !important
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .2s;
  animation: tooltipster-fading .2s
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .2s;
  animation: tooltipster-rotating .2s
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .2s;
  animation: tooltipster-scaling .2s
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  background: #565656;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
  margin-bottom: 12px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  overflow: hidden;
  position: absolute
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  height: 12px;
  margin-left: -10px;
  top: 0;
  width: 25px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
  bottom: 0;
  height: 13px;
  margin-left: -10px;
  width: 25px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background,
.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
  border: 12px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
  border-left-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
  position: relative
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
  top: -10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
  left: -10px
}

.uael-howto-cost-title,
.uael-howto-steps-title,
.uael-howto-time-title {
  font-weight: 600
}

.uael-howto-section-inline,
.uael-howto-step-item.uael-step-has-image {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-howto-section-inline .uael-howto-supply,
.uael-howto-section-inline .uael-howto-tools {
  width: 50%
}

.uael-howto-section-inline .uael-howto-supply {
  padding-right: 20px
}

.uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.uael-step-has-image .uael-howto-step-item-wrap {
  width: 100%
}

.uael-howto-image-align-bottom .uael-howto-step-item.uael-step-has-image {
  display: block
}

.rtl .uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image .uael-howto-step-item-wrap {
  text-align: right
}

@media (max-width:767px) {

  .uael-howto-section-inline .uael-howto-supply,
  .uael-howto-section-inline .uael-howto-tools,
  .uael-step-has-image .uael-howto-step-image-wrap,
  .uael-step-has-image .uael-howto-step-item-wrap {
    width: 100%
  }

  .uael-howto-section-inline .uael-howto-supply {
    padding-right: 0
  }
}

.uael-img-gallery-tabs-dropdown .uael-filters-dropdown {
  display: none
}

.uael-img-gallery-wrap.uael-img-justified-wrap,
.uael-img-gallery-wrap.uael-img-justified-wrap.uael-cat-filters {
  margin: 0
}

.elementor:not(.elementor-edit-mode) .uael-img-justified-wrap .uael-grid-item {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.uael-img-gallery-wrap::after,
.uael-img-gallery-wrap::before {
  content: ' ';
  display: table;
  width: 0
}

.uael-img-gallery-wrap::after {
  clear: both
}

.uael-gallery-parent .uael-masonry-filters {
  text-align: center;
  margin-bottom: 30px
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter {
  border-style: none;
  display: inline-block;
  padding: 5px 15px;
  background: #efefef;
  cursor: pointer;
  margin: 0 5px 5px
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:first-child {
  margin-left: 0 !important
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:last-child {
  margin-right: 0 !important
}

.uael-gallery-parent .uael-img-gallery-tabs-dropdown .uael-masonry-filters .uael-current,
.uael-gallery-parent .uael-masonry-filters .uael-current {
  background: #ccc
}

.uael-img-gallery-wrap {
  margin: 0 -10px;
  list-style: none outside;
  clear: both
}

.uael-img-grid-masonry-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-img-gallery-wrap .uael-grid-img-thumbnail {
  overflow: hidden
}

.uael-img-gallery-wrap img {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle
}

.uael-gallery-unjustified .uael-img-gallery-wrap .uael-grid-item {
  width: 25%;
  padding: 0 10px
}

.uael-img-grid-wrap .uael-grid-item-content {
  margin-bottom: 10px
}

.uael-img-gallery-wrap .uael-grid-item-content {
  position: relative
}

.uael-img-gallery-wrap.justified-gallery .uael-grid-item.jg-entry:not(.entry-visible) .uael-grid-item-content {
  position: relative;
  opacity: 0
}

.uael-img-gallery-wrap .uael-grid-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.uael-img-gallery-wrap .uael-grid-img-overlay i,
.uael-img-gallery-wrap .uael-grid-img-overlay img,
.uael-img-gallery-wrap .uael-grid-img-overlay svg {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 135ms linear;
  transition: opacity 135ms linear
}

.uael-img-gallery-wrap .uael-grid-img-overlay i,
.uael-img-gallery-wrap .uael-grid-img-overlay svg {
  text-align: center;
  top: 50%;
  width: 100%;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.uael-img-gallery-wrap .uael-grid-img-overlay img {
  top: 50%;
  left: 50%;
  width: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.uael-grid-gallery-img:hover .uael-grid-img-overlay i,
.uael-grid-gallery-img:hover .uael-grid-img-overlay img,
.uael-grid-gallery-img:hover .uael-grid-img-overlay svg {
  opacity: 1
}

.uael-img-gallery-wrap .uael-grid-img-caption {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 12px;
  background: rgba(0, 0, 0, .4);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.uael-img-gallery-wrap .uael-grid-img-caption .uael-grid-caption-text {
  color: #fff;
  margin-bottom: 0
}

.uael-caption-on-image .uael-img-gallery-wrap .uael-grid-img-caption {
  opacity: 1;
  pointer-events: auto;
  margin: 0
}

.uael-caption-on-hover .uael-img-gallery-wrap .uael-grid-item-content:hover .uael-grid-img-caption {
  opacity: 1;
  pointer-events: auto
}

.uael-img-caption-valign-bottom .uael-grid-img-caption {
  bottom: 0
}

.uael-img-caption-valign-middle .uael-grid-img-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto
}

.uael-img-caption-valign-top .uael-grid-img-caption {
  top: 0;
  bottom: auto
}

.uael-gallery-fancybox .fancybox-caption {
  text-align: center;
  margin-top: -30px;
  font-size: 16px
}

.uael-gallery-fancybox .fancybox-caption:after {
  border-bottom: none
}

.uael-gallery-fancybox .fancybox-slide--image {
  padding-bottom: 70px;
  padding-top: 70px
}

.logged-in #wpadminbar~.uael-gallery-fancybox .fancybox-toolbar {
  margin-top: 32px
}

.rtl .uael-gallery-fancybox .fancybox-slide--image .fancybox-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important
}

.rtl .uael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_right {
  left: 6px
}

.rtl .uael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_left {
  right: 6px;
  left: unset
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item {
  width: 100%
}

.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item {
  width: 50%
}

.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item {
  width: 33.33%
}

.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item {
  width: 25%
}

.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item {
  width: 20%
}

.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item {
  width: 16.66%
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n+1),
.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
  clear: left
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
  clear: right
}

@media (max-width:1024px) {
  .uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item {
    width: 100%
  }

  .uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item {
    width: 50%
  }

  .uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item {
    width: 33.33%
  }

  .uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item {
    width: 25%
  }

  .uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item {
    width: 20%
  }

  .uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item {
    width: 16.66%
  }

  .uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
  .uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n+1),
  .uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
  .uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
  .uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
  .uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
    clear: left
  }

  .uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
  .uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
  .uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
  .uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
  .uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
  .uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
    clear: right
  }
}

@media (max-width:767px) {
  .uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item {
    width: 100%
  }

  .uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item {
    width: 50%
  }

  .uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item {
    width: 33.33%
  }

  .uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item {
    width: 25%
  }

  .uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item {
    width: 20%
  }

  .uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item {
    width: 16.66%
  }

  .uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
  .uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n+1),
  .uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
  .uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
  .uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
  .uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
    clear: left
  }

  .uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
  .uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
  .uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
  .uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
  .uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
  .uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
    clear: right
  }

  .uael-img-gallery-tabs-dropdown .uael-masonry-filters {
    display: none
  }

  .uael-img-gallery-tabs-dropdown .uael-filters-dropdown {
    display: block;
    position: relative
  }

  .uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button {
    background: #efefef;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    display: inline-block
  }

  .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
    display: none;
    list-style: none;
    position: absolute;
    margin: 0;
    top: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    z-index: 9;
    border: 1px solid #ededed
  }

  .uael-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-mobile-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-tablet-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .uael-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-mobile-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-tablet-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
    left: 0;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .uael-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-mobile-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-tablet-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  ul.uael-filters-dropdown-list.show-list {
    display: block
  }

  .uael-gallery-parent .uael-img-gallery-tabs-dropdown .uael-masonry-filter {
    white-space: nowrap;
    display: block;
    background: #efefef;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    border-style: none;
    margin: 0;
    padding: 5px 15px 5px 15px
  }

  .uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px
  }
}

.uael-img-carousel-wrap {
  white-space: nowrap
}

.uael-img-carousel-wrap .uael-grid-item-content {
  white-space: normal
}

.uael-img-carousel-wrap .uael-grid-item {
  display: inline-block
}

.uael-img-carousel-wrap.uael-nav-both,
.uael-img-carousel-wrap.uael-nav-dots {
  margin-bottom: 50px
}

.uael-img-carousel-wrap .slick-slide img {
  width: 100%
}

.uael-img-carousel-wrap .slick-slide>div {
  line-height: 0
}

.uael-img-carousel-wrap .slick-next,
.uael-img-carousel-wrap .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10
}

.uael-img-carousel-wrap .slick-next:before,
.uael-img-carousel-wrap .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-img-carousel-wrap .slick-prev:before {
  content: '\f104'
}

[dir=rtl] .uael-img-carousel-wrap .slick-prev:before {
  content: '\f105'
}

.uael-img-carousel-wrap .slick-next:before {
  content: '\f105'
}

[dir=rtl] .uael-img-carousel-wrap .slick-next:before {
  content: '\f104'
}

.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
  left: -25px
}

.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
  right: -25px
}

.uael-img-carousel-arrow-inside .uael-img-carousel-wrap .slick-prev {
  left: 25px
}

.uael-img-carousel-arrow-inside .uael-img-carousel-wrap .slick-next {
  right: 25px
}

@media (max-width:768px) {
  .uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
    left: 15px
  }

  .uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
    right: 15px
  }
}

.uael-img-carousel-wrap ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: -45px;
  text-align: center
}

.uael-img-carousel-wrap ul.slick-dots li {
  background: #efefef
}

.uael-img-carousel-wrap ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-img-carousel-wrap ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-img-carousel-wrap ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-img-carousel-wrap ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.uael-img-gallery-wrap.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden
}

.uael-img-gallery-wrap.justified-gallery>a,
.uael-img-gallery-wrap.justified-gallery>div,
.uael-img-gallery-wrap.justified-gallery>figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1;
  margin: 0;
  padding: 0
}

.uael-img-gallery-wrap.justified-gallery>a>a>img,
.uael-img-gallery-wrap.justified-gallery>a>img,
.uael-img-gallery-wrap.justified-gallery>div>a>img,
.uael-img-gallery-wrap.justified-gallery>div>img,
.uael-img-gallery-wrap.justified-gallery>figure>a>img,
.uael-img-gallery-wrap.justified-gallery>figure>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0
}

.uael-img-gallery-wrap.justified-gallery>a>.caption,
.uael-img-gallery-wrap.justified-gallery>div>.caption,
.uael-img-gallery-wrap.justified-gallery>figure>.caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif
}

.uael-img-gallery-wrap.justified-gallery>a>.caption.caption-visible,
.uael-img-gallery-wrap.justified-gallery>div>.caption.caption-visible,
.uael-img-gallery-wrap.justified-gallery>figure>.caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in
}

.uael-img-gallery-wrap.justified-gallery>.entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0
}

.uael-img-gallery-wrap.justified-gallery>.entry-visible>a>img,
.uael-img-gallery-wrap.justified-gallery>.entry-visible>img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in
}

.uael-img-gallery-wrap.justified-gallery>.jg-filtered {
  display: none
}

.uael-img-gallery-wrap.justified-gallery>.spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial
}

.uael-img-gallery-wrap.justified-gallery>.spinner>span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.uael-img-carousel-wrap ul.slick-dots {
  padding-left: unset
}

.elementor-widget-uael-image-gallery .uael-img-carousel-wrap ul.slick-dots li,
.elementor-widget-uael-image-gallery .uael-img-carousel-wrap ul.slick-dots li button:not(:hover):not(:active):not(.has-background),
.uael-img-gallery-wrap button:not(:hover):not(:active):not(.has-background) {
  background: 0 0
}

.uael-img-carousel-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease
}

.uael-img-carousel-wrap.slick-initialized {
  visibility: visible;
  opacity: 1
}

.uael-icon-wrap .uael-icon {
  display: inline-block
}

.uael-infobox-link-type-module:hover,
.uael-infobox-link-type-module:hover .uael-icon i,
.uael-infobox-link-type-module:hover .uael-icon svg {
  -webkit-transition: color .2s;
  transition: color .2s
}

.uael-imgicon-style-circle .uael-icon-wrap .uael-icon,
.uael-imgicon-style-circle .uael-image .uael-image-content,
.uael-imgicon-wrap .uael-image-crop-circle img {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-infobox-icon-left .uael-infobox-left-right-wrap,
.uael-infobox-icon-left-title .left-title-image,
.uael-infobox-icon-right .uael-infobox-left-right-wrap,
.uael-infobox-icon-right-title .right-title-image,
.uael-infobox-photo-left .uael-infobox-left-right-wrap,
.uael-infobox-photo-left .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-left-title .left-title-image,
.uael-infobox-photo-left-title .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right .uael-infobox-left-right-wrap,
.uael-infobox-photo-right .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right-title .right-title-image,
.uael-infobox-photo-right-title .uael-module-content.uael-imgicon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}

.uael-infobox-photo-left .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-left-title .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right-title .uael-module-content.uael-imgicon-wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.uael-infobox-photo-left .uael-infobox-title-wrap,
.uael-infobox-photo-left-title .uael-infobox-title-wrap,
.uael-infobox-photo-right .uael-infobox-title-wrap,
.uael-infobox-photo-right-title .uael-infobox-title-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.uael-infobox-icon-left-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-icon-left.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-icon-right-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-icon-right.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-image-valign-middle .uael-imgicon-wrap,
.uael-infobox-photo-left-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-photo-left.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-photo-right-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-photo-right.uael-infobox-image-valign-middle .uael-infobox-content {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center
}

.uael-infobox .uael-infobox-content,
.uael-infobox-left-right-wrap,
.uael-infobox-title-wrap {
  width: 100%
}

.uael-infobox-left {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start
}

.uael-infobox-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.uael-infobox-right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}

.uael-infobox-icon-above-title .uael-infobox-left-right-wrap,
.uael-infobox-icon-below-title .uael-infobox-left-right-wrap,
.uael-infobox-photo-above-title .uael-infobox-left-right-wrap,
.uael-infobox-photo-below-title .uael-infobox-left-right-wrap {
  display: block;
  min-width: 100%;
  width: 100%
}

.uael-infobox-icon-left .uael-icon-wrap,
.uael-infobox-icon-left-title .uael-icon-wrap,
.uael-infobox-photo-left .uael-imgicon-wrap .uael-image-content,
.uael-infobox-photo-left-title .uael-imgicon-wrap .uael-image-content {
  margin-right: 10px
}

.uael-infobox-icon-right .uael-icon-wrap,
.uael-infobox-icon-right-title .uael-icon-wrap,
.uael-infobox-photo-right .uael-imgicon-wrap .uael-image-content,
.uael-infobox-photo-right-title .uael-imgicon-wrap .uael-image-content {
  margin-left: 10px
}

.uael-infobox-icon-right .uael-infobox-left-right-wrap,
.uael-infobox-icon-right-title .right-title-image,
.uael-infobox-photo-right .uael-infobox-left-right-wrap,
.uael-infobox-photo-right-title .right-title-image {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}

.uael-infobox-photo-above-title .uael-imgicon-wrap {
  display: block
}

.uael-infobox-photo-below-title .uael-imgicon-wrap {
  display: block;
  margin: 10px 0 15px
}

.uael-icon-wrap .uael-icon i {
  height: auto;
  width: auto;
  position: relative;
  display: block
}

.uael-icon-wrap .uael-icon svg {
  height: 100%;
  width: 100%
}

.uael-imgicon-wrap .uael-image-content {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%
}

.uael-imgicon-wrap .uael-image-content img {
  display: inline;
  height: auto !important;
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: inherit;
  border-radius: inherit
}

.uael-imgicon-wrap .uael-image-crop-square img {
  -webkit-border-radius: 0;
  border-radius: 0
}

.uael-infobox-module-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4
}

.elementor-edit-mode .uael-infobox-module-link {
  z-index: 2
}

.uael-infobox-link-icon-after {
  margin-left: 5px;
  margin-right: 0
}

.uael-infobox-link-icon-before {
  margin-left: 0;
  margin-right: 5px
}

.uael-infobox-link-icon {
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.uael-infobox-link-type-module .uael-infobox {
  position: relative
}

@media only screen and (max-width:976px) {
  .uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap {
    padding: 0;
    margin-bottom: 20px
  }

  .uael-infobox-stacked-tablet.uael-reverse-order-tablet .uael-infobox-left-right-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -js-display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse
  }

  .uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap,
  .uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-infobox-content {
    display: block;
    width: 100%;
    text-align: center
  }

  .uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap {
    margin-left: 0;
    margin-right: 0
  }

  .uael-infobox-stacked-tablet .uael-infobox-left-right-wrap {
    display: inline-block
  }

  .uael-infobox-icon-left-title.uael-infobox-stacked-tablet .uael-imgicon-wrap,
  .uael-infobox-icon-left.uael-infobox-stacked-tablet .uael-imgicon-wrap,
  .uael-infobox-photo-left-title.uael-infobox-stacked-tablet .uael-image-content,
  .uael-infobox-photo-left.uael-infobox-stacked-tablet .uael-image-content {
    margin-right: 0
  }

  .uael-infobox-icon-right-title.uael-infobox-stacked-tablet .uael-imgicon-wrap,
  .uael-infobox-icon-right.uael-infobox-stacked-tablet .uael-imgicon-wrap,
  .uael-infobox-photo-right-title.uael-infobox-stacked-tablet .uael-image-content,
  .uael-infobox-photo-right.uael-infobox-stacked-tablet .uael-image-content {
    margin-left: 0
  }
}

@media screen and (max-width:767px) {
  .uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap {
    padding: 0;
    margin-bottom: 20px
  }

  .uael-infobox-stacked-mobile.uael-reverse-order-mobile .uael-infobox-left-right-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -js-display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse
  }

  .uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap,
  .uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-infobox-content {
    display: block;
    width: 100%;
    text-align: center
  }

  .uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap {
    margin-left: 0;
    margin-right: 0
  }

  .uael-infobox-stacked-mobile .uael-infobox-left-right-wrap {
    display: inline-block
  }

  .uael-infobox-icon-left-title.uael-infobox-stacked-mobile .uael-imgicon-wrap,
  .uael-infobox-icon-left.uael-infobox-stacked-mobile .uael-imgicon-wrap,
  .uael-infobox-photo-left-title.uael-infobox-stacked-mobile .uael-image-content,
  .uael-infobox-photo-left.uael-infobox-stacked-mobile .uael-image-content {
    margin-right: 0
  }

  .uael-infobox-icon-right-title.uael-infobox-stacked-mobile .uael-imgicon-wrap,
  .uael-infobox-icon-right.uael-infobox-stacked-mobile .uael-imgicon-wrap,
  .uael-infobox-photo-right-title.uael-infobox-stacked-mobile .uael-image-content,
  .uael-infobox-photo-right.uael-infobox-stacked-mobile .uael-image-content {
    margin-left: 0
  }
}

.uael-infobox-link-type-module:hover .elementor-animation-grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.uael-infobox-link-type-module:hover .elementor-animation-shrink {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse {
  -webkit-animation-name: elementor-animation-pulse;
  animation-name: elementor-animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-grow,
.uael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-grow {
  -webkit-animation-name: elementor-animation-pulse-grow;
  animation-name: elementor-animation-pulse-grow
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
  -webkit-animation-name: elementor-animation-pulse-shrink;
  animation-name: elementor-animation-pulse-shrink
}

.uael-infobox-link-type-module:hover .elementor-animation-pop,
.uael-infobox-link-type-module:hover .elementor-animation-push {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-infobox-link-type-module:hover .elementor-animation-push {
  -webkit-animation-name: elementor-animation-push;
  animation-name: elementor-animation-push
}

.uael-infobox-link-type-module:hover .elementor-animation-pop {
  -webkit-animation-name: elementor-animation-pop;
  animation-name: elementor-animation-pop
}

.uael-infobox-link-type-module:hover .elementor-animation-bounce-in {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.uael-infobox-link-type-module:hover .elementor-animation-bounce-out {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.uael-infobox-link-type-module:hover .elementor-animation-rotate {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-grow-rotate {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-float {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.uael-infobox-link-type-module:hover .elementor-animation-sink {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.uael-infobox-link-type-module:hover .elementor-animation-bob,
.uael-infobox-link-type-module:hover .elementor-animation-hang {
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate
}

.uael-infobox-link-type-module:hover .elementor-animation-bob {
  -webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-name: elementor-animation-bob-float, elementor-animation-bob
}

.uael-infobox-link-type-module:hover .elementor-animation-hang {
  -webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-name: elementor-animation-hang-sink, elementor-animation-hang
}

.uael-infobox-link-type-module:hover .elementor-animation-skew,
.uael-infobox-link-type-module:hover .elementor-animation-skew-forward {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-skew-backward {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-bottom,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-skew,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-top,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
  -webkit-animation-name: elementor-animation-wobble-vertical;
  animation-name: elementor-animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
  -webkit-animation-name: elementor-animation-wobble-vertical;
  animation-name: elementor-animation-wobble-vertical
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal {
  -webkit-animation-name: elementor-animation-wobble-horizontal;
  animation-name: elementor-animation-wobble-horizontal
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right {
  -webkit-animation-name: elementor-animation-wobble-to-bottom-right;
  animation-name: elementor-animation-wobble-to-bottom-right
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right {
  -webkit-animation-name: elementor-animation-wobble-to-top-right;
  animation-name: elementor-animation-wobble-to-top-right
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-top {
  -webkit-animation-name: elementor-animation-wobble-top;
  animation-name: elementor-animation-wobble-top
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-bottom {
  -webkit-animation-name: elementor-animation-wobble-bottom;
  animation-name: elementor-animation-wobble-bottom
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-skew {
  -webkit-animation-name: elementor-animation-wobble-skew;
  animation-name: elementor-animation-wobble-skew
}

.uael-infobox-link-type-module:hover .elementor-animation-buzz {
  -webkit-animation-name: elementor-animation-buzz;
  animation-name: elementor-animation-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.uael-infobox-link-type-module:hover .elementor-animation-buzz-out {
  -webkit-animation-name: elementor-animation-buzz-out;
  animation-name: elementor-animation-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-icon-wrap .uael-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.rtl .uael-module-content.uael-infobox.uael-infobox-left .uael-infobox-left-right-wrap {
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}

.rtl .uael-module-content.uael-infobox.uael-infobox-right .uael-infobox-left-right-wrap {
  text-align: right;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start
}

.elementor-widget-uael-instagram-feed .elementor-widget-container {
  min-height: 2px
}

.uael-instagram-feed {
  position: relative
}

.uael-instagram-feed .uael-feed-item {
  float: left;
  position: relative
}

.uael-instagram-feed .uael-feed-item img {
  -webkit-filter: none;
  filter: none;
  vertical-align: middle
}

.uael-instagram-feed .uael-feed-item:hover img {
  -webkit-filter: none;
  filter: none
}

.uael-instagram-feed-title-wrap {
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.uael-insta-title-top .uael-instagram-feed-title-wrap {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.uael-insta-title-bottom .uael-instagram-feed-title-wrap {
  bottom: 0;
  top: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.uael-insta-profile-link-position-above .uael-instafeed,
.uael-insta-profile-link-position-below .uael-instafeed {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-insta-profile-link-position-above .uael-instafeed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uael-insta-profile-link-position-below .uael-instafeed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.uael-insta-profile-link-position-above .uael-instagram-feed-title-wrap,
.uael-insta-profile-link-position-below .uael-instagram-feed-title-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}

.uael-instagram-feed-title {
  display: block;
  padding: 6px 30px;
  text-align: center
}

.uael-instagram-feed .uael-feed-item {
  position: relative
}

.uael-instagram-feed .uael-feed-item-inner {
  display: block;
  position: relative
}

.uael-instagram-feed-gray .uael-feed-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter .25s linear 0s;
  -webkit-transition: -webkit-filter .25s linear 0s;
  transition: filter .25s linear 0s;
  transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.uael-instagram-feed-hover-gray .uael-feed-item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter .25s linear 0s;
  -webkit-transition: -webkit-filter .25s linear 0s;
  transition: filter .25s linear 0s;
  transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.uael-instagram-feed .uael-overlay-container {
  color: #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1
}

.uael-instagram-feed .uael-overlay-container span {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px
}

.uael-instagram-feed-hover .uael-overlay-container {
  opacity: 0
}

.uael-instagram-feed-hover .uael-feed-item:hover .uael-overlay-container {
  opacity: 1
}

.uael-instagram-feed-below .uael-if-img {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.uael-instagram-feed-below .uael-overlay-container {
  position: relative
}

.uael-image-overlay,
.uael-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.uael-media-overlay {
  -webkit-transition: all .25s linear 0s;
  transition: all .25s linear 0s
}

.uael-insta-icons {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-instafeed {
  overflow: hidden;
  position: relative
}

.uael-if-icon {
  margin-right: 5px
}

.uael-if-square-images .uael-feed-item-inner {
  position: relative;
  padding-bottom: 100%;
  width: 100%
}

.uael-if-square-images .uael-if-img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.uael-if-square-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.uael-login-form input[type=checkbox] {
  display: none
}

.uael-login-form .elementor-field::-webkit-input-placeholder {
  opacity: .7
}

.uael-login-form .elementor-field:-moz-placeholder {
  opacity: .7
}

.uael-login-form .elementor-field::-moz-placeholder {
  opacity: .7
}

.uael-login-form .elementor-field:-ms-input-placeholder {
  opacity: .7
}

.uael-login-form .elementor-field::-ms-input-placeholder {
  opacity: .7
}

.uael-login-form .elementor-field::placeholder {
  opacity: .7
}

.uael-login-form .elementor-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.uael-lf-social-bottom .uael-lf-custom-form-show.uael-login-form-social,
.uael-login-form-social-stack .uael-lf-social-bottom .uael-lf-custom-form-show.uael-login-form-social,
.uael-separator-parent.uael-lf-separator-bottom {
  margin-top: 30px
}

.uael-lf-social-top .uael-lf-custom-form-show.uael-login-form-social,
.uael-login-form-social-stack .uael-lf-social-top .uael-lf-custom-form-show.uael-login-form-social,
.uael-separator-parent.uael-lf-separator-top {
  margin-bottom: 30px
}

.elementor-widget-uael-login-form .uael-login-form .elementor-field-label {
  font-weight: 500
}

.uael-loginform-error {
  color: #d9534f;
  display: block;
  margin-top: 5px
}

.uael-login-form-social-inline .uael-lf-custom-form-hidden .elementor-field-group,
.uael-login-form-social-stack .uael-lf-custom-form-hidden .elementor-field-group:not( :first-child) {
  margin-top: 0
}

.elementor-widget-uael-login-form .elementor-button {
  border: none
}

.uael-login-form .elementor-remember-me {
  font-size: 1em
}

.uael-login-form .uael-login-form-remember {
  font-size: .85em
}

span.uael-login-form-remember::after,
span.uael-login-form-remember::before {
  content: " "
}

.uael-login-form input[type=checkbox]+span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  height: 14px;
  width: 14px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #c1b7b7;
  color: #7a7a7a;
  line-height: 1.2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-login-form input[type=checkbox]:checked+span:before {
  content: "\2714";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: -webkit-calc(16px / 1.2);
  font-size: calc(16px / 1.2)
}

.uael-form-loader {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  border: 2px solid currentColor;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-left-color: transparent;
  -webkit-animation: uael-rotating 1s linear infinite;
  animation: uael-rotating 1s linear infinite
}

.elementor-editor-active .uael-login-form-facebook,
.elementor-editor-active .uael-login-form-google {
  pointer-events: none
}

.uael-login-form-social-wrapper .status.success {
  color: #3c763d;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center
}

.uaelFacebookButtonIcon svg,
.uaelGoogleButtonIcon svg {
  vertical-align: middle;
  margin-bottom: 2px
}

.uaelGoogleContentWrapper .uaelGoogleButtonIcon {
  padding: 9px 13px
}

#uael-fbLink .uaelFacebookButtonIcon,
.uael-lf-social-theme-light .uaelGoogleContentWrapper .uaelGoogleButtonIcon {
  padding: 10px 0 10px 10px
}

#uael-fbLink .uael-facebook-text,
.uaelGoogleContentWrapper .uael-google-text {
  padding: 10px 22px
}

.uael-login-form-google svg {
  width: 18px;
  height: 18px
}

.uael-login-form-social,
.uael-login-form-social-stack .uael-login-form-social .elementor-field-group,
.uael-separator-wrap,
.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.uael-lf-social-theme-dark .uaelGoogleContentWrapper {
  border: none;
  color: #fff
}

.uael-lf-social-theme-dark .uael-google-text {
  background: #4285f4
}

.uael-lf-social-theme-dark .uaelGoogleButtonIcon {
  background: #fff;
  border: 1px solid #4285f4
}

.uael-lf-social-theme-light .uaelFacebookContentWrapper,
.uael-lf-social-theme-light .uaelGoogleContentWrapper {
  border: 1px solid #bfc0c6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff
}

.uael-lf-social-theme-light .uael-login-form-google svg {
  width: 25px;
  height: 25px
}

.uael-lf-social-theme-light #uael-fbLink .uael-facebook-text,
.uael-lf-social-theme-light .uaelGoogleContentWrapper .uael-google-text {
  padding: 10px 30px;
  margin-bottom: -2px
}

.uael-lf-social-theme-light.uael-login-form-social-stack .uaelGoogleContentWrapper .uael-google-text {
  padding: 10px 38px
}

.uael-lf-social-theme-dark .uaelFacebookContentWrapper {
  background: #3a5a97;
  color: #fff;
  border: none
}

.uael-lf-social-theme-dark .uael-login-form-facebook svg {
  width: 20px;
  height: 20px;
  color: #fff
}

.uael-lf-social-theme-dark .uael-login-form-facebook svg path {
  fill: #FFFFFF
}

.uael-lf-social-theme-light .uael-login-form-facebook svg {
  width: 25px;
  height: 25px;
  color: #4d6fa9
}

.uael-lf-social-theme-light .uael-login-form-facebook svg path {
  fill: #4D6FA9
}

.uael-login-form-social {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-login-form-social-stack .uael-login-form-social .elementor-field-group {
  width: 100%
}

.elementor-widget-uael-login-form.uael-lf-social-theme-light .uael-facebook-text,
.elementor-widget-uael-login-form.uael-lf-social-theme-light .uael-google-text {
  font-weight: 500;
  text-transform: uppercase
}

.uael-login-form-facebook,
.uael-login-form-google {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.uael-login-form-social-inline .uael-login-form-social .elementor-field-group:first-child {
  padding-right: 20px
}

.uael-login-form-social-inline .uael-login-form-social .elementor-field-group:last-child {
  padding-right: 0
}

.uael-separator {
  display: inline-block
}

.uael-separator-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto
}

.uael-separator-parent.uael-lf-separator-bottom {
  line-height: 0;
  margin-bottom: 20px
}

.uael-separator-parent.uael-lf-separator-top {
  line-height: 0;
  margin-top: 20px
}

.uael-divider-text {
  white-space: nowrap;
  margin: 0
}

.uael-separator-line {
  display: table-cell;
  vertical-align: middle
}

.uael-separator-line>span {
  display: block;
  margin-top: 0;
  border-top-style: solid;
  border-color: #7a7a7a
}

.uael-divider-content {
  display: table-cell;
  padding: 0 10px 0 10px
}

.uael-side-left,
.uael-side-right {
  width: 50%
}

.uael-alert-facebook,
.uael-alert-google,
.uael-login-form-alert {
  margin-top: 15px
}

@-webkit-keyframes uael-rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes uael-rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@media (max-width:767px) {
  .uael-login-form-social-inline.uael-lf-responsive-yes .uael-login-form-social .elementor-field-group {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .uael-lf-social-theme-light.uael-lf-responsive-yes .uaelGoogleContentWrapper .uael-google-text {
    padding: 10px 38px
  }
}

.elementor-widget-uael-login-form .uael-form.uael-login-form .field-icon {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  cursor: pointer;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-password-wrapper,
.uael-username-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative
}

.uael-login-form-inline-yes .uael-login-form .elementor-remember-me {
  display: block;
  width: 50%
}

.uael-login-form-inline-yes .uael-login-form .elementor-field-type-submit {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.uael-login-form-icon-yes .uael-fields-icon {
  position: absolute;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs {
  padding: 4px 27px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg {
  padding: 7px 33px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md {
  padding: 6px 30px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-sm {
  padding: .75em 30px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl {
  padding: 8px 35px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs+.uael-fields-icon {
  font-size: 13px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md+.uael-fields-icon {
  font-size: 16px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg+.uael-fields-icon {
  font-size: 18px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl+.uael-fields-icon {
  font-size: 20px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs {
  padding: 4px 35px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-sm {
  padding: .75em 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md {
  padding: 6px 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg {
  padding: 7px 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl {
  padding: 8px 40px
}

.uael-login-form-icon-yes .uael-password-wrapper .elementor-size-xs.uael-login-form-password+.uael-fields-icon,
.uael-login-form-icon-yes .uael-username-wrapper .uael-login-form-username.elementor-size-xs+.uael-fields-icon {
  top: 3.1px;
  max-height: 50px;
  height: 90%
}

.rtl .elementor-button-align-start .elementor-field-type-submit {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.rtl .elementor-button-align-end .elementor-field-type-submit {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.uael-login-form .elementor-field-textual {
  font-size: 14px
}

.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-icon,
.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .elementor-button-content-wrapper .elementor-button-icon,
.uael-marketing-button .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_left .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_left .elementor-button-content-wrapper .uael-marketing-buttons-wrap,
.uael-marketing-button .uael-marketing-buttons-all_right .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_right .elementor-button-content-wrapper .uael-marketing-buttons-wrap {
  display: inline-block
}

.uael-marketing-buttons-wrap svg {
  width: 1em;
  height: 1em
}

.uael-dual-button-wrap .uael-button-wrapper a {
  width: 100%
}

.uael-dual-button-wrap .elementor-button-icon svg {
  height: 100%
}

.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-text p {
  margin-bottom: 0
}

.uael-button-halign-justify .uael-button-wrapper,
.uael-dual-button-wrap,
.uael-dual-button-wrap .elementor-button-content-wrapper,
.uael-marketing-button .elementor-button-content-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-dual-button-wrap .elementor-button-content-wrapper.uael-buttons-icon-right,
.uael-marketing-button .elementor-button-content-wrapper.uael-buttons-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse
}

.uael-dual-button-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-button-stack-desktop .uael-dual-button-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uael-button-halign-center .uael-dual-button-wrap,
.uael-dual-button-wrap .elementor-button-content-wrapper,
.uael-marketing-button .elementor-button-content-wrapper,
.uael-marketing-button .uael-marketing-buttons-all_left.elementor-button,
.uael-marketing-button .uael-marketing-buttons-all_right.elementor-button,
.uael-mbutton-text-center .elementor-button-content-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-button-halign-justify .uael-button-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.uael-button-halign-left .uael-dual-button-wrap,
.uael-mbutton-text-left .elementor-button-content-wrapper,
.uael-mbutton-text-right .elementor-button-content-wrapper .elementor-align-icon-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.uael-button-halign-right .uael-dual-button-wrap,
.uael-mbutton-text-left .elementor-button-content-wrapper .elementor-align-icon-right,
.uael-mbutton-text-right .elementor-button-content-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.uael-button-stack-desktop.uael-button-halign-center .uael-dual-button-wrap,
.uael-dual-button-wrap,
.uael-mbutton-text-center .elementor-button-content-wrapper,
.uael-mbutton-text-left .elementor-button-content-wrapper,
.uael-mbutton-text-left .elementor-button-content-wrapper .elementor-align-icon-right,
.uael-mbutton-text-right .elementor-button-content-wrapper,
.uael-mbutton-text-right .elementor-button-content-wrapper .elementor-align-icon-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-button-stack-desktop.uael-button-halign-left .uael-dual-button-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.uael-button-stack-desktop.uael-button-halign-right .uael-dual-button-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.uael-button-stack-desktop.uael-button-halign-justify .uael-dual-button-wrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.uael-marketing-button .uael-marketing-button-title {
  font-weight: 700
}

.uael-marketing-button .uael-marketing-button-desc {
  font-size: .9em;
  display: block
}

.uael-marketing-button .elementor-button-content-wrapper {
  margin-bottom: 7px
}

.uael-marketing-button .uael-marketing-buttons-all_left.elementor-button,
.uael-marketing-button .uael-marketing-buttons-all_right.elementor-button {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.uael-marketing-button .uael-marketing-buttons-all_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.uael-marketing-buttons-all_left.elementor-button .elementor-button-icon,
.uael-marketing-buttons-all_right.elementor-button .elementor-button-icon {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.uael-marketing-buttons-all_left.elementor-button .elementor-button-icon {
  float: left
}

.uael-marketing-buttons-all_right.elementor-button .elementor-button-icon {
  float: right
}

.uael-mbutton-text-left .uael-marketing-button-desc,
.uael-mbutton-text-left .uael-marketing-button-title {
  text-align: left
}

.uael-mbutton-text-center .uael-marketing-button-desc {
  text-align: center
}

.uael-mbutton-text-right .uael-marketing-button-desc,
.uael-mbutton-text-right .uael-marketing-button-title {
  text-align: right
}

.uael-marketing-buttons-wrap .elementor-button-text {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

@media only screen and (max-width:976px) {
  .uael-button-stack-tablet .uael-dual-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .uael-heading-stack-tablet .uael-adv-heading-stack {
    display: block
  }

  .uael-tablet-button-halign-left .uael-dual-button-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .uael-tablet-button-halign-right .uael-dual-button-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .uael-tablet-button-halign-center .uael-dual-button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .uael-tablet-button-halign-justify .uael-button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .uael-button-stack-tablet.uael-tablet-button-halign-justify .uael-dual-button-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .uael-button-stack-tablet.uael-tablet-button-halign-left .uael-dual-button-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .uael-button-stack-tablet.uael-tablet-button-halign-right .uael-dual-button-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .uael-button-stack-tablet.uael-tablet-button-halign-center .uael-dual-button-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (max-width:767px) {
  .uael-button-stack-mobile .uael-dual-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .uael-heading-stack-mobile .uael-adv-heading-stack {
    display: block
  }

  .uael-mobile-button-halign-left .uael-dual-button-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .uael-mobile-button-halign-right .uael-dual-button-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .uael-mobile-button-halign-center .uael-dual-button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .uael-mobile-button-halign-justify .uael-button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .uael-button-stack-mobile.uael-mobile-button-halign-justify .uael-dual-button-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .uael-button-stack-mobile.uael-mobile-button-halign-left .uael-dual-button-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .uael-button-stack-mobile.uael-mobile-button-halign-right .uael-dual-button-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .uael-button-stack-mobile.uael-mobile-button-halign-center .uael-dual-button-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.uael-marketing-button a {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  z-index: 1
}

span.uael_btn__blink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px
}

span.uael_btn__blink:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
  background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  -ms-transform: rotate(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  -webkit-animation: sheens 3s infinite;
  animation: sheens 3s infinite;
  z-index: -1
}

@-webkit-keyframes sheens {
  0% {
    -webkit-transform: skewY(30deg) translateY(200%);
    transform: skewY(30deg) translateY(200%)
  }

  100% {
    -webkit-transform: skewY(30deg) translateY(-200%);
    transform: skewY(30deg) translateY(-200%)
  }
}

@keyframes sheens {
  0% {
    -webkit-transform: skewY(30deg) translateY(200%);
    transform: skewY(30deg) translateY(200%)
  }

  100% {
    -webkit-transform: skewY(30deg) translateY(-200%);
    transform: skewY(30deg) translateY(-200%)
  }
}

.uael-html-modal {
  overflow: hidden !important
}

.uael-modal {
  position: fixed;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  visibility: hidden;
  left: 0;
  bottom: auto
}

.uael-trigger {
  display: inline-block
}

.uael-modal-popup-hide {
  display: none
}

.uael-modal-editor.uael-modal {
  position: fixed
}

.uael-modal.uael-modal-scroll {
  width: 100% !important;
  height: 100%;
  overflow-y: scroll;
  top: 0 !important;
  pointer-events: auto
}

.uael-modal .uael-modal-content-data {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%
}

.uael-modal-parent-wrapper[data-close-on-overlay=yes] .uael-overlay {
  cursor: pointer
}

.uael-aspect-ratio-4_3 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-4_3 .uael-modal-youtube .uael-video-wrap {
  padding-bottom: 75%
}

.uael-aspect-ratio-16_9 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-16_9 .uael-modal-youtube .uael-video-wrap {
  padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-3_2 .uael-modal-youtube .uael-video-wrap {
  padding-bottom: 66.6666%
}

.uael-modal-content-data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.uael-modal-content-data .uael-modal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.uael-modal.uael-modal-vimeo .uael-video-wrap,
.uael-modal.uael-modal-youtube .uael-video-wrap {
  height: 0;
  max-width: 100%;
  position: relative
}

.uael-modal-full {
  pointer-events: none;
  min-height: 100%
}

.uael-modal-custom {
  pointer-events: none
}

.uael-modal-custom .uael-content {
  pointer-events: visible
}

.uael-modal-full .uael-content img {
  width: 100%;
  max-width: 100%
}

.uael-modal-full .uael-content,
.uael-modal-full .uael-modal-close {
  pointer-events: auto
}

.uael-modal-video .uael-content {
  text-align: center
}

.uael-show,
.uael-show .uael-modal-close,
.uael-show+.uael-modal-close {
  visibility: visible
}

.uael-modal-close img {
  height: 100%;
  width: 100%
}

.uael-modal-close {
  cursor: pointer;
  font-size: 1.6em;
  position: absolute;
  text-align: center;
  line-height: 0
}

.uael-close-icon i,
.uael-close-icon svg {
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px
}

.uael-close-image {
  width: 25px;
  height: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0
}

.uael-modal-close {
  visibility: hidden;
  position: fixed;
  z-index: 999999
}

.uael-close-custom-top-right {
  top: 50px;
  right: 50px
}

.uael-close-custom-top-left {
  top: 50px;
  left: 50px
}

.uael-close-custom-popup-top-right {
  bottom: 100%;
  left: 100%;
  position: absolute
}

.uael-close-custom-popup-top-left {
  bottom: 100%;
  right: 100%;
  position: absolute
}

.uael-close-custom-popup-edge-top-right {
  top: -.5em;
  right: -.5em;
  left: auto;
  position: absolute
}

.uael-close-custom-popup-edge-top-left {
  top: -.5em;
  left: -.5em;
  right: auto;
  position: absolute
}

.uael-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, .75);
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-show {
  z-index: 9999
}

.uael-show~.uael-overlay {
  opacity: 1;
  visibility: visible
}

.uael-modal-title-wrap {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
  padding: 5px 25px
}

.uael-modal-title-wrap .uael-modal-title {
  margin: 0
}

.uael-content {
  position: relative;
  margin: 0 auto;
  width: 100%
}

.uael-modal iframe,
.uael-modal img {
  display: block;
  margin: 0 auto
}

.uael-modal img {
  max-width: 100%
}

.uael-modal-vimeo iframe,
.uael-modal-youtube iframe {
  width: 100%;
  height: 100%
}

.uael-modal-action {
  cursor: pointer
}

.uael-modal-scrollable .uael-modal-content-data {
  overflow: auto
}

.uael-effect-1 .uael-content {
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-show.uael-effect-1 .uael-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.uael-effect-2 .uael-content {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
  transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.uael-show.uael-effect-2 .uael-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.uael-effect-3 .uael-content {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-show.uael-effect-3 .uael-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.uael-effect-4 .uael-content {
  -webkit-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0
}

.uael-effect-4 .uael-content,
.uael-show.uael-effect-4~.uael-overlay {
  -webkit-transition: all .5s;
  transition: all .5s
}

.uael-show.uael-effect-4 .uael-content {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1
}

.uael-effect-5.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-5 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0
}

.uael-show.uael-effect-5 .uael-content {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0);
  opacity: 1
}

.uael-effect-6.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-6 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0
}

.uael-show.uael-effect-6 .uael-content {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: translate(0) translateZ(0) rotate(0);
  transform: translate(0) translateZ(0) rotate(0);
  opacity: 1
}

.uael-effect-8.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-8 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0
}

.uael-show.uael-effect-8 .uael-content {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1
}

.uael-effect-9.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-9 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0
}

.uael-show.uael-effect-9 .uael-content {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1
}

.uael-effect-10.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-10 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-show.uael-effect-10 .uael-content {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1
}

.uael-effect-11 .uael-content {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-show.uael-effect-11 .uael-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.uael-effect-13.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-13 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0
}

.uael-show.uael-effect-13 .uael-content {
  -webkit-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    opacity: 1
  }
}

@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1
  }
}

.uael-effect-14.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-14 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.uael-show.uael-effect-14 .uael-content {
  -webkit-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
  opacity: 1
}

.uael-effect-15.uael-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.uael-effect-15 .uael-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-show.uael-effect-15 .uael-content {
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
  transform: translateZ(0) translateX(0) rotateY(0);
  opacity: 1
}

.uael-show.uael-effect-17~.container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.uael-show.uael-effect-17~.container,
.uael-show.uael-effect-17~.uael-overlay {
  -webkit-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.uael-effect-17 .uael-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%)
}

.uael-show.uael-effect-17 .uael-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .3s .2s;
  transition: all .3s .2s
}

.uael-show.uael-effect-18~.container {
  height: 100%;
  overflow: hidden
}

.uael-show.uael-effect-18~.uael-overlay {
  -webkit-transition: all .5s;
  transition: all .5s
}

.uael-show.uael-effect-18~.container,
.uael-show.uael-effect-18~.uael-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst .5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst .5s forwards ease-in;
  transform-style: preserve-3d;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst .5s forwards ease-in
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out
  }

  100% {
    -webkit-transform: translateZ(-200px)
  }
}

@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px)
  }
}

.uael-effect-18 .uael-content {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0
}

.uael-show.uael-effect-18 .uael-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all .5s .1s;
  transition: all .5s .1s
}

.uael-show.uael-effect-19~.container {
  height: 100%;
  overflow: hidden
}

.uael-show.uael-effect-19~.uael-overlay {
  -webkit-transition: all .5s;
  transition: all .5s
}

.uael-show.uael-effect-19~.container,
.uael-show.uael-effect-19~.uael-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop .5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop .5s forwards ease-in;
  transform-style: preserve-3d;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: OpenTop .5s forwards ease-in
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out
  }
}

@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

.uael-effect-19 .uael-content {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0
}

.uael-show.uael-effect-19 .uael-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .5s .1s;
  transition: all .5s .1s
}

.internet-explorer .uael-modal-close {
  position: absolute
}

.internet-explorer .uael-close-custom-top-left,
.internet-explorer .uael-close-custom-top-right {
  position: fixed
}

.uael-video-player {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000
}

.uael-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0
}

.uael-video-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all
}

.uael-video-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.uael-modal-content-data {
  position: relative
}

.uael-loader {
  display: block;
  margin: 0 auto;
  min-height: 48px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.uael-loader::before {
  content: "";
  background: 0 0 !important;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: uael-if-spin 575ms infinite linear;
  animation: uael-if-spin 575ms infinite linear
}

.uael-modal-iframe .uael-modal-content-data {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

@keyframes uael-if-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes uael-if-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@media (min-width:1025px) {
  .uael-modal-parent-wrapper.uael-modal-hide-desktop {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .uael-modal-parent-wrapper.uael-modal-hide-tablet {
    display: none
  }
}

@media (max-width:767px) {
  .uael-modal-parent-wrapper.uael-modal-hide-phone {
    display: none
  }
}

.uael-nav-menu li,
.uael-nav-menu ul,
ul.uael-nav-menu {
  list-style: none !important;
  margin: 0;
  padding: 0
}

.uael-nav-menu .menu-item-has-children-container,
.uael-nav-menu li.menu-item {
  position: relative
}

.uael-flyout-container .uael-nav-menu li.menu-item {
  position: relative;
  background: unset
}

.uael-nav-menu .sub-menu li.menu-item {
  position: relative;
  background: inherit
}

.elementor-widget-uael-nav-menu .elementor-widget-container,
.uael-nav-menu a.uael-menu-item,
.uael-nav-menu a.uael-sub-menu-item,
.uael-nav-menu__layout-horizontal,
.uael-nav-menu__layout-horizontal .uael-nav-menu,
.uael-nav-menu__toggle,
div.uael-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.elementor-widget-uael-nav-menu .elementor-widget-container,
div.uael-nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uael-nav-menu__layout-horizontal .uael-nav-menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-layout-horizontal .uael-nav-menu__toggle,
.uael-layout-vertical .uael-nav-menu__toggle,
.uael-nav-menu .parent-has-no-child .uael-menu-toggle {
  display: none
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu,
.uael-submenu-open-hover .uael-layout-vertical .uael-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 16;
  visibility: hidden;
  opacity: 0;
  text-align: left
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children.focus>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
  -webkit-transition: none;
  -webkit-transition: all .1s;
  transition: all .1s
}

.uael-nav-menu__theme-icon-yes button.sub-menu-toggle {
  display: none
}

.uael-submenu-open-hover .uael-layout-vertical .uael-nav-menu .sub-menu {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.uael-active-menu+.uael-nav-menu__layout-expandible,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:focus>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1
}

.uael-layout-horizontal .uael-nav-menu__toggle,
.uael-layout-vertical .uael-nav-menu__toggle,
.uael-nav-menu__layout-expandible,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-submenu-open-click .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
  visibility: hidden;
  opacity: 0
}

.uael-nav-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0
}

.uael-flyout-container .uael-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
  top: 0;
  left: 0
}

.uael-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
  top: 0;
  left: 100%
}

.uael-nav-menu:after,
.uael-nav-menu:before {
  content: '';
  display: table;
  clear: both
}

.uael-nav-menu__align-right .uael-nav-menu {
  margin-left: auto
}

.uael-nav-menu__align-right .uael-nav-menu,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li a.uael-sub-menu-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}

.uael-nav-menu__align-left .uael-nav-menu {
  margin-right: auto
}

.uael-nav-menu__align-left .uael-nav-menu,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-sub-menu-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start
}

.uael-nav-menu__align-center .uael-nav-menu {
  margin-left: auto;
  margin-right: auto
}

.uael-nav-menu__align-center .uael-nav-menu,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li a.uael-sub-menu-item,
.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu {
  width: 100%
}

.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1
}

.uael-active-menu+nav li:not(:last-child) a.uael-menu-item,
.uael-active-menu+nav li:not(:last-child) a.uael-sub-menu-item {
  border-bottom-width: 0
}

.uael-nav-menu a.uael-menu-item,
.uael-nav-menu a.uael-sub-menu-item {
  line-height: 1;
  text-decoration: none;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.uael-nav-menu a.uael-menu-item:hover,
.uael-nav-menu a.uael-sub-menu-item:hover {
  text-decoration: none
}

.uael-nav-menu .sub-menu {
  min-width: 220px;
  margin: 0;
  z-index: 9999
}

.uael-nav-menu__layout-horizontal {
  font-size: 0
}

.uael-nav-menu__layout-horizontal li.menu-item,
.uael-nav-menu__layout-horizontal>li.menu-item {
  font-size: medium
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .sub-arrow i:before {
  content: '+'
}

.uael-submenu-icon-none .uael-nav-menu .parent-has-child .sub-arrow {
  display: none
}

.uael-link-redirect-self_link.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
  content: ''
}

.uael-link-redirect-self_link.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
  content: '-'
}

.uael-link-redirect-self_link.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
  content: ''
}

.rtl .uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.rtl .uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
  content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
  content: ''
}

.uael-nav-menu-icon {
  border: 0 solid
}

.uael-nav-menu-icon svg {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px
}

.uael-has-submenu-container a.uael-menu-item:focus,
.uael-has-submenu-container a.uael-sub-menu-item:focus,
.uael-nav-menu .menu-item-has-children .sub-menu:focus,
.uael-nav-menu .menu-item-has-children-container:focus,
.uael-nav-menu .menu-item-has-children:focus,
.uael-nav-menu-icon i:focus {
  outline: 0
}

.uael-flyout-wrapper .sub-menu,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-nav-menu__layout-vertical .sub-menu {
  position: relative;
  height: 0
}

.uael-nav-menu__submenu-arrow .uael-menu-toggle:before,
.uael-nav-menu__submenu-classic .uael-menu-toggle:before,
.uael-nav-menu__submenu-plus .uael-menu-toggle:before {
  font-family: 'Font Awesome 5 Free';
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0
}

.uael-menu-item-center .uael-nav-menu li a.uael-menu-item,
.uael-menu-item-center .uael-nav-menu li a.uael-sub-menu-item,
.uael-nav-menu__submenu-none .uael-nav-menu li a.uael-menu-item,
.uael-nav-menu__submenu-none .uael-nav-menu li a.uael-sub-menu-item {
  margin-right: 0
}

.uael-nav-menu__toggle-icon:before {
  content: '\f0c9';
  font-family: fontAwesome;
  z-index: 1;
  font-size: 24px;
  font-weight: inherit;
  font-style: normal;
  line-height: 0
}

.uael-active-menu .uael-nav-menu__toggle-icon:before {
  content: '\f00d'
}

.uael-nav-menu__layout-expandible {
  -webkit-transition-property: display;
  transition-property: display;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1)
}

.uael-active-menu+.uael-nav-menu__layout-expandible {
  height: auto
}

.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-expandible,
.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
  position: absolute;
  top: 100%
}

.uael-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.uael-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
  top: 0;
  left: 0
}

.uael-layout-expandible nav {
  height: 0
}

.uael-nav-menu__icon,
.uael-nav-sub-menu-icon {
  display: inline-block;
  line-height: 1
}

.uael-nav-menu__toggle {
  font-size: 22px;
  cursor: pointer;
  border: 0 solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #494c4f;
  position: relative
}

.uael-nav-menu__toggle-icon {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-nav-menu .sub-arrow {
  font-size: 14px;
  line-height: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: -10px
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
  margin-left: 10px
}

.uael-flyout-wrapper .sub-arrow,
.uael-layout-expandible .sub-arrow,
.uael-nav-menu__layout-vertical .uael-nav-menu .sub-arrow {
  padding: 10px
}

.uael-nav-menu .child-item,
.uael-nav-menu__layout-vertical .uael-nav-menu .child-item {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  position: absolute;
  right: 0;
  margin-right: 20px
}

.uael-nav-menu-icon {
  display: inline-block;
  line-height: 1;
  text-align: center
}

.uael-flyout-container .child,
.uael-flyout-container .saved-content,
.uael-flyout-container .sub-menu,
.uael-nav-menu__layout-expandible .child,
.uael-nav-menu__layout-expandible .saved-content,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-nav-menu__layout-vertical .child,
.uael-nav-menu__layout-vertical .saved-content,
.uael-nav-menu__layout-vertical .sub-menu {
  left: 0 !important;
  width: 100% !important
}

.uael-flyout-container .uael-nav-menu .sub-menu {
  background: unset
}

.uael-flyout-wrapper .uael-menu-toggle:hover,
.uael-nav-menu__layout-expandible .uael-menu-toggle:hover,
.uael-nav-menu__layout-vertical .uael-menu-toggle:hover {
  border: 1px dotted
}

.uael-flyout-wrapper .uael-menu-toggle,
.uael-nav-menu__layout-expandible .uael-menu-toggle,
.uael-nav-menu__layout-vertical .uael-menu-toggle {
  border: 1px dotted transparent
}

.uael-nav-menu .menu-item a:after,
.uael-nav-menu .menu-item a:before {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1)
}

.uael-nav-menu .menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-nav-menu .menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  opacity: 0
}

.uael-pointer__double-line.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
  opacity: 1
}

.uael-nav-menu .current-menu-item:after,
.uael-nav-menu .current-menu-item:before,
.uael-nav-menu .menu-item a.uael-menu-item.highlighted:after,
.uael-nav-menu .menu-item a.uael-menu-item.highlighted:before,
.uael-nav-menu .menu-item a.uael-menu-item:focus:after,
.uael-nav-menu .menu-item a.uael-menu-item:focus:before,
.uael-nav-menu .menu-item a.uael-menu-item:hover:after,
.uael-nav-menu .menu-item a.uael-menu-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:after,
.uael-pointer__double-line .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:after,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:before,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:before {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2
}

.uael-pointer__double-line.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  height: 0;
  width: 0;
  left: 50%
}

.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 10px
}

.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: 10px
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: -10px
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: -10px
}

.uael-pointer__double-line.uael-animation__none,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__overline.uael-animation__none,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__underline.uael-animation__none,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__double-line.uael-animation__none:after,
.uael-pointer__double-line.uael-animation__none:before,
.uael-pointer__double-line.uael-animation__none:focus,
.uael-pointer__double-line.uael-animation__none:hover,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__overline.uael-animation__none:after,
.uael-pointer__overline.uael-animation__none:before,
.uael-pointer__overline.uael-animation__none:focus,
.uael-pointer__overline.uael-animation__none:hover,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__underline.uael-animation__none:after,
.uael-pointer__underline.uael-animation__none:before,
.uael-pointer__underline.uael-animation__none:focus,
.uael-pointer__underline.uael-animation__none:hover {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:before {
  content: '';
  top: 0
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  width: 10px;
  left: -20px
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:after {
  content: '';
  bottom: 0
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  width: 10px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px)
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
  background: 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
  content: ''
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75)
}

.uael-pointer__framed.uael-animation__shrink .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25)
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent a.uael-menu-item:before {
  -webkit-transition: opacity .2s, -webkit-transform .4s;
  transition: opacity .2s, -webkit-transform .4s;
  transition: opacity .2s, transform .4s;
  transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:before {
  width: 3px;
  height: 3px
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
  transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width .1s, height .1s .1s, opacity 20ms .18s;
  transition: width .1s, height .1s .1s, opacity 20ms .18s
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:after,
.uael-pointer__framed.uael-animation__draw .current-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:before {
  width: 100%;
  height: 100%
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:before {
  -webkit-transition: opacity 20ms, height .1s, width .1s .1s;
  transition: opacity 20ms, height .1s, width .1s .1s
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:after {
  -webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
  transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:before {
  width: 3px;
  height: 3px
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:before {
  border-width: 3px 0 0 3px
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0
}

.uael-pointer__framed.uael-animation__corners .current-menu-item:after,
.uael-pointer__framed.uael-animation__corners .current-menu-item:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:hover:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:hover:before {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 2ms, width .4s, height .4s;
  transition: opacity 2ms, width .4s, height .4s
}

.uael-pointer__framed.uael-animation__none,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__framed.uael-animation__none:after,
.uael-pointer__framed.uael-animation__none:before,
.uael-pointer__framed.uael-animation__none:focus,
.uael-pointer__framed.uael-animation__none:hover {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-pointer__background .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background .menu-item.parent a.uael-menu-item:before {
  content: '';
  -webkit-transition: .3s;
  transition: .3s
}

.uael-pointer__background .menu-item.parent a.uael-menu-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1
}

.uael-pointer__background .current-menu-item,
.uael-pointer__background .menu-item.parent a.uael-menu-item.highlighted,
.uael-pointer__background .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__background .menu-item.parent a.uael-menu-item:hover {
  color: #fff
}

.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:before {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5)
}

.uael-pointer__background.uael-animation__grow .current-menu-item:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s;
  transition: .3s
}

.uael-pointer__background.uael-animation__shrink .current-menu-item:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:hover:before {
  -webkit-transition: opacity .15s, -webkit-transform .4s;
  transition: opacity .15s, -webkit-transform .4s;
  transition: opacity .15s, transform .4s;
  transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.uael-pointer__background.uael-animation__sweep-left .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  left: 100%
}

.uael-pointer__background.uael-animation__sweep-right .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  right: 100%
}

.uael-pointer__background.uael-animation__sweep-up .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 100%
}

.uael-pointer__background.uael-animation__sweep-down .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  bottom: 100%
}

.uael-pointer__background.uael-animation__shutter-out-vertical .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  bottom: 50%;
  top: 50%
}

.uael-pointer__background.uael-animation__shutter-out-horizontal .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  right: 50%;
  left: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1
}

.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:before {
  top: 0;
  bottom: 100%
}

.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:after {
  top: 100%;
  bottom: 0
}

.uael-pointer__background.uael-animation__shutter-in-vertical .current-menu-item:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:hover:before {
  bottom: 50%
}

.uael-pointer__background.uael-animation__shutter-in-vertical .current-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:hover:after {
  top: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:before {
  right: 0;
  left: 100%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:after {
  right: 100%;
  left: 0
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .current-menu-item:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:hover:before {
  left: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .current-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:hover:after {
  right: 50%
}

.uael-pointer__background.uael-animation__none,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__background.uael-animation__none:after,
.uael-pointer__background.uael-animation__none:before,
.uael-pointer__background.uael-animation__none:focus,
.uael-pointer__background.uael-animation__none:hover {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-pointer__text.uael-animation__skew .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__skew .menu-item.parent a.uael-menu-item:hover {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg)
}

.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.uael-pointer__text.uael-animation__shrink .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__shrink .menu-item.parent a.uael-menu-item:hover {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.uael-pointer__text.uael-animation__float .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__float .menu-item.parent a.uael-menu-item:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.uael-pointer__text.uael-animation__sink .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__sink .menu-item.parent a.uael-menu-item:hover {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.uael-pointer__text.uael-animation__rotate .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__rotate .menu-item.parent a.uael-menu-item:hover {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg)
}

.uael-pointer__text.uael-animation__none,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__text.uael-animation__none:after,
.uael-pointer__text.uael-animation__none:before,
.uael-pointer__text.uael-animation__none:focus,
.uael-pointer__text.uael-animation__none:hover {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.uael-flyout-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: rgba(0, 0, 0, .6);
  cursor: pointer;
  -webkit-backface-visibility: hidden
}

.uael-flyout-animating,
.uael-flyout-overlay,
.uael-side {
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-flyout-close,
.uael-flyout-close svg {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
  display: block;
  cursor: pointer
}

.uael-flyout-wrapper .uael-side.uael-flyout-left {
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw
}

.uael-flyout-wrapper .uael-side {
  display: block;
  position: fixed;
  z-index: 999999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden
}

.uael-flyout-content ul li,
.uael-flyout-content.push {
  color: #fff
}

.uael-flyout-wrapper .uael-side {
  display: block;
  position: fixed;
  z-index: 999999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden
}

.uael-flyout-wrapper .uael-side.uael-flyout-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  height: 100%;
  width: 300px;
  max-width: 100%
}

.uael-flyout-wrapper .uael-side.uael-flyout-left {
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw
}

.uael-flyout-wrapper .uael-side.top {
  top: -100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%
}

.uael-flyout-wrapper .uael-side.bottom {
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%
}

.uael-flyout-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.4em;
  color: #fff
}

@media (max-width:1024px) {
  .uael-flyout-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.uael-flyout-content::-webkit-scrollbar {
  display: none
}

.admin-bar .uael-side {
  margin-top: 32px
}

.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children>ul.sub-menu {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s
}

.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children>ul.sub-menu {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s
}

.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

@media only screen and (max-width:1024px) {

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal li {
    width: 100%;
    margin-right: 0
  }

  .uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
    display: block
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0
  }

  .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal .uael-nav-menu,
  .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-vertical,
  .uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
    visibility: visible;
    opacity: 1
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
    height: 0
  }

  .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-vertical {
    height: auto
  }

  .uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal .uael-nav-menu {
    position: relative
  }

  .uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
    position: absolute
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
  }

  .uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
    display: block
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
    float: none
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
    -webkit-transition: none;
    transition: none
  }

  .uael-nav-menu__breakpoint-tablet .uael-menu-toggle:hover {
    border: 1px dotted
  }

  .uael-nav-menu__breakpoint-tablet .uael-menu-toggle {
    border: 1px dotted transparent
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu {
    top: 0
  }

  .uael-nav-menu__breakpoint-tablet .child,
  .uael-nav-menu__breakpoint-tablet .saved-content,
  .uael-nav-menu__breakpoint-tablet .sub-menu {
    left: 0 !important;
    width: auto !important
  }

  .uael-nav-menu .sub-menu {
    min-width: auto;
    margin: 0
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
    padding: 10px
  }

  .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-tablet.uael-submenu-icon-plus .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: '-'
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
  .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
  .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before,
  .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before,
  .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
    content: ''
  }

  .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
  .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
  .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
  .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before {
    background-color: unset !important
  }

  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
    border: 0 !important
  }

  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
  .uael-pointer__text .menu-item.parent a.uael-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }

  .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
  .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:767px) {

  .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
  .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu,
  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal li.menu-item {
    width: 100%
  }

  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-vertical .uael-nav-menu__toggle {
    display: inline-block
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
    top: 0
  }

  .uael-nav-menu .sub-menu {
    min-width: auto;
    margin: 0
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
    -webkit-transition: none;
    transition: none
  }

  .uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
    float: none
  }

  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-vertical .uael-nav-menu__toggle.uael-active-menu,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal .uael-nav-menu {
    display: block
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-vertical {
    height: 0
  }

  .uael-nav-menu__breakpoint-mobile .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-mobile .uael-layout-vertical .uael-nav-menu__toggle {
    display: block
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical {
    float: none
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .sub-menu,
  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu,
  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-vertical,
  .uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
    visibility: hidden;
    opacity: 0
  }

  .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal .uael-nav-menu,
  .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-vertical,
  .uael-nav-menu__breakpoint-mobile .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-mobile .uael-layout-vertical .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal .uael-nav-menu {
    visibility: visible;
    opacity: 1
  }

  .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-vertical {
    height: auto
  }

  .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal .uael-nav-menu {
    position: relative
  }

  .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
  .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
    position: absolute
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile.uael-submenu-icon-plus .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: '-'
  }

  .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
    content: ''
  }

  .uael-nav-menu__breakpoint-mobile .uael-menu-toggle:hover {
    border: 1px dotted
  }

  .uael-nav-menu__breakpoint-mobile .uael-menu-toggle {
    border: 1px dotted transparent
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-1 .uael-nav-menu {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s;
    transition: all .3s
  }

  .uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
    padding: 10px
  }

  .uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-1 .uael-nav-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-2 .uael-nav-menu {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
  }

  .uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-2 .uael-nav-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  .uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-3 .uael-nav-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
  }

  .uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-3 .uael-nav-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  .uael-nav-menu__breakpoint-mobile .child,
  .uael-nav-menu__breakpoint-mobile .saved-content,
  .uael-nav-menu__breakpoint-mobile .sub-menu,
  .uael-nav-menu__breakpoint-tablet .child,
  .uael-nav-menu__breakpoint-tablet .saved-content,
  .uael-nav-menu__breakpoint-tablet .sub-menu {
    left: 0 !important;
    width: auto !important
  }

  .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
  .uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
  .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
  .uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before,
  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before {
    background-color: unset !important
  }

  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-pointer__framed .menu-item.parent a.uael-menu-item:before,
  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
    border: 0 !important
  }

  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
  .elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
  .uael-pointer__text .menu-item.parent a.uael-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }
}

.uael-toggle-no .uael-layout-expandible .uael-nav-menu__toggle {
  display: none
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
  width: 100%;
  left: 0;
  opacity: 1
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
  bottom: 0;
  opacity: 1
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 0;
  opacity: 1
}

.uael-pointer__double-line.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
  height: 3px;
  width: 100%;
  left: 0;
  opacity: 1
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
  opacity: 1
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
  border-width: 3px;
  width: 100%;
  opacity: 1;
  height: 100%
}

.uael-nav-menu-toggle-label-yes .elementor-widget-container>.uael-nav-menu__toggle,
.uael-nav-menu-toggle-label-yes .uael-layout-expandible .uael-nav-menu__toggle {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:1024px) {

  .uael-nav-menu-toggle-label-yes .uael-layout-horizontal .uael-nav-menu__toggle,
  .uael-nav-menu-toggle-label-yes .uael-layout-vertical .uael-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.rtl .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper {
  text-align: right
}

.rtl .uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper {
  text-align: left
}

.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li.elementor-button-wrapper,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li.uael-has-submenu .elementor-button-wrapper {
  text-align: center
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item.elementor-button:after,
.uael-pointer__double-line .menu-item.parent a.uael-menu-item.elementor-button:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item.elementor-button:before,
.uael-pointer__underline .menu-item.parent a.uael-menu-item.elementor-button:after {
  height: 0
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item.elementor-button:after,
.uael-pointer__framed .menu-item.parent a.uael-menu-item.elementor-button:before {
  border-width: 0
}

.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item.elementor-button:focus,
.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item.elementor-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.elementor-widget-uael-nav-menu:not(.uael-nav-menu__align-justify) a.uael-menu-item.elementor-button {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.elementor-widget-uael-nav-menu.uael-menu-item-space-between a.uael-menu-item.elementor-button {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-nav-menu li.elementor-button-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

@media only screen and (max-width:1024px) {

  .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
  .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item,
  .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:767px) {

  .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
  .uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.uael-menu-item-flex-start .uael-flyout-container .elementor-button-wrapper {
  text-align: left
}

.uael-menu-item-flex-end .uael-flyout-container .elementor-button-wrapper,
.uael-menu-item-flex-end .uael-flyout-container li.elementor-button-wrapper {
  text-align: right
}

.uael-menu-item-center .uael-flyout-container .elementor-button-wrapper {
  text-align: center
}

.elementor-sticky__spacer .uael-nav-menu .uael-nav-menu__toggle {
  visibility: hidden
}

.elementor-sticky__spacer nav.uael-nav-menu__submenu-arrow {
  position: absolute;
  clip: rect(0, 0, 0, 0)
}

.uael-off-canvas-overlay {
  overflow: hidden !important
}

.uael-offcanvas-enabled body {
  width: 100%
}

.uael-offcanvas {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  background: #fff;
  visibility: hidden;
  z-index: 99999
}

.uael-offcanvas,
.uael-offcanvas-animating,
.uael-offcanvas-overlay {
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-offcanvas::-webkit-scrollbar {
  display: none
}

.uael-offcanvas-show {
  scrollbar-width: none
}

.elementor-editor-active .uael-offcanvas-trigger-align-floating .uael-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .uael-offcanvas-trigger-align-floating .uael-offcanvas-action-wrap .elementor-button-text {
  display: unset
}

.admin-bar .uael-offcanvas {
  margin-top: 32px
}

.uael-offcanvas-icon-bg,
.uael-offcanvas-trigger {
  display: inline-block
}

.uael-offcanvas-shadow-normal.position-at-left.uael-offcanvas-show,
.uael-offcanvas-shadow-normal.position-at-right.uael-offcanvas-show {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2)
}

.uael-offcanvas-shadow-inset.position-at-right.uael-offcanvas-show {
  -webkit-box-shadow: inset 7px 0 8px -9px rgba(0, 0, 0, .5);
  box-shadow: inset 7px 0 8px -9px rgba(0, 0, 0, .5)
}

.uael-offcanvas-shadow-inset.position-at-left.uael-offcanvas-show {
  -webkit-box-shadow: inset -7px 0 8px -9px rgba(0, 0, 0, .5);
  box-shadow: inset -7px 0 8px -9px rgba(0, 0, 0, .5)
}

.uael-offcanvas-action-wrap .uael-offcanvas-action .uael-offcanvas-icon {
  text-align: center
}

.uael-offcanvas-action-wrap .uael-button-wrapper .uael-offcanvas-action-alignment-left,
.uael-offcanvas-action-wrap .uael-offcanvas-icon-wrap .uael-offcanvas-action-alignment-left {
  top: 50%;
  left: 0;
  right: auto;
  position: fixed;
  z-index: 999
}

.uael-offcanvas-action-wrap .uael-button-wrapper .uael-offcanvas-action-alignment-right,
.uael-offcanvas-action-wrap .uael-offcanvas-icon-wrap .uael-offcanvas-action-alignment-right {
  top: 50%;
  right: 0;
  left: auto;
  position: fixed;
  z-index: 999
}

.uael-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0
}

.uael-offcanvas-action,
.uael-offcanvas-parent-wrapper .uael-offcanvas-overlay {
  cursor: pointer
}

.uael-offcanvas-content {
  position: relative;
  width: 100%;
  padding: 40px 25px 25px 25px
}

.uael-offcanvas img {
  display: block;
  margin: 0 auto
}

.uael-offcanvas img {
  max-width: 100%
}

.uael-offcanvas-full {
  pointer-events: none;
  min-height: 100%
}

.uael-offcanvas-full .uael-offcanvas-close {
  pointer-events: auto
}

.uael-offcanvas-show,
.uael-offcanvas-show .uael-offcanvas-close,
.uael-offcanvas-show+.uael-offcanvas-close {
  visibility: visible
}

.uael-offcanvas-close-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10
}

.uael-offcanvas-content .uael-offcanvas-menu,
.uael-offcanvas-content .uael-offcanvas-menu .sub-menu {
  list-style: none
}

.uael-offcanvas-content .uael-offcanvas-menu .sub-menu li a,
.uael-offcanvas-content .uael-offcanvas-menu li a {
  padding: 5px 0;
  display: block
}

.uael-offcanvas-content .uael-offcanvas-menu {
  margin-left: 0
}

.uael-offcanvas-content .uael-offcanvas-menu .menu-item a:focus,
.uael-offcanvas-content .uael-offcanvas-menu .menu-item a:hover {
  -webkit-transition: background 150ms linear, color 150ms linear;
  transition: background 150ms linear, color 150ms linear
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li a,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu a.uael-offcanvas-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu ul.sub-menu a.uael-offcanvas-sub-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-arrow {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li a {
  padding: 5px 0
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i::before {
  content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
  content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i::before {
  content: '+'
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
  content: '-'
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i:before {
  content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
  content: ''
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu-toggle {
  border: 1px dotted transparent;
  padding: 10px
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-arrow {
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: -10px
}

.uael-offcanvas-wrap-submenu-yes .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0
}

.uael-offcanvas-wrap-submenu-yes li.menu-item {
  position: relative
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li.menu-item {
  position: relative;
  background: inherit
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu a.uael-offcanvas-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu ul.sub-menu a.uael-offcanvas-sub-menu-item {
  text-decoration: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu-active.uael-offcanvas-sub-menu-active+.uael-offcanvas-sub-menu-open,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-menu-active+.sub-menu.uael-offcanvas-sub-menu-open,
.uael-offcanvas-wrap-submenu-yes.uael-off-canvas-link-redirect-self_link .uael-offcanvas-menu-active+.sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-has-submenu-container+.sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: relative;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s
}

.uael-offcanvas-close-icon-wrapper .uael-offcanvas-close-icon {
  cursor: pointer;
  fill: #000000
}

.uael-offcanvas-close-icon-wrapper .uael-offcanvas-close {
  display: block;
  float: right;
  padding: 8px;
  -webkit-border-radius: 0px;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0px
}

.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-left-top {
  left: 0;
  right: auto
}

.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-right-top {
  right: 0;
  left: auto
}

.uael-offcanvas-show~.uael-offcanvas-overlay {
  opacity: 1;
  visibility: visible
}

.uael-offcanvas-close {
  z-index: 99999
}

.fa-times-thin:before {
  content: '\00d7'
}

@media (min-width:1025px) {
  .uael-offcanvas-parent-wrapper.uael-offcanvas-hide-desktop {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .uael-offcanvas-parent-wrapper.uael-offcanvas-hide-tablet {
    display: none
  }

  .uael-offcanvas-enabled {
    min-height: 100vh
  }
}

@media (max-width:767px) {
  .uael-offcanvas-parent-wrapper.uael-offcanvas-hide-phone {
    display: none
  }

  .uael-offcanvas-enabled {
    min-height: 100vh
  }
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__content-wrap {
  margin: 0 auto
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__inner-wrap {
  display: inline-block;
  width: 100%
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.card"] .uael-post__thumbnail {
  position: relative
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-left .uael-post__separator {
  margin-right: auto
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-right .uael-post__separator {
  margin-left: auto
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__link-complete-yes .uael-post__complete-box-overlay {
  z-index: 2
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__inner-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.uael-post__link-complete-yes.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__complete-box-overlay {
  z-index: 2
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post-grid {
  display: inline-block;
  width: 100%
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__terms {
  display: inline-block
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__content-wrap {
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
  z-index: 1
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__bg-wrap .uael-post__noimage .uael-post__content-wrap {
  width: 100%
}

.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-left .uael-post__separator {
  margin-right: auto
}

.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-right .uael-post__separator {
  margin-left: auto
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__title {
  word-break: break-word
}

@media (max-width:767px) {
  .elementor-element[data-widget_type="uael-posts.feed"] .uael-post__inner-wrap {
    display: block
  }

  .elementor-element[data-widget_type="uael-posts.feed"] .uael-post__content-wrap,
  .elementor-element[data-widget_type="uael-posts.feed"] .uael-post__thumbnail {
    width: 100% !important;
    margin: 0 !important
  }
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-grid__inner,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__inner-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__inner-wrap {
  position: relative;
  height: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__bg-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail img {
  height: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__noimage.uael-post__content-wrap {
  width: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail {
  width: 50%;
  position: relative
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__content-wrap {
  margin-top: auto;
  margin-bottom: auto
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail a,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-image-right .uael-post__inner-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured>.uael-post-wrapper {
  width: 50%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-grid__inner .uael-post-wrapper:last-child .uael-post__bg-wrap {
  margin-bottom: 0
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__bg-wrap {
  display: block
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured .uael-post__content-wrap {
  position: absolute;
  bottom: 0;
  left: 0
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__terms {
  font-size: 14px
}

.uael-posts[data-skin=news] .uael-post__terms {
  background-color: #818a91
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%)
}

.elementor-element[data-widget_type="uael-posts.news"].uael-post__link-complete-yes .uael-post__complete-box-overlay {
  z-index: 2
}

.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a img,
.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
  display: none
}

@media (max-width:767px) {

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__noimage.uael-post__content-wrap,
  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured,
  .elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner {
    width: 100%
  }

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
    width: 50%
  }

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured .uael-post__content-wrap {
    position: relative
  }

  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
    background-image: none;
    position: unset
  }

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__inner-wrap,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a img,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
    display: block
  }

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper .uael-post__content-wrap,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper .uael-post__thumbnail,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
  .uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
    width: 100%
  }

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center
  }

  .elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%
  }
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__bg-wrap {
  overflow: hidden
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__terms {
  -webkit-border-radius: 99px;
  border-radius: 99px
}

.uael-posts[data-skin=business] .uael-post__terms {
  background-color: #818a91
}

.uael-post__content-align-left .uael-post__gradient-separator {
  background: -webkit-gradient(linear, left top, right top, from(#818a91), to(#ffffff00));
  background: -webkit-linear-gradient(left, #818a91 0, #ffffff00 100%);
  background: linear-gradient(to right, #818a91 0, #ffffff00 100%)
}

.uael-post__content-align-center .uael-post__gradient-separator {
  background: -webkit-radial-gradient(#818a91 10%, #ffffff00 80%);
  background: radial-gradient(#818a91 10%, #ffffff00 80%)
}

.uael-post__content-align-right .uael-post__gradient-separator {
  background: -webkit-gradient(linear, right top, left top, from(#818a91), to(#ffffff00));
  background: -webkit-linear-gradient(right, #818a91 0, #ffffff00 100%);
  background: linear-gradient(to left, #818a91 0, #ffffff00 100%)
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox,
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-left .uael-post__authorbox,
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-image img {
  display: inline;
  width: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  max-width: 100%
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-desc {
  line-height: 1.4;
  color: #a4a4a4
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name,
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name a {
  font-weight: 700;
  line-height: 1.4
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-center .uael-post__authorbox {
  display: block;
  text-align: center
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__separator {
  display: inline-block
}

.uael-post__datebox {
  display: block;
  margin: 0 auto;
  padding: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center
}

.uael-post__datebox .uael-post__date-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.uael-post__datebox span {
  display: block
}

.elementor-element[data-widget_type="uael-posts.event"].uael-posts-thumbnail-ratio .uael-post__datebox:not(.uael-post__noimage) {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.elementor-element[data-widget_type="uael-posts.event"].uael-posts-thumbnail-ratio .uael-post__thumbnail {
  overflow: visible
}

.uael-posts-tabs-dropdown .uael-filters-dropdown {
  display: none
}

.uael-post-grid__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-post__link-complete-yes.elementor-element[data-widget_type="uael-posts.classic"] .uael-post-image-background .uael-post__complete-box-overlay {
  z-index: 99
}

.uael-post__cta-fullwidth-yes .uael-post__read-more {
  width: 100%
}

.uael-blog-terms-position-media:not(.uael-post-image-background) .uael-post__thumbnail,
.uael-post__link-complete-yes .uael-post__bg-wrap {
  position: relative
}

.uael-post__link-complete-yes .uael-post__complete-box-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.uael-post-wrapper {
  float: left;
  display: inline-block
}

.uael-post-grid__inner {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-post-grid__inner.uael-post-masonry {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none outside;
  clear: both
}

.elementor-global-widget .uael-post-grid__inner.uael-post-masonry {
  position: unset !important;
  height: auto !important
}

.uael-listing__terms-link {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit
}

.uael-post-wrapper.uael-post-wrapper-featured {
  margin: 0
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-6 .uael-post-wrapper-featured {
  width: 33.33
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-5 .uael-post-wrapper-featured {
  width: 40%
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-3 .uael-post-wrapper-featured {
  width: 66.66%
}

.uael-post__columns-2 .uael-post-wrapper,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-2 .uael-post-wrapper-featured,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-4 .uael-post-wrapper-featured {
  width: 50%
}

.uael-post__columns-1 .uael-post-wrapper,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-1 .uael-post-wrapper-featured,
.uael-post_structure-featured.uael-featured_post_structure-stack .uael-post-wrapper-featured {
  width: 100%
}

.uael-post-grid[data-equal-height=yes] .slick-slide {
  margin-top: 10px
}

.uael-filters-dropdown-button .fa-angle-down:before {
  content: ""
}

.uael-post__columns-8 .uael-post-wrapper {
  width: 12.5%
}

.uael-post__columns-7 .uael-post-wrapper {
  width: 14.28%
}

.uael-post__columns-6 .uael-post-wrapper {
  width: 16.66%
}

.uael-post__columns-5 .uael-post-wrapper {
  width: 20%
}

.uael-post__columns-4 .uael-post-wrapper {
  width: 25%
}

.uael-post__columns-3 .uael-post-wrapper {
  width: 33.2%
}

.uael-post__columns-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
.uael-post__columns-2 .uael-post-wrapper:nth-child(2n+1):not(.slick-slide),
.uael-post__columns-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
.uael-post__columns-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
.uael-post__columns-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
.uael-post__columns-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
.uael-post__columns-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
.uael-post__columns-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
  clear: left
}

.uael-post__columns-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
.uael-post__columns-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
.uael-post__columns-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
.uael-post__columns-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
.uael-post__columns-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
.uael-post__columns-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
.uael-post__columns-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
.uael-post__columns-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
  clear: right
}

.uael-post__footer {
  margin-top: 30px
}

.uael-post__header-filters {
  display: block;
  margin: 0;
  margin-bottom: 10px
}

.uael-post__header-filter {
  display: inline-block;
  padding: 5px;
  cursor: pointer
}

.uael-post__header-filters-wrap {
  margin-bottom: 20px
}

.uael-post__thumbnail {
  overflow: hidden
}

.uael-post-image-background .uael-post__thumbnail {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-align: center;
  position: relative
}

.uael-post-image-background .uael-post__thumbnail {
  z-index: 2
}

.uael-post-image-background .uael-post__thumbnail::before {
  content: '';
  z-index: 1
}

.uael-post-image-background .uael-post__thumbnail,
.uael-post-image-background .uael-post__thumbnail::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.uael-post__thumbnail img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.uael-post-image-background .uael-post__thumbnail img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%
}

.uael-post__bg-wrap {
  width: 100%;
  display: inline-block
}

.uael-equal__height-yes .uael-post__bg-wrap {
  height: 100%
}

.uael-equal__height-yes .uael-post-image-background .uael-post__bg-wrap,
.uael-post-image-background .uael-post__inner-wrap {
  position: relative;
  width: 100%
}

.uael-equal__height-yes .uael-post-image-background .uael-post__inner-wrap {
  position: unset
}

.uael-post-image-background .uael-post__content-wrap {
  opacity: 1;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%
}

.uael-blog-terms-position-media .uael-post__terms {
  font-size: 12px;
  margin: 20px
}

.uael-blog-terms-position-media:not(.uael-post-image-background) .uael-post__terms {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  word-break: break-word
}

.uael-post__terms-wrap .uael-post__terms {
  margin: 0
}

.uael-post__terms-wrap {
  margin-bottom: 10px
}

.uael-post__meta-data {
  line-height: 1.3em;
  font-size: 12px
}

.uael-post__meta-data span {
  line-height: 1.6em;
  display: inline
}

.uael-post__meta-data svg {
  height: 20px;
  width: 20px;
  vertical-align: middle
}

.uael-post__terms-meta a {
  display: inline-block
}

.uael-blog-terms-position-body .uael-post-wrapper span.uael-post__terms {
  background: 0 0
}

.uael-post__meta-data span i,
.uael-post__terms i {
  margin-right: 2px
}

.uael-post-wrapper .uael-post__title a,
.uael-post__meta-data a {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit
}

.uael-grid-pagination a.page-numbers,
.uael-grid-pagination span.page-numbers.current {
  padding: 5px 10px;
  margin: 0 0 5px;
  display: inline-block
}

.uael-post-grid__inner #infscr-loading {
  bottom: -80px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto
}

.uael-post-grid__inner #infscr-loading img {
  margin-top: 10px;
  width: 10%
}

#infscr-loading div {
  display: none
}

.elementor-widget-uael-posts .uael-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  content: "";
  height: 100%;
  width: 100%
}

.elementor-widget-uael-posts .uael-loader:before {
  border: 3px solid #333;
  border-left-color: transparent;
  border-right-color: transparent
}

.elementor-widget-uael-posts .uael-loader {
  z-index: 3
}

.uael-infinite-load-more {
  background-color: #61ce70;
  color: #fff;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  display: inline-block
}

.uael-post-inf-loader {
  display: none;
  margin: 0 auto;
  min-height: 58px;
  line-height: 58px;
  width: 160px;
  text-align: center
}

.uael-post-inf-loader>div {
  width: 18px;
  height: 18px;
  background-color: #0085ba;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.uael-post-inf-loader .uael-post-loader-1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.uael-post-inf-loader .uael-post-loader-2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes sk-bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@media (max-width:1024px) {
  .uael-post__columns-tablet-1 .uael-post-wrapper {
    width: 100%
  }

  .uael-post__columns-tablet-2 .uael-post-wrapper {
    width: 50%
  }

  .uael-post__columns-tablet-3 .uael-post-wrapper {
    width: 33.2%
  }

  .uael-post__columns-tablet-4 .uael-post-wrapper {
    width: 25%
  }

  .uael-post__columns-tablet-5 .uael-post-wrapper {
    width: 20%
  }

  .uael-post__columns-tablet-6 .uael-post-wrapper {
    width: 16.66%
  }

  .uael-post__columns-tablet-7 .uael-post-wrapper {
    width: 14.28%
  }

  .uael-post__columns-tablet-8 .uael-post-wrapper {
    width: 12.5%
  }

  .uael-post__columns-tablet-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
  .uael-post__columns-tablet-2 .uael-post-wrapper:nth-child(2n+1):not(.slick-slide),
  .uael-post__columns-tablet-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
  .uael-post__columns-tablet-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
  .uael-post__columns-tablet-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
  .uael-post__columns-tablet-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
  .uael-post__columns-tablet-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
  .uael-post__columns-tablet-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
    clear: left
  }

  .uael-post__columns-tablet-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
  .uael-post__columns-tablet-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
  .uael-post__columns-tablet-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
  .uael-post__columns-tablet-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
  .uael-post__columns-tablet-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
  .uael-post__columns-tablet-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
  .uael-post__columns-tablet-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
  .uael-post__columns-tablet-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
    clear: right
  }

  .uael-post_structure-featured.uael-featured_post_structure-inline .uael-post-grid__inner .uael-post-wrapper-featured,
  .uael-post_structure-featured.uael-featured_post_structure-stack .uael-post-wrapper-featured {
    width: 100%
  }
}

@media (max-width:767px) {
  .uael-post__columns-mobile-1 .uael-post-wrapper {
    width: 100%
  }

  .uael-post__columns-mobile-2 .uael-post-wrapper {
    width: 50%
  }

  .uael-post__columns-mobile-3 .uael-post-wrapper {
    width: 33.2%
  }

  .uael-post__columns-mobile-4 .uael-post-wrapper {
    width: 25%
  }

  .uael-post__columns-mobile-5 .uael-post-wrapper {
    width: 20%
  }

  .uael-post__columns-mobile-6 .uael-post-wrapper {
    width: 16.66%
  }

  .uael-post__columns-mobile-7 .uael-post-wrapper {
    width: 14.28%
  }

  .uael-post__columns-mobile-8 .uael-post-wrapper {
    width: 12.5%
  }

  .uael-post__columns-mobile-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
  .uael-post__columns-mobile-2 .uael-post-wrapper:nth-child(2n+1):not(.slick-slide),
  .uael-post__columns-mobile-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
  .uael-post__columns-mobile-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
  .uael-post__columns-mobile-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
  .uael-post__columns-mobile-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
  .uael-post__columns-mobile-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
  .uael-post__columns-mobile-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
    clear: left
  }

  .uael-post__columns-mobile-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
  .uael-post__columns-mobile-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
  .uael-post__columns-mobile-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
  .uael-post__columns-mobile-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
  .uael-post__columns-mobile-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
  .uael-post__columns-mobile-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
  .uael-post__columns-mobile-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
  .uael-post__columns-mobile-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
    clear: right
  }

  .uael-posts-tabs-dropdown .uael-filters-dropdown {
    display: block;
    position: relative;
    margin-bottom: 20px
  }

  .uael-posts-tabs-dropdown .uael-filters-dropdown-button {
    background: #efefef;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    display: inline-block
  }

  .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
    display: none;
    list-style: none;
    position: absolute;
    margin: 0;
    top: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    z-index: 9;
    border: 1px solid #ededed
  }

  .uael-posts-tabs-dropdown .uael-post__header-filter {
    white-space: nowrap;
    display: block;
    background: #efefef;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    border-style: none;
    margin: 0
  }

  .uael-posts-tabs-dropdown .uael-filters-dropdown-button::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px
  }

  .uael-posts-tabs-dropdown .uael-post__header-filters {
    display: none
  }

  .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list.show-list {
    display: block
  }

  .uael-posts-tabs-dropdown .uael-post__header-filter {
    padding: 5px 15px 5px 15px
  }

  .uael-post__filter-align-left .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
    left: 0;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .uael-post__filter-align-right .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .uael-post__filter-align-center .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.uael-posts-thumbnail-ratio .uael-post__thumbnail:not(.uael-post-wrapper__noimage) {
  position: relative
}

.uael-posts-thumbnail-ratio .uael-post__thumbnail img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%
}

.elementor-widget-uael-posts .uael-post__header ul.uael-post__header-filters {
  padding-left: unset
}

.elementor-widget-uael-posts .uael-post__header ul.uael-post__header-filters li {
  margin-left: unset
}

.theme-twentytwentyone .elementor-widget-uael-posts ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-posts ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
  background: unset
}

.uael-post-grid .slick-slide img {
  width: 100%
}

.uael-post-grid .slick-next,
.uael-post-grid .slick-next:focus,
.uael-post-grid .slick-next:hover,
.uael-post-grid .slick-prev,
.uael-post-grid .slick-prev:focus,
.uael-post-grid .slick-prev:hover {
  font-size: 0;
  line-height: 0;
  bottom: auto;
  position: absolute;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #aaa;
  border-color: #aaa;
  outline: 0;
  background: 0 0
}

.uael-post-grid .slick-next:before,
.uael-post-grid .slick-prev:before {
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-post-grid[data-equal-height=yes] .uael-post__inner-wrap {
  height: 100%
}

.uael-post__arrow-outside .uael-post-grid .slick-prev {
  left: -45px;
  z-index: 1
}

[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-prev {
  left: auto;
  right: -45px
}

.uael-post-grid .slick-next:before,
.uael-post-grid .slick-prev:before,
[dir=rtl] .uael-post-grid .slick-next:before,
[dir=rtl] .uael-post-grid .slick-prev:before {
  content: '';
  font-size: 0;
  line-height: 0
}

.uael-post__arrow-outside .uael-post-grid .slick-next {
  right: -45px;
  z-index: 2
}

[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-next {
  left: -45px;
  right: auto
}

.uael-post-grid .slick-next i,
.uael-post-grid .slick-next i:focus,
.uael-post-grid .slick-next i:hover,
.uael-post-grid .slick-prev i,
.uael-post-grid .slick-prev i:focus,
.uael-post-grid .slick-prev i:hover {
  font-size: 20px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-post-grid ul.slick-dots {
  padding-top: 0;
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center
}

.uael-post-grid ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-post-grid ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-post-grid ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-post-grid ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.uael-post__arrow-inside .uael-post-grid .slick-prev {
  left: 25px;
  z-index: 1
}

[dir=rtl] .uael-post__arrow-inside .uael-post-grid .slick-prev {
  left: auto;
  right: 25px
}

.uael-post__arrow-inside .uael-post-grid .slick-next {
  right: 25px;
  z-index: 2
}

[dir=rtl] .uael-post__arrow-inside .uael-post-grid .slick-next {
  left: 25px;
  right: auto
}

@media (max-width:1024px) {
  .uael-post__arrow-outside .uael-post-grid .slick-prev {
    left: 15px;
    z-index: 1
  }

  [dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-prev {
    left: auto;
    right: 15px
  }

  .uael-post__arrow-outside .uael-post-grid .slick-next {
    right: 15px;
    z-index: 2
  }

  [dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-next {
    left: 15px;
    right: auto
  }
}

.elementor-widget-uael-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f9f9f9
}

.elementor-widget-uael-price-table:hover {
  z-index: 9
}

.uael-price-table-feature-content {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-price-features-simple .uael-price-table-feature-content {
  padding: 10px 20px
}

.uael-price-features-borderbox .uael-price-table-feature-content,
.uael-price-features-divider .uael-price-table-feature-content,
.uael-price-features-strips .uael-price-table-feature-content {
  padding: 15px 20px
}

.uael-pricing-style-1 .uael-price-table-header,
.uael-pricing-style-2 .uael-price-table-header,
.uael-pricing-style-3 .uael-pricing-heading-wrap,
.uael-pricing-style-4 .uael-price-table-header {
  padding: 20px
}

.uael-price-table .uael-price-table-cta,
.uael-pricing-style-1 .uael-price-table-price-wrap,
.uael-pricing-style-4 .uael-price-table-price-wrap {
  padding: 40px 20px
}

.uael-module-content.uael-price-table-container {
  position: relative
}

.uael-price-table {
  text-align: center
}

.uael-price-table .uael-price-table-heading {
  margin: 0;
  padding: 0
}

.uael-pricing-duration {
  padding: 0 4px
}

.uael-price-table .uael-price-table-original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: .5em;
  line-height: 1;
  font-weight: 400;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.uael-price-box__original-price-position-right .uael-price-table .uael-price-table-original-price {
  margin-right: unset;
  margin-left: 15px
}

.uael-price-table .uael-strike-tooltip-template {
  display: none
}

.uael-price-box__original-price-position-top .uael-price-table-original-price {
  display: inline-block;
  margin-right: unset
}

.uael-price-table .uael-pricing-value {
  color: #555;
  font-weight: 600;
  font-size: 65px
}

.uael-price-table .uael-price-table-pricing .uael-price-typo-excluded {
  line-height: initial;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: initial;
  font-size: initial;
  font-style: initial
}

.tooltipster-base.uael-tooltipster-active.uael-price-table-tooltip,
.uael-price-table .uael-price-table-beside-price,
.uael-price-table-price-wrap,
.uael-pricing-value {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-price-table .uael-price-table-beside-price {
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uael-price-heading-icon,
.uael-pricing-container {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle
}

.uael-price-table .uael-price-currency-normal,
.uael-price-table .uael-price-table-integer-part {
  line-height: 1em
}

.uael-price-table .uael-price-table-currency,
.uael-price-table .uael-price-table-fractional-part {
  line-height: 1.2em;
  font-size: .4em
}

.uael-price-table .uael-price-table-currency {
  margin-right: 2px
}

.uael-price-table .uael-price-table-beside-price {
  margin-left: 2px
}

.uael-price-table .uael-price-table-duration {
  width: 100%;
  font-size: 13px;
  font-weight: 400
}

.uael-price-table .uael-price-table-features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1
}

.uael-price-table .uael-price-table-features-list i {
  margin-right: 10px;
  font-size: 1em
}

.uael-price-table .uael-price-table-disclaimer {
  margin: 0;
  font-size: 13px;
  line-height: 1.4
}

.uael-price-features-borderbox .uael-price-table-features-list li:before,
.uael-price-features-borderbox .uael-price-table-features-list li:last-child:after,
.uael-price-features-divider .uael-price-table-features-list li:not(:first-child):before {
  content: '';
  display: block;
  border: 0 solid rgba(122, 122, 122, .3)
}

.uael-pricing-style-2 .uael-price-table .uael-price-table-cta,
.uael-pricing-style-2 .uael-price-table .uael-price-table-price-wrap {
  padding: 30px 20px
}

.uael-pricing-style-2 .uael-pricing-value {
  font-size: 50px
}

.uael-pricing-style-2 .uael-price-table .uael-price-table-features-list {
  padding: 20px 0
}

.uael-pricing-style-2 .elementor-button {
  -webkit-border-radius: 40px;
  border-radius: 40px
}

.uael-price-table-price-wrap,
.uael-pricing-value {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.uael-pricing-style-3 .uael-price-table-pricing {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #eaeaea;
  border-color: #f9f9f9
}

.uael-pricing-style-3 .uael-price-table .uael-pricing-value {
  font-size: 40px
}

.uael-pricing-style-3 .uael-price-table .uael-price-table-features-list {
  padding: 20px 0 0 0
}

.uael-price-table-ribbon-1 {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 15em;
  overflow: hidden;
  height: 15em
}

.uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
  text-align: center;
  left: 0;
  width: 150%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000
}

.uael-price-table-ribbon-1.uael-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto
}

.uael-price-table-ribbon-1.uael-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0
}

.uael-price-table-ribbon-content {
  z-index: 9;
  background: #000;
  color: #fff
}

.elementor-widget-uael-price-table .elementor-widget-container {
  overflow: visible !important
}

.uael-price-table-ribbon-2 .uael-price-table-ribbon-content {
  color: #fff;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0
}

.uael-price-table-ribbon-2.uael-ribbon-left .uael-price-table-ribbon-content {
  left: 0;
  -webkit-transform: translateX(-40%) translateY(-40%);
  -ms-transform: translateX(-40%) translateY(-40%);
  transform: translateX(-40%) translateY(-40%)
}

.uael-price-table-ribbon-2.uael-ribbon-right .uael-price-table-ribbon-content {
  right: 0;
  -webkit-transform: translateX(40%) translateY(-40%);
  -ms-transform: translateX(40%) translateY(-40%);
  transform: translateX(40%) translateY(-40%)
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after,
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  right: 0;
  border-bottom: 8px solid transparent
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after {
  border-left: 8px solid rgba(0, 0, 0, .2)
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content {
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 4px;
  padding: 3px 15px;
  position: absolute;
  top: 30%;
  right: -8px
}

.rtl .uael-price-table-ribbon-1 {
  position: absolute;
  top: 0;
  width: 15em;
  overflow: hidden;
  height: 15em
}

.rtl .uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
  text-align: center;
  left: 0;
  width: 150%;
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase
}

.rtl .uael-price-table-ribbon-1,
.rtl .uael-price-table-ribbon-1.uael-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto
}

.rtl .uael-price-table-ribbon-1.uael-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0
}

.rtl .uael-price-table-price-wrap,
.rtl .uael-pricing-value {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.uael-features-text {
  padding-left: 10px;
  padding-right: 10px
}

.tooltipster-noir.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  -webkit-border-radius: 0;
  border-radius: 0
}

.tooltipster-sidetip.tooltipster-noir.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 13px
}

.tooltipster-base.uael-tooltipster-active.uael-price-table-tooltip {
  pointer-events: none;
  position: absolute
}

.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fade.tooltipster-show {
  opacity: 1
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall.tooltipster-initial {
  top: 0 !important
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide.tooltipster-initial {
  left: -40px !important
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .2s;
  animation: tooltipster-fading .2s
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .2s;
  animation: tooltipster-rotating .2s
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .2s;
  animation: tooltipster-scaling .2s
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  background: #565656;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
  margin-bottom: 12px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  overflow: hidden;
  position: absolute
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  height: 12px;
  margin-left: -10px;
  top: 0;
  width: 25px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  right: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  left: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
  bottom: 0;
  height: 13px;
  margin-left: -10px;
  width: 25px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background,
.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
  border: 12px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
  border-left-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
  position: relative
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
  top: -10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
  left: -10px
}

.tooltipstered.uael-price-table-feature-content {
  cursor: pointer
}

.uael-price-table .uael-tooltip-container {
  display: none
}

.uael-features-text p {
  margin-bottom: 0
}

@media(max-width:1024px) {

  .uael-features-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-arrow,
  .uael-features-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-box {
    display: none
  }

  .uael-features-tooltip-hide-tablet .tooltipstered.uael-price-table-feature-content {
    cursor: auto
  }
}

@media(max-width:767px) {

  .uael-features-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-arrow,
  .uael-features-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-box {
    display: none
  }

  .uael-features-tooltip-hide-mobile .tooltipstered.uael-price-table-feature-content {
    cursor: auto
  }
}

@media (max-width:1024px) {

  .uael-strike-price-tooltip-hide-tablet .uael-strike-tooltip,
  .uael-strike-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-arrow,
  .uael-strike-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-box {
    display: none
  }
}

@media(max-width:767px) {

  .uael-strike-price-tooltip-hide-mobile .uael-strike-tooltip,
  .uael-strike-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-arrow,
  .uael-strike-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-box {
    display: none
  }
}

.tooltipster-sidetip.uael-price-table-tooltip {
  min-height: 40px !important
}

.uael-price-list {
  margin: 0
}

.uael-pl-price-position-below .uael-pl-price-outer,
.uael-price-list-above .uael-pl-price-outer,
.uael-price-list-above .uael-price-list-separator,
.uael-price-list-above.uael-price-list .uael-price-list-item {
  display: block
}

.uael-pl-price-outer {
  display: none
}

.uael-price-list .uael-price-list-item,
.uael-price-list .uael-price-list-item .uael-price-list-text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start
}

.uael-price-list .uael-price-list-header,
.uael-price-list .uael-price-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex
}

.uael-price-list .uael-price-list-item .uael-price-list-text {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1
}

.uael-price-list .uael-price-list-item .uael-price-list-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 600
}

.uael-price-list .uael-price-list-item .uael-price-list-separator {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  height: 0
}

.uael-price-list-shape-rounded img {
  -webkit-border-radius: 10%;
  border-radius: 10%
}

.uael-price-list-shape-default img {
  -webkit-border-radius: 0%;
  border-radius: 0
}

.uael-price-list-shape-circle img {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-price-list .uael-price-list-item p.uael-price-list-description {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0
}

.uael-price-list-right .uael-price-list-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.uael-price-list-image {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.uael-price-list-image img {
  min-width: 100%
}

.uael-price-list-above .uael-price-list-item .uael-price-list-title,
.uael-price-list-above .uael-price-wrapper,
.uael-price-list-image img {
  width: 100%
}

.uael-price-list-above .uael-price-list-item .uael-price-list-title {
  max-width: 100%
}

.uael-price-list-text .uael-price-wrapper .uael-price-list-price.has-discount {
  text-decoration: line-through;
  opacity: .7
}

.uael-price-list-discount-price {
  margin-left: 5px
}

.uael-align-price-list-left .uael-price-list-text {
  text-align: left
}

.uael-align-price-list-left .uael-price-list-image {
  margin-right: auto;
  margin-left: 0
}

.uael-align-price-list-right .uael-price-list-text {
  text-align: right
}

.uael-align-price-list-right .uael-price-list-image {
  margin-left: auto;
  margin-right: 0
}

.uael-align-price-list-center .uael-price-list-text {
  text-align: center
}

.uael-align-price-list-center .uael-price-list-image {
  margin-right: auto;
  margin-left: auto
}

.uael-pl-price-position-below .uael-price-list-header {
  display: block
}

@media(max-width:768px) {
  .uael-pricelist-stack-tablet .uael-price-list .uael-price-list-item {
    display: block
  }

  .uael-align-price-list-tablet-left .uael-price-list-text {
    text-align: left
  }

  .uael-align-price-list-tablet-left .uael-price-list-image {
    margin-right: auto;
    margin-left: 0
  }

  .uael-align-price-list-tablet-right .uael-price-list-text {
    text-align: right
  }

  .uael-align-price-list-tablet-right .uael-price-list-image {
    margin-left: auto;
    margin-right: 0
  }

  .uael-align-price-list-tablet-center .uael-price-list-text {
    text-align: center
  }

  .uael-align-price-list-tablet-center .uael-price-list-image {
    margin-right: auto;
    margin-left: auto
  }
}

@media(max-width:479px) {
  .uael-pricelist-stack-tablet .uael-price-list-title {
    width: 100%
  }

  .uael-pricelist-stack-tablet .uael-pl-price-outer {
    display: block
  }

  .uael-pricelist-stack-tablet .uael-pl-price-inner,
  .uael-pricelist-stack-tablet .uael-price-list-separator {
    display: none
  }

  .uael-pricelist-stack-mobile .uael-price-list-title {
    width: 100%
  }

  .uael-pricelist-stack-mobile .uael-pl-price-outer {
    display: block
  }

  .uael-pricelist-stack-mobile .uael-pl-price-inner,
  .uael-pricelist-stack-mobile .uael-price-list-separator {
    display: none
  }

  .uael-pricelist-stack-mobile .uael-price-list .uael-price-list-item {
    display: block
  }

  .uael-align-price-list-mobile-left .uael-price-list-text {
    text-align: left
  }

  .uael-align-price-list-mobile-left .uael-price-list-image {
    margin-right: auto !important;
    margin-left: 0 !important
  }

  .uael-align-price-list-mobile-right .uael-price-list-text {
    text-align: right
  }

  .uael-align-price-list-mobile-right .uael-price-list-image {
    margin-left: auto !important;
    margin-right: 0 !important
  }

  .uael-align-price-list-mobile-center .uael-price-list-text {
    text-align: center
  }

  .uael-align-price-list-mobile-center .uael-price-list-image {
    margin-right: auto !important;
    margin-left: auto !important
  }
}

.elementor-grid.uael-style-floating.uael-floating-align-right,
.uael-style-floating.uael-container.uael-floating-align-right {
  left: unset;
  right: 0
}

.elementor-grid.uael-style-floating.uael-floating-align-left,
.uael-style-floating.uael-container.uael-floating-align-left {
  left: 0;
  right: unset
}

.uael-style-floating .elementor-grid {
  position: fixed;
  top: 32%;
  z-index: 9998;
  left: 0;
  cursor: pointer;
  display: block
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #00acee
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #0077b5
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #c8232c
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #ff4301
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #4c75a3
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #34526f
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #005be2
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #00aff0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #f74425
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #08c
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #126567
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #25d366
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #09c;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #007fbf
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #046082;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed {
  border: 2px solid #046082
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__text {
  color: #b52028;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #b52028
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #e83d01;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #e83d01
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #456a94;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #456a94
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #d37326;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #d37326
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #2e4963;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #2e4963
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #0053cf;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #0053cf
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #00a8e6;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #00a8e6
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #db3c21;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed {
  border: 2px solid #db3c21
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #007dbb;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #007dbb
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #115d5f;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #115d5f
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #21be5c;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #21be5c
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #09c;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #3b5998;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #3b5998;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #0e76a8;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #0e76a8;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #b52028
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #b52028;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #e83d01
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #456a94
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #d37326
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #2e4963
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #0053cf
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #00a8e6
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #db3c21
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #007dbb
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #115d5f
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #21be5c
}

.uael-share-btn {
  border-width: 2px
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  margin-left: -.2em
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  padding-left: .9em
}

.uael-style-inline .elementor-grid .uael-share-btn.uaelbtn--skin-boxed {
  border-style: solid
}

a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed {
  color: #09c
}

.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #3b5998;
  background: 0 0
}

a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed {
  color: #3b5998
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #0077b5;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #0077b5;
  background: 0 0
}

a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed {
  color: #0077b5
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #bd081c;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #bd081c;
  background: 0 0
}

a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed {
  color: #bd081c
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ff4500;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ff4500;
  background: 0 0
}

a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed {
  color: #ff4500
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #45668e;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #45668e;
  background: 0 0
}

a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed {
  color: #45668e
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #f4731c;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #f4731c;
  background: 0 0
}

a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed {
  color: #f4731c
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #35465c;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #35465c;
  background: 0 0
}

a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed {
  color: #35465c
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #005be2;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #005be2;
  background: 0 0
}

a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed {
  color: #005be2
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #00aff0;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #00aff0;
  background: 0 0
}

a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed {
  color: #00aff0
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #eb4924;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #eb4924;
  background: 0 0
}

a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed {
  color: #eb4924
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #2ca5e0;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #2ca5e0;
  background: 0 0
}

a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed {
  color: #2ca5e0
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ef3f56;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
  color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #026466;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #026466;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #00acee;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #3b5998;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #0077b5;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #bd081c;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #ff4500;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #45668e;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #f4731c;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #005be2;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #00aff0;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #eb4924;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #2ca5e0;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #ef3f56;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #026466;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #25d366;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #35465c;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #25d366;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #25d366;
  background: 0 0
}

a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed {
  color: #25d366
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #ed812b
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #385490;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #385490
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #0e76a8;
  background: 0 0
}

.uael-share-btn {
  border-width: 2px
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  margin-left: -.2em
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  padding-left: .9em
}

.uael-style-floating .elementor-grid .uael-share-btn.uaelbtn--skin-boxed {
  border-style: solid
}

a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed {
  color: #09c
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #3b5998;
  background: 0 0
}

a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed {
  color: #3b5998
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #0077b5;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #0077b5;
  background: 0 0
}

a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed {
  color: #0077b5
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #bd081c;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #bd081c;
  background: 0 0
}

a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed {
  color: #bd081c
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ff4500;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ff4500;
  background: 0 0
}

a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed {
  color: #ff4500
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #45668e;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #45668e;
  background: 0 0
}

a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed {
  color: #45668e
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #f4731c;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #f4731c;
  background: 0 0
}

a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed {
  color: #f4731c
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #35465c;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #35465c;
  background: 0 0
}

a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed {
  color: #35465c
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #005be2;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #005be2;
  background: 0 0
}

a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed {
  color: #005be2
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #00aff0;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #00aff0;
  background: 0 0
}

a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed {
  color: #00aff0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #eb4924;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #eb4924;
  background: 0 0
}

a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed {
  color: #eb4924
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #2ca5e0;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #2ca5e0;
  background: 0 0
}

a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed {
  color: #2ca5e0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ef3f56;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
  color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #bd081c;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #ff4500;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #45668e;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #f4731c;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #005be2;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #00aff0;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #eb4924;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #2ca5e0;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #ef3f56;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #026466;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #25d366;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #35465c;
  color: #fff
}

.elementor-grid.uael-floating-align-left {
  left: 0;
  right: auto
}

.elementor-grid.uael-floating-align-right {
  right: 0;
  left: auto
}

.uael-share-btn__icon {
  background-color: #3b5998
}

.uael-share-btn__icon.uaelbtn--skin-gradient .uael-share-btn__icon {
  background-color: #3b5998;
  color: #fff
}

.uael-share-btn,
.uael-share-btn__icon,
.uael-share-btn__text,
.uael-total-share-btn,
span.uael-total-share-btn__icon,
span.uael-total-share-btn__title {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}

.uael-share-btn {
  overflow: hidden;
  font-size: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color, border-color, -webkit-filter;
  transition-property: background-color, border-color, -webkit-filter;
  transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color, -webkit-filter;
  height: 4.4em;
  cursor: pointer
}

.uael-share-btn__text {
  font-size: 1.5em;
  padding-right: 1em;
  padding-left: 1em;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  font-weight: 100
}

.uael-share-btn__icon i {
  font-size: 1.7em
}

.uael-share-btn__icon {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 4.5em;
  position: relative
}

.uael-share-btn__title {
  font-weight: 700;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.uael-share-buttons--view-icon .uael-share-btn__icon,
.uael-share-buttons--view-icon .uael-share-btn__text,
.uael-share-buttons--view-text .uael-share-btn__icon,
.uael-share-buttons--view-text .uael-share-btn__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed {
  -webkit-border-radius: 99.9em;
  border-radius: 99.9em;
  border-color: green;
  border-style: solid
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed div.uael-share-btn__text,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed span.uael-share-btn__icon {
  background-color: #fff
}

.uael-share-btn.elementor-animation-.uaelbtn-shape-circle.uaelbtn--skin-framed {
  border: 2px #3b5998 solid
}

.uael-share-btn .uael-share-btn__icon {
  background-color: #3b5998
}

.uael-share-btn .uael-share-btn__text {
  background-color: #ea4335
}

.uaelbtn--skin-gradient .uael-share-btn__text {
  background-color: #37538d;
  color: #fff
}

.uaelbtn--skin-gradient .uael-share-btn__icon {
  background-color: #3b5998;
  color: #fff
}

.uaelbtn--skin-gradient .uael-share-btn__icon,
.uaelbtn--skin-gradient .uael-share-btn__text {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent)
}

.elementor-grid-item .uael-share-btn .uaelbtn--skin-framed {
  color: #3b5998;
  border-color: #3b5998
}

.uael-share-btn.uaelbtn-shape-rounded {
  -webkit-border-radius: 0.5em;
  border-radius: .5em
}

.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook,
.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
  background-color: #fff
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__icon.uael-share-btn__icon--fab.fa-twitter,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter .uael-share-btn__title {
  color: #1da1f2
}

.elementor-grid-item .uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed {
  border-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed {
  border-width: 2px;
  border-color: #1984bc;
  border-style: solid
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-facebook,
.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-twitter {
  background-color: #fff
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #0077b5
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #3b5998
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__icon.uael-share-btn__icon--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin .uael-share-btn__title {
  color: #0077b5
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook {
  background-color: #355089
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
  background-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin {
  background-color: #0071ac
}

.uael-share-btn.uaelbtn-shape-circle,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-minimal span.uael-share-btn__icon {
  -webkit-border-radius: 99.9em;
  border-radius: 99.9em
}

.elementor-grid.uael-style-floating .uael-share-btn:hover,
.elementor-grid.uael-style-inline .uael-share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2)
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: 0
}

.tooltip:hover .tooltiptext {
  visibility: visible
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-minimal span.uael-share-btn__icon {
  -webkit-border-radius: 0.5em;
  border-radius: .5em
}

.uael-total-share-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color, border-color, -webkit-filter;
  transition-property: background-color, border-color, -webkit-filter;
  transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color, -webkit-filter;
  height: 4em;
  cursor: pointer
}

span.uael-total-share-btn__icon {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  font-weight: 100
}

span.uael-total-share-btn__title {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  font-weight: 100
}

.elementor-share-buttons--align-right .elementor-grid {
  text-align: right
}

.elementor-share-buttons--align-left .elementor-grid {
  text-align: left
}

.elementor-share-buttons--align-center .elementor-grid {
  text-align: center
}

.elementor-share-buttons--align-justify .elementor-grid {
  text-align: justify
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #323b43;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #323b43;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #323b43;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #323b43;
  background: 0 0
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed {
  color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #323b43;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #323b43;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #323b43;
  color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #323b43;
  background: 0 0
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed {
  color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #aaa;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #aaa;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #aaa;
  color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #aaa;
  background: 0 0
}

a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed {
  color: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #aaa;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #aaa;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #aaa;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #aaa;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #ea4335
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #ea4335
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ea4335;
  color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed {
  color: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ea4335;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #39f;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #39f;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #39f;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #39f;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #39f;
  color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #39f;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #39f;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #ef3f56;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #ef3f56;
  color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
  color: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background-color: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
  background-color: #ef3f56;
  color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  color: #fff;
  background: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
  border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  background: #ef3f56;
  color: #fff
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
  color: #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #ea4335;
  color: #fff
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat {
  color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
  background: #ea4335;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #d33c30
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient {
  color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #ea4335;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
  color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #ea4335;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
  color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #ea4335
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
  background: #ef3f56;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient {
  color: #d8394e
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #ef3f56;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
  color: #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #989898;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  background: #aaa;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #989898;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #989898;
  background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #989898;
  color: #fff
}

a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
  color: #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #989898;
  color: #fff
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat {
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  background: #000;
  color: #fff
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
  color: #000
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  background: #443f3f;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #000;
  color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #000;
  background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #000;
  background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #ea4335;
  color: #fff
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat {
  color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #ea4335;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #d33c30
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient {
  color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
  color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #ea4335;
  background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed {
  color: #026466
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #ef3f56;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient {
  color: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
  color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #ef3f56;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #989898;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
  background: #aaa;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #989898
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #989898;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #989898;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #989898
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #989898;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #989898;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #989898;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
  background: #000;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #000;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
  background: #443f3f;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #151515
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #000;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #000;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #000;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #000;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #000;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
  color: #000;
  background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #39f
}

.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #39f;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
  color: #fff;
  background: #2f8ce9
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
  background: #39f;
  color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
  color: #39f;
  background: 0 0
}

a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal {
  color: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
  color: #39f;
  background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
  border: 2px solid #39f
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
  background: #39f;
  color: #fff
}

.elementor-widget-uael-social-share .uael-total-share-btn__titlex,
.elementor-widget-uael-social-share span.uael-total-share-btn__iconx {
  font-size: 1.5em
}

.elementor-widget-uael-social-share .uael-total-share-btn__titlex {
  padding: 6px
}

.elementor-widget-uael-social-share span.uael-total-share-btn__iconx {
  padding: 12px
}

.uael-total-share-btn__iconx i.eicon-share {
  font-weight: 800
}

.uael-table-wrapper {
  overflow-x: auto
}

.uael-table {
  border-spacing: 0;
  margin: 0;
  table-layout: auto;
  border-collapse: collapse
}

.uael-advance-heading,
.uael-table span.sort-style,
.uael-tbl-entry-wrapper,
.uael-tbl-search-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-advance-heading {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.uael-advance-heading .uael-tbl-entry-wrapper select {
  height: auto;
  margin-left: 5px;
  margin-right: 5px
}

.uael-advance-heading .uael-tbl-search-wrapper input {
  height: auto;
  margin-left: 10px
}

.uael-table span.sort-style,
.uael-tbl-entry-wrapper,
.uael-tbl-search-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-advance-heading .uael-tbl-search-wrapper input {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 12px 20px 12px 40px
}

.uael-table-wrapper .dataTables_paginate {
  display: none
}

.uael-table-row .uael-table-col {
  vertical-align: middle
}

.uael-table__text-inner,
td .uael-table__text,
th .uael-table__text {
  display: inline-block
}

.uael-align-icon--left {
  margin-right: 12px;
  display: inline-block
}

.uael-align-icon--right {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
  margin-left: 12px;
  display: inline-block
}

.uael-col-img--left {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle
}

.uael-col-img--right {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle
}

.uael-sort-icon {
  float: right;
  margin-left: 5px
}

tr.uael-table-row td {
  border-bottom: 1px solid #eee
}

tr.uael-table-row th {
  border-bottom: none
}

.uael-table-wrapper table tbody tr:hover>td,
.uael-table-wrapper table tbody tr:hover>th,
.uael-table-wrapper table tbody>tr:nth-child(odd)>td,
.uael-table-wrapper table tbody>tr:nth-child(odd)>th {
  background-color: inherit
}

@media (max-width:767px) {

  .uael-advance-heading div,
  .uael-advance-heading input,
  .uael-advance-heading label,
  .uael-advance-heading select {
    display: block;
    width: 100% !important
  }

  .uael-advance-heading .uael-tbl-entry-wrapper select,
  .uael-advance-heading .uael-tbl-search-wrapper input {
    margin: 0;
    margin-top: 5px
  }

  .uael-tbl-entry-wrapper {
    margin-bottom: 20px
  }

  .uael-advance-heading {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .uael-table-wrapper table[data-responsive=yes] thead {
    display: none
  }

  .uael-table-wrapper table[data-responsive=yes] tbody .uael-table-row .uael-table-col .uael-table-head {
    display: block;
    width: 100%;
    border-top-width: 0;
    border-left-width: 0;
    border-right: 1px solid #bbb;
    vertical-align: middle;
    text-align: center;
    border-bottom-width: 0
  }

  .uael-table-wrapper table[data-responsive=yes] tbody tr .uael-table-body-cell-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: -1px;
    padding: 0 !important
  }

  table[data-responsive=yes] .uael-table-body-cell-text span.uael-table__text {
    display: inline-block;
    width: 100%;
    padding: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
  }
}

.hide-entry,
.hide-lbl-entry {
  display: none
}

.show-entry,
.show-lbl-entry {
  display: block
}

.uael-table span.sort-style {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.uael-table-col {
  border: none
}

.uael-sort-icon:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900
}

.sorting .uael-sort-icon:after {
  content: "\f0dc"
}

.sorting_asc .uael-sort-icon:after {
  content: "\f0de"
}

.sorting_desc .uael-sort-icon:after {
  content: "\f0dd"
}

table[data-responsive=yes] tbody .uael-table-head {
  display: none
}

@media (max-width:767px) {
  .elementor-widget-uael-table .uael-table-wrapper table[data-responsive=yes] tbody tr:nth-child(odd) {
    background: #fff
  }

  .elementor-widget-uael-table .uael-table-wrapper table[data-responsive=yes] tbody tr.uael-table-row div.responsive-header-text {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0
  }
}

.uael-header-sticky-yes .uael-table-wrapper thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 98
}

@media screen and (max-width:600px) {
  :not(.admin-bar) .uael-header-sticky-yes .uael-table-wrapper thead {
    top: 85px
  }
}

@media screen and (min-width:601px) and (max-width:782px) {
  :not(.admin-bar) .uael-header-sticky-yes .uael-table-wrapper thead {
    top: 90px
  }
}

@media (min-width:783px) {
  :not(.admin-bar) .uael-header-sticky-yes .uael-table-wrapper thead {
    top: 100px
  }
}

@media screen and (max-width:600px) {
  .admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
    top: 110px
  }
}

@media screen and (min-width:601px) and (max-width:782px) {
  .admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
    top: 120px
  }
}

@media (min-width:783px) {
  .admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
    top: 135px
  }
}

.uael-header-sticky-yes .uael-table-wrapper {
  overflow: unset
}

.theme-twentytwentytwo .uael-table-wrapper table.uael-table {
  width: 100%
}

.uael-toc-header {
  display: table;
  width: 100%;
  margin-bottom: 18px
}

.uael-toc-heading,
.uael-toc-heading a,
.uael-toc-switch {
  display: table-cell;
  text-align: left;
  vertical-align: middle
}

.uael-toc-auto-collapse .uael-toc-header,
.uael-toc-hidden .uael-toc-header {
  margin-bottom: 0
}

.uael-toc-switch .uael-icon::before {
  content: "\f106";
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center
}

.uael-toc-auto-collapse .uael-toc-switch .uael-icon:before,
.uael-toc-hidden .uael-toc-switch .uael-icon:before {
  content: "\f107"
}

.uael-toc-switch {
  text-align: right
}

.uael-toc-wrapper {
  display: inline-block;
  padding: 25px;
  min-width: 100%
}

.uael-toc-switch {
  margin-left: 15px;
  cursor: pointer
}

.uael-toc-list li {
  text-align: left
}

.uael-toc-list ul:first-child li:first-child {
  margin-top: 0
}

.uael-toc-heading,
.uael-toc-heading a {
  font-size: 25px
}

.uael-toc-content-wrapper {
  font-size: 16px
}

.uael-scroll-top-icon,
.uael-toc-auto-collapse .uael-separator-parent,
.uael-toc-auto-collapse .uael-toc-toggle-content,
.uael-toc-empty-note,
.uael-toc-toggle-content.hide {
  display: none
}

.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch,
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-wrapper {
  color: inherit
}

.elementor-element.elementor-widget-uael-table-of-contents,
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch:hover {
  background-color: inherit
}

.uael-toc-content-wrapper ol {
  counter-reset: item
}

.uael-toc-content-empty .uael-toc-empty-note,
.uael-toc-content-wrapper ol li,
.uael-toc-toggle-content,
.uael-toc-toggle-content.show {
  display: block
}

.uael-toc-content-wrapper ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-right: 5px
}

.uael-toc-list-none li {
  list-style-type: none
}

.uael-toc-list-disc.uael-toc-list ul {
  list-style-type: circle
}

.uael-toc-list {
  margin: 0
}

.uael-toc-toggle-content .uael-toc-list-disc {
  margin-left: 16px
}

.uael-toc-main-wrapper li:before {
  content: ""
}

.uael-toc-header {
  margin-bottom: 20px
}

.uael-toc-wrapper .uael-separator {
  margin-bottom: 20px;
  width: 100%
}

.uael-scroll-top-icon::before {
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-decoration: inherit
}

.uael-scroll-top-icon {
  content: "769";
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #6ec1e4;
  font-size: 15px;
  font-size: .88235294117647rem;
  right: 30px;
  bottom: 30px
}

.uael-scroll-top-icon:focus,
.uael-scroll-top-icon:hover {
  color: #fff
}

.uael-toc__show-scroll.uael-scroll-top-icon {
  display: inline
}

.uael-team-member {
  width: 100%;
  max-width: 100%
}

.uael-team-member,
.uael-team-member .elementor-social-icon,
.uael-team-member .uael-team-member-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.uael-team-member .uael-team-member-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.uael-team-member .uael-team-member-content {
  width: 100%
}

.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-desc,
.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-desig,
.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-name {
  padding: 0 10px
}

.uael-team-member .uael-separator-wrapper {
  line-height: 0
}

.uael-team-member .uael-separator {
  border-top-style: solid;
  border-top-width: 1px;
  display: inline-block;
  width: 5%
}

.uael-shape-rounded .uael-team-member-image img {
  -webkit-border-radius: 10%;
  border-radius: 10%
}

.uael-shape-circle .uael-team-member-image img {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-team-member.elementor-social-icons-wrapper {
  font-size: 0;
  margin-top: 5px
}

.uael-team-social-icon {
  margin-top: 5px
}

.uael-team-member .elementor-social-icon {
  font-size: 14px;
  text-align: center;
  padding: .5em;
  cursor: pointer
}

.uael-team-member .elementor-social-icon:last-child {
  margin: 0
}

.uael-team-member .elementor-social-icon:hover {
  opacity: .9;
  color: #fff
}

.uael-team-member .uael-team-name {
  margin-bottom: 5px
}

.uael-team-member .uael-team-desig {
  margin-bottom: 7px
}

.uael-team-member .uael-separator-wrapper {
  padding-bottom: 7px
}

.uael-team-member .uael-team-desc {
  margin-bottom: 10px
}

.uael-member-image-pos-left .uael-separator-wrapper,
.uael-member-image-pos-left .uael-team-member-content,
.uael-team-member-align-left .uael-team-member-wrap {
  text-align: left
}

.uael-member-image-pos-right .uael-separator-wrapper,
.uael-member-image-pos-right .uael-team-member-content,
.uael-team-member-align-right .uael-team-member-wrap {
  text-align: right
}

.uael-team-member-align-center .uael-team-member-wrap {
  text-align: center
}

.uael-member-image-pos-left .uael-member-wrap,
.uael-member-image-pos-right .uael-member-wrap,
.uael-member-image-pos-right .uael-team-member-content .uael-team-social-icon {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-member-image-pos-left .uael-member-image-valign-middle .uael-team-member-image {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center
}

.uael-member-image-pos-right .uael-member-wrap {
  direction: rtl
}

.uael-member-image-pos-right .uael-member-wrap .uael-team-member-content {
  direction: ltr
}

.uael-member-image-pos-right .uael-team-member-content .uael-team-social-icon {
  direction: initial;
  float: right
}

.uael-member-image-pos-above .uael-team-member-image {
  margin-bottom: 15px
}

.uael-member-image-pos-left .uael-team-member-image {
  margin-right: 15px
}

.uael-member-image-pos-right .uael-team-member-image {
  margin-left: 15px
}

@media only screen and (max-width:976px) {

  .uael-member-image-pos-left .uael-member-stacked-tablet .elementor-social-icons-wrapper,
  .uael-member-image-pos-left .uael-member-stacked-tablet .uael-member-wrap,
  .uael-member-image-pos-left .uael-member-stacked-tablet .uael-separator-wrapper,
  .uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-content,
  .uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-image,
  .uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-wrap {
    display: block;
    text-align: center;
    margin-right: 0
  }

  .uael-member-image-pos-right .uael-member-stacked-tablet .elementor-social-icons-wrapper,
  .uael-member-image-pos-right .uael-member-stacked-tablet .uael-member-wrap,
  .uael-member-image-pos-right .uael-member-stacked-tablet .uael-separator-wrapper,
  .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-content,
  .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-image,
  .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-wrap {
    display: block;
    text-align: center;
    margin-left: 0
  }

  .uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-content .uael-team-social-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none
  }

  .uael-tablet-team-member-align-center .elementor-social-icons-wrapper,
  .uael-tablet-team-member-align-center .uael-member-wrap,
  .uael-tablet-team-member-align-center .uael-separator-wrapper,
  .uael-tablet-team-member-align-center .uael-team-member-content,
  .uael-tablet-team-member-align-center .uael-team-member-image,
  .uael-tablet-team-member-align-center .uael-team-member-wrap {
    text-align: center
  }

  .uael-tablet-team-member-align-left .elementor-social-icons-wrapper,
  .uael-tablet-team-member-align-left .uael-member-wrap,
  .uael-tablet-team-member-align-left .uael-separator-wrapper,
  .uael-tablet-team-member-align-left .uael-team-member-content,
  .uael-tablet-team-member-align-left .uael-team-member-image,
  .uael-tablet-team-member-align-left .uael-team-member-wrap {
    text-align: left
  }

  .uael-tablet-team-member-align-right .elementor-social-icons-wrapper,
  .uael-tablet-team-member-align-right .uael-member-wrap,
  .uael-tablet-team-member-align-right .uael-separator-wrapper,
  .uael-tablet-team-member-align-right .uael-team-member-content,
  .uael-tablet-team-member-align-right .uael-team-member-image,
  .uael-tablet-team-member-align-right .uael-team-member-wrap {
    text-align: right
  }
}

@media only screen and (max-width:767px) {

  .uael-member-image-pos-left .uael-member-stacked-mobile .uael-member-wrap,
  .uael-member-image-pos-left .uael-member-stacked-mobile .uael-separator-wrapper,
  .uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-content,
  .uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-image,
  .uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-wrap,
  .uael-member-image-pos-left .uael-member-stacked-tablet .elementor-social-icons-wrapper {
    display: block;
    text-align: center;
    margin-right: 0
  }

  .uael-member-image-pos-right .uael-member-stacked-mobile .elementor-social-icons-wrapper,
  .uael-member-image-pos-right .uael-member-stacked-mobile .uael-member-wrap,
  .uael-member-image-pos-right .uael-member-stacked-mobile .uael-separator-wrapper,
  .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-content,
  .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-image,
  .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-wrap {
    display: block;
    text-align: center;
    margin-left: 0
  }

  .uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-content .uael-team-social-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none
  }

  .uael-mobile-team-member-align-center .elementor-social-icons-wrapper,
  .uael-mobile-team-member-align-center .uael-member-wrap,
  .uael-mobile-team-member-align-center .uael-separator-wrapper,
  .uael-mobile-team-member-align-center .uael-team-member-content,
  .uael-mobile-team-member-align-center .uael-team-member-image,
  .uael-mobile-team-member-align-center .uael-team-member-wrap {
    text-align: center
  }

  .uael-mobile-team-member-align-left .elementor-social-icons-wrapper,
  .uael-mobile-team-member-align-left .uael-member-wrap,
  .uael-mobile-team-member-align-left .uael-separator-wrapper,
  .uael-mobile-team-member-align-left .uael-team-member-content,
  .uael-mobile-team-member-align-left .uael-team-member-image,
  .uael-mobile-team-member-align-left .uael-team-member-wrap {
    text-align: left
  }

  .uael-mobile-team-member-align-right .elementor-social-icons-wrapper,
  .uael-mobile-team-member-align-right .uael-member-wrap,
  .uael-mobile-team-member-align-right .uael-separator-wrapper,
  .uael-mobile-team-member-align-right .uael-team-member-content,
  .uael-mobile-team-member-align-right .uael-team-member-image,
  .uael-mobile-team-member-align-right .uael-team-member-wrap {
    text-align: right
  }
}

.uael-timeline--center .uael-timeline-left .uael-timeline-date-new,
.uael-timeline--center .uael-timeline-right .uael-timeline-date-new,
.uael-timeline-main .uael-year,
.uael-timeline-marker,
.uael-timeline-right .uael-timeline-date-new,
.uael-timeline-widget {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-timeline-widget {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.uael-timeline-main #infscr-loading {
  left: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  height: 150px
}

.uael-timeline-main #infscr-loading img {
  margin-top: 10px;
  width: 100%;
  max-width: 150px
}

#infscr-loading div,
.uael-timeline--center .uael-timeline-date-hide {
  display: none
}

.uael-timeline-heading {
  margin-bottom: 10px
}

.inner-date-new p {
  margin-bottom: 0
}

.uael-date-inner .inner-date-new p {
  margin-bottom: 0
}

.uael-timeline__line {
  background-color: #eee
}

.uael-timeline-main .uael-days .in-view .in-view-timeline-icon {
  background: #5cb85c
}

.uael-timeline__line__inner {
  background-color: #5cb85c;
  width: 100%
}

.uael-timeline-main .timeline-icon-new {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle
}

.uael-timeline-shadow-yes .uael-day-new {
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .5))
}

.uael-timeline-field:not(:last-child) {
  margin-bottom: 20px
}

.uael-timeline--center .uael-timeline-widget.uael-timeline-right,
.uael-timeline--right .uael-timeline-widget {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.uael-timeline--left .uael-day-left .uael-events-inner-new,
.uael-timeline--left .uael-day-right .uael-events-inner-new,
.uael-timeline--left .uael-days {
  text-align: left
}

.uael-timeline--right .uael-day-left .uael-events-inner-new,
.uael-timeline--right .uael-day-right .uael-events-inner-new,
.uael-timeline--right .uael-days {
  text-align: right
}

.uael-timeline--center .uael-timeline-date-new {
  display: block
}

.uael-timeline--right .uael-timeline__line {
  right: 16px;
  left: auto
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow:after {
  top: 0
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow {
  top: 0;
  right: 0;
  width: 10px;
  height: 40px;
  position: absolute
}

.uael-timeline--right .uael-timeline-right .uael-timeline-arrow {
  right: -12px
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow {
  right: -10px
}

.uael-timeline--right .uael-day-new,
.uael-timeline--right .uael-timeline-marker {
  max-width: 100%;
  position: relative
}

.uael-timeline--right .uael-day-new {
  margin-right: 14px
}

.uael-timeline--right .uael-timeline-marker {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.uael-timeline--right .uael-day-new {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.uael-timeline--left .uael-day-new,
.uael-timeline--left .uael-timeline-marker {
  max-width: 100%;
  position: relative
}

.uael-timeline--left .uael-timeline__line {
  left: 20px;
  right: auto
}

.uael-timeline--left .uael-timeline-marker {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.uael-timeline--left .uael-day-new {
  margin-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow:after {
  top: 0
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow {
  top: 0;
  width: 10px;
  height: 40px;
  position: absolute
}

.uael-timeline--left .uael-timeline-right .uael-timeline-arrow {
  left: -10px
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow {
  left: -12px
}

.uael-timeline-marker {
  background-color: #eee;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.uael-timeline-main .uael-days .animate-border:hover .uael-timeline-marker {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.uael-timeline--center .uael-timeline-marker {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.uael-timeline--center .uael-day-new,
.uael-timeline--center .uael-timeline-date-new {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 100%;
  position: relative
}

.uael-timeline--center .uael-timeline-left .uael-day-new,
.uael-timeline--center .uael-timeline-right .uael-day-new {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.uael-timeline--center .uael-timeline-right .uael-day-new {
  padding-left: 0;
  padding-right: 12px
}

.uael-timeline--center .uael-timeline-left .uael-day-new {
  padding-right: 0;
  padding-left: 12px
}

.uael-day-right .uael-events-inner-new {
  text-align: right
}

.uael-day-left .uael-events-inner-new {
  text-align: left
}

.uael-events-inner-new {
  padding: 40px
}

.uael-timeline--center .uael-timeline-left .uael-timeline-date-new {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.uael-timeline--center .uael-timeline-right .uael-timeline-date-new {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.uael-timeline-left .uael-date-new {
  margin-right: 10px
}

.uael-timeline-right .uael-date-new {
  margin-left: 10px
}

.uael-timeline-arrow-center .uael-timeline-widget,
.uael-timeline-right .uael-timeline-date-new {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--center .uael-timeline-right .uael-timeline-arrow {
  top: 0;
  width: 10px;
  height: 40px;
  position: absolute
}

.uael-timeline--center .uael-timeline-right .uael-timeline-arrow {
  right: 0
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow {
  left: 0
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--center .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline-arrow-center .uael-timeline-left .uael-timeline-arrow,
.uael-timeline-arrow-center .uael-timeline-right .uael-timeline-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.uael-timeline-arrow-bottom .uael-timeline-widget {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.uael-timeline-arrow-bottom .uael-timeline-left .uael-timeline-arrow,
.uael-timeline-arrow-bottom .uael-timeline-right .uael-timeline-arrow {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.uael-heading-bottom {
  margin: 0
}

.uael-day-right .uael-events-inner {
  text-align: right
}

.uael-day-left .uael-events-inner {
  text-align: left
}

.uael-timeline-arrow-bottom .uael-timeline-date-new .uael-date-new,
.uael-timeline-arrow-top .uael-timeline-date-new .uael-date-new {
  padding-top: 8px;
  padding-bottom: 8px
}

.uael-events-inner-new,
.uael-timeline-arrow {
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.uael-timeline-arrow:after {
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out
}

.uael-date-new {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

.uael-timeline-widget.uael-timeline-left.hide-events .uael-date-new,
.uael-timeline-widget.uael-timeline-left.hide-events .uael-events-inner-new,
.uael-timeline-widget.uael-timeline-right.hide-events .uael-date-new,
.uael-timeline-widget.uael-timeline-right.hide-events .uael-events-inner-new {
  visibility: hidden
}

.uael-timeline-main .uael-year {
  position: relative
}

.uael-timeline-main .uael-year span {
  display: inline-block;
  padding-bottom: 6px
}

.uael-day-left .uael-timeline-arrow:after,
.uael-day-right .uael-timeline-arrow:after,
.uael-timeline--center .uael-day-right .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-right .uael-timeline-arrow:after {
  content: '';
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.uael-day-left .uael-timeline-arrow:after {
  left: 0
}

.uael-timeline--right .uael-day-left .uael-timeline-arrow:after {
  right: 0
}

.uael-day-right .uael-timeline-arrow:after {
  right: 0
}

.timeline-icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  position: relative;
  z-index: 1
}

.uael-timeline-main .uael-date .inner-date-new {
  white-space: nowrap;
  margin: 0
}

.uael-timeline-main .uael-timeline__line {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.uael-timeline--right .uael-timeline__line {
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.uael-timeline--center .uael-timeline__line {
  left: 50%;
  right: auto
}

.uael-timeline-main .in-view i.in-view-timeline-icon {
  -webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-in-out;
  -webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out;
  transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out
}

.uael-timeline--center .uael-days {
  text-align: center
}

.uael-timeline--center .uael-day-right .uael-timeline-arrow:after {
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.uael-timeline--center .uael-day-right .uael-timeline-arrow:after,
.uael-timeline--right .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-day-right .uael-timeline-arrow:after {
  border-left-style: solid;
  border-left-width: 13px;
  border-left-color: transparent
}

.uael-timeline--center .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-right .uael-timeline-arrow:after {
  border-right-style: solid;
  border-right-width: 13px;
  border-right-color: transparent
}

.uael-timeline-wrapper .jscroll-loading img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%)
}

@media screen and (max-width:1024px) {
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-hide {
    display: block
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-left .uael-events-inner-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-events-inner-new {
    text-align: left
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
    right: 20px;
    left: auto
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-marker {
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
    left: 20px;
    right: auto
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new {
    margin-left: 16px
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-marker {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow:after {
    top: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow {
    width: 10px;
    height: 40px;
    position: absolute
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow {
    left: -10px
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow {
    left: -12px
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-days {
    text-align: left
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-timeline-arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-widget.uael-timeline-right {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -moz-box-orient: unset;
    -moz-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-new {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-day-new {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-left: 0;
    padding-right: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-day-new {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-date-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-date-new {
    display: none
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-left .uael-events-inner-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-right .uael-events-inner-new {
    text-align: right
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline__line {
    right: 16px;
    left: auto
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
    top: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
    left: auto;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
    right: -12px
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow {
    right: -10px
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-marker {
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new {
    margin-right: 16px
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-marker {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-days {
    text-align: right
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-date-new {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-day-new {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-date-new,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-date-new {
    display: none
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-timeline-arrow:after {
    border-right-style: solid;
    border-right-width: 13px;
    border-left: none;
    border-right-color: transparent
  }

  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-right .uael-timeline-arrow:after {
    border-left-style: solid;
    border-left-width: 13px;
    border-right: none
  }
}

@media screen and (max-width:767px) {
  .uael-timeline-responsive-none .uael-events-inner-new {
    padding: 15px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-hide {
    display: block
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-left .uael-events-inner-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-events-inner-new {
    text-align: left
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline__line {
    right: 20px;
    left: auto
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-marker {
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline__line {
    left: 20px;
    right: auto
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new {
    margin-left: 16px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-marker {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow {
    width: 10px;
    height: 40px;
    position: absolute
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow {
    left: -10px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow {
    left: -12px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .uael-timeline-left .uael-date-new {
    margin-right: 10px
  }

  .uael-day-left .uael-events-inner-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-days {
    text-align: left
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-timeline-arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-widget.uael-timeline-right {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -moz-box-orient: unset;
    -moz-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-new {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-day-new {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-date-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-date-new {
    display: none
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-left .uael-events-inner-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-right .uael-events-inner-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-days {
    text-align: right
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline__line {
    right: 16px;
    left: auto
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow:after {
    top: 0
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
    left: auto;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
    right: -12px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow {
    right: -10px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-marker {
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new {
    margin-right: 16px
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-marker {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-date-new {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-day-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-day-new {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-date-new,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-date-new {
    display: none
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-timeline-arrow:after {
    border-right-style: solid;
    border-right-width: 13px;
    border-left: none
  }

  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-left .uael-timeline-arrow:after,
  .uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-right .uael-timeline-arrow:after {
    border-left-style: solid;
    border-left-width: 13px;
    border-right: none
  }
}

.uael-twitter-profile-feed {
  max-width: 500px;
  background: #fcfcfc;
  margin: auto
}

.uael-twitter-feed-card-header-icon,
.uael-twitter-feed-carousel,
.uael-twitter-feed-grid,
.uael-twitter-feed-header-statistics,
.uael-twitter-feed-header-user,
.uael-twitter-feed-header-user-info,
.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label,
.uael-twitter-feed-header-user-info-name,
.uael-twitter-feed-inner-icon,
.uael-twitter-feed-list,
.uael-twitter-feed-profile-icon .uael-twitter-feed-inner-icon span,
.uael-twitter-feed-title-name {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-twitter-feed-twitter-logo {
  padding-left: 10px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.uael-twitter-feed-profile-icon {
  color: #657786
}

.uael-twitter-feed-icon {
  margin: 20px 20px 20px 0
}

.uael-twitter-feed-name,
.uael-twitter-feed_inner-content b {
  color: #000
}

.uael-twitter-feed-profile-icon i {
  margin-right: 6px;
  font-size: 25px
}

.uael-twitter-feed-profile-icon .uael-twitter-feed-icon span,
.uael-twitter-feed-retweet {
  margin-right: 15px
}

.uael-twitter-feed-tweet-info b {
  font-size: 15px
}

.uael-twitter-feed-profile-icon svg {
  height: 1.5rem;
  margin-right: 6px;
  color: #536471
}

@media (max-width:767px) {
  .uael-twitter-feed-header-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.uael-twitter-feed .uael-twitter-feed__title span a {
  color: #4a8bee;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none
}

.uael-twitter-feed-username {
  font-size: 13px
}

.uael-twitter-feed_inner-content {
  line-height: 28px;
  color: #a4a4a4;
  font-size: 14px
}

.uael-twitter-feed-header-user-info {
  margin-left: 21px
}

.uael-twitter-header-link-wrapper {
  margin-left: 10px
}

.uael-twitter-screen-name {
  display: block
}

.uael-twitter-feed-header-statistics p {
  margin-bottom: 20px
}

.uael-twitter-profile-feed .uael-twitter-feed-profile-body .uael-twitter-header-count a {
  text-decoration: none;
  color: #000
}

.uaell-twitter-user-cover {
  display: none
}

.uael-twitter-header-banner {
  padding-top: 30px
}

.uaell-twitter-user-cover .uael-twitter-header-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.uaell-twitter-profile-yes .uaell-twitter-user-cover {
  display: block;
  overflow: hidden
}

.uael-twitter-header-count {
  margin: 0 20px 20px 0
}

.uael-equal__height-yes .uael-twitter-feed .uael-twitter-feed-grid .uael-twitter-feed-item {
  height: unset
}

.uael-equal__height-yes .uael-twitter-feed .uael-twitter-feed-grid .uael-twitter-feed-item .uael-twitter-feed-item-inner {
  height: 100%
}

.uael-twitter-feed-col-1 .uael-twitter-feed-item {
  width: 100%
}

.uael-twitter-feed-col-2 .uael-twitter-feed-item {
  width: 50%
}

.uael-twitter-feed-col-3 .uael-twitter-feed-item {
  width: 33.33%
}

.uael-twitter-feed-col-4 .uael-twitter-feed-item {
  width: 25%
}

@media (max-width:1024px) {
  .uael-twitter-feed-tablet-col-1 .uael-twitter-feed-item {
    width: 100%
  }

  .uael-twitter-feed-tablet-col-2 .uael-twitter-feed-item {
    width: 50%
  }

  .uael-twitter-feed-tablet-col-3 .uael-twitter-feed-item {
    width: 33.33%
  }

  .uael-twitter-feed-tablet-col-4 .uael-twitter-feed-item {
    width: 25%
  }
}

@media (max-width:767px) {
  .uael-twitter-feed-mobile-col-1 .uael-twitter-feed-item {
    width: 100%
  }

  .uael-twitter-feed-mobile-col-2 .uael-twitter-feed-item {
    width: 50%
  }

  .uael-twitter-feed-mobile-col-3 .uael-twitter-feed-item {
    width: 33.33%
  }

  .uael-twitter-feed-mobile-col-4 .uael-twitter-feed-item {
    width: 25%
  }
}

.uael-twitter-feed-grid,
.uael-twitter-feed-inner-icon,
.uael-twitter-feed-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-twitter-profile-feed .uael-twitter-feed {
  overflow-y: scroll;
  margin: 10px;
  height: 400px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar {
  height: 0;
  overflow: visible;
  width: 12px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  background-clip: padding-box;
  min-height: 28px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar-track-piece {
  background: #fff;
  border-left: 1px solid #f1f1f1;
  height: 63px
}

.uael-twitter-feed-list .uael-twitter-feed-item,
.uael-twitter-profile-feed .uael-twitter-feed-item {
  width: 100%
}

.uael-twitter-feed-grid .uael-twitter-feed-item,
a.uael-twitter-feed-header-user-image-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.uael-twitter-profile-feed .uael-twitter-feed .uael-twitter-feed-item {
  display: inline-block
}

.uael-twitter-profile-feed .uael-twitter-feed .uael-twitter-feed-item:not(:last-child) {
  margin-bottom: 8px
}

.uael-twitter-feed-card-header-icon {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  text-decoration: none
}

.uael-twitter-feed__title p {
  margin: 0
}

.uael-twitter-feed__title {
  width: 100%
}

.uael-twitter-feed-header-user-info,
.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label,
.uael-twitter-feed-header-user-info-name,
.uael-twitter-feed-profile-icon .uael-twitter-feed-inner-icon span,
.uael-twitter-feed-title-name,
.uael_twitter_feed_icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-twitter-feed-item-avatar img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.uael-twitter-feed-item-avatar-style-circle img,
img.uael-twitter-feed-header-user-image {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.uael-twitter-feed-twitter-logo i.fa.fa-twitter {
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.uael-twitter-feed-likes-count,
.uael-twitter-feed-name,
.uael-twitter-feed-retweet-count {
  font-weight: 700
}

.uael-twitter-feed-profile-icon span.description {
  color: #000;
  font-weight: 500
}

.uael-twitter-feed-header-user {
  position: relative;
  margin-bottom: 20px
}

.uael-twitter-feed-header-user-image-container {
  margin-top: -29px
}

.uael-twitter-feed-header-user-info {
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 10px;
  padding-right: 110px;
  overflow: hidden
}

.uael-twitter-feed-header-user-info-name-wrapper {
  overflow: hidden
}

.uael-twitter-feed-header-user-info-name {
  color: #14171a;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap
}

.uael-twitter-feed-header-user-info-name-wrapper .uael-twitter-feed-header-user-info-name a {
  text-decoration: none;
  color: currentColor;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none
}

.uael-twitter-feed-header-user-info-screen-name {
  color: #657786;
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px
}

.uael-twitter-feed-header-user-info-name-wrapper .uael-twitter-feed-header-user-info-screen-name a {
  text-decoration: none;
  color: currentColor;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none
}

.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-twitter-feed-header-user-info-follow {
  border-color: #1da1f2;
  background-color: #1da1f2;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 0;
  height: 28px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #32a0c2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  background-color: #1da1f2;
  opacity: 1
}

.uael-twitter-feed-header-user-info-follow svg {
  fill: #fff;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  pointer-events: none
}

.uael-twitter-feed-header-user-info-follow a {
  text-decoration: none
}

.uael-twitter-feed-profile-body {
  padding: 0 24px
}

.uael-twitter-feed-header-user-info-follow-label {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  background-color: #1da1f2;
  opacity: 1
}

.uael-twitter-feed-header-user-info-follow:hover {
  text-decoration: none;
  opacity: .9;
  color: #fff
}

a.uael-twitter-feed-header-user-image-container {
  color: #000
}

.uael-twitter-feed .slick-track {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.uael-twitter-feed-carousel .slick-prev {
  left: -25px
}

.uael-img-carousel-wrap .slick-next,
.uael-img-carousel-wrap .slick-prev,
.uael-twitter-feed-carousel .slick-next,
.uael-twitter-feed-carousel .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 10
}

.uael-twitter-feed-carousel .slick-next {
  right: -25px
}

.uael-twitter-feed-carousel button:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px 0 rgb(115 62 216 / 30%);
  box-shadow: 0 5px 10px 0 rgb(115 62 216 / 30%);
  border-style: unset;
  border-width: unset;
  border-color: unset
}

.uael-twitter-feed-carousel .slick-next:before,
.uael-twitter-feed-carousel .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-twitter-feed-carousel .slick-prev:before {
  content: '\f104'
}

[dir=rtl] .uael-twitter-feed-carousel .slick-prev:before {
  content: '\f105'
}

.uael-twitter-feed-carousel .slick-next:before {
  content: '\f105'
}

[dir=rtl] .uael-twitter-feed-carousel .slick-next:before {
  content: '\f104'
}

.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-prev {
  left: -25px
}

.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-next {
  right: -25px
}

.uael-img-carousel-arrow-inside .uael-twitter-feed-carousel .slick-prev {
  left: 25px
}

.uael-img-carousel-arrow-inside .uael-twitter-feed-carousel .slick-next {
  right: 25px
}

@media (max-width:768px) {
  .uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-prev {
    left: 15px
  }

  .uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-next {
    right: 15px
  }
}

.uael-twitter-feed-carousel ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center
}

.uael-twitter-feed-carousel ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-twitter-feed-carousel ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-twitter-feed-carousel ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-twitter-feed-carousel ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.uael-twitter-feed-carousel button:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.uael-registration-form .uael-pass-wrapper {
  width: 100%;
  display: none
}

.uael-registration-form .uael-pass-wrapper .uael-pass-bar,
.uael-registration-form .uael-pass-wrapper .uael-pass-bar .uael-pass-bar-color {
  height: 3px
}

.uael-rform-footer {
  width: 100%
}

.uael-registration-form .uael-pass-wrapper .uael-pass-bar {
  background-color: #cfcfcf;
  display: none
}

.uael-registration-form .uael-pass-wrapper.bad .uael-pass-bar .uael-pass-bar-color {
  width: 10%;
  background-color: #d9534f
}

.uael-registration-form .uael-pass-wrapper.good .uael-pass-bar .uael-pass-bar-color {
  width: 50%;
  background-color: #f0ad4e
}

.uael-registration-form .uael-pass-wrapper.strong .uael-pass-bar .uael-pass-bar-color {
  width: 100%;
  background-color: #5cb85c
}

.uael-registration-form .elementor-field-group .elementor-field:focus {
  outline: 0
}

.uael-registration-form-wrapper.elementor-form-fields-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.uael-reg-preview-message.error,
.uael-reg-preview-message.success,
.uael-registration-message.error,
.uael-registration-message.success {
  margin-top: 20px
}

.uael-reg-preview-message.error,
.uael-register-error-message,
.uael-registration-message.error {
  color: #d9534f;
  display: block
}

.uael-form-message-style-custom .uael-register-field-message {
  width: 100%;
  text-align: left;
  margin-top: 5px
}

.uael-form-message-style-custom .uael-register-error {
  padding: .2em .8em;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-registration-submit.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .4
}

.uael-form-loader {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  border: 2px solid currentColor;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-left-color: transparent
}

.uael-form-loader {
  -webkit-animation: uael-rotating 1s linear infinite;
  animation: uael-rotating 1s linear infinite
}

.uael-reg-form-submit .elementor-button .elementor-button-text {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
  display: none
}

.uael-registration-form .uael-recaptcha-align-inline .elementor-field-label {
  display: block;
  width: 100%
}

.uael-registration-message.elementor-alert {
  padding: 0
}

.uael-reg-preview-message.elementor-alert.success,
.uael-registration-message.elementor-alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cae6be;
  padding: 15px
}

.uael-reg-preview-message.elementor-alert.error,
.uael-registration-message.elementor-alert.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e8c4c4;
  padding: 15px
}

.uael-register-submit.uael-submit-disabled {
  pointer-events: none
}

.uael-reg-form-submit button {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@-webkit-keyframes uael-rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes uael-rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.uael-registration-form .acceptance-field input[type=checkbox]+span:before {
  content: '';
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer
}

.uael-registration-form .acceptance-field .uael-register-acceptance-message.acceptance-error-message,
.uael-registration-form .acceptance-field input[type=checkbox] {
  display: none
}

.uael-registration-form .acceptance-field input[type=checkbox]:checked+span:before {
  content: "\2714";
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer
}

.uael-registration-form .checkbox-label {
  height: 26px;
  vertical-align: middle;
  position: relative
}

.uael-registration-form .acceptance-field .acceptance-conditions>:first-child {
  margin-bottom: 5px
}

.rtl .elementor-button-align-start .elementor-field-type-submit {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.rtl .elementor-button-align-end .elementor-field-type-submit {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

[dir=rtl] body.rtl .uael-rform-footer-text-align-left .uael-rform-footer {
  text-align: right
}

[dir=rtl] body.rtl .uael-rform-footer-text-align-right .uael-rform-footer {
  text-align: left
}

.uael-urf-icon-yes .uael-fields-icon {
  position: absolute;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-urf-icon-yes .uael-register-field-message+.uael-fields-icon {
  top: 15px;
  height: 25%
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xs {
  padding: 4px 27px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-lg {
  padding: 7px 33px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-md {
  padding: 6px 30px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-sm {
  padding: .75em 30px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xl {
  padding: 8px 35px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xs+.uael-fields-icon {
  font-size: 13px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-md+.uael-fields-icon {
  font-size: 16px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-lg+.uael-fields-icon {
  font-size: 18px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xl+.uael-fields-icon {
  font-size: 20px
}

.uael-urf-field-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative
}

.uael-aspect-ratio-4_3 .uael-video__outer-wrap {
  padding-bottom: 75%
}

.uael-aspect-ratio-4_3 .uael-video__outer-wrap.uael-video-type-hosted {
  padding-bottom: 74%
}

.uael-aspect-ratio-16_9 .uael-video__outer-wrap {
  padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-video__outer-wrap {
  padding-bottom: 66.6666%
}

.uael-aspect-ratio-9_16 .uael-video__outer-wrap {
  padding-bottom: 177.8%
}

.uael-aspect-ratio-1_1 .uael-video__outer-wrap {
  padding-bottom: 100%
}

.uael-aspect-ratio-21_9 .uael-video__outer-wrap {
  padding-bottom: 42.8571%
}

.uael-subscribe-bar,
.uael-subscribe-content,
.uael-vimeo-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-subscribe-bar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 20px
}

.uael-subscribe-bar-prefix {
  margin-right: 10px
}

.uael-video__outer-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .2s all;
  transition: .2s all
}

.uael-video__outer-wrap img,
.uael-video__outer-wrap video {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all
}

.uael-video__play-icon {
  left: 50%;
  top: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: text-shadow ease .2s, color ease .2s;
  transition: text-shadow ease .2s, color ease .2s;
  z-index: 5
}

.uael-video-hosted-play,
.uael-video-wistia-play {
  cursor: pointer;
  height: 70px;
  background: rgba(84, 187, 255, .8);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0
}

.uael-video__outer-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: 0 0
}

.uael-vimeo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 10px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  margin-right: 4.6em
}

.uael-vimeo-portrait {
  width: 60px;
  height: 60px;
  background: rgba(23, 35, 34, .75);
  margin-right: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  padding: 0
}

.uael-vimeo-portrait img {
  width: 50px;
  height: 50px;
  margin: 5px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.uael-vimeo-headers {
  font-size: 10px
}

.uael-vimeo-byline,
.uael-vimeo-title {
  background: rgba(23, 35, 34, .75);
  text-transform: none;
  line-height: normal;
  letter-spacing: normal
}

.uael-vimeo-byline {
  font-size: 1.2em !important;
  font-weight: 400;
  color: #fff;
  margin-top: .1em;
  padding: .2em .5em
}

.uael-vimeo-title {
  max-width: 100%;
  font-size: 2em !important;
  font-weight: 700;
  margin: 0;
  padding: .1em .2em;
  display: inline-block
}

.uael-video__outer-wrap:active .uael-animation-sink,
.uael-video__outer-wrap:focus .uael-animation-sink,
.uael-video__outer-wrap:hover .uael-animation-sink {
  top: -webkit-calc(50% + 8px);
  top: calc(50% + 8px)
}

.uael-video__outer-wrap .uael-animation-float,
.uael-video__outer-wrap .uael-animation-sink {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.uael-video__outer-wrap .uael-animation-grow {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.uael-video__outer-wrap:hover .uael-video__play-icon.uael-animation-grow {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1)
}

.uael-video__outer-wrap:before {
  content: '';
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.uael-video__outer-wrap:active .uael-animation-float,
.uael-video__outer-wrap:focus .uael-animation-float,
.uael-video__outer-wrap:hover .uael-animation-float {
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px)
}

.uael-video__outer-wrap:active .uael-animation-wobble-vertical,
.uael-video__outer-wrap:focus .uael-animation-wobble-vertical,
.uael-video__outer-wrap:hover .uael-animation-wobble-vertical {
  -webkit-animation-name: uael-wobble-vertical;
  animation-name: uael-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-video__play-icon {
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
  transition: opacity .25s cubic-bezier(0, 0, .2, 1)
}

.uael-youtube-icon-bg {
  -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  fill: #1f1f1f
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-youtube-icon-bg,
.uael-video__outer-wrap:hover .uael-youtube-icon-bg {
  -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
  transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
  fill: #cc181e
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-youtube-icon-bg {
  fill-opacity: 1
}

.uael-vimeo-icon-bg {
  -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  fill: rgba(23, 34, 35, .75)
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-vimeo-icon-bg,
.uael-video__outer-wrap:hover .uael-vimeo-icon-bg {
  -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
  transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
  fill: #00ADEF
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-vimeo-icon-bg {
  fill-opacity: 1
}

.uael-subscribe-responsive-desktop .uael-subscribe-bar {
  display: block;
  text-align: center
}

.uael-subscribe-responsive-desktop .uael-subscribe-bar-prefix {
  margin-right: 0;
  margin-bottom: 8px
}

.uael-subscribe-responsive-desktop .uael-subscribe-content {
  display: block
}

.uael-video__outer-wrap.uael-sticky-apply {
  background: 0 0;
  z-index: 9
}

.uael-video__outer-wrap.uael-sticky-apply {
  overflow: unset
}

.uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  position: fixed !important;
  z-index: 99999;
  height: 225px;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.uael-sticky-apply.uael-video__outer-wrap:before,
.uael-video__outer-wrap.uael-sticky-apply .uael-vimeo-wrap {
  visibility: hidden
}

.uael-video-sticky-close,
.uael-video-sticky-infobar,
.uael-video__outer-wrap.uael-sticky-apply+.uael-subscribe-bar {
  display: none
}

.uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap {
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.uael-video__outer-wrap.uael-sticky-apply .uael-video-sticky-infobar {
  -webkit-box-shadow: 0 5px 10px -5px #333;
  box-shadow: 0 5px 10px -5px #333
}

.uael-sticky-apply .uael-video-inner-wrap.ui-draggable {
  cursor: move
}

.uael-sticky-apply .uael-video__thumb,
.uael-sticky-apply iframe {
  padding: 4px
}

.uael-sticky-apply .uael-video-sticky-close {
  display: block;
  position: absolute;
  padding: 7px;
  color: #000;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  z-index: 99999;
  height: 14px;
  width: 14px;
  line-height: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-video-sticky-close .uael-sticky-close-icon {
  font-size: 14px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center
}

.uael-sticky-apply .uael-video-sticky-infobar {
  display: block;
  position: relative;
  top: 100%;
  width: 100%;
  padding: 5px;
  color: #000;
  background: #fff;
  text-align: center;
  z-index: 9999;
  margin-top: -1px
}

.uael-video-sticky-bottom_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  right: auto;
  left: 20px
}

.uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  top: 20px
}

.uael-video-sticky-bottom_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-bottom_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  bottom: 20px
}

.uael-video-sticky-bottom_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  left: auto;
  right: 20px
}

.uael-video-sticky-center_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.uael-video-sticky-bottom_left .uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-bottom_right .uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap {
  bottom: 55px
}

.admin-bar .uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.admin-bar .uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
  top: -webkit-calc(32px + 20px);
  top: calc(32px + 20px)
}

.uael-video-sticky-bottom_left .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-center_left .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-top_left .uael-sticky-apply .uael-video-sticky-close {
  top: -10px;
  right: -10px
}

.uael-video-sticky-bottom_right .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-center_right .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-top_right .uael-sticky-apply .uael-video-sticky-close {
  top: -10px;
  left: -10px
}

@media only screen and (max-width:976px) {
  .uael-subscribe-responsive-tablet .uael-subscribe-bar {
    display: block;
    text-align: center
  }

  .uael-subscribe-responsive-tablet .uael-subscribe-bar-prefix {
    margin-right: 0;
    margin-bottom: 8px
  }

  .uael-subscribe-responsive-tablet .uael-subscribe-content {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .uael-subscribe-responsive-mobile .uael-subscribe-bar {
    display: block;
    text-align: center
  }

  .uael-subscribe-responsive-mobile .uael-subscribe-bar-prefix {
    margin-right: 0;
    margin-bottom: 8px
  }

  .uael-subscribe-responsive-mobile .uael-subscribe-content {
    display: block
  }

  .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
    height: 140px;
    width: 240px
  }
}

@-webkit-keyframes uael-wobble-vertical {
  16.65% {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px)
  }

  33.3% {
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px)
  }

  49.95% {
    top: -webkit-calc(50% + 4px);
    top: calc(50% + 4px)
  }

  66.6% {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px)
  }

  83.25% {
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px)
  }

  100% {
    top: 50%
  }
}

@keyframes uael-wobble-vertical {
  16.65% {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px)
  }

  33.3% {
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px)
  }

  49.95% {
    top: -webkit-calc(50% + 4px);
    top: calc(50% + 4px)
  }

  66.6% {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px)
  }

  83.25% {
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px)
  }

  100% {
    top: 50%
  }
}

.uael-vg__dummy-image,
.uael-vgallery-tabs-dropdown .uael-filters-dropdown {
  display: none
}

.uael-video-gallery__column-6 .uael-video__gallery-item {
  width: 16.66%
}

.uael-video-gallery__column-5 .uael-video__gallery-item {
  width: 20%
}

.uael-video-gallery__column-4 .uael-video__gallery-item {
  width: 25%
}

.uael-video-gallery__column-3 .uael-video__gallery-item {
  width: 33.33%
}

.uael-video-gallery__column-2 .uael-video__gallery-item {
  width: 50%
}

.uael-video-gallery__column-1 .uael-video__gallery-item {
  width: 100%
}

.uael-video-gallery__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
.uael-video-gallery__column-2 .uael-video__gallery-item:nth-child(2n+1):not(.slick-slide),
.uael-video-gallery__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
.uael-video-gallery__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
.uael-video-gallery__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
.uael-video-gallery__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide),
.uael-video-gallery__column-7 .uael-video__gallery-item:nth-child(7n+1):not(.slick-slide),
.uael-video-gallery__column-8 .uael-video__gallery-item:nth-child(8n+1):not(.slick-slide) {
  clear: left
}

.uael-video-gallery__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
.uael-video-gallery__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
.uael-video-gallery__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
.uael-video-gallery__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
.uael-video-gallery__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
.uael-video-gallery__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide),
.uael-video-gallery__column-7 .uael-video__gallery-item:nth-child(7n):not(.slick-slide),
.uael-video-gallery__column-8 .uael-video__gallery-item:nth-child(8n):not(.slick-slide) {
  clear: right
}

.uael-vg__play_full {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4
}

.uael-video__gallery-item {
  position: relative;
  overflow: hidden
}

.uael-vg__layout-carousel .uael-video__gallery-item {
  height: auto
}

.uael-video__gallery-item:hover .uael-vg__overlay {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out
}

.uael-vg__play-icon,
.uael-vg__play-icon i,
.uael-vg__play-icon svg,
.uael-video__gallery-item:hover i {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

.uael-timeline-featured-img {
  margin-bottom: 20px
}

.uael-timeline-link-style {
  margin-top: 10px
}

.uael-video__gallery-item .uael-vg__thumb-image,
.uael-video__gallery-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.uael-video__gallery-item iframe {
  height: 100%;
  border: 0;
  display: block;
  margin: 0 auto
}

.uael-video__gallery-item .uael-vg__thumb-image {
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.uael-video-gallery-wrap.uael-vg__layout-grid {
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-vg__layout-carousel .uael-video__gallery-item {
  float: left
}

.uael-vg__layout-carousel {
  visibility: hidden
}

.uael-vg__layout-carousel.slick-initialized {
  visibility: visible
}

.uael-video-gallery-wrap .uael-video__img {
  display: block;
  width: 100%;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  max-width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover
}

.uael-video-gallery-wrap .uael-video__content-wrap {
  display: block;
  text-align: center
}

.uael-video-gallery-wrap .uael-video__content {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.uael-video-gallery-wrap .uael-video__caption {
  position: absolute;
  width: 100%;
  bottom: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s
}

.uael-video-gallery-title-below_video .uael-video__gallery-item .uael-video__caption {
  position: relative;
  width: 100%;
  bottom: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
  text-align: center
}

.uael-video-gallery-wrap .uael-video__tags {
  position: absolute;
  width: 100%;
  top: 100%;
  display: block;
  font-style: italic;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s
}

.uael-video-gallery-title-always .uael-video__gallery-item .uael-video__caption,
.uael-video-gallery-title-hover .uael-video__gallery-item:hover .uael-video__caption,
.uael-video__gallery-item:hover .uael-video__tags {
  opacity: 1
}

.uael-video__gallery-item .uael-video__lightbox {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: color .2s ease-in-out 0s;
  transition: color .2s ease-in-out 0s
}

.uael-video__gallery-filters {
  display: block;
  margin: 0;
  margin-bottom: 20px
}

.uael-video__gallery-filter {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 5px;
  cursor: pointer;
  margin-bottom: 10px
}

.uael-video__gallery-filter:first-child {
  margin-left: 0
}

.uael-video__gallery-filter:last-child {
  margin-right: 0
}

.uael-video__content .uael-vg__play,
.uael-video__content .uael-vg__play:hover {
  text-decoration: none;
  display: block
}

.uael-aspect-ratio-4_3 .uael-vg__thumb-image,
.uael-aspect-ratio-4_3 .uael-video__gallery-iframe {
  padding-bottom: 75%
}

.uael-aspect-ratio-16_9 .uael-vg__thumb-image,
.uael-aspect-ratio-16_9 .uael-video__gallery-iframe {
  padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-vg__thumb-image,
.uael-aspect-ratio-3_2 .uael-video__gallery-iframe {
  padding-bottom: 66.6666%
}

.uael-aspect-ratio-16_9 .uael-video__gallery-iframe,
.uael-aspect-ratio-3_2 .uael-video__gallery-iframe,
.uael-aspect-ratio-4_3 .uael-video__gallery-iframe {
  height: 0;
  position: relative;
  max-width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000
}

.uael-vg__play_full:hover {
  cursor: pointer
}

.uael-vg__play {
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  -webkit-transition: text-shadow ease .2s, color ease .2s;
  transition: text-shadow ease .2s, color ease .2s;
  z-index: 5
}

.uael-vg__play-icon,
.uael-vg__play-icon i,
.uael-vg__play-icon svg,
.uael-vg__play-image {
  display: block
}

.uael-video-gallery-wrap .slick-slide img {
  width: 100%
}

.uael-video-gallery-wrap .slick-next,
.uael-video-gallery-wrap .slick-next:focus,
.uael-video-gallery-wrap .slick-next:hover,
.uael-video-gallery-wrap .slick-prev,
.uael-video-gallery-wrap .slick-prev:focus,
.uael-video-gallery-wrap .slick-prev:hover {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #aaa;
  border-color: #aaa;
  outline: 0;
  background: 0 0
}

.uael-video-gallery-wrap .slick-next:before,
.uael-video-gallery-wrap .slick-prev:before {
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-video-gallery-wrap .slick-prev {
  left: -45px;
  z-index: 1
}

[dir=rtl] .uael-video-gallery-wrap .slick-prev {
  left: auto;
  right: -45px
}

.uael-video-gallery-wrap .slick-next:before,
.uael-video-gallery-wrap .slick-prev:before,
[dir=rtl] .uael-video-gallery-wrap .slick-next:before,
[dir=rtl] .uael-video-gallery-wrap .slick-prev:before {
  content: '';
  font-size: 0;
  line-height: 0
}

.uael-video-gallery-wrap .slick-next {
  right: -45px
}

[dir=rtl] .uael-video-gallery-wrap .slick-next {
  left: -45px;
  right: auto
}

.uael-video-gallery-wrap .slick-next i,
.uael-video-gallery-wrap .slick-next i:focus,
.uael-video-gallery-wrap .slick-next i:hover,
.uael-video-gallery-wrap .slick-prev i,
.uael-video-gallery-wrap .slick-prev i:focus,
.uael-video-gallery-wrap .slick-prev i:hover {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-video-gallery-wrap ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: -45px;
  text-align: center
}

.uael-video-gallery-wrap,
.uael-video-gallery-wrap .uael-nav-dots {
  margin-bottom: 50px
}

.uael-video-gallery-wrap ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-video-gallery-wrap ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-video-gallery-wrap ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-video-gallery-wrap ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.uael-video__gallery-item:active .elementor-animation-sink,
.uael-video__gallery-item:focus .elementor-animation-sink,
.uael-video__gallery-item:hover .elementor-animation-sink {
  top: -webkit-calc(50% + 8px);
  top: calc(50% + 8px)
}

.uael-video__gallery-item .uael-animation-float,
.uael-video__gallery-item .uael-animation-sink {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.uael-video__gallery-item:active .elementor-animation-float,
.uael-video__gallery-item:focus .elementor-animation-float,
.uael-video__gallery-item:hover .elementor-animation-float {
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px)
}

.uael-video__gallery-item:active .uael-animation-wobble-vertical,
.uael-video__gallery-item:focus .uael-animation-wobble-vertical,
.uael-video__gallery-item:hover .uael-animation-wobble-vertical {
  -webkit-animation-name: uael-wobble-vertical;
  animation-name: uael-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-vg__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.logged-in #wpadminbar~.uael-gallery-fancybox .fancybox-toolbar {
  margin-top: 32px
}

.uael-video-gallery-title-filters .uael-video__gallery-filters {
  text-align: right
}

.uael-video-gallery-title-filters {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.uael-video-gallery-title-filters .uael-video-gallery-title {
  margin-right: 60px;
  display: inline-block;
  text-align: left
}

.uael-video-gallery-title-filters ul.uael-video__gallery-filters {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block
}

.uael-vg__play_full:hover .elementor-animation-grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.uael-vg__play_full:hover .elementor-animation-shrink {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

.uael-vg__play_full:hover .elementor-animation-pulse {
  -webkit-animation-name: elementor-animation-pulse;
  animation-name: elementor-animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.uael-vg__play_full:hover .elementor-animation-pulse-grow {
  -webkit-animation-name: elementor-animation-pulse-grow;
  animation-name: elementor-animation-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

.uael-vg__play_full:hover .elementor-animation-pulse-shrink {
  -webkit-animation-name: elementor-animation-pulse-shrink;
  animation-name: elementor-animation-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

.uael-vg__play_full:hover .elementor-animation-push {
  -webkit-animation-name: elementor-animation-push;
  animation-name: elementor-animation-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-vg__play_full:hover .elementor-animation-pop {
  -webkit-animation-name: elementor-animation-pop;
  animation-name: elementor-animation-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-vg__play_full:hover .elementor-animation-float {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.uael-vg__play_full:hover .elementor-animation-sink {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.uael-vg__play_full:hover .elementor-animation-wobble-vertical {
  -webkit-animation-name: elementor-animation-wobble-vertical;
  animation-name: elementor-animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
  width: 1188px;
  height: 669px
}

@media (max-width:1024px) {

  .uael-video-gallery-stack-tablet .uael-video-gallery-title-filters,
  .uael-video-gallery-stack-tablet .uael-video__gallery-filters {
    text-align: center
  }

  .uael-video-gallery-stack-tablet .uael-video-gallery-title {
    margin-right: 0
  }

  .uael-video-gallery-stack-tablet .uael-video-gallery-title-filters {
    display: block
  }

  .uael-video-gallery-tablet__column-1 .uael-video__gallery-item {
    width: 100%
  }

  .uael-video-gallery-tablet__column-2 .uael-video__gallery-item {
    width: 50%
  }

  .uael-video-gallery-tablet__column-3 .uael-video__gallery-item {
    width: 33.33%
  }

  .uael-video-gallery-tablet__column-4 .uael-video__gallery-item {
    width: 25%
  }

  .uael-video-gallery-tablet__column-5 .uael-video__gallery-item {
    width: 20%
  }

  .uael-video-gallery-tablet__column-6 .uael-video__gallery-item {
    width: 16.66%
  }

  .uael-video-gallery-tablet__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
  .uael-video-gallery-tablet__column-2 .uael-video__gallery-item:nth-child(2n+1):not(.slick-slide),
  .uael-video-gallery-tablet__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
  .uael-video-gallery-tablet__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
  .uael-video-gallery-tablet__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
  .uael-video-gallery-tablet__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide) {
    clear: left
  }

  .uael-video-gallery-tablet__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
  .uael-video-gallery-tablet__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
  .uael-video-gallery-tablet__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
  .uael-video-gallery-tablet__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
  .uael-video-gallery-tablet__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
  .uael-video-gallery-tablet__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide) {
    clear: right
  }

  .uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
    width: 680px;
    height: 382px
  }
}

@media (max-width:767px) {
  .uael-gallery-fancybox .fancybox-navigation .fancybox-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .uael-gallery-fancybox .fancybox-navigation .fancybox-button:after {
    padding: 0 50px
  }

  .uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
    height: auto
  }

  .uael-video-gallery-wrap .slick-prev {
    left: 5px
  }

  .uael-video-gallery-wrap .slick-next {
    right: 5px
  }

  .uael-video-gallery-stack-mobile .uael-video-gallery-title-filters,
  .uael-video-gallery-stack-mobile .uael-video__gallery-filters {
    text-align: center
  }

  .uael-video-gallery-stack-mobile .uael-video-gallery-title {
    margin-right: 0
  }

  .uael-video-gallery-stack-mobile .uael-video-gallery-title-filters {
    display: block
  }

  .uael-video-gallery-mobile__column-1 .uael-video__gallery-item {
    width: 100%
  }

  .uael-video-gallery-mobile__column-2 .uael-video__gallery-item {
    width: 50%
  }

  .uael-video-gallery-mobile__column-3 .uael-video__gallery-item {
    width: 33.33%
  }

  .uael-video-gallery-mobile__column-4 .uael-video__gallery-item {
    width: 25%
  }

  .uael-video-gallery-mobile__column-5 .uael-video__gallery-item {
    width: 20%
  }

  .uael-video-gallery-mobile__column-6 .uael-video__gallery-item {
    width: 16.66%
  }

  .uael-video-gallery-mobile__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
  .uael-video-gallery-mobile__column-2 .uael-video__gallery-item:nth-child(2n+1):not(.slick-slide),
  .uael-video-gallery-mobile__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
  .uael-video-gallery-mobile__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
  .uael-video-gallery-mobile__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
  .uael-video-gallery-mobile__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide) {
    clear: left
  }

  .uael-video-gallery-mobile__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
  .uael-video-gallery-mobile__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
  .uael-video-gallery-mobile__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
  .uael-video-gallery-mobile__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
  .uael-video-gallery-mobile__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
  .uael-video-gallery-mobile__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide) {
    clear: right
  }

  .uael-vgallery-tabs-dropdown .uael-filters-dropdown {
    display: block;
    position: relative;
    margin-bottom: 20px
  }

  .uael-vgallery-tabs-dropdown .uael-filters-dropdown-button {
    background: #efefef;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    display: inline-block
  }

  .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
    display: none;
    list-style: none;
    position: absolute;
    margin: 0;
    top: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    z-index: 9;
    border: 1px solid #ededed
  }

  .uael-vgallery-tabs-dropdown .uael-video__gallery-filter {
    white-space: nowrap;
    display: block;
    background: #efefef;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    border-style: none;
    margin: 0
  }

  .uael-vgallery-tabs-dropdown .uael-filters-dropdown-button::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px
  }

  .uael-vgallery-tabs-dropdown .uael-video-gallery-title-filters .uael-video__gallery-filters,
  .uael-vgallery-tabs-dropdown .uael-video__gallery-filters {
    display: none
  }

  .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list.show-list {
    display: block
  }

  .uael-vgallery-tabs-dropdown .uael-video__gallery-filter {
    padding: 5px 15px 5px 15px
  }

  .uael-mobile-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-tablet-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .uael-mobile-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-tablet-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
    left: 0;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .uael-mobile-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-tablet-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-video-gallery-stack-mobile .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
  .uael-video-gallery-stack-tablet .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.theme-twentytwentyone .elementor-widget-uael-video-gallery ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-video-gallery ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
  background: unset
}

.uael-welcome-music-container {
  cursor: pointer;
  z-index: 99999;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed
}

#uael-play-pause {
  position: relative;
  font-size: 25px
}

#uael-play-pause .pause,
#uael-play-pause .play,
.uael-pause svg:first-child,
.uael-play svg:last-child,
.uael-welcome-music-btn-display-no .uael-welcome-music-container {
  display: none
}

#uael-play-pause.uael-pause .pause,
#uael-play-pause.uael-play .play {
  display: block
}

.uael-builder-msg {
  text-align: center
}

#uael-play-pause svg:first-child,
#uael-play-pause svg:last-child {
  width: 30px
}

#uael-play-pause.uael-pause svg:first-child,
#uael-play-pause.uael-play svg:last-child {
  display: none
}

#uael-play-pause.uael-pause svg:last-child,
#uael-play-pause.uael-play svg:first-child {
  display: block
}

.uael-woocommerce .products::after,
.uael-woocommerce .products::before,
.uael-woocommerce ul.products::after,
.uael-woocommerce ul.products::before {
  content: ' ';
  display: table;
  width: 0
}

.uael-quick-view-data {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1
}

.uael-woocommerce .products::after,
.uael-woocommerce ul.products::after {
  clear: both
}

.uael-woocommerce .products,
.uael-woocommerce ul.products {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none outside;
  clear: both;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-woocommerce .products li.product .woocommerce-loop-product__link img,
.uael-woocommerce ul.products li.product .woocommerce-loop-product__link img {
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s;
  transition: filter .6s, opacity .6s, transform .6s;
  transition: filter .6s, opacity .6s, transform .6s, -webkit-filter .6s, -webkit-transform .6s
}

#uael-quick-view-modal .uael-qv-image-slider li,
.uael-woocommerce .products li.product,
.uael-woocommerce ul.products li.product {
  list-style: none
}

#uael-quick-view-content,
.uael-quick-view-data,
.uael-woo-category-slider .slick-slide>div,
.uael-woo-category-slider .slick-slide>div .uael-product-cat-inner,
.uael-woo-category-slider .slick-slide>div li,
.uael-woo-products-slider .slick-slide>div,
.uael-woo-products-slider .slick-slide>div .uael-woo-product-wrapper,
.uael-woo-products-slider .slick-slide>div li,
.uael-woocommerce .uael-show-on-hover {
  height: 100%
}

.uael-woocommerce .uael-show-on-hover {
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.uael-quick-view-data {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1
}

.uael-woocommerce .products li.product:hover .uael-show-on-hover,
.uael-woocommerce ul.products li.product:hover .uael-show-on-hover {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0) translateY(0);
  transform: scale(1) translateZ(0) translateY(0);
  pointer-events: inherit
}

.uael-woocommerce .uael-woo-product__hover-zoom .products li.product:hover .woocommerce-loop-product__link img,
.uael-woocommerce .uael-woo-product__hover-zoom ul.products li.product:hover .woocommerce-loop-product__link img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.uael-add-to-cart-align-right,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-right .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-right .uael-woo-categories ul.products li.product .uael-category__title-wrap {
  text-align: right
}

.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: 0
}

.uael-add-to-cart-align-left,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-left .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-left .uael-woo-categories ul.products li.product .uael-category__title-wrap,
.uael-woo-pagination-align-left .uael-woocommerce-pagination {
  text-align: left
}

.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
  margin-left: 0;
  margin-right: auto
}

.uael-add-to-cart-align-center,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-center .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-center .uael-woo-categories ul.products li.product .uael-category__title-wrap,
.uael-woo-pagination-align-center .uael-woocommerce-pagination {
  text-align: center
}

.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto
}

.uael-woocommerce .products li.product,
.uael-woocommerce ul.products li.product,
.woocommerce .uael-woocommerce .products li.product,
.woocommerce .uael-woocommerce ul.products li.product,
.woocommerce-page .uael-woocommerce .products li.product,
.woocommerce-page .uael-woocommerce ul.products li.product {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  margin-bottom: 35px;
  width: 25%
}

.uael-woocommerce .uael-woo-products-summary-wrap {
  padding: 1em 1.2em
}

.uael-woocommerce .uael-woo-product-category {
  font-size: .85em;
  margin-bottom: .5em;
  display: block;
  line-height: 1.3
}

.uael-woocommerce .woocommerce-loop-product__link {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: .8em;
  outline: 0
}

.uael-woocommerce .woocommerce-loop-product__title {
  margin-bottom: .5em;
  font-size: 1em
}

.uael-woocommerce .star-rating {
  display: block;
  float: none;
  margin: 0 auto .5em 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: .857em;
  width: 5.4em;
  font-family: star
}

.uael-quick-view-data,
.uael-woocommerce .star-rating span,
.uael-woocommerce .star-rating span::before,
.uael-woocommerce .star-rating::before {
  top: 0;
  left: 0;
  position: absolute
}

.uael-woocommerce .star-rating::before {
  content: '\73\73\73\73\73';
  color: #d3ced2;
  float: left
}

.uael-woocommerce .star-rating span {
  overflow: hidden;
  padding-top: 1.5em;
  float: left
}

.uael-woocommerce .star-rating span::before {
  content: '\53\53\53\53\53'
}

.uael-woocommerce .products li.product .price,
.uael-woocommerce ul.products li.product .price {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: .5em;
  font-size: .9em
}

.uael-woocommerce .products li.product .price ins,
.uael-woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px
}

.uael-woocommerce .products li.product .price del,
.uael-woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block
}

.uael-woocommerce .uael-woo-products-summary-wrap .button {
  display: inline-block;
  margin: .5em 0;
  white-space: normal;
  line-height: 1.3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 40px;
  font-size: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  font-weight: 700;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product {
  width: 100%;
  margin-right: 0
}

.uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product {
  width: 50%
}

.uael-woo-products-grid .uael-woo-product__column-3 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-3 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product {
  width: 33.33%
}

.uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product {
  width: 25%
}

.uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product {
  width: 20%
}

.uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product {
  width: 16.66%
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product:nth-child(n+1),
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product:nth-child(n+1),
.uael-woo-products-grid .uael-woo-product__column-2 .products li.product:nth-child(2n+1),
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product:nth-child(2n+1),
.uael-woo-products-grid .uael-woo-product__column-3 .products li.product:nth-child(3n+1),
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product:nth-child(3n+1),
.uael-woo-products-grid .uael-woo-product__column-4 .products li.product:nth-child(4n+1),
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product:nth-child(4n+1),
.uael-woo-products-grid .uael-woo-product__column-5 .products li.product:nth-child(5n+1),
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product:nth-child(5n+1),
.uael-woo-products-grid .uael-woo-product__column-6 .products li.product:nth-child(6n+1),
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product:nth-child(6n+1) {
  clear: left
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product:nth-child(n),
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product:nth-child(n),
.uael-woo-products-grid .uael-woo-product__column-2 .products li.product:nth-child(2n),
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product:nth-child(2n),
.uael-woo-products-grid .uael-woo-product__column-3 .products li.product:nth-child(3n),
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product:nth-child(3n),
.uael-woo-products-grid .uael-woo-product__column-4 .products li.product:nth-child(4n),
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product:nth-child(4n),
.uael-woo-products-grid .uael-woo-product__column-5 .products li.product:nth-child(5n),
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product:nth-child(5n),
.uael-woo-products-grid .uael-woo-product__column-6 .products li.product:nth-child(6n),
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product:nth-child(6n) {
  clear: right
}

.uael-woocommerce .uael-woo-products-thumbnail-wrap {
  position: relative
}

.uael-woocommerce .woocommerce-LoopProduct-link {
  margin: 0
}

.uael-woo-categories .products li.product a img,
.uael-woo-categories ul.products li.product a img,
.uael-woocommerce .uael-woo-products-thumbnail-wrap img {
  margin: 0;
  width: 100%
}

.uael-woo-skin-grid-default .uael-quick-view-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  z-index: 9
}

.uael-woo-skin-grid-default .uael-quick-view-btn .uael-qv-icon {
  margin-right: 10px
}

.uael-woo-skin-grid-default .uael-woo-products-thumbnail-wrap:hover .uael-quick-view-btn,
.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap:hover .uael-action-tooltip {
  opacity: 1
}

.uael-woo-skin-grid-default .uael-woo-product-wrapper {
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.uael-woo-skin-grid-franko .uael-product-actions {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
  -webkit-transition: all .35s;
  transition: all .35s;
  margin-bottom: 2px;
  opacity: 0
}

.uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap:hover .uael-product-actions {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.uael-woo-skin-grid-franko .uael-action-tooltip {
  opacity: 0;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 9;
  top: 50%;
  right: -webkit-calc(100% + 8px);
  right: calc(100% + 8px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 2px 8px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.uael-woo-skin-grid-franko .uael-action-tooltip:before {
  top: calc(50% - 5.5px);
  top: -webkit-calc(50% - 5.5px);
  right: -10px;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, .8)
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap {
  position: relative;
  display: block;
  margin: 0 0 3px;
  background: #fff;
  text-align: center;
  color: #3a3a3a;
  outline: 0
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap:hover {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item {
  display: block;
  color: #3a3a3a;
  width: 40px;
  line-height: 40px;
  height: 40px;
  cursor: pointer
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.loading .uael-ajax-add-cart-icon {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.loading .uael-ajax-add-cart-icon:before {
  content: "\f110"
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.added .uael-ajax-add-cart-icon:before {
  content: "\f00c"
}

.uael-woocommerce .uael-featured,
.uael-woocommerce .uael-onsale {
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  z-index: 10
}

.uael-woocommerce .uael-onsale {
  background-color: #77a464
}

.uael-woocommerce .uael-featured {
  background-color: #6d7882
}

#uael-quick-view-modal .uael-content-main-wrapper,
.elementor-widget-uael-woo-products .uael-loader-overlay.uael-quick-view-loader,
.uael-quick-view-data,
.uael-woo-category-slider ul.slick-dots li button:before,
.uael-woo-products-slider ul.slick-dots li button:before,
.uael-woo-skin-grid-default .uael-flash-container,
.uael-woo-skin-grid-franko .uael-flash-container,
.uael-woocommerce .uael-show-on-hover {
  position: absolute;
  top: 0;
  left: 0
}

.uael-woo-skin-grid-default .uael-flash-container {
  z-index: 21;
  margin-top: 25px;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.uael-woo-skin-grid-default .uael-sale-flash-wrap {
  margin: auto auto auto -10px
}

.uael-woo-skin-grid-default .uael-featured,
.uael-woo-skin-grid-default .uael-sale-flash-wrap .uael-onsale {
  min-width: 1em;
  min-height: 1em;
  line-height: 1em;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  display: inline-block
}

.uael-featured-flash-circle .uael-featured,
.uael-sale-flash-circle .uael-onsale {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-woo-skin-grid-default .uael-featured-flash-wrap {
  margin: 0 0 0 -10px
}

.uael-woo-skin-grid-default .double-flash .uael-featured-flash-wrap,
.uael-woo-skin-grid-franko .uael-double-flash .uael-featured-flash-wrap {
  margin-top: -10px
}

.uael-woo-skin-grid-franko .uael-featured {
  display: inline-block
}

.uael-woo-skin-grid-default .double-flash .uael-featured {
  min-width: .8em;
  min-height: .8em;
  line-height: .8em
}

.uael-woo-skin-grid-franko .uael-flash-container {
  z-index: 21;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.uael-woo-skin-grid-franko .uael-sale-flash-wrap {
  display: inline-block;
  margin: 0
}

.uael-woo-skin-grid-franko .uael-onsale {
  display: block;
  padding: 0
}

.uael-out-of-stock {
  position: absolute;
  background-color: rgba(255, 255, 255, .88);
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  padding: 1.3em 0;
  bottom: auto;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
  transform: translateY(-50%) translate3d(0, 0, 0)
}

.uael-woo-pagination-align-right .uael-woocommerce-pagination,
[dir=rtl] .uael-woo-product .woocommerce-product-details__short-description {
  text-align: right
}

.uael-woocommerce-pagination ul {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  margin: 1px;
  width: auto
}

.uael-woocommerce-pagination li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  float: left;
  overflow: hidden
}

.uael-woocommerce-pagination ul li .page-numbers:focus,
.uael-woocommerce-pagination ul li .page-numbers:hover,
.uael-woocommerce-pagination ul li span.current {
  color: #fff;
  background: #000000bd
}

.uael-woocommerce-pagination ul li .page-numbers {
  margin: 0;
  text-decoration: none;
  color: #000000bd;
  border: 1px solid #000000bd;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .75em;
  display: block;
  min-width: 2.5em
}

@media (max-width:1024px) {

  .uael-woocommerce .products li.product,
  .uael-woocommerce ul.products li.product,
  .woocommerce .uael-woo-products-grid .products li.product,
  .woocommerce .uael-woo-products-grid ul.products li.product {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 35px;
    width: 25%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product {
    width: 100%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product {
    width: 50%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product {
    width: 33.33%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product {
    width: 25%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product {
    width: 20%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product {
    width: 16.66%
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product:nth-child(n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product:nth-child(n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product:nth-child(2n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product:nth-child(2n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product:nth-child(3n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product:nth-child(3n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product:nth-child(4n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product:nth-child(4n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product:nth-child(5n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product:nth-child(5n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product:nth-child(6n+1),
  .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product:nth-child(6n+1) {
    clear: left
  }

  .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product:nth-child(n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product:nth-child(n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product:nth-child(2n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product:nth-child(2n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product:nth-child(3n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product:nth-child(3n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product:nth-child(4n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product:nth-child(4n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product:nth-child(5n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product:nth-child(5n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product:nth-child(6n),
  .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product:nth-child(6n) {
    clear: right
  }

  .uael-woo-pagination-tablet-align-right .uael-woocommerce-pagination,
  .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
  .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product {
    text-align: right
  }

  .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
  .uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: 0
  }

  .uael-woo-pagination-tablet-align-left .uael-woocommerce-pagination,
  .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
  .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product {
    text-align: left
  }

  .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
  .uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: 0;
    margin-right: auto
  }

  .uael-woo-pagination-tablet-align-center .uael-woocommerce-pagination,
  .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
  .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product {
    text-align: center
  }

  .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
  .uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: auto
  }

  .uael-woocommerce .products li.product,
  .uael-woocommerce ul.products li.product,
  .woocommerce .uael-woocommerce .products li.product,
  .woocommerce .uael-woocommerce ul.products li.product,
  .woocommerce-page .uael-woocommerce .products li.product,
  .woocommerce-page .uael-woocommerce ul.products li.product {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 35px;
    width: 25%
  }

  .woocommerce-page[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n),
  .woocommerce[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n) {
    margin-right: 0;
    clear: none
  }

  .uael-woo-skin-grid-default .uael-woo-products-thumbnail-wrap .uael-quick-view-btn,
  .uael-woo-skin-grid-franko .uael-product-actions,
  .uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap .uael-product-actions {
    opacity: 1
  }

  .uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap .uael-product-actions {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@media (max-width:767px) {

  .uael-woocommerce .products li.product,
  .uael-woocommerce ul.products li.product,
  .woocommerce .uael-woo-products-grid .products li.product,
  .woocommerce .uael-woo-products-grid ul.products li.product {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 35px;
    width: 25%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product {
    width: 100%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product {
    width: 50%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product {
    width: 33.33%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product {
    width: 25%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product {
    width: 20%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
  .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
  .woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
  .woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product {
    width: 16.66%
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product:nth-child(n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product:nth-child(n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product:nth-child(2n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product:nth-child(2n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product:nth-child(3n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product:nth-child(3n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product:nth-child(4n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product:nth-child(4n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product:nth-child(5n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product:nth-child(5n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product:nth-child(6n+1),
  .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product:nth-child(6n+1) {
    clear: left
  }

  .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product:nth-child(n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product:nth-child(n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product:nth-child(2n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product:nth-child(2n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product:nth-child(3n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product:nth-child(3n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product:nth-child(4n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product:nth-child(4n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product:nth-child(5n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product:nth-child(5n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product:nth-child(6n),
  .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product:nth-child(6n) {
    clear: right
  }

  .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
  .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product,
  .uael-woo-pagination-mobile-align-right .uael-woocommerce-pagination {
    text-align: right
  }

  .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
  .uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: 0
  }

  .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
  .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product,
  .uael-woo-pagination-mobile-align-left .uael-woocommerce-pagination {
    text-align: left
  }

  .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
  .uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: 0;
    margin-right: auto
  }

  .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
  .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product,
  .uael-woo-pagination-mobile-align-center .uael-woocommerce-pagination {
    text-align: center
  }

  .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
  .uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
    margin-left: auto;
    margin-right: auto
  }

  .woocommerce-page[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n),
  .woocommerce[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n) {
    margin-right: 0;
    clear: none
  }
}

.uael-woo-products-slider .uael-woo-products-inner .products li.product,
.uael-woo-products-slider .uael-woo-products-inner ul.products li.product {
  margin-bottom: 20px
}

.uael-woo-products-slider .uael-slick-dotted .products,
.uael-woo-products-slider .uael-slick-dotted ul.products {
  margin-bottom: 30px
}

.uael-woo-products-slider .slick-arrow {
  font-size: 20px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
  -ms-transform: translateY(-50%) translate3d(0, 0, 0);
  transform: translateY(-50%) translate3d(0, 0, 0);
  cursor: pointer;
  color: #000;
  background: 0 0;
  border: none;
  outline: 0
}

.uael-woo-products-slider .slick-next,
.uael-woo-products-slider .slick-prev {
  z-index: 10
}

.uael-woo-products-slider .slick-prev:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free'
}

.uael-woo-products-slider .slick-next:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free'
}

[dir=rtl] .uael-woo-products-slider .slick-prev:before {
  content: '\f105'
}

[dir=rtl] .uael-woo-products-slider .slick-next:before {
  content: '\f104'
}

.uael-woo-slider-arrow-circle .uael-woo-products-slider .slick-arrow {
  background: #ccc
}

.uael-woo-slider-arrow-circle .uael-woo-products-slider .slick-arrow {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-mc,
.uael-mc .woocommerce-mini-cart__buttons,
.uael-mc div.uael-mc__btn-icon.uael-badge-inline,
.uael-mc-dropdown__header,
.uael-mc-dropdown__icon-wrap,
.uael-mc-modal,
.uael-mc-modal__header,
.uael-mc-modal__icon-wrap,
.uael-mc-offcanvas,
.uael-mc-offcanvas__header,
.uael-mc-offcanvas__icon-wrap,
.uael-mc__btn,
.uael-mc__btn-icon,
.uael-woo-category-slider .slick-slide,
.uael-woo-category-slider .slick-track,
.uael-woo-products-slider .slick-slide,
.uael-woo-products-slider .slick-track,
.uael-woocommerce .products,
.uael-woocommerce ul.products {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.uael-woo-products-slider .slick-slide {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px
}

.uael-woo-products-slider .slick-slide>div {
  position: relative
}

.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
  left: -25px
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
  right: auto;
  left: -25px
}

.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
  right: -25px
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
  right: -25px;
  left: auto
}

.uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-prev {
  text-indent: -2px;
  left: 25px
}

[dir=rtl] .uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-prev {
  right: auto;
  left: 25px
}

.uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-next {
  text-indent: 2px;
  right: 25px
}

[dir=rtl] .uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-next {
  right: 25px;
  left: auto
}

@media (max-width:768px) {
  .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
    left: 15px
  }

  .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
    right: 15px
  }
}

.uael-woo-products-slider ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center
}

.uael-woo-products-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-woo-products-slider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-woo-products-slider ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-woo-products-slider ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.uael-woo-add-to-cart .button {
  display: inline-block;
  text-align: center
}

.uael-button,
.uael-button:focus,
.uael-button:hover,
.uael-button:visited,
.uael-woo-skin-grid-default .uael-quick-view-btn span {
  color: #fff
}

#uael-quick-view-modal .uael-qv-slides li img,
.uael-add-to-cart-align-justify .uael-button,
.uael-woo-category-slider .slick-slide img,
.uael-woo-products-slider .slick-slide img {
  width: 100%
}

.uael-woo-add-to-cart .added_to_cart {
  margin-left: 12px
}

@media (max-width:1024px) {
  .uael-add-to-cart-tablet-align-left {
    text-align: left
  }

  .uael-add-to-cart-tablet-align-center {
    text-align: center
  }

  .uael-add-to-cart-tablet-align-right {
    text-align: right
  }

  .uael-add-to-cart-tablet-align-justify .uael-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .uael-add-to-cart-mobile-align-left {
    text-align: left
  }

  .uael-add-to-cart-mobile-align-center {
    text-align: center
  }

  .uael-add-to-cart-mobile-align-right {
    text-align: right
  }

  .uael-add-to-cart-mobile-align-justify .uael-button {
    width: 100%
  }
}

.uael-atc-content-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.uael-atc-content-wrapper span.uael-atc-icon-align.elementor-align-icon-left {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.uael-add-to-cart-align-right .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-right .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.uael-add-to-cart-align-center .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-center .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-add-to-cart-align-left .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-left .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.uael-add-to-cart-align-justify .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart button,
.uael-add-to-cart-align-justify .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) button {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.uael-woo-categories .products li.product-category>a,
.uael-woo-categories ul.products li.product-category>a {
  display: block;
  position: relative
}

.uael-woo-categories .uael-product-cat-inner {
  position: relative
}

.uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-categories ul.products li.product .uael-category__title-wrap {
  position: absolute;
  background-color: rgba(255, 255, 255, .88);
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
  left: 1em;
  right: 1em;
  padding: .5em;
  margin: 0;
  bottom: 1.8em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5
}

.woocommerce .uael-woo-categories .products li.product .woocommerce-loop-category__title,
.woocommerce .uael-woo-categories ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories .products li.product .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories ul.products li.product .woocommerce-loop-category__title {
  font-size: .9em;
  margin: 0;
  padding: 0
}

.woocommerce .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title {
  position: unset;
  background-color: unset
}

.woocommerce .products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce ul.products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title {
  background-color: unset
}

.uael-woo-categories .products li.product .uael-category__title-wrap .uael-count,
.uael-woo-categories ul.products li.product .uael-category__title-wrap .uael-count {
  display: block;
  background: 0 0;
  opacity: .5;
  font-size: .75em
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product,
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product {
  width: 100%;
  margin-right: 0
}

.uael-woo-categories .uael-woo-cat__column-2 .products li.product,
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product {
  width: 50%
}

.uael-woo-categories .uael-woo-cat__column-3 .products li.product,
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product {
  width: 33.33%
}

.uael-woo-categories .uael-woo-cat__column-4 .products li.product,
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product {
  width: 25%
}

.uael-woo-categories .uael-woo-cat__column-5 .products li.product,
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product {
  width: 20%
}

.uael-woo-categories .uael-woo-cat__column-6 .products li.product,
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product {
  width: 16.66%
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product:nth-child(n+1),
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product:nth-child(n+1),
.uael-woo-categories .uael-woo-cat__column-2 .products li.product:nth-child(2n+1),
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product:nth-child(2n+1),
.uael-woo-categories .uael-woo-cat__column-3 .products li.product:nth-child(3n+1),
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product:nth-child(3n+1),
.uael-woo-categories .uael-woo-cat__column-4 .products li.product:nth-child(4n+1),
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product:nth-child(4n+1),
.uael-woo-categories .uael-woo-cat__column-5 .products li.product:nth-child(5n+1),
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product:nth-child(5n+1),
.uael-woo-categories .uael-woo-cat__column-6 .products li.product:nth-child(6n+1),
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product:nth-child(6n+1) {
  clear: left
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product:nth-child(n),
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product:nth-child(n),
.uael-woo-categories .uael-woo-cat__column-2 .products li.product:nth-child(2n),
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product:nth-child(2n),
.uael-woo-categories .uael-woo-cat__column-3 .products li.product:nth-child(3n),
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product:nth-child(3n),
.uael-woo-categories .uael-woo-cat__column-4 .products li.product:nth-child(4n),
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product:nth-child(4n),
.uael-woo-categories .uael-woo-cat__column-5 .products li.product:nth-child(5n),
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product:nth-child(5n),
.uael-woo-categories .uael-woo-cat__column-6 .products li.product:nth-child(6n),
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product:nth-child(6n) {
  clear: right
}

@media (max-width:1024px) {

  .uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product {
    width: 100%
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product {
    width: 50%
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product {
    width: 33.33%
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product {
    width: 25%
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product {
    width: 20%
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product {
    width: 16.66%
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product:nth-child(n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product:nth-child(n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product:nth-child(2n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product:nth-child(2n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product:nth-child(3n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product:nth-child(3n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product:nth-child(4n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product:nth-child(4n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product:nth-child(5n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product:nth-child(5n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product:nth-child(6n+1),
  .uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product:nth-child(6n+1) {
    clear: left
  }

  .uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product:nth-child(n),
  .uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product:nth-child(n),
  .uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product:nth-child(2n),
  .uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product:nth-child(2n),
  .uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product:nth-child(3n),
  .uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product:nth-child(3n),
  .uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product:nth-child(4n),
  .uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product:nth-child(4n),
  .uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product:nth-child(5n),
  .uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product:nth-child(5n),
  .uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product:nth-child(6n),
  .uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product:nth-child(6n) {
    clear: right
  }
}

@media (max-width:767px) {

  .uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product {
    width: 100%
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product {
    width: 50%
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product {
    width: 33.33%
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product {
    width: 25%
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product {
    width: 20%
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product,
  .uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product {
    width: 16.66%
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product:nth-child(n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product:nth-child(n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product:nth-child(2n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product:nth-child(2n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product:nth-child(3n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product:nth-child(3n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product:nth-child(4n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product:nth-child(4n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product:nth-child(5n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product:nth-child(5n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product:nth-child(6n+1),
  .uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product:nth-child(6n+1) {
    clear: left
  }

  .uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product:nth-child(n),
  .uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product:nth-child(n),
  .uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product:nth-child(2n),
  .uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product:nth-child(2n),
  .uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product:nth-child(3n),
  .uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product:nth-child(3n),
  .uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product:nth-child(4n),
  .uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product:nth-child(4n),
  .uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product:nth-child(5n),
  .uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product:nth-child(5n),
  .uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product:nth-child(6n),
  .uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product:nth-child(6n) {
    clear: right
  }
}

.uael-woo-cat-title-pos-below-image .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat-title-pos-below-image .uael-woo-categories ul.products li.product .uael-category__title-wrap {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0
}

.uael-woo-cat-title-style-inline .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat-title-style-inline .uael-woo-categories ul.products li.product .uael-category__title-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-add-to-cart button.button.single_add_to_cart_button.loading::after,
.uael-woo-add-to-cart a.add_to_cart_button.loading::after,
.uael-woocommerce a.add_to_cart_button.loading::after {
  font-family: WooCommerce;
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-left: 10px;
  display: inline-block;
  top: auto;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

.uael-add-to-cart button.button.single_add_to_cart_button.added::after,
.uael-woo-add-to-cart a.add_to_cart_button.added::after,
.uael-woocommerce a.add_to_cart_button.added::after {
  font-family: WooCommerce;
  top: auto;
  right: 1em;
  content: '\e017';
  vertical-align: bottom;
  margin-left: 10px
}

.uael-add-to-cart button.button.single_add_to_cart_button.loading::after {
  position: static
}

.uael-clear::after,
.uael-clear::before {
  content: ' ';
  display: table
}

.uael-clear::after {
  clear: both
}

html.uael-quick-view-is-open,
html.uael-quick-view-is-open body {
  overflow: hidden
}

.uael-quick-view-bg {
  position: fixed;
  visibility: hidden;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  z-index: 1042
}

.uael-quick-view-loader {
  z-index: 1000;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: none
}

.uael-quick-view-loader::before {
  content: "";
  background: 0 0 !important;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: uael-qv-spin 575ms infinite linear;
  animation: uael-qv-spin 575ms infinite linear
}

@keyframes uael-qv-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes uael-qv-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.elementor-widget-uael-woo-products .uael-loader-overlay {
  background: rgba(255, 255, 255, .4);
  z-index: 2;
  content: "";
  height: 100%;
  width: 100%
}

.elementor-widget-uael-woo-products .uael-loader:before {
  border: 3px solid #333;
  border-left-color: transparent;
  border-right-color: transparent
}

.elementor-widget-uael-woo-products .uael-loader {
  z-index: 3
}

.uael-quick-view-bg-ready {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  visibility: visible
}

#uael-quick-view-modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1400;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-x: hidden;
  overflow-y: auto
}

#uael-quick-view-modal.open {
  visibility: visible;
  opacity: 1
}

#uael-quick-view-modal .uael-content-main-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px
}

#uael-quick-view-modal .uael-content-main-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

#uael-quick-view-modal .uael-content-main {
  position: relative;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .5s;
  transition: opacity .3s, -webkit-transform .5s;
  transition: transform .5s, opacity .3s;
  transition: transform .5s, opacity .3s, -webkit-transform .5s
}

#uael-quick-view-modal.open .uael-content-main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  width: 100%
}

#uael-quick-view-modal .uael-content-main:after,
#uael-quick-view-modal .uael-content-main:before {
  content: '';
  display: table;
  clear: both
}

#uael-quick-view-modal .uael-lightbox-content {
  display: table;
  pointer-events: auto;
  background-color: #fff;
  max-width: 975px;
  margin: 20px auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
  position: relative
}

#uael-quick-view-content div.summary {
  margin: 0;
  padding: 30px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#uael-quick-view-content div.images {
  width: 50%;
  float: left;
  opacity: 1 !important;
  margin: 0
}

#uael-quick-view-modal .uael-qv-image-slider {
  position: relative
}

@media (min-width:545px) {
  #uael-quick-view-content div.summary {
    content: '544';
    overflow-y: auto
  }
}

@media (max-width:544px) {
  #uael-quick-view-modal .uael-lightbox-content {
    display: block
  }

  #uael-quick-view-content div.images,
  #uael-quick-view-content div.summary {
    width: 100%;
    float: none
  }
}

body #uael-quick-view-modal div.product .flex-viewport,
body #uael-quick-view-modal div.product .flex-viewport img {
  width: 100%;
  float: none;
  display: block
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 14px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, .8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next,
#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev:before {
  content: "\f104"
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next:before {
  content: "\f105"
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev {
  left: -50px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right
}

#uael-quick-view-modal .uael-qv-image-slider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px
}

#uael-quick-view-modal .uael-qv-image-slider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center
}

#uael-quick-view-modal .uael-qv-slides li {
  float: left;
  width: 100%
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  -webkit-border-radius: 20px;
  border-radius: 20px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, .9);
  cursor: default
}

#uael-quick-view-close {
  position: absolute;
  font-size: 22px;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  opacity: .7;
  text-align: center;
  z-index: 2;
  color: #000
}

.uael-woo-category-slider li.product {
  margin-bottom: 0
}

.uael-woo-category-slider .products,
.uael-woo-category-slider ul.products {
  margin-bottom: 30px
}

.uael-woo-category-arrow-circle .uael-woo-products-slider .slick-arrow {
  background: #ccc
}

.uael-woo-category-arrow-circle .uael-woo-products-slider .slick-arrow {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-woo-category-slider .slick-arrow {
  font-size: 20px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
  transform: translateY(-50%) translate3d(0, 0, 0);
  cursor: pointer;
  color: #000;
  background: 0 0;
  border: none;
  outline: 0
}

.uael-woo-category-slider .slick-next,
.uael-woo-category-slider .slick-prev {
  z-index: 10
}

[dir=rtl] .uael-woo-category-slider .slick-prev:before {
  content: '\f105'
}

[dir=rtl] .uael-woo-category-slider .slick-next:before {
  content: '\f104'
}

.uael-woo-cat-arrow-circle.uael-woo-category-slider .slick-arrow,
.uael-woo-cat-arrow-square.uael-woo-category-slider .slick-arrow {
  background: #ccc
}

.uael-woo-cat-arrow-circle.uael-woo-category-slider .slick-arrow {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-woo-category-slider .slick-slide {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-woo-category-slider .slick-slide>div {
  position: relative
}

.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
  left: -24px
}

[dir=rtl] .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
  left: auto;
  right: -24px
}

.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
  right: -26px
}

[dir=rtl] .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
  left: -26px;
  right: auto
}

.uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-prev {
  text-indent: -2px;
  left: 25px
}

[dir=rtl] .uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-prev {
  left: auto;
  right: 25px
}

.uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-next {
  text-indent: 2px;
  right: 25px
}

[dir=rtl] .uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-next {
  left: 25px;
  right: auto
}

@media (max-width:768px) {
  .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
    left: 15px
  }

  .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
    right: 15px
  }
}

.uael-woo-category-slider ul.slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center
}

.uael-woo-category-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.uael-woo-category-slider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.uael-woo-category-slider ul.slick-dots li button:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 6px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-woo-category-slider ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.rtl .uael-woocommerce-pagination .page-numbers li:first-child .prev {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}

.rtl .uael-woocommerce-pagination .page-numbers li:last-child .next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.rtl .uael-woocommerce-pagination ul,
.uael-mc__btn-badge {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.rtl .uael-woo-pagination-align-right .uael-woocommerce-pagination {
  text-align: left
}

.rtl .uael-woo-pagination-align-left .uael-woocommerce-pagination {
  text-align: right
}

.uael-mc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.uael-mc__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px
}

.uael-mc__btn-icon {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-mc__btn-badge {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .3em;
  top: 0;
  right: 0
}

.uael-mc__btn-badge-empty-hide-yes .uael-mc__btn-badge[data-counter="0"] {
  display: none
}

.uael-mc div.uael-mc__btn-icon.uael-badge-inline {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-mc .uael-badge-inline div.uael-mc__btn-badge {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 5px
}

.uael-mc__btn-icon.uael-badge-top>i,
.uael-mc__btn-icon.uael-badge-top>svg {
  display: block
}

.uael-mc .uael-cart-icon-before {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.uael-mc-dropdown-flex-start .uael-mc-dropdown {
  left: 0
}

.uael-mc-dropdown-center .uael-mc-dropdown {
  left: 0;
  right: 0;
  margin: auto
}

.uael-mc-dropdown-flex-end .uael-mc-dropdown {
  right: 0
}

.uael-mc-dropdown-flex-start .uael-mc {
  margin: 0 auto 0 0
}

.uael-mc-dropdown-center .uael-mc {
  margin: 0 auto 0 auto
}

.uael-mc-dropdown-flex-end .uael-mc {
  margin: 0 0 0 auto
}

.uael-mc-dropdown {
  position: absolute;
  top: 100%;
  margin: auto;
  width: 355px;
  padding: 20px;
  z-index: 99;
  height: 500px;
  overflow: auto;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
  -webkit-animation: dropdown-fade-in .5s ease-in-out both;
  animation: dropdown-fade-in .5s ease-in-out both
}

@-webkit-keyframes dropdown-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes dropdown-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.uael-mc-modal-wrap {
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: modal-fade-in .5s ease-in-out both;
  animation: modal-fade-in .5s ease-in-out both
}

@-webkit-keyframes modal-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes modal-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.uael-mc-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  max-width: 1000px;
  max-height: 800px;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  -webkit-animation: modal-slide-in-top .3s ease-in-out both;
  animation: modal-slide-in-top .3s ease-in-out both
}

@-webkit-keyframes modal-slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes modal-slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.uael-mc-offcanvas-wrap {
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  -webkit-animation: offcanvas-fade-in .5s ease-in-out both;
  animation: offcanvas-fade-in .5s ease-in-out both
}

@-webkit-keyframes offcanvas-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes offcanvas-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.uael-mc-offcanvas {
  height: 100%;
  width: 350px;
  -webkit-animation: offcanvas-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
  animation: offcanvas-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow: auto;
  padding: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

@-webkit-keyframes offcanvas-slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes offcanvas-slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.uael-mini-cart-offcanvas-pos-left .uael-mc-offcanvas {
  -webkit-animation: offcanvas-slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
  animation: offcanvas-slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
  left: 0
}

@-webkit-keyframes offcanvas-slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes offcanvas-slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.uael-mc-dropdown__items,
.uael-mc-modal__items,
.uael-mc-offcanvas__items {
  overflow: auto;
  width: 100%;
  padding: 10px
}

.uael-mc-dropdown::-webkit-scrollbar,
.uael-mc-dropdown__items::-webkit-scrollbar,
.uael-mc-modal__items::-webkit-scrollbar,
.uael-mc-offcanvas::-webkit-scrollbar,
.uael-mc-offcanvas__items::-webkit-scrollbar {
  display: none
}

.uael-mc-modal__items {
  height: 100%
}

.uael-mc-dropdown__icon-wrap,
.uael-mc-modal__icon-wrap,
.uael-mc-offcanvas__icon-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-mc-modal__title,
.uael-mc-offcanvas__title {
  margin-top: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%
}

.uael-mc-dropdown__header,
.uael-mc-modal__header,
.uael-mc-offcanvas__header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem
}

.uael-mc-dropdown__header-badge,
.uael-mc-modal__header-badge,
.uael-mc-offcanvas__header-badge {
  position: relative;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px
}

.uael-mc ul.cart_list {
  padding: 0;
  margin: 0;
  list-style: none outside
}

.uael-mc ul.cart_list li {
  margin: 0;
  padding: 10px 0;
  min-height: 5em;
  line-height: 1.5;
  border-bottom: 1px solid #ccc
}

.uael-mc ul.cart_list li:last-child {
  border-bottom: none
}

.uael-mc ul.cart_list li a.remove {
  float: right;
  font-size: 18px;
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #ccc;
  text-align: center;
  line-height: 1.2
}

.uael-mc ul.cart_list li a {
  display: block;
  display: initial;
  text-decoration: none
}

body .uael-mc ul li.woocommerce-mini-cart-item a img {
  float: left;
  width: 4em !important;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  height: auto;
  position: relative;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial
}

.uael-mc .woocommerce-mini-cart__total {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #ccc
}

.uael-mc .woocommerce-mini-cart__buttons {
  margin: 0;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.uael-mc .woocommerce-mini-cart__buttons a {
  display: inline-block;
  margin: 0;
  text-align: center
}

@media (max-width:320px) {
  .uael-mc-dropdown {
    width: 300px
  }

  .uael-mc-offcanvas {
    width: 300px
  }
}

.uael-close-o {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  -webkit-border-radius: 40px;
  border-radius: 40px
}

.uael-close-o::after,
.uael-close-o::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px
}

.uael-close-o::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.uael-mc-modal__close-btn,
.uael-mc-offcanvas__close-btn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer
}

.elementor-widget-uael-mini-cart:not(.uael-mini-cart--show-divider-yes) .uael-mc-dropdown .uael-mc-dropdown__items .woocommerce-mini-cart .woocommerce-mini-cart-item,
.elementor-widget-uael-mini-cart:not(.uael-mini-cart--show-divider-yes) .uael-mc-dropdown .uael-mc-dropdown__items .woocommerce-mini-cart__total.total {
  border-bottom: none
}

.elementor-widget-uael-mini-cart:not(.uael-mc-btn__show-subtotal-yes) .uael-mc__btn-text .woocommerce-Price-amount,
.uael-mc-dropdown-close,
.uael-mc-modal-close,
.uael-mc-modal-wrap-close,
.uael-mc-offcanvas-wrap.uael-mc-offcanvas-wrap-close,
.uael-mc-offcanvas.uael-mc-offcanvas-close {
  display: none
}

.uael-mc-dropdown__header-text,
.uael-mc-modal__header-text,
.uael-mc-offcanvas__header-text,
.uael-mc__btn-text {
  font-weight: 700
}

.uael-mc-dropdown__title>p,
.uael-mc-modal__title>p,
.uael-mc-offcanvas__title>p {
  margin-bottom: 0
}

.uael-mc-dropdown__message,
.uael-mc-modal__message,
.uael-mc-offcanvas__message {
  padding: 1rem;
  width: 100%
}

.uael-mini-cart-align-floating .uael-mc {
  position: fixed;
  z-index: 999
}

.uael-builder-msg {
  text-align: center;
  margin-bottom: 20px
}

.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout,
.uael-woo-checkout .single-layout-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%
}

.uael-woo-checkout .single-layout-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.uael-woo-checkout .column-layout-container .single-col-1 {
  max-width: 65%;
  width: 100%;
  margin-right: 5px
}

.uael-woo-checkout .column-layout-container .single-col-1 #customer_details,
.uael-woo-checkout .single-layout-container #customer_details {
  width: 100% !important;
  padding-right: 0
}

.uael-woo-checkout .column-layout-container .single-col-2 {
  max-width: 35%;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #ddd
}

.rtl .uael-woo-checkout .column-layout-container .single-col-2 {
  border-left: 0;
  border-right: 1px solid #ddd
}

.uael-tabs li,
ul.uael-tabs {
  margin: 0;
  padding: 0
}

ul.uael-tabs {
  list-style: none;
  word-wrap: normal
}

ul.uael-tabs a:after,
ul.uael-tabs:before {
  content: " ";
  display: table
}

ul.uael-tabs a:after {
  clear: both
}

ul.uael-tabs li {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative
}

ul.uael-tabs .uael-tab a:after,
ul.uael-tabs .uael-tab:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 17px solid #b2b2b0;
  z-index: 2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.uael-tab-after a::after {
  border-left-width: 17px !important;
  border-left-style: solid !important
}

ul.uael-tabs .uael-tab::before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0
}

body:not(.rtl) ul.uael-tabs .uael-tab:first-child::before {
  border: none
}

.uael-builder-no-cart,
.uael-multistep-step-buttons-left .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-left {
  text-align: left
}

.uael-multistep-step-buttons-center .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-center {
  text-align: center
}

.uael-multistep-step-buttons-right .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-right {
  text-align: right
}

ul.uael-tabs li a {
  padding: 10px 25px 10px 25px;
  display: block;
  outline: 0;
  font-size: 1.1em
}

ul.uael-tabs li a,
ul.uael-tabs li a:visited {
  text-decoration: none;
  border: none;
  background: #b2b2b0;
  color: #8b8b8b
}

ul.uael-tabs li a.active {
  background: #4da2db
}

ul.uael-tabs li a.active:after {
  border-left-color: #4da2db
}

.rtl ul.uael-tabs li a.active:after {
  border-right-color: #4da2db
}

.uael_multistep_container #order_review,
.uael_multistep_container #order_review_heading {
  width: 100%;
  clear: both
}

.uael_multistep_container form.checkout {
  margin-bottom: 10px
}

.uael_vertical_box ul#uael-tabs {
  float: left;
  width: 25%
}

.uael_vertical_box div#uael-tab-panels {
  width: 75%;
  float: left
}

.uael-woo-checkout .uael-woo-checkout-login.uael-woo-checkout-login-editor-show,
.uael_vertical_box ul.uael-tabs li {
  display: block
}

.uael-cart-url {
  float: left
}

.uael-woo-checkout .uael-woo-checkout-login.uael-woo-checkout-login-editor-hide {
  display: none
}

.uael-woo-checkout .woocommerce form.checkout_coupon {
  border: 0
}

.uael-woo-checkout .uael-woo-checkout-coupon,
.uael-woo-checkout .uael-woo-checkout-login {
  margin-bottom: 10px;
  width: 100%
}

.uael-woocommerce-checkout .uael-woo-checkout .uael-woo-checkout-coupon .woocommerce-info,
.uael-woocommerce-checkout .uael-woo-checkout .uael-woo-checkout-login .woocommerce-info {
  border-top: 0;
  margin-bottom: 0
}

.uael-checkout-form-shipping-title h3,
.uael-woo-checkout form.checkout,
.uael-woo-checkout-coupon form.woocommerce-form-coupon,
.uael-woo-checkout-login form.woocommerce-form-login {
  width: 100%
}

.uael-woo-checkout-login form.woocommerce-form-login {
  border: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0
}

.uael-woo-checkout-login form.woocommerce-form-login p:not(.form-row) {
  margin-bottom: 0
}

.uael-woo-checkout-coupon form.woocommerce-form-coupon {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  padding-bottom: 0
}

.uael-woo-checkout .woocommerce form .form-row-last,
.woocommerce-page .uael-woo-checkout form .form-row-last {
  width: 49%
}

.uael-login-apply-order-button-full #payment #place_order,
.uael-login-apply-order-button-full .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-full .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.uael-login-apply-order-button-left #payment #place_order,
.uael-login-apply-order-button-left .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-left .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.uael-login-apply-order-button-right #payment #place_order,
.uael-login-apply-order-button-right .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-right .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.uael-login-apply-order-button-center #payment #place_order,
.uael-login-apply-order-button-center .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-center .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.uael-woo-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle
}

.uael-woo-checkout .column-layout-container .col2-set .col-2,
.uael-woo-checkout .single-layout-container .col2-set .col-2 {
  margin-top: 10px
}

.uael-woo-checkout .woocommerce #ship-to-different-address-checkbox {
  margin-right: 5px;
  vertical-align: middle
}

.uael-woo-checkout .woocommerce form .form-row-first,
.uael-woo-checkout .woocommerce form .form-row-last,
.uael-woo-checkout .woocommerce-page form .form-row-first,
.uael-woo-checkout .woocommerce-page form .form-row-last {
  width: 50%
}

.uael-woo-checkout .woocommerce form .form-row {
  padding: 3px 7px;
  position: relative
}

.uael-woo-checkout .woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .wcf-col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .wcf-col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  margin: 0 -7px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-checkout-section-order-title h3,
.uael-woo-checkout .uael-woo-checkout-payment .uael-checkout-section-payment-title h3,
.uael-woocommerce-checkout .uael-woo-checkout .woocommerce-checkout #customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout .woocommerce-checkout .customer_details h3 {
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom-style: solid
}

.uael-woo-checkout .customer_details input.input-text,
.uael-woo-checkout .customer_details select,
.uael-woo-checkout .customer_details textarea,
.uael-woo-checkout .select2-container .select2-selection--single,
.uael-woo-checkout .uael-woo-checkout-coupon .form-row input.input-text,
.uael-woo-checkout .uael-woo-checkout-login .form-row input.input-text {
  font-size: 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.uael-woo-checkout .woocommerce #customer_details {
  margin-bottom: 10px
}

.uael-woo-checkout #customer_details .col-2 .woocommerce-additional-fields:only-child,
.uael-woo-checkout .uael-woo-checkout-billing-form,
.uael-woo-checkout .uael-woo-checkout-coupon,
.uael-woo-checkout .uael-woo-checkout-login,
.uael-woo-checkout .uael-woo-checkout-order-review,
.uael-woo-checkout .uael-woo-checkout-payment,
.uael-woo-checkout .uael-woo-checkout-shipping-form {
  border-width: 1px
}

.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout #customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-checkout-section-order-title h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .uael-woo-checkout-payment .uael-checkout-section-payment-title h3 {
  border-bottom-style: none
}

.uael-woo-checkout .uael-woo-checkout-payment {
  display: inline-block;
  padding: 10px;
  margin-top: 10px
}

.uael-woo-checkout #payment div.form-row,
.uael-woo-checkout #payment ul.payment_methods {
  padding: 0
}

.uael-woo-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.uael-woo-checkout .woocommerce #payment input[type=checkbox],
.uael-woo-checkout .woocommerce #payment input[type=radio],
.uael-woo-checkout .woocommerce .ce-field [type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-account-fields input[type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-billing-fields [type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-shipping-fields [type=checkbox] {
  border: 1px solid #b4b9be;
  display: inline-block;
  background: #fff;
  color: #555;
  cursor: pointer;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  padding: 0 !important;
  text-align: center;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: 50ms border-color ease-in-out;
  transition: 50ms border-color ease-in-out
}

.uael-woo-checkout .woocommerce #payment input[type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce #payment input[type=radio]:checked:before,
.uael-woo-checkout .woocommerce .ce-field [type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-account-fields input[type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-billing-fields [type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-shipping-fields [type=checkbox]:checked:before {
  content: "\2714";
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.uael-woo-checkout .woocommerce .ce-field [type=checkbox] {
  height: 13px;
  width: 13px;
  min-width: 13px
}

.uael-woo-checkout .woocommerce .ce-field [type=checkbox]:checked:before {
  font-size: 10px
}

.uael-woo-checkout .uael-woo-checkout-order-review {
  overflow: auto
}

.uael-woo-checkout .uael-woo-checkout-order-review ul {
  margin: 0;
  list-style: none;
  padding: 0
}

.uael-woo-checkout .uael-woo-checkout-order-review ul.uael-order-review-table li {
  margin-top: 5px
}

.uael-woo-checkout .uael-woo-checkout-order-review .table-col-1,
.uael-woo-checkout .uael-woo-checkout-order-review .table-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail {
  width: 60px;
  margin-right: 20px
}

.rtl .uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail {
  margin-left: 20px;
  margin-right: 0
}

.uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail img {
  max-width: 100%
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.uael-woo-checkout .uael-woo-checkout-order-review .table-col-1,
.uael-woo-checkout .uael-woo-checkout-order-review .table-row,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .cart-subtotal,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .shipping-area {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .back-to-shop,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .uae-shop-link {
  margin-top: 10px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .back-to-shop .back-to-shop-link i {
  margin-right: 5px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px
}

.uael-woocommerce-checkout .uael-woo-checkout__order-product-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woocommerce-checkout .uael-woo-checkout__order-product-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
  border-top: none
}

.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container .checkout.woocommerce-checkout #order_review {
  border: 0;
  padding: 0;
  width: 100%
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
  font-weight: 700
}

.uael-woo-checkout .uael_multistep_container .uael-buttons {
  padding: 10px
}

.uael-woo-checkout .uael_multistep_container .uael-buttons input:disabled {
  opacity: .5;
  cursor: not-allowed
}

.uael-woo-checkout .uael-order-review-table {
  padding-top: 5px;
  padding-bottom: 8px
}

.uael-woo-checkout .uael_multistep_container .uael-buttons .uael-first-prev,
.uael-woo-checkout .uael_multistep_container .uael-buttons .uael-last-next {
  display: none
}

.woocommerce-page .uael-woo-checkout #payment #place_order,
.woocommerce-page.woocommerce-checkout .uael-woo-checkout #payment #place_order {
  width: auto;
  float: none
}

.uael-woo-checkout .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5),
.woocommerce-page .uael-woo-checkout #payment .form-row.place-order,
.woocommerce-page.woocommerce-checkout .uael-woo-checkout #payment .form-row.place-order {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.uael-custom-coupon-field {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.uael-woo-checkout .woocommerce form .uael-custom-coupon-field .form-row-first {
  width: 70%
}

.uael-woo-checkout .woocommerce form .uael-custom-coupon-field .form-row-last {
  width: 30%
}

.uael-woo-checkout .uael-woo-checkout-payment {
  width: 100%
}

@media (max-width:768px) {
  .uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .uael-woo-checkout .column-layout-container .single-col-2 {
    margin-left: 0;
    padding-left: 0;
    border-left: none
  }

  .uael-woo-checkout .column-layout-container .single-col-1,
  .uael-woo-checkout .column-layout-container .single-col-2,
  .uael-woo-checkout .single-layout-container {
    max-width: 100%
  }

  .uael-woo-checkout .woocommerce form .form-row-first,
  .uael-woo-checkout .woocommerce form .form-row-last,
  .uael-woo-checkout .woocommerce-page form .form-row-first,
  .uael-woo-checkout .woocommerce-page form .form-row-last {
    width: 100%
  }
}

.uael-order-review-processing {
  background: #fff;
  opacity: .6
}

.uael-tabs.uael-step-counter li {
  counter-increment: steps
}

.uael-tabs.uael-step-counter li>::before {
  content: counter(steps);
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  webkit-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 26px;
  width: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #edeff0;
  top: 0
}

.uael-tabs.uael-step-counter li:not(:last-child)::after {
  position: absolute;
  content: '';
  height: 4px;
  margin: 0;
  top: 12px
}

ul.uael-tabs.uael-step-counter li>* {
  margin-top: 30px
}

ul.uael-tabs.uael-step-icon li.uael-tab a>span {
  margin-right: 5px
}

.uael-woo-checkout .uael_multistep_container .uael-tabs.uael-step-counter,
.uael-woo-checkout .uael_multistep_container .uael-tabs.uael-step-dot {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

ul.uael-tabs.uael-step-counter li a,
ul.uael-tabs.uael-step-dot li a {
  padding: unset;
  display: inline-block
}

ul.uael-tabs.uael-step-counter .uael-tab a:after,
ul.uael-tabs.uael-step-counter .uael-tab:before,
ul.uael-tabs.uael-step-dot .uael-tab a:after,
ul.uael-tabs.uael-step-dot .uael-tab:before {
  all: unset
}

ul.uael-tabs.uael-step-counter li a,
ul.uael-tabs.uael-step-counter li a:visited,
ul.uael-tabs.uael-step-dot li a,
ul.uael-tabs.uael-step-dot li a:visited {
  background: unset
}

.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container ul.uael-tabs.uael-step-counter li.uael-tab.uael-tab-after a.active,
.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container ul.uael-tabs.uael-step-dot li.uael-tab.uael-tab-after a.active {
  background-color: unset
}

.uael-tabs.uael-step-counter li,
.uael-tabs.uael-step-dot li {
  width: 100%;
  text-align: center
}

ul.uael-tabs.uael-step-dot li>* {
  margin-bottom: 15px
}

.uael-tabs.uael-step-dot li:not(:last-child)::after {
  position: absolute;
  content: '';
  height: 4px;
  margin: 0;
  bottom: 4px
}

.uael-tabs.uael-step-counter li::after,
.uael-tabs.uael-step-dot li::after {
  left: 50%;
  width: 100%
}

.uael-tabs.uael-step-dot li>::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #7a7a7a;
  bottom: 0
}

.theme-hello-elementor.uael-woocommerce-checkout .uael-woo-checkout #customer_details.col2-set .col-1,
.theme-hello-elementor.uael-woocommerce-checkout .uael-woo-checkout #customer_details.col2-set .col-2 {
  width: 100%
}

.theme-hello-elementor.uael-woocommerce-checkout .woocommerce-checkout #payment {
  background-color: unset
}

.woocommerce ul.product_list_widget li a::after {
  display: none
}

.single .uael-mc .thumbnail,
.uael-mc .woocommerce-mini-cart-item.mini_cart_item h3 {
  margin-bottom: 0
}

.woocommerce ul.product_list_widget li a.remove {
  top: 0;
  right: 0;
  margin-top: 0
}

.theme-blocksy .uael-mc-dropdown__items .woocommerce-mini-cart .remove,
.theme-blocksy .uael-mc-modal__items .woocommerce-mini-cart .remove,
.theme-blocksy .uael-mc-offcanvas .woocommerce-mini-cart .remove {
  top: unset
}

.theme-oceanwp .uael-mc-dropdown__items .quantity,
.theme-oceanwp .uael-mc-modal__items .quantity,
.theme-oceanwp .uael-mc-offcanvas__items .quantity {
  float: unset
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .uae-shop-main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify
}

.uae-shop-link .uae-back-to-shop-link i {
  margin-left: 3px
}

.theme-kadence .uael-woo-categories ul.grid-cols,
.theme-kadence .uael-woo-products-grid ul.grid-cols {
  -webkit-column-gap: unset;
  -moz-column-gap: unset;
  column-gap: unset;
  row-gap: unset
}

.theme-kadence .uael-woo-categories ul.products li.product {
  background-color: unset
}

.theme-kadence .uael-woocommerce .uael-woo-products-summary-wrap .button .kadence-svg-iconset {
  display: none
}

.woocommerce .uael-woocommerce ul.products,
.woocommerce-page .uael-woocommerce ul.products {
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0
}

.theme-twentytwentyone .elementor-widget-uael-woo-categories .uael-woo-categories-slider ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-woo-categories .uael-woo-categories-slider ul.slick-dots li button:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .elementor-widget-uael-woo-products .uael-woo-products-slider ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-woo-products .uael-woo-products-slider ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
  background: unset
}

.uael-mc .quantity {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1em 1em 0
}

.uael-mc ul.cart_list li .quantity .minus {
  font-size: 18px;
  border-right: none
}

.uael-mc .quantity .minus,
.uael-mc .quantity .plus,
.uael-mc .quantity .qty {
  border: 1px solid #e5e5e5;
  text-decoration: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  line-height: 1.5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.631em;
  text-align: center;
  height: 37px
}

.uael-mc ul.cart_list li .quantity .minus {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  border-right: none
}

.uael-mc ul.cart_list li .quantity .plus {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  border-left: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.ast-mini-cart-price-wrap {
  float: right;
  margin-top: .5em;
  max-width: 50%
}

.uael-ff-style .fluentform input[type=checkbox],
.uael-ff-style .fluentform input[type=radio],
.uael-ff-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.uael-ff-style .fluentform input[type=checkbox],
.uael-ff-style .fluentform input[type=radio] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  height: 20px;
  width: 20px
}

.uael-ff-style .fluentform input[type=checkbox]:before,
.uael-ff-style .fluentform input[type=radio]:before {
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-ff-style .fluentform input[type=checkbox]:focus,
.uael-ff-style .fluentform input[type=radio]:focus {
  outline: 0
}

.uael-ff-style .fluentform .ff-el-form-check label.ff-el-form-check-label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px
}

.uael-ff-style .fluentform input[type=radio],
.uael-ff-style .fluentform input[type=radio]:checked:before {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-ff-style .fluentform input[type=checkbox]:checked:before {
  content: "\2714";
  line-height: 1.2
}

.uael-ff-style .uael-ff-select-custom {
  position: relative
}

.uael-ff-style .uael-ff-select-custom select {
  display: inline-block
}

.uael-ff-style .uael-ff-select-custom:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: .7em;
  line-height: 1;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 1em;
  pointer-events: none;
  z-index: 5
}

.uael-ff-btn-size-xs .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-xs .uael-ff-style .fluentform .step-nav button {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-ff-input-size-xs .uael-ff-style .fluentform .ff-el-form-control {
  font-size: 13px;
  padding: 8px 10px
}

.uael-ff-input-size-xs .uael-ff-style .uael-ff-select-custom {
  font-size: 13px
}

.uael-ff-btn-size-sm .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-sm .uael-ff-style .fluentform .step-nav button {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.uael-ff-input-size-sm .uael-ff-style .fluentform .ff-el-form-control {
  font-size: 15px;
  padding: 12px 10px
}

.uael-ff-input-size-sm .uael-ff-style .uael-ff-select-custom {
  font-size: 15px
}

.uael-ff-btn-size-md .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-md .uael-ff-style .fluentform .step-nav button {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.uael-ff-input-size-md .uael-ff-style .fluentform .ff-el-form-control {
  font-size: 16px;
  padding: 15px 10px
}

.uael-ff-input-size-md .uael-ff-style .ginput_container select {
  font-size: 16px;
  padding: 13px 10px
}

.uael-ff-btn-size-lg .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-lg .uael-ff-style .fluentform .step-nav button {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.uael-ff-input-size-lg .uael-ff-style .fluentform .ff-el-form-control {
  font-size: 18px;
  padding: 20px 10px
}

.uael-ff-input-size-lg .uael-ff-style .uael-ff-select-custom {
  font-size: 18px
}

.uael-ff-btn-size-xl .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-xl .uael-ff-style .fluentform .step-nav button {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.uael-ff-input-size-xl .uael-ff-style .fluentform .ff-el-form-control {
  font-size: 20px;
  padding: 25px 10px
}

.uael-ff-input-size-xl .uael-ff-style .uael-ff-select-custom {
  font-size: 20px
}

.uael-ff-style .fluentform select.ff-el-form-control:not([size]):not([multiple]) {
  height: auto
}

.rtl .elementor-element.uael-ff-button-align-left .uael-ff-style .fluentform div.ff_submit_btn_wrapper,
.rtl .elementor-element.uael-ff-message-align-left .uael-ff-style .fluentform .ff-message-success {
  text-align: left
}

.rtl .elementor-element.uael-ff-button-align-right .uael-ff-style .fluentform div.ff_submit_btn_wrapper,
.rtl .elementor-element.uael-ff-message-align-right .uael-ff-style .fluentform .ff-message-success {
  text-align: right
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-title,
.uael-wpf-style .wpforms-form .wpforms-field-divider h3,
.uael-wpf-style .wpforms-form .wpforms-field-label,
.uael-wpf-style .wpforms-form .wpforms-page-indicator-steps,
.uael-wpf-style .wpforms-title {
  margin-bottom: 10px
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-description,
.uael-wpf-style .wpforms-description,
.uael-wpf-style .wpforms-field-address .wpforms-field-row,
.uael-wpf-style .wpforms-form .wpforms-field {
  margin-bottom: 20px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label,
.uael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field select,
.uael-wpf-style .wpforms-form .wpforms-field textarea,
.uael-wpf-style .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  outline: 0
}

.uael-wpf-style .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item {
  padding-right: 10px
}

.uael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-style .wpforms-form .wpforms-field select {
  height: auto
}

.uael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit],
.uael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit]:hover {
  border-width: 0
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
  margin-top: 0
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox],
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio] {
  position: absolute;
  visibility: hidden
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
  content: "\2714";
  line-height: 1.2
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-multiple input[type=radio]:checked+label:before,
.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio input[type=radio]:checked+label:before {
  background-color: #7a7a7a
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]:checked+label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fafafa;
  box-shadow: inset 0 0 0 4px #fafafa
}

.uael-wpf-style div.wpforms-container-full .wpforms-form .wpforms-page-button {
  min-width: unset
}

.uael-wpf-style .wpforms-form .wpforms-page-prev {
  margin-right: 15px
}

.uael-wpf.uael-wpf-style .wpforms-field.wpforms-list-inline ul li {
  margin-right: 20px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
  padding: 10px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
  margin-top: 8px;
  padding: 0
}

.uael-wpf-style .wpforms-container .wpforms-field,
.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit-container {
  padding: 0
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
  display: block;
  width: 100%
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-field {
  padding: 0;
  display: table-cell;
  padding-right: 2%;
  vertical-align: top
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-field {
  padding-bottom: 15px
}

.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field textarea {
  font-size: 13px;
  padding: 8px 10px
}

.uael-wpf-input-size-sm .uael-wpf-style .wpforms-form .wpforms-field textarea,
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-form .wpforms-field textarea {
  height: 70px
}

.uael-wpf-input-size-xs .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 8px 10px
}

#elementor .elementor-widget-uael-wpf-styler .uael-wpf-style .wpforms-container.inline-fields button[type=submit] {
  margin-top: 0
}

.uael-wpf-btn-size-xs .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-xs .uael-wpf-style .wpforms-form button[type=submit] {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=radio]+label:before {
  height: 10px;
  width: 10px
}

.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
  font-size: -webkit-calc(10px / 1.2);
  font-size: calc(10px / 1.2)
}

.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field textarea {
  font-size: 15px;
  padding: 12px 10px
}

.uael-wpf-input-size-sm .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 12px 10px
}

.uael-wpf-btn-size-sm .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-sm .uael-wpf-style .wpforms-form button[type=submit] {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=radio]+label:before {
  height: 12px;
  width: 12px
}

.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
  font-size: -webkit-calc(12px / 1.2);
  font-size: calc(12px / 1.2)
}

.uael-wpf-input-size-md .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-md .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-md .uael-wpf-style .wpforms-field textarea {
  font-size: 16px;
  padding: 15px 10px
}

.uael-wpf-input-size-lg .uael-wpf-style .wpforms-container textarea,
.uael-wpf-input-size-md .uael-wpf-style .wpforms-container textarea {
  height: 120px
}

.uael-wpf-input-size-md .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 15px 10px
}

.uael-wpf-btn-size-md .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-md .uael-wpf-style .wpforms-form button[type=submit] {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=radio]+label:before {
  height: 15px;
  width: 15px
}

.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
  font-size: -webkit-calc(15px / 1.2);
  font-size: calc(15px / 1.2)
}

.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field textarea {
  font-size: 18px;
  padding: 20px 10px
}

.uael-wpf-input-size-lg .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 20px 10px
}

.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit] {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=radio]+label:before {
  height: 20px;
  width: 20px
}

.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
  font-size: -webkit-calc(20px / 1.2);
  font-size: calc(20px / 1.2)
}

.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field textarea {
  font-size: 20px;
  padding: 25px 10px
}

.uael-wpf-input-size-xl .uael-wpf-style .wpforms-form .wpforms-field textarea {
  height: 220px
}

.uael-wpf-input-size-xl .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  padding: 25px 10px
}

.uael-wpf-btn-size-xl .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-xl .uael-wpf-style .wpforms-form button[type=submit] {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=radio]+label:before {
  height: 25px;
  width: 25px
}

.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
  font-size: -webkit-calc(25px / 1.2);
  font-size: calc(25px / 1.2)
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form button,
.uael-wpf-button-justify .uael-wpf-style .wpforms-form button,
.uael-wpf-button-left .uael-wpf-style .wpforms-form button,
.uael-wpf-button-right .uael-wpf-style .wpforms-form button,
.uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto
}

.uael-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.uael-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
  margin-left: auto;
  margin-right: auto
}

.uael-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
  margin-left: 0;
  margin-right: auto
}

.uael-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
  margin-left: auto;
  margin-right: 0
}

.uael-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
.uael-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%
}

.uael-wpf .wpforms-form .wpforms-field ul,
.uael-wpf .wpforms-form .wpforms-field ul li {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none
}

.uael-wpf-highlight-style-bottom_right .wpforms-container-full .wpforms-form label.wpforms-error,
.uael-wpf-highlight-style-bottom_right label.wpforms-error {
  display: inline-block;
  margin-top: 5px
}

@media (min-width:768px) and (max-width:1024px) {
  .uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: auto
  }

  .uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: 0;
    margin-right: auto
  }

  .uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: 0
  }

  .uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit],
  .uael-tablet-wpf-button-center .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit],
  .uael-tablet-wpf-button-left .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit],
  .uael-tablet-wpf-button-right .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
    width: auto
  }

  .uael-tablet-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
  .uael-tablet-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: auto
  }

  .uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: 0;
    margin-right: auto
  }

  .uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: 0
  }

  .uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .uael-mobile-wpf-button-center .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
  .uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .uael-mobile-wpf-button-left .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
  .uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
  .uael-mobile-wpf-button-right .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
  .uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
    width: auto
  }

  .uael-mobile-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
  .uael-mobile-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
  }
}

.uael-particle-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.elementor .uael-party-propz-wrap {
  position: absolute !important;
  z-index: 99999
}

.uael-party-propz-align-bottom_left>.uael-party-propz-wrap,
.uael-party-propz-align-center_left>.uael-party-propz-wrap,
.uael-party-propz-align-top_left>.uael-party-propz-wrap {
  right: auto;
  left: 0
}

.uael-party-propz-align-top_left>.uael-party-propz-wrap,
.uael-party-propz-align-top_right>.uael-party-propz-wrap {
  top: 0
}

.uael-party-propz-align-bottom_left>.uael-party-propz-wrap,
.uael-party-propz-align-bottom_right>.uael-party-propz-wrap {
  bottom: 0
}

.uael-party-propz-align-bottom_right>.uael-party-propz-wrap,
.uael-party-propz-align-center_right>.uael-party-propz-wrap,
.uael-party-propz-align-top_right>.uael-party-propz-wrap {
  left: auto;
  right: 0
}

.uael-party-propz-align-center_left>.uael-party-propz-wrap,
.uael-party-propz-align-center_right>.uael-party-propz-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.admin-bar .uael-party-propz-align-top_left>.uael-party-propz-wrap,
.admin-bar .uael-party-propz-align-top_right>.uael-party-propz-wrap {
  top: -webkit-calc(32px + 20px);
  top: calc(32px + 20px)
}

.uael-flip-img-yes>.uael-party-propz-wrap {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.uael-party-propz-widget-wrap {
  position: absolute;
  width: auto
}

.uael-party-propz-widget-wrap img.uael-party-propz-img-cls {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.uael-party-propz-widget-wrap.party-propz-widget-alignment-left img.uael-party-propz-img-cls {
  left: 0;
  right: auto
}

.uael-party-propz-widget-wrap.party-propz-widget-alignment-right img.uael-party-propz-img-cls {
  left: auto;
  right: 0
}

.party-propz-widget-alignment-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.elementor-widget-heading .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-editor {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary)
}

.elementor-widget-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-divider {
  --divider-color: var(--e-global-color-secondary)
}

.elementor-widget-divider .elementor-divider__text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary)
}

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

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-secondary)
}

.elementor-widget-image-box .elementor-image-box-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-image-box .elementor-image-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

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

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

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary)
}

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

.elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--e-global-color-primary)
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-star-rating .elementor-star-rating__title {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
  border-color: var(--e-global-color-text)
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: var(--e-global-color-primary)
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-text {
  color: var(--e-global-color-secondary)
}

.elementor-widget-counter .elementor-counter-number-wrapper {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-counter .elementor-counter-title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-progress .elementor-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-name {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-job {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
  color: var(--e-global-color-primary)
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: var(--e-global-color-accent)
}

.elementor-widget-tabs .elementor-tab-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-tabs .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
  color: var(--e-global-color-primary)
}

.elementor-widget-accordion .elementor-accordion-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
  color: var(--e-global-color-accent)
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
  fill: var(--e-global-color-accent)
}

.elementor-widget-accordion .elementor-accordion-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-accordion .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
  color: var(--e-global-color-primary)
}

.elementor-widget-toggle .elementor-toggle-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
  color: var(--e-global-color-accent)
}

.elementor-widget-toggle .elementor-toggle-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-toggle .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-alert .elementor-alert-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-alert .elementor-alert-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-path {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-site-logo .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-site-title .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-theme-page-title .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-theme-post-title .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-theme-post-excerpt .elementor-widget-container {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-post-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-post-featured-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-theme-archive-title .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-archive-posts .elementor-post__title,
.elementor-widget-archive-posts .elementor-post__title a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-archive-posts .elementor-post__meta-data {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-archive-posts .elementor-post__excerpt p {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-archive-posts .elementor-post__read-more {
  color: var(--e-global-color-accent)
}

.elementor-widget-archive-posts a.elementor-post__read-more {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-archive-posts .elementor-pagination {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-archive-posts .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-archive-posts .e-load-more-message {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-archive-posts .elementor-posts-nothing-found {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-loop-grid .elementor-pagination {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-loop-grid .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-loop-grid .e-load-more-message {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-posts .elementor-post__meta-data {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-posts .elementor-post__excerpt p {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-posts .elementor-post__read-more {
  color: var(--e-global-color-accent)
}

.elementor-widget-posts a.elementor-post__read-more {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-posts .elementor-pagination {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-posts .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-posts .e-load-more-message {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-portfolio a .elementor-portfolio-item__overlay {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-portfolio .elementor-portfolio-item__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-portfolio .elementor-portfolio__filter {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active {
  color: var(--e-global-color-primary)
}

.elementor-widget-gallery .elementor-gallery-item__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-gallery .elementor-gallery-item__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-gallery {
  --galleries-title-color-normal: var(--e-global-color-primary);
  --galleries-title-color-hover: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-hover: var(--e-global-color-accent);
  --gallery-title-color-active: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-active: var(--e-global-color-accent)
}

.elementor-widget-gallery .elementor-gallery-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-form .elementor-field-group>label,
.elementor-widget-form .elementor-field-subgroup label {
  color: var(--e-global-color-text)
}

.elementor-widget-form .elementor-field-group>label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .elementor-field-type-html {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .elementor-field-group .elementor-field {
  color: var(--e-global-color-text)
}

.elementor-widget-form .elementor-field-group .elementor-field,
.elementor-widget-form .elementor-field-subgroup label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-form .e-form__buttons__wrapper__button-next {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-form .elementor-button[type=submit] {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-form .e-form__buttons__wrapper__button-previous {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-form .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-form .e-form__indicators__indicator,
.elementor-widget-form .e-form__indicators__indicator__label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-form {
  --e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
  --e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
  --e-form-steps-indicator-completed-primary-color: var(--e-global-color-accent);
  --e-form-steps-indicator-progress-color: var(--e-global-color-accent);
  --e-form-steps-indicator-progress-background-color: var(--e-global-color-text);
  --e-form-steps-indicator-progress-meter-color: var(--e-global-color-text)
}

.elementor-widget-form .e-form__indicators__indicator__progress__meter {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-login .elementor-field-group>a {
  color: var(--e-global-color-text)
}

.elementor-widget-login .elementor-field-group>a:hover {
  color: var(--e-global-color-accent)
}

.elementor-widget-login .elementor-form-fields-wrapper label {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-login .elementor-field-group .elementor-field {
  color: var(--e-global-color-text)
}

.elementor-widget-login .elementor-field-group .elementor-field,
.elementor-widget-login .elementor-field-subgroup label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-login .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-slides .elementor-slide-heading {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-slides .elementor-slide-description {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-slides .elementor-slide-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text)
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent)
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
  border-color: var(--e-global-color-accent)
}

.elementor-widget-nav-menu {
  --e-nav-menu-divider-color: var(--e-global-color-text)
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
  stroke: var(--e-global-color-accent)
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
  color: var(--e-global-color-secondary)
}

.elementor-widget-animated-headline .elementor-headline {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-animated-headline {
  --dynamic-text-color: var(--e-global-color-secondary)
}

.elementor-widget-animated-headline .elementor-headline-dynamic-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-hotspot .widget-image-caption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-hotspot {
  --hotspot-color: var(--e-global-color-primary);
  --hotspot-box-color: var(--e-global-color-secondary);
  --tooltip-color: var(--e-global-color-secondary)
}

.elementor-widget-hotspot .e-hotspot__label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-hotspot .e-hotspot__tooltip {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-price-list .elementor-price-list-header {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-list .elementor-price-list-price {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-list .elementor-price-list-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-price-list .elementor-price-list-separator {
  border-bottom-color: var(--e-global-color-secondary)
}

.elementor-widget-price-table {
  --e-price-table-header-background-color: var(--e-global-color-secondary)
}

.elementor-widget-price-table .elementor-price-table__heading {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__subheading {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-price-table .elementor-price-table .elementor-price-table__price {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__original-price {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__period {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-price-table .elementor-price-table__features-list {
  --e-price-table-features-list-color: var(--e-global-color-text)
}

.elementor-widget-price-table .elementor-price-table__features-list li {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-price-table .elementor-price-table__features-list li:before {
  border-top-color: var(--e-global-color-text)
}

.elementor-widget-price-table .elementor-price-table__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-price-table .elementor-price-table__additional_info {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-price-table .elementor-price-table__ribbon-inner {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-flip-box .elementor-flip-box__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-call-to-action .elementor-cta__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-call-to-action .elementor-cta__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-call-to-action .elementor-cta__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-call-to-action .elementor-ribbon-inner {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-media-carousel .elementor-carousel-image-overlay {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial-carousel .elementor-testimonial__name {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-testimonial-carousel .elementor-testimonial__title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-reviews .elementor-testimonial__header,
.elementor-widget-reviews .elementor-testimonial__name {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-reviews .elementor-testimonial__text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-table-of-contents {
  --header-color: var(--e-global-color-secondary);
  --item-text-color: var(--e-global-color-text);
  --item-text-hover-color: var(--e-global-color-accent);
  --marker-color: var(--e-global-color-text)
}

.elementor-widget-table-of-contents .elementor-toc__header,
.elementor-widget-table-of-contents .elementor-toc__header-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-table-of-contents .elementor-toc__list-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-countdown .elementor-countdown-item {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-countdown .elementor-countdown-digits {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-countdown .elementor-countdown-label {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-countdown .elementor-countdown-expire--message {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-search-form input[type=search].elementor-search-form__input {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-search-form .elementor-search-form__input,
.elementor-widget-search-form .elementor-search-form__icon,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type=search].elementor-search-form__input {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text)
}

.elementor-widget-search-form .elementor-search-form__submit {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  background-color: var(--e-global-color-secondary)
}

.elementor-widget-author-box .elementor-author-box__name {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-author-box .elementor-author-box__bio {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-author-box .elementor-author-box__button {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-author-box .elementor-author-box__button:hover {
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary)
}

.elementor-widget-post-navigation span.post-navigation__prev--label {
  color: var(--e-global-color-text)
}

.elementor-widget-post-navigation span.post-navigation__next--label {
  color: var(--e-global-color-text)
}

.elementor-widget-post-navigation span.post-navigation__prev--label,
.elementor-widget-post-navigation span.post-navigation__next--label {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-post-navigation span.post-navigation__prev--title,
.elementor-widget-post-navigation span.post-navigation__next--title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after {
  border-color: var(--e-global-color-text)
}

.elementor-widget-post-info .elementor-icon-list-icon i {
  color: var(--e-global-color-primary)
}

.elementor-widget-post-info .elementor-icon-list-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-post-info .elementor-icon-list-text,
.elementor-widget-post-info .elementor-icon-list-text a {
  color: var(--e-global-color-secondary)
}

.elementor-widget-post-info .elementor-icon-list-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-sitemap .elementor-sitemap-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-sitemap .elementor-sitemap-item,
.elementor-widget-sitemap span.elementor-sitemap-list,
.elementor-widget-sitemap .elementor-sitemap-item a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-sitemap .elementor-sitemap-item {
  color: var(--e-global-color-text)
}

.elementor-widget-blockquote .elementor-blockquote__content {
  color: var(--e-global-color-text)
}

.elementor-widget-blockquote .elementor-blockquote__author {
  color: var(--e-global-color-secondary)
}

.elementor-widget-lottie {
  --caption-color: var(--e-global-color-text)
}

.elementor-widget-lottie .e-lottie__caption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tab-title .e-tab-title-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tab-title .e-tab-duration {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text a {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-duration {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
  color: var(--e-global-color-text)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover {
  color: var(--e-global-color-text)
}

.elementor-widget-paypal-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-paypal-button .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-stripe-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-stripe-button .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-progress-tracker .current-progress-percentage {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-advanced-heading .uael-heading,
.elementor-widget-uael-advanced-heading .uael-heading a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-advanced-heading .uael-heading-text {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-advanced-heading .uael-sub-heading {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-advanced-heading .uael-subheading {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-advanced-heading .uael-heading-wrapper:before {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-advanced-heading .uael-separator,
.elementor-widget-uael-advanced-heading .uael-separator-line>span,
.elementor-widget-uael-advanced-heading .uael-divider-text {
  border-top-color: var(--e-global-color-accent)
}

.elementor-widget-uael-advanced-heading .uael-divider-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-advanced-heading .uael-icon-wrap .uael-icon i {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-advanced-heading .uael-icon-wrap .uael-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-uael-advanced-heading .uael-icon-wrap .uael-icon,
.elementor-widget-uael-advanced-heading .uael-image .uael-image-content {
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-dual-color-heading .uael-dual-heading-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-dual-color-heading .uael-dual-heading-text.uael-highlight-text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-dual-color-heading .uael-dual-color-heading:before {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-fancy-heading .uael-clip-cursor-yes .uael-fancy-text-clip .uael-slide-main_ul:after {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-fancy-heading .uael-fancy-heading {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-fancy-heading .uael-fancy-heading,
.elementor-widget-uael-fancy-heading .uael-fancy-heading .uael-slide_text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-fancy-heading .uael-fancy-heading.uael-fancy-text-main {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-fancy-heading .uael-fancy-heading.uael-fancy-text-main,
.elementor-widget-uael-fancy-heading .uael-fancy-heading.uael-fancy-text-main .uael-slide_text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-hotspot .uael-hotspot-content {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-hotspot .uael-hotspot-content,
.elementor-widget-uael-hotspot .uael-hotspot-content.uael-hotspot-anim:before {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-uael-hotspot .uael-hotspot-content:hover,
.elementor-widget-uael-hotspot .uael-hotspot-content.uael-hotspot-anim:hover:before,
.elementor-widget-uael-hotspot .uael-hotspot-tour .uael-hotspot-content.open,
.elementor-widget-uael-hotspot .uael-hotspot-tour .open.uael-hotspot-anim:before {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-uael-hotspot .elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-hotspot a.elementor-button:hover,
.elementor-widget-uael-hotspot .elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle .uael-rbs-slider {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]+label:before {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]+label:after {
  border-color: var(--e-global-color-accent);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle .uael-label-box-active .uael-label-box-switch {
  background: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle .uael-rbs-switch:checked+.uael-rbs-slider {
  background-color: var(--e-global-color-text)
}

.elementor-widget-uael-content-toggle .uael-rbs-switch:focus+.uael-rbs-slider {
  -webkit-box-shadow: var(--e-global-color-text);
  box-shadow: var(--e-global-color-text)
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]:checked+label:before {
  background-color: var(--e-global-color-text)
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]:checked+label:after {
  border-color: var(--e-global-color-text)
}

.elementor-widget-uael-content-toggle .uael-label-box-inactive .uael-label-box-switch {
  background: var(--e-global-color-text)
}

.elementor-widget-uael-content-toggle .uael-rbs-slider:before {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle span.uael-label-box-switch {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-content-toggle .uael-rbs-head-1 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-content-toggle .uael-rbs-head-2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-content-toggle .uael-rbs-content-1.uael-rbs-section-1 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-content-toggle .uael-rbs-content-2.uael-rbs-section-2 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-ba-slider .twentytwenty-before-label:before,
.elementor-widget-uael-ba-slider .twentytwenty-after-label:before {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-business-hours .uael-business-day {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-business-hours .elementor-widget-container {
  overflow: var(--e-global-color-text)
}

.elementor-widget-uael-business-hours .heading-date {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-business-hours .uael-business-time {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-business-hours .heading-time {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-google-map .gm-style .uael-infowindow-title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-image-gallery .uael-gallery-parent .uael-masonry-filters .uael-masonry-filter,
.elementor-widget-uael-image-gallery .uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-image-gallery .uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button,
.elementor-widget-uael-image-gallery .uael-gallery-parent .uael-masonry-filters .uael-masonry-filter {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-image-gallery .uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:hover,
.elementor-widget-uael-image-gallery .uael-gallery-parent .uael-masonry-filters .uael-current {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent)
}

.elementor-widget-uael-infobox .uael-icon-wrap .uael-icon i {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-infobox .uael-icon-wrap .uael-icon svg {
  fill: var(--e-global-color-primary)
}

.elementor-widget-uael-infobox .uael-infobox:not(.uael-imgicon-style-normal) .uael-icon-wrap .uael-icon,
.elementor-widget-uael-infobox .uael-infobox:not(.uael-imgicon-style-normal) .uael-image .uael-image-content img {
  background-color: var(--e-global-color-secondary)
}

.elementor-widget-uael-infobox .uael-imgicon-style-custom .uael-icon-wrap .uael-icon,
.elementor-widget-uael-infobox .uael-imgicon-style-custom .uael-image .uael-image-content img {
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-infobox .uael-separator {
  border-top-color: var(--e-global-color-accent)
}

.elementor-widget-uael-infobox .elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-infobox a.elementor-button:hover,
.elementor-widget-uael-infobox .elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-infobox .uael-infobox-title-prefix {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-infobox .uael-infobox-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-infobox .uael-infobox-text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-infobox .uael-infobox-cta-link,
.elementor-widget-uael-infobox .elementor-button,
.elementor-widget-uael-infobox a.elementor-button {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-infobox .uael-infobox-cta-link {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-retina-image .uael-retina-image-container .uael-retina-img {
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-retina-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-modal-popup .uael-modal-action i {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-modal-popup .uael-modal-action svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-modal-popup .uael-modal-action i:hover {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-modal-popup .uael-modal-action svg:hover {
  fill: var(--e-global-color-text)
}

.uamodal- {
    {
    ID
  }
}

.uael-modal-title-wrap .uael-modal-title {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-modal-popup .uael-modal-title-wrap .uael-modal-title {
  color: var(--e-global-color-primary)
}

.uamodal- {
    {
    ID
  }
}

.uael-modal-title-wrap {
  background-color: var(--e-global-color-secondary)
}

.elementor-widget-uael-modal-popup .uael-modal-title-wrap {
  background-color: var(--e-global-color-secondary)
}

.uamodal- {
    {
    ID
  }
}

.uael-modal-title-wrap .uael-modal-title,
.elementor-widget-uael-modal-popup .uael-modal-title-wrap .uael-modal-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.uamodal- {
    {
    ID
  }
}

.uael-content {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-modal-popup .uael-content {
  color: var(--e-global-color-text)
}

.uamodal- {
    {
    ID
  }
}

.uael-content .uael-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-modal-popup .uael-modal-action-wrap a.elementor-button,
.elementor-widget-uael-modal-popup .uael-modal-action-wrap .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-modal-popup .uael-modal-action-wrap .elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-modal-popup .uael-modal-action-wrap a.elementor-button:hover,
.elementor-widget-uael-modal-popup .uael-modal-action-wrap .elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-modal-popup .uael-modal-action {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-modal-popup .uael-modal-action:hover {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-modal-popup .uael-modal-action-wrap .uael-modal-action {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-buttons a.elementor-button,
.elementor-widget-uael-buttons a.elementor-button svg {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-buttons a.elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-buttons a.elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-price-table .uael-price-table-header {
  background-color: var(--e-global-color-secondary)
}

.elementor-widget-uael-price-table .uael-price-heading-icon i {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-price-table .uael-price-heading-icon svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-price-table .uael-price-heading-icon i:hover {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-price-table .uael-price-heading-icon svg:hover {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-price-table .uael-price-table-heading {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table-subheading {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-price-table .uael-pricing-value {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table-original-price {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table .uael-strike-tooltip {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-price-table .uael-price-table-duration {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table-features-list {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-price-table .uael-price-table-features-list li {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table-features-list li:before,
.elementor-widget-uael-price-table.uael-price-features-borderbox .uael-price-table-features-list li:after {
  border-top-color: var(--e-global-color-text)
}

.elementor-widget-uael-price-table a.uael-pricebox-cta-link {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-price-table .elementor-button,
.elementor-widget-uael-price-table a.elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-price-table .elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-price-table .uael-price-table-disclaimer {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table-ribbon-content {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-price-table .uael-price-table-ribbon-3 .uael-price-table-ribbon-content:before {
  border-left: var(--e-global-color-accent)
}

.elementor-widget-uael-price-list .uael-price-list-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-price-list .uael-price-list-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-price-list .uael-price-list-price {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-price-list .uael-price-list-discount-price {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-price-list .uael-price-list-price,
.elementor-widget-uael-price-list .uael-price-list-discount-price {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-price-list .uael-price-list-separator {
  border-bottom-color: var(--e-global-color-secondary)
}

.elementor-widget-uael-table th.uael-table-col,
.elementor-widget-uael-table tr.uael-table-row div.responsive-header-text span.uael-table__text-inners {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-table thead .uael-table-row th .uael-table__text {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-table thead .uael-table-row th .uael-table__text svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-table th {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-table tbody .uael-table-row th {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-table tbody .uael-table-head .uael-table__text {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-table tbody .uael-table-head .uael-table__text svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-table td div:not(.responsive-header-text) .uael-table__text-inner,
.elementor-widget-uael-table td div+.uael-table__text-inner,
.elementor-widget-uael-table tbody .uael-table__text:not(.uael-tbody-head-text),
.elementor-widget-uael-table td .uael-align-icon--left,
.elementor-widget-uael-table td .uael-align-icon--right {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-table tbody td.uael-table-col .uael-table__text {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-table tbody td.uael-table-col .uael-table__text svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-table .uael-advance-heading label,
.elementor-widget-uael-table .uael-advance-heading select,
.elementor-widget-uael-table .uael-advance-heading input {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-table-of-contents .uael-toc-heading,
.elementor-widget-uael-table-of-contents .uael-toc-switch .uael-icon {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-table-of-contents .uael-toc-heading,
.elementor-widget-uael-table-of-contents .uael-toc-heading a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-table-of-contents .uael-toc-content-wrapper,
.elementor-widget-uael-table-of-contents .uael-toc-empty-note {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-table-of-contents .uael-toc-content-wrapper a,
.elementor-widget-uael-table-of-contents .uael-toc-list li,
.elementor-widget-uael-table-of-contents .uael-toc-empty-note {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-table-of-contents .uael-toc-content-wrapper a:hover {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-timeline .uael-timeline-main .uael-content .uael-timeline-heading,
.elementor-widget-uael-timeline .uael-timeline-main .uael-content .uael-timeline-heading-text .elementor-inline-editing {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-timeline .uael-timeline-main .uael-timeline-desc-content,
.elementor-widget-uael-timeline .uael-timeline-main .inner-date-new,
.elementor-widget-uael-timeline .uael-timeline-main a .uael-timeline-desc-content {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-timeline .uael-timeline-main .uael-timeline-link-style .uael-timeline-link {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-timeline .uael-timeline-main .uael-timeline-desc-content,
.elementor-widget-uael-timeline .uael-timeline-main .inner-date-new {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-timeline .uael-timeline-main .animate-border .timeline-icon-new {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-timeline .uael-timeline-main .animate-border .timeline-icon-new svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-timeline .uael-timeline__line__inner {
  background-color: var(--e-global-color-accent);
  width: var(--e-global-color-accent)
}

.elementor-widget-uael-timeline .uael-timeline-main .uael-days .in-view .in-view-timeline-icon {
  background: var(--e-global-color-accent)
}

.elementor-widget-uael-video .uael-sticky-apply .uael-video-sticky-infobar {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-video .uael-subscribe-bar-prefix {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-posts .uael-posts-tabs-dropdown .uael-filters-dropdown-button,
.elementor-widget-uael-posts .uael-post__header-filter {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-posts .uael-grid-pagination a.page-numbers {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-grid-pagination span.page-numbers.current {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-post__load-more {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-posts .uael-post-inf-loader>div {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-uael-posts .uael-grid-pagination a.page-numbers,
.elementor-widget-uael-posts .uael-grid-pagination span.page-numbers.current {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-posts .uael-post-wrapper-featured .uael-post__title,
.elementor-widget-uael-posts .uael-post-wrapper-featured .uael-post__title a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-posts .uael-post-wrapper-featured .uael-post__meta-data {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts .uael-post-wrapper-featured .uael-post__meta-data svg {
  fill: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts .uael-post__title,
.elementor-widget-uael-posts .uael-post__title a {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts .uael-post__title:hover,
.elementor-widget-uael-posts .uael-post__title a:hover {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts.uael-post__link-complete-yes .uael-post__complete-box-overlay:hover+.uael-post__inner-wrap .uael-post__title a {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts .uael-post__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-posts .uael-post__meta-data span {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-posts .uael-post__terms {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-posts .uael-post__terms a:hover {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts.uael-post__link-complete-yes .uael-post__complete-box-overlay:hover+.uael-post__inner-wrap .uael-post__terms a {
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-posts .uael-post__excerpt {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-posts a.uael-post__read-more {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-posts .uael-post-grid .slick-slider .slick-prev:before,
.elementor-widget-uael-posts .uael-post-grid .slick-slider .slick-next:before {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-post-grid .slick-slider .slick-arrow {
  border-color: var(--e-global-color-accent);
  border-style: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-post-grid .slick-slider .slick-arrow i {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-post__datebox {
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-posts .uael-post__separator {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-posts[data-skin=news] .uael-post__terms {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts.uael-post__content-align-left .uael-post__gradient-separator {
  background: var(--e-global-color-accent)
}

.elementor-widget-uael-posts.uael-post__content-align-center .uael-post__gradient-separator {
  background: var(--e-global-color-accent)
}

.elementor-widget-uael-posts.uael-post__content-align-right .uael-post__gradient-separator {
  background: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-posts[data-skin=business] .uael-post__terms {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-posts .uael-post__authorbox-desc {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-posts .uael-post__authorbox-name,
.elementor-widget-uael-posts .uael-post__authorbox-name a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-video-gallery .uael-video-gallery-title-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-video-gallery .uael-video__gallery-filter,
.elementor-widget-uael-video-gallery .uael-vgallery-tabs-dropdown .uael-filters-dropdown-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-video-gallery .uael-vgallery-tabs-dropdown .uael-filters-dropdown-button,
.elementor-widget-uael-video-gallery .uael-video__gallery-filter {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-video-gallery .uael-video__gallery-filter:hover,
.elementor-widget-uael-video-gallery .uael-video__gallery-filter.uael-filter__current {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent)
}

.elementor-widget-uael-video-gallery .uael-video__caption {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-video-gallery .uael-video__tags {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-video-gallery .slick-slider .slick-prev:before,
.elementor-widget-uael-video-gallery .slick-slider .slick-next:before {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-video-gallery .slick-slider .slick-arrow {
  border-color: var(--e-global-color-accent);
  border-style: var(--e-global-color-accent)
}

.elementor-widget-uael-video-gallery .slick-slider .slick-arrow i {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-countdown .uael-item {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-countdown.uael-countdown-shape-none .uael-item {
  background-color: var(--e-global-color-primary)
}

.elementor-widget-uael-countdown .uael-countdown-wrapper .uael-countdown-item,
.elementor-widget-uael-countdown .uael-countdown-wrapper .uael-countdown-separator {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-countdown .uael-countdown-item,
.elementor-widget-uael-countdown .uael-countdown-separator {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-countdown .uael-item-label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-countdown .uael-expire-show-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-business-reviews .uael-reviewer-name a,
.elementor-widget-uael-business-reviews .uael-reviewer-name {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-business-reviews .uael-review-time {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-business-reviews .uael-review-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-business-reviews a.uael-reviews-read-more {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-business-reviews .uael-reviews-read-more {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-menu {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-menu .menu-item a {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-menu .menu-item a:hover {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-menu .sub-menu {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-menu .sub-menu a {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-menu .sub-menu a:hover {
  color: var(--e-global-color-accent)
}

.uaoffcanvas- {
    {
    ID
  }
}

.uael-offcanvas-content {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-content {
  color: var(--e-global-color-text)
}

.uaoffcanvas- {
    {
    ID
  }
}

.uael-offcanvas-content .uael-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action-wrap a.elementor-button,
.elementor-widget-uael-offcanvas .uael-offcanvas-action-wrap .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action-wrap .elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action-wrap a.elementor-button:hover,
.elementor-widget-uael-offcanvas .uael-offcanvas-action-wrap .elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action i {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action svg {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action i:hover {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-offcanvas .uael-offcanvas-action svg:hover {
  fill: var(--e-global-color-text)
}

.elementor-widget-uael-marketing-button a.elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-marketing-button a.elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-marketing-button .uael-marketing-button-title {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-marketing-button .uael-marketing-button .uael-marketing-button-desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-team-member .uael-separator {
  border-top-color: var(--e-global-color-accent)
}

.elementor-widget-uael-team-member .uael-team-member-image img {
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-team-member .uael-team-member-image img:hover {
  border-color: var(--e-global-color-secondary)
}

.elementor-widget-uael-team-member .uael-team-name {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-team-member .uael-team-desig {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-secondary)
}

.elementor-widget-uael-team-member .uael-team-desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-team-member .elementor-social-icon {
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-team-member .elementor-social-icon:hover {
  border-color: var(--e-global-color-secondary)
}

.elementor-widget-uael-registration-form .uael-registration-loggedin-message {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-registration-form .uael-rform-footer,
.elementor-widget-uael-registration-form .uael-rform-footer a {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-registration-form .uael-rform-footer {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-registration-form .uael-pass-notice {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-registration-form .elementor-field-group>label,
.elementor-widget-uael-registration-form .elementor-field-subgroup label {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-registration-form .elementor-field-group>label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-registration-form .elementor-field-group .elementor-field {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-registration-form .uael-registration-form .acceptance-conditions,
.elementor-widget-uael-registration-form .uael-registration-form .elementor-field-option .checkbox-label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-registration-form .uael-registration-form .acceptance-field input[type=checkbox]+span:before {
  border-color: var(--e-global-color-primary)
}

.elementor-widget-uael-registration-form .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-registration-form .elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-registration-form .uael-register-error {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-registration-form .uael-registration-message,
.elementor-widget-uael-registration-form .uael-reg-preview-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-nav-menu .menu-item a.uael-menu-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-nav-menu .menu-item a.uael-menu-item:not(.elementor-button),
.elementor-widget-uael-nav-menu .sub-menu a.uael-sub-menu-item {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-nav-menu .menu-item a.uael-menu-item:not(.elementor-button):hover,
.elementor-widget-uael-nav-menu .sub-menu a.uael-sub-menu-item:hover,
.elementor-widget-uael-nav-menu .menu-item.current-menu-item a.uael-menu-item:not(.elementor-button),
.elementor-widget-uael-nav-menu .menu-item a.uael-menu-item.highlighted:not(.elementor-button),
.elementor-widget-uael-nav-menu .menu-item a.uael-menu-item:not(.elementor-button):focus {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-nav-menu .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before,
.elementor-widget-uael-nav-menu .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-nav-menu .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent .sub-menu .uael-has-submenu-container a:after {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-nav-menu .uael-pointer__framed .menu-item.parent a.uael-menu-item:before,
.elementor-widget-uael-nav-menu .uael-pointer__framed .menu-item.parent a.uael-menu-item:after {
  border-color: var(--e-global-color-accent)
}

.elementor-widget-uael-nav-menu .sub-menu li a.uael-sub-menu-item,
.elementor-widget-uael-nav-menu nav.uael-dropdown li a.uael-menu-item,
.elementor-widget-uael-nav-menu nav.uael-dropdown li a.uael-sub-menu-item,
.elementor-widget-uael-nav-menu nav.uael-dropdown-expandible li a.uael-menu-item {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-nav-menu .uael-nav-menu__toggle .uael-nav-menu-label {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-nav-menu .menu-item a.uael-menu-item.elementor-button {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-nav-menu ul.uael-nav-menu .menu-item a.uael-menu-item.elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-nav-menu ul.uael-nav-menu .menu-item a.uael-menu-item.elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-login-form .uael-divider-text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-login-form .uael-login-form-footer,
.elementor-widget-uael-login-form .uael-login-form-footer a {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-login-form .uael-login-form-footer {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-login-form .elementor-field-label,
.elementor-widget-uael-login-form .uael-login-form-remember,
.elementor-widget-uael-login-form .uael-logged-in-message {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-login-form .elementor-field-label,
.elementor-widget-uael-login-form .uael-loginform-error,
.elementor-widget-uael-login-form .uael-logged-in-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-login-form .uael-login-form-remember {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-login-form .elementor-field,
.elementor-widget-uael-login-form .elementor-field::placeholder,
.elementor-widget-uael-login-form .uael-login-form input[type=checkbox]:checked+span:before {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-login-form .elementor-field,
.elementor-widget-uael-login-form .elementor-field::placeholder {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-login-form .elementor-button,
.elementor-widget-uael-login-form .elementor-button svg {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-login-form .elementor-button {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-login-form .elementor-button:hover {
  background-color: var(--e-global-color-accent)
}

.elementor-widget-uael-login-form .uael-loginform-error {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-title-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-time-needed,
.elementor-widget-uael-how-to .uael-howto-estimated-cost {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-heading {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-steps-text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-steps-title,
.elementor-widget-uael-how-to .uael-howto-steps-title a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-uael-how-to .uael-howto-steps-desc {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-title .uael-question-span,
.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-title .uael-accordion-icon {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-title .uael-question-span,
.elementor-widget-uael-faq .uael-accordion-icon-closed,
.elementor-widget-uael-faq span.uael-accordion-icon-opened {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-accordion-icon-closed,
.elementor-widget-uael-faq span.uael-accordion-icon-opened {
  fill: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-title.uael-title-active .uael-question-span,
.elementor-widget-uael-faq span.uael-accordion-icon-opened {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-title .uael-question-span:hover,
.elementor-widget-uael-faq .uael-accordion-icon-closed:hover {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-accordion-icon-closed:hover {
  fill: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-title.uael-title-active:hover .uael-question-span,
.elementor-widget-uael-faq span.uael-accordion-icon-opened:hover {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-content {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text)
}

.elementor-widget-uael-faq .uael-faq-accordion .uael-accordion-content:hover {
  color: var(--e-global-color-text)
}

.elementor-widget-uael-faq .uael-accordion-icon-closed {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-faq .uael-accordion-icon-closed {
  fill: var(--e-global-color-primary)
}

.elementor-widget-uael-faq span.uael-accordion-icon-opened {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-social-share span.uael-total-share-btn__icon,
.elementor-widget-uael-social-share .uael-total-share-btn__title {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-social-share span.uael-total-share-btn__iconx,
.elementor-widget-uael-social-share .uael-total-share-btn__titlex {
  color: var(--e-global-color-primary)
}

.elementor-widget-uael-social-share .uael-style-inline .uael-total-share-btn__iconx,
.elementor-widget-uael-social-share .uael-style-inline .uael-total-share-btn__titlex,
.elementor-widget-uael-social-share .uael-style-floating .uael-total-share-btn__iconx,
.elementor-widget-uael-social-share .uael-style-floating .uael-total-share-btn__titlex {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-uael-instagram-feed .uael-instagram-feed-title {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-twitter .uael-twitter-feed-card-header-icon .uael-twitter-feed-name-username .uael-twitter-feed-name {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-twitter .uael-twitter-feed-card-header-icon .uael-twitter-feed-name-username .uael-twitter-feed-username {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-twitter .uael-twitter-feed__title p {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-twitter .uael-twitter-feed__title span a:hover {
  color: var(--e-global-color-accent)
}

.elementor-widget-uael-twitter .uael-twitter-feed__title span a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-twitter .uael-twitter-feed_inner-content {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-uael-twitter .uael-twitter-feed-tweet-info b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-1401 .elementor-element.elementor-element-5d1a5fb {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 140px 0 20px
}

.elementor-1401 .elementor-element.elementor-element-5d1a5fb>.elementor-background-overlay {
  transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-1401 .elementor-element.elementor-element-a83fbac {
  text-align: center
}

.elementor-1401 .elementor-element.elementor-element-a83fbac .elementor-heading-title {
  color: #6d6d6d;
  font-family: "MasqualeroGroove", Sans-serif;
  font-size: 62px;
  font-weight: 100
}

.elementor-1401 .elementor-element.elementor-element-a83fbac>.elementor-widget-container {
  margin: -10px 0;
  padding: 0
}

.elementor-1401 .elementor-element.elementor-element-e49ca38 {
  text-align: center
}

.elementor-1401 .elementor-element.elementor-element-e49ca38 .elementor-heading-title {
  color: #6d6d6d;
  font-family: "Sintony", Sans-serif;
  font-size: 32px;
  font-weight: 100
}

.elementor-1401 .elementor-element.elementor-element-e49ca38>.elementor-widget-container {
  margin: -10px 0
}

.elementor-1401 .elementor-element.elementor-element-aa0c786.elementor-column>.elementor-widget-wrap {
  justify-content: flex-end
}

.elementor-1401 .elementor-element.elementor-element-195b0c9 {
  text-align: center;
  width: var(--container-widget-width, 60%);
  max-width: 60%;
  --container-widget-width: 60%;
  --container-widget-flex-grow: 0
}

.elementor-1401 .elementor-element.elementor-element-195b0c9 .elementor-heading-title {
  color: #eee;
  font-family: "Sintony", Sans-serif;
  font-size: 26px;
  font-weight: 100
}

.elementor-1401 .elementor-element.elementor-element-195b0c9>.elementor-widget-container {
  margin: -10px 0;
  padding: 10px 0;
  background-color: #969696;
  border-radius: 100px
}

.elementor-1401 .elementor-element.elementor-element-651c301.elementor-column>.elementor-widget-wrap {
  justify-content: flex-start
}

.elementor-1401 .elementor-element.elementor-element-3da11d9 {
  text-align: center;
  width: var(--container-widget-width, 60%);
  max-width: 60%;
  --container-widget-width: 60%;
  --container-widget-flex-grow: 0
}

.elementor-1401 .elementor-element.elementor-element-3da11d9 .elementor-heading-title {
  color: #e9e9e9;
  font-family: "Sintony", Sans-serif;
  font-size: 26px;
  font-weight: 100
}

.elementor-1401 .elementor-element.elementor-element-3da11d9>.elementor-widget-container {
  margin: -10px 0;
  padding: 10px 0;
  background-color: #5c5c5c;
  border-radius: 100px
}

.elementor-1401 .elementor-element.elementor-element-22fd640>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-content: center;
  align-items: center
}

.elementor-1401 .elementor-element.elementor-element-22fd640 {
  padding: 20px 0 100px
}

.elementor-1401 .elementor-element.elementor-element-d5b2f76.elementor-column>.elementor-widget-wrap {
  justify-content: center
}

.elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-element-populated,
.elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-element-populated>.elementor-background-overlay,
.elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-background-slideshow {
  border-radius: 50px
}

.elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-element-populated {
  box-shadow: 0px 0px 21px -10px rgba(0, 0, 0, .46);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 0 100px;
  --e-column-margin-right: 100px;
  --e-column-margin-left: 100px;
  padding: 60px
}

.elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-element-populated>.elementor-background-overlay {
  transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-1401 .elementor-element.elementor-element-8a2368d {
  text-align: center
}

.elementor-1401 .elementor-element.elementor-element-8a2368d .elementor-heading-title {
  color: #6d6d6d;
  font-family: "Sintony", Sans-serif;
  font-size: 28px;
  font-weight: 100
}

.elementor-1401 .elementor-element.elementor-element-8a2368d>.elementor-widget-container {
  margin: -10px 0
}

.elementor-1401 .elementor-element.elementor-element-187600f {
  text-align: center;
  width: var(--container-widget-width, 36.963%);
  max-width: 36.963%;
  --container-widget-width: 36.963%;
  --container-widget-flex-grow: 0
}

.elementor-1401 .elementor-element.elementor-element-187600f .elementor-heading-title {
  color: #6d6d6d;
  font-family: "Sintony", Sans-serif;
  font-size: 22px;
  font-weight: 100
}

.elementor-1401 .elementor-element.elementor-element-187600f>.elementor-widget-container {
  margin: 5px 0;
  padding: 10px 0;
  background-color: #f3f3f3;
  border-radius: 100px
}

.elementor-1401 .elementor-element.elementor-element-187600f:hover .elementor-widget-container {
  background-color: #e4e4e4
}

:root {
  --page-title-display: none
}

@media(max-width:1024px) {
  .elementor-bc-flex-widget .elementor-1401 .elementor-element.elementor-element-d5b2f76.elementor-column .elementor-widget-wrap {
    align-items: center
  }

  .elementor-1401 .elementor-element.elementor-element-d5b2f76.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center
  }

  .elementor-1401 .elementor-element.elementor-element-d5b2f76.elementor-column>.elementor-widget-wrap {
    justify-content: center
  }

  .elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-element-populated {
    margin: 0 80px;
    --e-column-margin-right: 80px;
    --e-column-margin-left: 80px
  }
}

@media(max-width:767px) {
  .elementor-1401 .elementor-element.elementor-element-e49ca38 .elementor-heading-title {
    font-size: 18px
  }

  .elementor-1401 .elementor-element.elementor-element-e49ca38>.elementor-widget-container {
    margin: 0
  }

  .elementor-1401 .elementor-element.elementor-element-aa0c786 {
    width: 50%
  }

  .elementor-1401 .elementor-element.elementor-element-195b0c9 .elementor-heading-title {
    font-size: 18px
  }

  .elementor-1401 .elementor-element.elementor-element-195b0c9 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    align-self: center
  }

  .elementor-1401 .elementor-element.elementor-element-651c301 {
    width: 50%
  }

  .elementor-1401 .elementor-element.elementor-element-3da11d9 .elementor-heading-title {
    font-size: 18px
  }

  .elementor-1401 .elementor-element.elementor-element-3da11d9 {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%
  }

  .elementor-1401 .elementor-element.elementor-element-d5b2f76>.elementor-element-populated {
    margin: 0 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px
  }

  .elementor-1401 .elementor-element.elementor-element-8a2368d .elementor-heading-title {
    font-size: 22px
  }

  .elementor-1401 .elementor-element.elementor-element-8a2368d>.elementor-widget-container {
    margin: 0
  }

  .elementor-1401 .elementor-element.elementor-element-8a2368d {
    width: 100%;
    max-width: 100%
  }

  .elementor-1401 .elementor-element.elementor-element-187600f {
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 100%);
    max-width: 100%
  }
}

@font-face {
  font-display: swap;
  font-family: 'MasqualeroGroove';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('./../../uploads/2023/06/MasqualeroGroove.woff') format('woff')
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

@font-face {
  font-display: swap;
  font-family: 'Glyphicons Halflings';
  src: url(./../../themes/jevelin/css/fonts/glyphicons-halflings-regular.eot);
  src: url(./../../themes/jevelin/css/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(./../../themes/jevelin/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(./../../themes/jevelin/css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(./../../themes/jevelin/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(./../../themes/jevelin/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:focus,
a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd,
dt {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1
}

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn)
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg)
  }

  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn)
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg)
  }

  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  60%,
  80% {
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  60%,
  80% {
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%,
  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%,
  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat}.simpleselect .placeholder:hover{background:#fafafa}.simpleselect .options{display:none;position:absolute;top:0;left:0;z-index:1000}.simpleselect .options .option.active{background:#666;color:#fff}.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover{background:#fafafa;color:#aaa;border-color:#eee;cursor:default}.simpleselect.disabled .placeholder:after{opacity:.5}
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden
}

.simpleselect,
.simpleselect * {
  box-sizing: content-box
}

.simpleselect {
  position: relative;
  width: 200px;
  height: 38px;
  color: #666;
  font-size: 13px
}

.simpleselect .options {
  width: 198px
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 9px 10px;
  line-height: 18px;
  cursor: pointer
}

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: 700
}

.simpleselect .options .optgroup .option {
  padding-left: 20px
}

.simpleselect .placeholder,
.simpleselect .options {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.simpleselect .placeholder {
  position: relative
}

.simpleselect .placeholder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  background: url(./_CSSMIN_PTK_0_/index.html) 0 center no-repeat
}

.simpleselect .placeholder:hover {
  background: #fafafa
}

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000
}

.simpleselect .options .option.active {
  background: #666;
  color: #fff
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default
}

.simpleselect.disabled .placeholder:after {
  opacity: .5
}



.jssocials-share-twitter .jssocials-share-link {
  background: #00aced
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c
}

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: .3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out
}

.jssocials-share-count-box:hover {
  background: gainsboro
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: .85em;
  left: -.3em;
  width: 0;
  height: 0;
  border-width: .4em .4em .4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444
}



.jssocials-shares {
  margin: .2em 0
}

.jssocials-shares * {
  box-sizing: border-box
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: .3em .6em .3em 0
}

.jssocials-share:last-child {
  margin-right: 0
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em
}

img.jssocials-share-logo {
  width: auto;
  height: 1em
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em
}

.jssocials-share-label {
  padding-left: .3em;
  vertical-align: middle
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 .3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle
}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-display: swap;
  font-family: 'lightcase';
  src: url(./../../themes/jevelin/fonts/lightcase.eot?55356177);
  src: url("./../../themes/jevelin/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url(./../../themes/jevelin/fonts/lightcase.woff?55356177) format("woff"), url(./../../themes/jevelin/fonts/lightcase.ttf?55356177) format("truetype"), url("./../../themes/jevelin/fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=lightcase-icon-]:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em
}

.lightcase-icon-play:before {
  content: '\e800'
}

.lightcase-icon-pause:before {
  content: '\e801'
}

.lightcase-icon-close:before {
  content: '\e802'
}

.lightcase-icon-prev:before {
  content: '\e803'
}

.lightcase-icon-next:before {
  content: '\e804'
}

.lightcase-icon-spin:before {
  content: '\e805'
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media screen and (max-width:640px) {

  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important
  }
}

@media screen and (min-width:641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden
  }
}

@media screen and (min-width:641px) {

  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333
  }
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

@media screen and (max-width:640px) {

  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important
  }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:640px) {

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px
  }

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner>* {
    width: 100% !important;
    max-width: none !important
  }

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe) {
    height: auto !important;
    max-height: none !important
  }
}

@media screen and (max-width:640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (max-width:640px) and (min-width:641px) {

  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: .75
  }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important
}

@media screen and (max-width:640px) {

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important
  }
}

@media screen and (min-width:641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (max-width:640px) {

  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa
  }
}

@media screen and (min-width:641px) {

  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa
}

@media screen and (max-width:640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0
  }
}

@media screen and (min-width:641px) {
  #lightcase-case p.lightcase-error {
    padding: 0
  }
}

.lightcase-open body {
  overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%
}

#lightcase-info {
  position: absolute;
  padding-top: 15px
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa
}

@media screen and (max-width:640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa
}

@media screen and (max-width:640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s
}

#lightcase-loading>span {
  display: inline-block;
  text-indent: -9999px
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer
}

a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s
}

a[class*=lightcase-icon-]>span {
  display: inline-block;
  text-indent: -9999px
}

a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none
}

a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none
}

a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px
}

a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px
}

a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -.5em
}

@media screen and (min-width:641px) {

  a[class*=lightcase-icon-].lightcase-icon-pause,
  a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0
  }
}

@media screen and (max-width:640px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px
  }
}

@media screen and (min-width:641px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -.5em
  }

  a[class*=lightcase-icon-]:hover,
  #lightcase-case:hover~a[class*=lightcase-icon-] {
    opacity: 1
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333
}

@media screen and (max-width:640px) {
  #lightcase-overlay {
    opacity: 1 !important
  }
}


/* Better Font Rendering =========== */
@font-face {
  font-display: swap;
  font-family: 'Pe-icon-7-stroke';
  src: url(./../../themes/jevelin/fonts/Pe-icon-7-stroke.eot);
  src: url(./../../themes/jevelin/fonts/Pe-icon-7-stroke.eot) format('embedded-opentype'), url(./../../themes/jevelin/fonts/Pe-icon-7-stroke.woff) format('woff'), url(./../../themes/jevelin/fonts/Pe-icon-7-stroke.ttf) format('truetype'), url(./../../themes/jevelin/fonts/Pe-icon-7-stroke.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

[class^=pe-7s-],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pe-7s-album:before {
  content: "\e6aa"
}

.pe-7s-arc:before {
  content: "\e6ab"
}

.pe-7s-back-2:before {
  content: "\e6ac"
}

.pe-7s-bandaid:before {
  content: "\e6ad"
}

.pe-7s-car:before {
  content: "\e6ae"
}

.pe-7s-diamond:before {
  content: "\e6af"
}

.pe-7s-door-lock:before {
  content: "\e6b0"
}

.pe-7s-eyedropper:before {
  content: "\e6b1"
}

.pe-7s-female:before {
  content: "\e6b2"
}

.pe-7s-gym:before {
  content: "\e6b3"
}

.pe-7s-hammer:before {
  content: "\e6b4"
}

.pe-7s-headphones:before {
  content: "\e6b5"
}

.pe-7s-helm:before {
  content: "\e6b6"
}

.pe-7s-hourglass:before {
  content: "\e6b7"
}

.pe-7s-leaf:before {
  content: "\e6b8"
}

.pe-7s-magic-wand:before {
  content: "\e6b9"
}

.pe-7s-male:before {
  content: "\e6ba"
}

.pe-7s-map-2:before {
  content: "\e6bb"
}

.pe-7s-next-2:before {
  content: "\e6bc"
}

.pe-7s-paint-bucket:before {
  content: "\e6bd"
}

.pe-7s-pendrive:before {
  content: "\e6be"
}

.pe-7s-photo:before {
  content: "\e6bf"
}

.pe-7s-piggy:before {
  content: "\e6c0"
}

.pe-7s-plugin:before {
  content: "\e6c1"
}

.pe-7s-refresh-2:before {
  content: "\e6c2"
}

.pe-7s-rocket:before {
  content: "\e6c3"
}

.pe-7s-settings:before {
  content: "\e6c4"
}

.pe-7s-shield:before {
  content: "\e6c5"
}

.pe-7s-smile:before {
  content: "\e6c6"
}

.pe-7s-usb:before {
  content: "\e6c7"
}

.pe-7s-vector:before {
  content: "\e6c8"
}

.pe-7s-wine:before {
  content: "\e6c9"
}

.pe-7s-cloud-upload:before {
  content: "\e68a"
}

.pe-7s-cash:before {
  content: "\e68c"
}

.pe-7s-close:before {
  content: "\e680"
}

.pe-7s-bluetooth:before {
  content: "\e68d"
}

.pe-7s-cloud-download:before {
  content: "\e68b"
}

.pe-7s-way:before {
  content: "\e68e"
}

.pe-7s-close-circle:before {
  content: "\e681"
}

.pe-7s-id:before {
  content: "\e68f"
}

.pe-7s-angle-up:before {
  content: "\e682"
}

.pe-7s-wristwatch:before {
  content: "\e690"
}

.pe-7s-angle-up-circle:before {
  content: "\e683"
}

.pe-7s-world:before {
  content: "\e691"
}

.pe-7s-angle-right:before {
  content: "\e684"
}

.pe-7s-volume:before {
  content: "\e692"
}

.pe-7s-angle-right-circle:before {
  content: "\e685"
}

.pe-7s-users:before {
  content: "\e693"
}

.pe-7s-angle-left:before {
  content: "\e686"
}

.pe-7s-user-female:before {
  content: "\e694"
}

.pe-7s-angle-left-circle:before {
  content: "\e687"
}

.pe-7s-up-arrow:before {
  content: "\e695"
}

.pe-7s-angle-down:before {
  content: "\e688"
}

.pe-7s-switch:before {
  content: "\e696"
}

.pe-7s-angle-down-circle:before {
  content: "\e689"
}

.pe-7s-scissors:before {
  content: "\e697"
}

.pe-7s-wallet:before {
  content: "\e600"
}

.pe-7s-safe:before {
  content: "\e698"
}

.pe-7s-volume2:before {
  content: "\e601"
}

.pe-7s-volume1:before {
  content: "\e602"
}

.pe-7s-voicemail:before {
  content: "\e603"
}

.pe-7s-video:before {
  content: "\e604"
}

.pe-7s-user:before {
  content: "\e605"
}

.pe-7s-upload:before {
  content: "\e606"
}

.pe-7s-unlock:before {
  content: "\e607"
}

.pe-7s-umbrella:before {
  content: "\e608"
}

.pe-7s-trash:before {
  content: "\e609"
}

.pe-7s-tools:before {
  content: "\e60a"
}

.pe-7s-timer:before {
  content: "\e60b"
}

.pe-7s-ticket:before {
  content: "\e60c"
}

.pe-7s-target:before {
  content: "\e60d"
}

.pe-7s-sun:before {
  content: "\e60e"
}

.pe-7s-study:before {
  content: "\e60f"
}

.pe-7s-stopwatch:before {
  content: "\e610"
}

.pe-7s-star:before {
  content: "\e611"
}

.pe-7s-speaker:before {
  content: "\e612"
}

.pe-7s-signal:before {
  content: "\e613"
}

.pe-7s-shuffle:before {
  content: "\e614"
}

.pe-7s-shopbag:before {
  content: "\e615"
}

.pe-7s-share:before {
  content: "\e616"
}

.pe-7s-server:before {
  content: "\e617"
}

.pe-7s-search:before {
  content: "\e618"
}

.pe-7s-film:before {
  content: "\e6a5"
}

.pe-7s-science:before {
  content: "\e619"
}

.pe-7s-disk:before {
  content: "\e6a6"
}

.pe-7s-ribbon:before {
  content: "\e61a"
}

.pe-7s-repeat:before {
  content: "\e61b"
}

.pe-7s-refresh:before {
  content: "\e61c"
}

.pe-7s-add-user:before {
  content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
  content: "\e61d"
}

.pe-7s-paperclip:before {
  content: "\e69c"
}

.pe-7s-radio:before {
  content: "\e61e"
}

.pe-7s-note2:before {
  content: "\e69d"
}

.pe-7s-print:before {
  content: "\e61f"
}

.pe-7s-network:before {
  content: "\e69e"
}

.pe-7s-prev:before {
  content: "\e620"
}

.pe-7s-mute:before {
  content: "\e69f"
}

.pe-7s-power:before {
  content: "\e621"
}

.pe-7s-medal:before {
  content: "\e6a0"
}

.pe-7s-portfolio:before {
  content: "\e622"
}

.pe-7s-like2:before {
  content: "\e6a1"
}

.pe-7s-plus:before {
  content: "\e623"
}

.pe-7s-left-arrow:before {
  content: "\e6a2"
}

.pe-7s-play:before {
  content: "\e624"
}

.pe-7s-key:before {
  content: "\e6a3"
}

.pe-7s-plane:before {
  content: "\e625"
}

.pe-7s-joy:before {
  content: "\e6a4"
}

.pe-7s-photo-gallery:before {
  content: "\e626"
}

.pe-7s-pin:before {
  content: "\e69b"
}

.pe-7s-phone:before {
  content: "\e627"
}

.pe-7s-plug:before {
  content: "\e69a"
}

.pe-7s-pen:before {
  content: "\e628"
}

.pe-7s-right-arrow:before {
  content: "\e699"
}

.pe-7s-paper-plane:before {
  content: "\e629"
}

.pe-7s-delete-user:before {
  content: "\e6a7"
}

.pe-7s-paint:before {
  content: "\e62a"
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8"
}

.pe-7s-notebook:before {
  content: "\e62b"
}

.pe-7s-note:before {
  content: "\e62c"
}

.pe-7s-next:before {
  content: "\e62d"
}

.pe-7s-news-paper:before {
  content: "\e62e"
}

.pe-7s-musiclist:before {
  content: "\e62f"
}

.pe-7s-music:before {
  content: "\e630"
}

.pe-7s-mouse:before {
  content: "\e631"
}

.pe-7s-more:before {
  content: "\e632"
}

.pe-7s-moon:before {
  content: "\e633"
}

.pe-7s-monitor:before {
  content: "\e634"
}

.pe-7s-micro:before {
  content: "\e635"
}

.pe-7s-menu:before {
  content: "\e636"
}

.pe-7s-map:before {
  content: "\e637"
}

.pe-7s-map-marker:before {
  content: "\e638"
}

.pe-7s-mail:before {
  content: "\e639"
}

.pe-7s-mail-open:before {
  content: "\e63a"
}

.pe-7s-mail-open-file:before {
  content: "\e63b"
}

.pe-7s-magnet:before {
  content: "\e63c"
}

.pe-7s-loop:before {
  content: "\e63d"
}

.pe-7s-look:before {
  content: "\e63e"
}

.pe-7s-lock:before {
  content: "\e63f"
}

.pe-7s-lintern:before {
  content: "\e640"
}

.pe-7s-link:before {
  content: "\e641"
}

.pe-7s-like:before {
  content: "\e642"
}

.pe-7s-light:before {
  content: "\e643"
}

.pe-7s-less:before {
  content: "\e644"
}

.pe-7s-keypad:before {
  content: "\e645"
}

.pe-7s-junk:before {
  content: "\e646"
}

.pe-7s-info:before {
  content: "\e647"
}

.pe-7s-home:before {
  content: "\e648"
}

.pe-7s-help2:before {
  content: "\e649"
}

.pe-7s-help1:before {
  content: "\e64a"
}

.pe-7s-graph3:before {
  content: "\e64b"
}

.pe-7s-graph2:before {
  content: "\e64c"
}

.pe-7s-graph1:before {
  content: "\e64d"
}

.pe-7s-graph:before {
  content: "\e64e"
}

.pe-7s-global:before {
  content: "\e64f"
}

.pe-7s-gleam:before {
  content: "\e650"
}

.pe-7s-glasses:before {
  content: "\e651"
}

.pe-7s-gift:before {
  content: "\e652"
}

.pe-7s-folder:before {
  content: "\e653"
}

.pe-7s-flag:before {
  content: "\e654"
}

.pe-7s-filter:before {
  content: "\e655"
}

.pe-7s-file:before {
  content: "\e656"
}

.pe-7s-expand1:before {
  content: "\e657"
}

.pe-7s-exapnd2:before {
  content: "\e658"
}

.pe-7s-edit:before {
  content: "\e659"
}

.pe-7s-drop:before {
  content: "\e65a"
}

.pe-7s-drawer:before {
  content: "\e65b"
}

.pe-7s-download:before {
  content: "\e65c"
}

.pe-7s-display2:before {
  content: "\e65d"
}

.pe-7s-display1:before {
  content: "\e65e"
}

.pe-7s-diskette:before {
  content: "\e65f"
}

.pe-7s-date:before {
  content: "\e660"
}

.pe-7s-cup:before {
  content: "\e661"
}

.pe-7s-culture:before {
  content: "\e662"
}

.pe-7s-crop:before {
  content: "\e663"
}

.pe-7s-credit:before {
  content: "\e664"
}

.pe-7s-copy-file:before {
  content: "\e665"
}

.pe-7s-config:before {
  content: "\e666"
}

.pe-7s-compass:before {
  content: "\e667"
}

.pe-7s-comment:before {
  content: "\e668"
}

.pe-7s-coffee:before {
  content: "\e669"
}

.pe-7s-cloud:before {
  content: "\e66a"
}

.pe-7s-clock:before {
  content: "\e66b"
}

.pe-7s-check:before {
  content: "\e66c"
}

.pe-7s-chat:before {
  content: "\e66d"
}

.pe-7s-cart:before {
  content: "\e66e"
}

.pe-7s-camera:before {
  content: "\e66f"
}

.pe-7s-call:before {
  content: "\e670"
}

.pe-7s-calculator:before {
  content: "\e671"
}

.pe-7s-browser:before {
  content: "\e672"
}

.pe-7s-box2:before {
  content: "\e673"
}

.pe-7s-box1:before {
  content: "\e674"
}

.pe-7s-bookmarks:before {
  content: "\e675"
}

.pe-7s-bicycle:before {
  content: "\e676"
}

.pe-7s-bell:before {
  content: "\e677"
}

.pe-7s-battery:before {
  content: "\e678"
}

.pe-7s-ball:before {
  content: "\e679"
}

.pe-7s-back:before {
  content: "\e67a"
}

.pe-7s-attention:before {
  content: "\e67b"
}

.pe-7s-anchor:before {
  content: "\e67c"
}

.pe-7s-albums:before {
  content: "\e67d"
}

.pe-7s-alarm:before {
  content: "\e67e"
}

.pe-7s-airplay:before {
  content: "\e67f"
}


/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
@font-face {
  font-display: swap;
  font-family: 'simple-line-icons';
  src: url(./../../themes/jevelin/fonts/Simple-Line-Icons.eot?ver=2.4.0);
  src: url('./../../themes/jevelin/fonts/Simple-Line-Icons.eot?ver=2.4.0#iefix') format('embedded-opentype'), url(./../../themes/jevelin/fonts/Simple-Line-Icons.woff2?ver=2.4.0) format('woff2'), url(./../../themes/jevelin/fonts/Simple-Line-Icons.ttf?ver=2.4.0) format('truetype'), url(./../../themes/jevelin/fonts/Simple-Line-Icons.woff?ver=2.4.0) format('woff'), url('./../../themes/jevelin/fonts/Simple-Line-Icons.svg?ver=2.4.0#simple-line-icons') format('svg');
  font-weight: 400;
  font-style: normal
}

.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
  content: "\e005"
}

.icon-people:before {
  content: "\e001"
}

.icon-user-female:before {
  content: "\e000"
}

.icon-user-follow:before {
  content: "\e002"
}

.icon-user-following:before {
  content: "\e003"
}

.icon-user-unfollow:before {
  content: "\e004"
}

.icon-login:before {
  content: "\e066"
}

.icon-logout:before {
  content: "\e065"
}

.icon-emotsmile:before {
  content: "\e021"
}

.icon-phone:before {
  content: "\e600"
}

.icon-call-end:before {
  content: "\e048"
}

.icon-call-in:before {
  content: "\e047"
}

.icon-call-out:before {
  content: "\e046"
}

.icon-map:before {
  content: "\e033"
}

.icon-location-pin:before {
  content: "\e096"
}

.icon-direction:before {
  content: "\e042"
}

.icon-directions:before {
  content: "\e041"
}

.icon-compass:before {
  content: "\e045"
}

.icon-layers:before {
  content: "\e034"
}

.icon-menu:before {
  content: "\e601"
}

.icon-list:before {
  content: "\e067"
}

.icon-options-vertical:before {
  content: "\e602"
}

.icon-options:before {
  content: "\e603"
}

.icon-arrow-down:before {
  content: "\e604"
}

.icon-arrow-left:before {
  content: "\e605"
}

.icon-arrow-right:before {
  content: "\e606"
}

.icon-arrow-up:before {
  content: "\e607"
}

.icon-arrow-up-circle:before {
  content: "\e078"
}

.icon-arrow-left-circle:before {
  content: "\e07a"
}

.icon-arrow-right-circle:before {
  content: "\e079"
}

.icon-arrow-down-circle:before {
  content: "\e07b"
}

.icon-check:before {
  content: "\e080"
}

.icon-clock:before {
  content: "\e081"
}

.icon-plus:before {
  content: "\e095"
}

.icon-minus:before {
  content: "\e615"
}

.icon-close:before {
  content: "\e082"
}

.icon-event:before {
  content: "\e619"
}

.icon-exclamation:before {
  content: "\e617"
}

.icon-organization:before {
  content: "\e616"
}

.icon-trophy:before {
  content: "\e006"
}

.icon-screen-smartphone:before {
  content: "\e010"
}

.icon-screen-desktop:before {
  content: "\e011"
}

.icon-plane:before {
  content: "\e012"
}

.icon-notebook:before {
  content: "\e013"
}

.icon-mustache:before {
  content: "\e014"
}

.icon-mouse:before {
  content: "\e015"
}

.icon-magnet:before {
  content: "\e016"
}

.icon-energy:before {
  content: "\e020"
}

.icon-disc:before {
  content: "\e022"
}

.icon-cursor:before {
  content: "\e06e"
}

.icon-cursor-move:before {
  content: "\e023"
}

.icon-crop:before {
  content: "\e024"
}

.icon-chemistry:before {
  content: "\e026"
}

.icon-speedometer:before {
  content: "\e007"
}

.icon-shield:before {
  content: "\e00e"
}

.icon-screen-tablet:before {
  content: "\e00f"
}

.icon-magic-wand:before {
  content: "\e017"
}

.icon-hourglass:before {
  content: "\e018"
}

.icon-graduation:before {
  content: "\e019"
}

.icon-ghost:before {
  content: "\e01a"
}

.icon-game-controller:before {
  content: "\e01b"
}

.icon-fire:before {
  content: "\e01c"
}

.icon-eyeglass:before {
  content: "\e01d"
}

.icon-envelope-open:before {
  content: "\e01e"
}

.icon-envelope-letter:before {
  content: "\e01f"
}

.icon-bell:before {
  content: "\e027"
}

.icon-badge:before {
  content: "\e028"
}

.icon-anchor:before {
  content: "\e029"
}

.icon-wallet:before {
  content: "\e02a"
}

.icon-vector:before {
  content: "\e02b"
}

.icon-speech:before {
  content: "\e02c"
}

.icon-puzzle:before {
  content: "\e02d"
}

.icon-printer:before {
  content: "\e02e"
}

.icon-present:before {
  content: "\e02f"
}

.icon-playlist:before {
  content: "\e030"
}

.icon-pin:before {
  content: "\e031"
}

.icon-picture:before {
  content: "\e032"
}

.icon-handbag:before {
  content: "\e035"
}

.icon-globe-alt:before {
  content: "\e036"
}

.icon-globe:before {
  content: "\e037"
}

.icon-folder-alt:before {
  content: "\e039"
}

.icon-folder:before {
  content: "\e089"
}

.icon-film:before {
  content: "\e03a"
}

.icon-feed:before {
  content: "\e03b"
}

.icon-drop:before {
  content: "\e03e"
}

.icon-drawer:before {
  content: "\e03f"
}

.icon-docs:before {
  content: "\e040"
}

.icon-doc:before {
  content: "\e085"
}

.icon-diamond:before {
  content: "\e043"
}

.icon-cup:before {
  content: "\e044"
}

.icon-calculator:before {
  content: "\e049"
}

.icon-bubbles:before {
  content: "\e04a"
}

.icon-briefcase:before {
  content: "\e04b"
}

.icon-book-open:before {
  content: "\e04c"
}

.icon-basket-loaded:before {
  content: "\e04d"
}

.icon-basket:before {
  content: "\e04e"
}

.icon-bag:before {
  content: "\e04f"
}

.icon-action-undo:before {
  content: "\e050"
}

.icon-action-redo:before {
  content: "\e051"
}

.icon-wrench:before {
  content: "\e052"
}

.icon-umbrella:before {
  content: "\e053"
}

.icon-trash:before {
  content: "\e054"
}

.icon-tag:before {
  content: "\e055"
}

.icon-support:before {
  content: "\e056"
}

.icon-frame:before {
  content: "\e038"
}

.icon-size-fullscreen:before {
  content: "\e057"
}

.icon-size-actual:before {
  content: "\e058"
}

.icon-shuffle:before {
  content: "\e059"
}

.icon-share-alt:before {
  content: "\e05a"
}

.icon-share:before {
  content: "\e05b"
}

.icon-rocket:before {
  content: "\e05c"
}

.icon-question:before {
  content: "\e05d"
}

.icon-pie-chart:before {
  content: "\e05e"
}

.icon-pencil:before {
  content: "\e05f"
}

.icon-note:before {
  content: "\e060"
}

.icon-loop:before {
  content: "\e064"
}

.icon-home:before {
  content: "\e069"
}

.icon-grid:before {
  content: "\e06a"
}

.icon-graph:before {
  content: "\e06b"
}

.icon-microphone:before {
  content: "\e063"
}

.icon-music-tone-alt:before {
  content: "\e061"
}

.icon-music-tone:before {
  content: "\e062"
}

.icon-earphones-alt:before {
  content: "\e03c"
}

.icon-earphones:before {
  content: "\e03d"
}

.icon-equalizer:before {
  content: "\e06c"
}

.icon-like:before {
  content: "\e068"
}

.icon-dislike:before {
  content: "\e06d"
}

.icon-control-start:before {
  content: "\e06f"
}

.icon-control-rewind:before {
  content: "\e070"
}

.icon-control-play:before {
  content: "\e071"
}

.icon-control-pause:before {
  content: "\e072"
}

.icon-control-forward:before {
  content: "\e073"
}

.icon-control-end:before {
  content: "\e074"
}

.icon-volume-1:before {
  content: "\e09f"
}

.icon-volume-2:before {
  content: "\e0a0"
}

.icon-volume-off:before {
  content: "\e0a1"
}

.icon-calendar:before {
  content: "\e075"
}

.icon-bulb:before {
  content: "\e076"
}

.icon-chart:before {
  content: "\e077"
}

.icon-ban:before {
  content: "\e07c"
}

.icon-bubble:before {
  content: "\e07d"
}

.icon-camrecorder:before {
  content: "\e07e"
}

.icon-camera:before {
  content: "\e07f"
}

.icon-cloud-download:before {
  content: "\e083"
}

.icon-cloud-upload:before {
  content: "\e084"
}

.icon-envelope:before {
  content: "\e086"
}

.icon-eye:before {
  content: "\e087"
}

.icon-flag:before {
  content: "\e088"
}

.icon-heart:before {
  content: "\e08a"
}

.icon-info:before {
  content: "\e08b"
}

.icon-key:before {
  content: "\e08c"
}

.icon-link:before {
  content: "\e08d"
}

.icon-lock:before {
  content: "\e08e"
}

.icon-lock-open:before {
  content: "\e08f"
}

.icon-magnifier:before {
  content: "\e090"
}

.icon-magnifier-add:before {
  content: "\e091"
}

.icon-magnifier-remove:before {
  content: "\e092"
}

.icon-paper-clip:before {
  content: "\e093"
}

.icon-paper-plane:before {
  content: "\e094"
}

.icon-power:before {
  content: "\e097"
}

.icon-refresh:before {
  content: "\e098"
}

.icon-reload:before {
  content: "\e099"
}

.icon-settings:before {
  content: "\e09a"
}

.icon-star:before {
  content: "\e09b"
}

.icon-symbol-female:before {
  content: "\e09c"
}

.icon-symbol-male:before {
  content: "\e09d"
}

.icon-target:before {
  content: "\e09e"
}

.icon-credit-card:before {
  content: "\e025"
}

.icon-paypal:before {
  content: "\e608"
}

.icon-social-tumblr:before {
  content: "\e00a"
}

.icon-social-twitter:before {
  content: "\e009"
}

.icon-social-facebook:before {
  content: "\e00b"
}

.icon-social-instagram:before {
  content: "\e609"
}

.icon-social-linkedin:before {
  content: "\e60a"
}

.icon-social-pinterest:before {
  content: "\e60b"
}

.icon-social-github:before {
  content: "\e60c"
}

.icon-social-google:before {
  content: "\e60d"
}

.icon-social-reddit:before {
  content: "\e60e"
}

.icon-social-skype:before {
  content: "\e60f"
}

.icon-social-dribbble:before {
  content: "\e00d"
}

.icon-social-behance:before {
  content: "\e610"
}

.icon-social-foursqare:before {
  content: "\e611"
}

.icon-social-soundcloud:before {
  content: "\e612"
}

.icon-social-spotify:before {
  content: "\e613"
}

.icon-social-stumbleupon:before {
  content: "\e614"
}

.icon-social-youtube:before {
  content: "\e008"
}

.icon-social-dropbox:before {
  content: "\e00c"
}

.icon-social-vkontakte:before {
  content: "\e618"
}

.icon-social-steam:before {
  content: "\e620"
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[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
}


//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(./_CSSMIN_PTK_1_/index.html);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}
.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0
}

.SumoSelect p {
  margin: 0
}

.SumoSelect {
  width: 200px
}

.SelectBox {
  padding: 5px 8px
}

.sumoStopScroll {
  overflow: hidden
}

.SumoSelect .hidden {
  display: none
}

.SumoSelect .search-txt {
  display: none;
  outline: 0
}

.SumoSelect .no-match {
  display: none;
  padding: 6px
}

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
  visibility: hidden
}

.SelectClass,
.SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}

.SelectClass {
  z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0
}

.SumoSelect>.CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
  color: #ccc;
  font-style: italic
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url(./_CSSMIN_PTK_2_/index.html);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8
}

.SumoSelect>.optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
  border-radius: 3px;
  overflow: hidden
}

.SumoSelect.open>.optWrapper {
  top: 35px;
  display: block
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto
}

.SumoSelect>.optWrapper>.options {
  border-radius: 2px;
  position: relative;
  max-height: 250px
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
  border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
  border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
  border-radius: 0
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
  border-radius: 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
  border-radius: 0
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #E4E4E4
}

.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
  background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
  display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
  background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .13);
  border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(./_CSSMIN_PTK_3_/index.html);
  background-repeat: no-repeat;
  background-position: center center
}

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  box-shadow: none
}

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
  cursor: pointer
}

.SumoSelect .select-all.partial>span i {
  background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline
}


/* Better Font Rendering =========== */
@font-face {
  font-display: swap;
  font-family: 'themify';
  src: url(./../../themes/jevelin/fonts/themify.eot);
  src: url(./../../themes/jevelin/fonts/themify.eot) format('embedded-opentype'), url(./../../themes/jevelin/fonts/themify.woff) format('woff'), url(./../../themes/jevelin/fonts/themify.ttf) format('truetype'), url(./../../themes/jevelin/fonts/themify.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

[class^=ti-],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
  content: "\e600"
}

.ti-volume:before {
  content: "\e601"
}

.ti-user:before {
  content: "\e602"
}

.ti-unlock:before {
  content: "\e603"
}

.ti-unlink:before {
  content: "\e604"
}

.ti-trash:before {
  content: "\e605"
}

.ti-thought:before {
  content: "\e606"
}

.ti-target:before {
  content: "\e607"
}

.ti-tag:before {
  content: "\e608"
}

.ti-tablet:before {
  content: "\e609"
}

.ti-star:before {
  content: "\e60a"
}

.ti-spray:before {
  content: "\e60b"
}

.ti-signal:before {
  content: "\e60c"
}

.ti-shopping-cart:before {
  content: "\e60d"
}

.ti-shopping-cart-full:before {
  content: "\e60e"
}

.ti-settings:before {
  content: "\e60f"
}

.ti-search:before {
  content: "\e610"
}

.ti-zoom-in:before {
  content: "\e611"
}

.ti-zoom-out:before {
  content: "\e612"
}

.ti-cut:before {
  content: "\e613"
}

.ti-ruler:before {
  content: "\e614"
}

.ti-ruler-pencil:before {
  content: "\e615"
}

.ti-ruler-alt:before {
  content: "\e616"
}

.ti-bookmark:before {
  content: "\e617"
}

.ti-bookmark-alt:before {
  content: "\e618"
}

.ti-reload:before {
  content: "\e619"
}

.ti-plus:before {
  content: "\e61a"
}

.ti-pin:before {
  content: "\e61b"
}

.ti-pencil:before {
  content: "\e61c"
}

.ti-pencil-alt:before {
  content: "\e61d"
}

.ti-paint-roller:before {
  content: "\e61e"
}

.ti-paint-bucket:before {
  content: "\e61f"
}

.ti-na:before {
  content: "\e620"
}

.ti-mobile:before {
  content: "\e621"
}

.ti-minus:before {
  content: "\e622"
}

.ti-medall:before {
  content: "\e623"
}

.ti-medall-alt:before {
  content: "\e624"
}

.ti-marker:before {
  content: "\e625"
}

.ti-marker-alt:before {
  content: "\e626"
}

.ti-arrow-up:before {
  content: "\e627"
}

.ti-arrow-right:before {
  content: "\e628"
}

.ti-arrow-left:before {
  content: "\e629"
}

.ti-arrow-down:before {
  content: "\e62a"
}

.ti-lock:before {
  content: "\e62b"
}

.ti-location-arrow:before {
  content: "\e62c"
}

.ti-link:before {
  content: "\e62d"
}

.ti-layout:before {
  content: "\e62e"
}

.ti-layers:before {
  content: "\e62f"
}

.ti-layers-alt:before {
  content: "\e630"
}

.ti-key:before {
  content: "\e631"
}

.ti-import:before {
  content: "\e632"
}

.ti-image:before {
  content: "\e633"
}

.ti-heart:before {
  content: "\e634"
}

.ti-heart-broken:before {
  content: "\e635"
}

.ti-hand-stop:before {
  content: "\e636"
}

.ti-hand-open:before {
  content: "\e637"
}

.ti-hand-drag:before {
  content: "\e638"
}

.ti-folder:before {
  content: "\e639"
}

.ti-flag:before {
  content: "\e63a"
}

.ti-flag-alt:before {
  content: "\e63b"
}

.ti-flag-alt-2:before {
  content: "\e63c"
}

.ti-eye:before {
  content: "\e63d"
}

.ti-export:before {
  content: "\e63e"
}

.ti-exchange-vertical:before {
  content: "\e63f"
}

.ti-desktop:before {
  content: "\e640"
}

.ti-cup:before {
  content: "\e641"
}

.ti-crown:before {
  content: "\e642"
}

.ti-comments:before {
  content: "\e643"
}

.ti-comment:before {
  content: "\e644"
}

.ti-comment-alt:before {
  content: "\e645"
}

.ti-close:before {
  content: "\e646"
}

.ti-clip:before {
  content: "\e647"
}

.ti-angle-up:before {
  content: "\e648"
}

.ti-angle-right:before {
  content: "\e649"
}

.ti-angle-left:before {
  content: "\e64a"
}

.ti-angle-down:before {
  content: "\e64b"
}

.ti-check:before {
  content: "\e64c"
}

.ti-check-box:before {
  content: "\e64d"
}

.ti-camera:before {
  content: "\e64e"
}

.ti-announcement:before {
  content: "\e64f"
}

.ti-brush:before {
  content: "\e650"
}

.ti-briefcase:before {
  content: "\e651"
}

.ti-bolt:before {
  content: "\e652"
}

.ti-bolt-alt:before {
  content: "\e653"
}

.ti-blackboard:before {
  content: "\e654"
}

.ti-bag:before {
  content: "\e655"
}

.ti-move:before {
  content: "\e656"
}

.ti-arrows-vertical:before {
  content: "\e657"
}

.ti-arrows-horizontal:before {
  content: "\e658"
}

.ti-fullscreen:before {
  content: "\e659"
}

.ti-arrow-top-right:before {
  content: "\e65a"
}

.ti-arrow-top-left:before {
  content: "\e65b"
}

.ti-arrow-circle-up:before {
  content: "\e65c"
}

.ti-arrow-circle-right:before {
  content: "\e65d"
}

.ti-arrow-circle-left:before {
  content: "\e65e"
}

.ti-arrow-circle-down:before {
  content: "\e65f"
}

.ti-angle-double-up:before {
  content: "\e660"
}

.ti-angle-double-right:before {
  content: "\e661"
}

.ti-angle-double-left:before {
  content: "\e662"
}

.ti-angle-double-down:before {
  content: "\e663"
}

.ti-zip:before {
  content: "\e664"
}

.ti-world:before {
  content: "\e665"
}

.ti-wheelchair:before {
  content: "\e666"
}

.ti-view-list:before {
  content: "\e667"
}

.ti-view-list-alt:before {
  content: "\e668"
}

.ti-view-grid:before {
  content: "\e669"
}

.ti-uppercase:before {
  content: "\e66a"
}

.ti-upload:before {
  content: "\e66b"
}

.ti-underline:before {
  content: "\e66c"
}

.ti-truck:before {
  content: "\e66d"
}

.ti-timer:before {
  content: "\e66e"
}

.ti-ticket:before {
  content: "\e66f"
}

.ti-thumb-up:before {
  content: "\e670"
}

.ti-thumb-down:before {
  content: "\e671"
}

.ti-text:before {
  content: "\e672"
}

.ti-stats-up:before {
  content: "\e673"
}

.ti-stats-down:before {
  content: "\e674"
}

.ti-split-v:before {
  content: "\e675"
}

.ti-split-h:before {
  content: "\e676"
}

.ti-smallcap:before {
  content: "\e677"
}

.ti-shine:before {
  content: "\e678"
}

.ti-shift-right:before {
  content: "\e679"
}

.ti-shift-left:before {
  content: "\e67a"
}

.ti-shield:before {
  content: "\e67b"
}

.ti-notepad:before {
  content: "\e67c"
}

.ti-server:before {
  content: "\e67d"
}

.ti-quote-right:before {
  content: "\e67e"
}

.ti-quote-left:before {
  content: "\e67f"
}

.ti-pulse:before {
  content: "\e680"
}

.ti-printer:before {
  content: "\e681"
}

.ti-power-off:before {
  content: "\e682"
}

.ti-plug:before {
  content: "\e683"
}

.ti-pie-chart:before {
  content: "\e684"
}

.ti-paragraph:before {
  content: "\e685"
}

.ti-panel:before {
  content: "\e686"
}

.ti-package:before {
  content: "\e687"
}

.ti-music:before {
  content: "\e688"
}

.ti-music-alt:before {
  content: "\e689"
}

.ti-mouse:before {
  content: "\e68a"
}

.ti-mouse-alt:before {
  content: "\e68b"
}

.ti-money:before {
  content: "\e68c"
}

.ti-microphone:before {
  content: "\e68d"
}

.ti-menu:before {
  content: "\e68e"
}

.ti-menu-alt:before {
  content: "\e68f"
}

.ti-map:before {
  content: "\e690"
}

.ti-map-alt:before {
  content: "\e691"
}

.ti-loop:before {
  content: "\e692"
}

.ti-location-pin:before {
  content: "\e693"
}

.ti-list:before {
  content: "\e694"
}

.ti-light-bulb:before {
  content: "\e695"
}

.ti-Italic:before {
  content: "\e696"
}

.ti-info:before {
  content: "\e697"
}

.ti-infinite:before {
  content: "\e698"
}

.ti-id-badge:before {
  content: "\e699"
}

.ti-hummer:before {
  content: "\e69a"
}

.ti-home:before {
  content: "\e69b"
}

.ti-help:before {
  content: "\e69c"
}

.ti-headphone:before {
  content: "\e69d"
}

.ti-harddrives:before {
  content: "\e69e"
}

.ti-harddrive:before {
  content: "\e69f"
}

.ti-gift:before {
  content: "\e6a0"
}

.ti-game:before {
  content: "\e6a1"
}

.ti-filter:before {
  content: "\e6a2"
}

.ti-files:before {
  content: "\e6a3"
}

.ti-file:before {
  content: "\e6a4"
}

.ti-eraser:before {
  content: "\e6a5"
}

.ti-envelope:before {
  content: "\e6a6"
}

.ti-download:before {
  content: "\e6a7"
}

.ti-direction:before {
  content: "\e6a8"
}

.ti-direction-alt:before {
  content: "\e6a9"
}

.ti-dashboard:before {
  content: "\e6aa"
}

.ti-control-stop:before {
  content: "\e6ab"
}

.ti-control-shuffle:before {
  content: "\e6ac"
}

.ti-control-play:before {
  content: "\e6ad"
}

.ti-control-pause:before {
  content: "\e6ae"
}

.ti-control-forward:before {
  content: "\e6af"
}

.ti-control-backward:before {
  content: "\e6b0"
}

.ti-cloud:before {
  content: "\e6b1"
}

.ti-cloud-up:before {
  content: "\e6b2"
}

.ti-cloud-down:before {
  content: "\e6b3"
}

.ti-clipboard:before {
  content: "\e6b4"
}

.ti-car:before {
  content: "\e6b5"
}

.ti-calendar:before {
  content: "\e6b6"
}

.ti-book:before {
  content: "\e6b7"
}

.ti-bell:before {
  content: "\e6b8"
}

.ti-basketball:before {
  content: "\e6b9"
}

.ti-bar-chart:before {
  content: "\e6ba"
}

.ti-bar-chart-alt:before {
  content: "\e6bb"
}

.ti-back-right:before {
  content: "\e6bc"
}

.ti-back-left:before {
  content: "\e6bd"
}

.ti-arrows-corner:before {
  content: "\e6be"
}

.ti-archive:before {
  content: "\e6bf"
}

.ti-anchor:before {
  content: "\e6c0"
}

.ti-align-right:before {
  content: "\e6c1"
}

.ti-align-left:before {
  content: "\e6c2"
}

.ti-align-justify:before {
  content: "\e6c3"
}

.ti-align-center:before {
  content: "\e6c4"
}

.ti-alert:before {
  content: "\e6c5"
}

.ti-alarm-clock:before {
  content: "\e6c6"
}

.ti-agenda:before {
  content: "\e6c7"
}

.ti-write:before {
  content: "\e6c8"
}

.ti-window:before {
  content: "\e6c9"
}

.ti-widgetized:before {
  content: "\e6ca"
}

.ti-widget:before {
  content: "\e6cb"
}

.ti-widget-alt:before {
  content: "\e6cc"
}

.ti-wallet:before {
  content: "\e6cd"
}

.ti-video-clapper:before {
  content: "\e6ce"
}

.ti-video-camera:before {
  content: "\e6cf"
}

.ti-vector:before {
  content: "\e6d0"
}

.ti-themify-logo:before {
  content: "\e6d1"
}

.ti-themify-favicon:before {
  content: "\e6d2"
}

.ti-themify-favicon-alt:before {
  content: "\e6d3"
}

.ti-support:before {
  content: "\e6d4"
}

.ti-stamp:before {
  content: "\e6d5"
}

.ti-split-v-alt:before {
  content: "\e6d6"
}

.ti-slice:before {
  content: "\e6d7"
}

.ti-shortcode:before {
  content: "\e6d8"
}

.ti-shift-right-alt:before {
  content: "\e6d9"
}

.ti-shift-left-alt:before {
  content: "\e6da"
}

.ti-ruler-alt-2:before {
  content: "\e6db"
}

.ti-receipt:before {
  content: "\e6dc"
}

.ti-pin2:before {
  content: "\e6dd"
}

.ti-pin-alt:before {
  content: "\e6de"
}

.ti-pencil-alt2:before {
  content: "\e6df"
}

.ti-palette:before {
  content: "\e6e0"
}

.ti-more:before {
  content: "\e6e1"
}

.ti-more-alt:before {
  content: "\e6e2"
}

.ti-microphone-alt:before {
  content: "\e6e3"
}

.ti-magnet:before {
  content: "\e6e4"
}

.ti-line-double:before {
  content: "\e6e5"
}

.ti-line-dotted:before {
  content: "\e6e6"
}

.ti-line-dashed:before {
  content: "\e6e7"
}

.ti-layout-width-full:before {
  content: "\e6e8"
}

.ti-layout-width-default:before {
  content: "\e6e9"
}

.ti-layout-width-default-alt:before {
  content: "\e6ea"
}

.ti-layout-tab:before {
  content: "\e6eb"
}

.ti-layout-tab-window:before {
  content: "\e6ec"
}

.ti-layout-tab-v:before {
  content: "\e6ed"
}

.ti-layout-tab-min:before {
  content: "\e6ee"
}

.ti-layout-slider:before {
  content: "\e6ef"
}

.ti-layout-slider-alt:before {
  content: "\e6f0"
}

.ti-layout-sidebar-right:before {
  content: "\e6f1"
}

.ti-layout-sidebar-none:before {
  content: "\e6f2"
}

.ti-layout-sidebar-left:before {
  content: "\e6f3"
}

.ti-layout-placeholder:before {
  content: "\e6f4"
}

.ti-layout-menu:before {
  content: "\e6f5"
}

.ti-layout-menu-v:before {
  content: "\e6f6"
}

.ti-layout-menu-separated:before {
  content: "\e6f7"
}

.ti-layout-menu-full:before {
  content: "\e6f8"
}

.ti-layout-media-right-alt:before {
  content: "\e6f9"
}

.ti-layout-media-right:before {
  content: "\e6fa"
}

.ti-layout-media-overlay:before {
  content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"
}

.ti-layout-media-left-alt:before {
  content: "\e6fe"
}

.ti-layout-media-left:before {
  content: "\e6ff"
}

.ti-layout-media-center-alt:before {
  content: "\e700"
}

.ti-layout-media-center:before {
  content: "\e701"
}

.ti-layout-list-thumb:before {
  content: "\e702"
}

.ti-layout-list-thumb-alt:before {
  content: "\e703"
}

.ti-layout-list-post:before {
  content: "\e704"
}

.ti-layout-list-large-image:before {
  content: "\e705"
}

.ti-layout-line-solid:before {
  content: "\e706"
}

.ti-layout-grid4:before {
  content: "\e707"
}

.ti-layout-grid3:before {
  content: "\e708"
}

.ti-layout-grid2:before {
  content: "\e709"
}

.ti-layout-grid2-thumb:before {
  content: "\e70a"
}

.ti-layout-cta-right:before {
  content: "\e70b"
}

.ti-layout-cta-left:before {
  content: "\e70c"
}

.ti-layout-cta-center:before {
  content: "\e70d"
}

.ti-layout-cta-btn-right:before {
  content: "\e70e"
}

.ti-layout-cta-btn-left:before {
  content: "\e70f"
}

.ti-layout-column4:before {
  content: "\e710"
}

.ti-layout-column3:before {
  content: "\e711"
}

.ti-layout-column2:before {
  content: "\e712"
}

.ti-layout-accordion-separated:before {
  content: "\e713"
}

.ti-layout-accordion-merged:before {
  content: "\e714"
}

.ti-layout-accordion-list:before {
  content: "\e715"
}

.ti-ink-pen:before {
  content: "\e716"
}

.ti-info-alt:before {
  content: "\e717"
}

.ti-help-alt:before {
  content: "\e718"
}

.ti-headphone-alt:before {
  content: "\e719"
}

.ti-hand-point-up:before {
  content: "\e71a"
}

.ti-hand-point-right:before {
  content: "\e71b"
}

.ti-hand-point-left:before {
  content: "\e71c"
}

.ti-hand-point-down:before {
  content: "\e71d"
}

.ti-gallery:before {
  content: "\e71e"
}

.ti-face-smile:before {
  content: "\e71f"
}

.ti-face-sad:before {
  content: "\e720"
}

.ti-credit-card:before {
  content: "\e721"
}

.ti-control-skip-forward:before {
  content: "\e722"
}

.ti-control-skip-backward:before {
  content: "\e723"
}

.ti-control-record:before {
  content: "\e724"
}

.ti-control-eject:before {
  content: "\e725"
}

.ti-comments-smiley:before {
  content: "\e726"
}

.ti-brush-alt:before {
  content: "\e727"
}

.ti-youtube:before {
  content: "\e728"
}

.ti-vimeo:before {
  content: "\e729"
}

.ti-twitter:before {
  content: "\e72a"
}

.ti-time:before {
  content: "\e72b"
}

.ti-tumblr:before {
  content: "\e72c"
}

.ti-skype:before {
  content: "\e72d"
}

.ti-share:before {
  content: "\e72e"
}

.ti-share-alt:before {
  content: "\e72f"
}

.ti-rocket:before {
  content: "\e730"
}

.ti-pinterest:before {
  content: "\e731"
}

.ti-new-window:before {
  content: "\e732"
}

.ti-microsoft:before {
  content: "\e733"
}

.ti-list-ol:before {
  content: "\e734"
}

.ti-linkedin:before {
  content: "\e735"
}

.ti-layout-sidebar-2:before {
  content: "\e736"
}

.ti-layout-grid4-alt:before {
  content: "\e737"
}

.ti-layout-grid3-alt:before {
  content: "\e738"
}

.ti-layout-grid2-alt:before {
  content: "\e739"
}

.ti-layout-column4-alt:before {
  content: "\e73a"
}

.ti-layout-column3-alt:before {
  content: "\e73b"
}

.ti-layout-column2-alt:before {
  content: "\e73c"
}

.ti-instagram:before {
  content: "\e73d"
}

.ti-google:before {
  content: "\e73e"
}

.ti-github:before {
  content: "\e73f"
}

.ti-flickr:before {
  content: "\e740"
}

.ti-facebook:before {
  content: "\e741"
}

.ti-dropbox:before {
  content: "\e742"
}

.ti-dribbble:before {
  content: "\e743"
}

.ti-apple:before {
  content: "\e744"
}

.ti-android:before {
  content: "\e745"
}

.ti-save:before {
  content: "\e746"
}

.ti-save-alt:before {
  content: "\e747"
}

.ti-yahoo:before {
  content: "\e748"
}

.ti-wordpress:before {
  content: "\e749"
}

.ti-vimeo-alt:before {
  content: "\e74a"
}

.ti-twitter-alt:before {
  content: "\e74b"
}

.ti-tumblr-alt:before {
  content: "\e74c"
}

.ti-trello:before {
  content: "\e74d"
}

.ti-stack-overflow:before {
  content: "\e74e"
}

.ti-soundcloud:before {
  content: "\e74f"
}

.ti-sharethis:before {
  content: "\e750"
}

.ti-sharethis-alt:before {
  content: "\e751"
}

.ti-reddit:before {
  content: "\e752"
}

.ti-pinterest-alt:before {
  content: "\e753"
}

.ti-microsoft-alt:before {
  content: "\e754"
}

.ti-linux:before {
  content: "\e755"
}

.ti-jsfiddle:before {
  content: "\e756"
}

.ti-joomla:before {
  content: "\e757"
}

.ti-html5:before {
  content: "\e758"
}

.ti-flickr-alt:before {
  content: "\e759"
}

.ti-email:before {
  content: "\e75a"
}

.ti-drupal:before {
  content: "\e75b"
}

.ti-dropbox-alt:before {
  content: "\e75c"
}

.ti-css3:before {
  content: "\e75d"
}

.ti-rss:before {
  content: "\e75e"
}

.ti-rss-alt:before {
  content: "\e75f"
}

.sh-accordion {
  margin-bottom: 15px
}

.sh-accordion-title {
  font-weight: 400
}

.sh-accordion .panel {
  margin: 0 !important
}

.sh-accordion .panel {
  box-shadow: none;
  background-color: transparent
}

.sh-accordion .panel:first-child {
  padding-top: 0 !important
}

.sh-accordion .panel a {
  font-size: 14px
}

.sh-accordion .panel-default>.panel-heading {
  background-color: transparent
}

.sh-accordion .panel-title a {
  display: block;
  padding: 15px 20px
}

.sh-accordion .sh-accordion .panel-default>.panel-heading {
  background-color: transparent
}

.sh-accordion .panel-default,
.sh-accordion .panel,
.sh-accordion .panel-heading {
  border-radius: 0;
  padding: 0;
  border: none
}

.sh-accordion .panel .panel-collapse .panel-body {
  border-top-color: transparent;
  border-radius: 0;
  background-color: #fff
}

.sh-accordion .panel .panel-collapse .panel-body p:last-child {
  margin-bottom: 0
}

.sh-accordion .collapsed .open-icon,
.sh-accordion .close-icon {
  display: inline-block
}

.sh-accordion .collapsed .close-icon,
.sh-accordion .open-icon {
  display: none
}

.sh-accordion .sh-accordion-icon {
  display: inline-block
}

.sh-accordion .sh-accordion-icon-cell {
  padding-right: 20px
}

.sh-accordion .panel-body .sh-accordion-icon-cell {
  opacity: 0
}

.sh-accordion-content-cell {
  width: 100%
}

.sh-accordion .panel-title a,
.sh-accordion .panel-title a i {
  background-color: #f4f4f4;
  color: #505050
}

.sh-accordion .panel-title a.collapsed,
.sh-accordion .panel-title a.collapsed i {
  background-color: #e2b742;
  color: #fff
}

.sh-accordion-style1 .sh-accordion-item {
  padding-bottom: 10px
}

.sh-accordion-style1 .sh-accordion-item .panel-body {
  padding-top: 10px;
  padding-bottom: 10px
}

.sh-accordion-style2 .sh-accordion-item {
  padding-bottom: 5px
}

.sh-accordion-style2 .sh-accordion-item .panel-body {
  padding-top: 10px;
  padding-bottom: 15px
}

.sh-accordion-style3 .sh-accordion-item .panel-body {
  padding-top: 20px;
  padding-bottom: 20px
}

.sh-accordion-style3 .panel-title .sh-table {
  padding: 10px 0
}

.sh-accordion-style3-center .sh-accordion-item .sh-table {
  text-align: center
}

.sh-accordion-style3-center .sh-accordion-item .sh-table-cell {
  display: inline-block;
  width: auto
}

.sh-accordion-style4 .sh-accordion-item .panel-body {
  padding-top: 10px;
  padding-bottom: 10px
}

.sh-accordion-style5 .nav-tabs li {
  display: block;
  width: 100%
}

.sh-accordion-style5 .nav-tabs,
.sh-accordion-style5 .nav-tabs a {
  border-width: 0 !important;
  background-color: transparent !important
}

.sh-accordion-style5 .nav-tabs {
  border-right: 1px solid #f3f3f3 !important
}

.sh-accordion-style5 .nav-tabs li {
  text-align: right;
  position: relative
}

.sh-accordion-style5 .nav-tabs li:after {
  display: block;
  clear: both;
  content: "";
  background-color: transparent;
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  width: 7px;
  border-radius: 100px;
  opacity: 1;
  transition: .3s background-color ease-in-out
}

.sh-accordion-style5 .nav-tabs li.active:after {
  background-color: #f4d927
}

.sh-accordion-style5 .nav-tabs li.active a {
  color: #454545;
  font-size: 16px;
  transition: .3s color ease-in-out
}

.sh-accordion-style5 .nav-tabs li.active i {
  font-size: 24px
}

.sh-accordion-style5 .nav-tabs a {
  font-size: 13px;
  font-weight: 700;
  color: gray;
  line-height: 180%
}

.sh-accordion-style5 .nav-tabs i {
  padding-left: 12px;
  font-size: 18px;
  bottom: -2px;
  position: relative
}

.sh-accordion-style5 .tab-content {
  padding-left: 15px;
  padding-top: 36px
}

.sh-accordion-style5 .tab-content,
.sh-accordion-style5 .tab-content p {
  line-height: 195%
}

@media (max-width:991px) {
  .sh-accordion-style5 .nav-tabs {
    border-left: 1px solid #f3f3f3 !important;
    border-right-width: 0 !important
  }

  .sh-accordion-style5 .nav-tabs li {
    text-align: left
  }

  .sh-accordion-style5 .nav-tabs i {
    float: left;
    padding-left: 0;
    padding-right: 12px
  }

  .sh-accordion-style5 .nav-tabs li:after {
    left: -4px
  }

  .sh-accordion-style5 .tab-content {
    padding-left: 16px
  }
}

.sh-accordion-style6 .panel-title a {
  padding: 25px 20px;
  border-radius: 8px
}

.sh-accordion-style6 .sh-accordion-title {
  font-size: 16px;
  font-weight: 900
}

.sh-accordion-style6 a.collapsed .sh-accordion-title {
  font-weight: 400
}

.sh-accordion-style6 .sh-accordion-item .panel-body {
  padding-top: 15px;
  padding-bottom: 15px
}

.sh-accordion-style6 .fw-page-builder-content {
  font-size: 16px
}

.sh-accordion-style6 .fw-page-builder-content p {
  line-height: 150%
}

.sh-accordion-style6 .sh-accordion-item {
  padding-bottom: 1px !important
}

.sh-accordion-style7 .sh-accordion-item {
  position: relative;
  top: -1px
}

.sh-accordion-style7 .panel-title a {
  border-width: 1px;
  border-style: solid;
  padding: 20px 30px
}

.sh-accordion-style7 .sh-accordion-item {
  position: relative;
  margin-top: -1px !important
}

.sh-accordion-style7 .sh-accordion-item .panel-body {
  padding: 35px 35px 60px
}

@media (max-width:600px) {
  .sh-accordion-style7 .sh-accordion-item .panel-body {
    padding: 15px 0 30px
  }
}

.sh-alert {
  padding: 18px;
  position: relative;
  margin-bottom: 20px
}

.sh-alert-data {
  padding-right: 35px
}

.sh-alert-icon {
  display: inline-block;
  font-size: 24px;
  width: 26px;
  text-align: center;
  position: relative;
  bottom: -3px;
  padding-right: 20px
}

.sh-alert-data-icon {
  padding-right: 20px
}

.sh-alert-data .button.wc-forward {
  display: none
}

.sh-alert-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0
}

.sh-alert-text {
  margin-top: 5px
}

.sh-alert-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -3px;
  margin: 0 18px;
  cursor: pointer;
  font-size: 18px
}

.sh-alert-notice,
.sh-alert-notice .sh-alert-title,
.sh-alert-notice .sh-alert-title a {
  background-color: #f4f4f4;
  color: #8d8d8d
}

.sh-alert-success,
.sh-alert-success .sh-alert-title,
.sh-alert-success .sh-alert-title a {
  background-color: #dff4e5;
  color: #36bd5f
}

.sh-alert-warning,
.sh-alert-warning .sh-alert-title,
.sh-alert-warning .sh-alert-title a {
  background-color: #c0eaea;
  color: #39b5b5
}

.sh-alert-error,
.sh-alert-error .sh-alert-title,
.sh-alert-error .sh-alert-title a {
  background-color: #f5c3c3;
  color: #e64f4f
}

.sh-alert-center {
  text-align: center
}

.sh-alert-center .sh-alert-icon {
  margin-right: 10px;
  bottom: -3px;
  position: relative
}

.sh-alert-center .sh-alert-title {
  margin-top: -4px
}

.sh-alert-with-line {
  padding: 0 18px
}

.sh-alert-with-line .sh-alert-icon-container {
  position: relative;
  padding: 18px 0;
  padding-right: 18px
}

.sh-alert-with-line .sh-alert-title-container {
  width: 100%;
  padding: 18px 0;
  padding-left: 18px
}

.sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
  border-right: 1px solid #f7b3b3
}

.sh-alert-with-line.sh-alert-notice .sh-alert-icon-container {
  border-right: 1px solid #e5e5e5
}

.sh-recent-posts-columns5 article.post-item {
  width: 20%
}

.sh-recent-posts-columns4 article.post-item {
  width: 25%
}

.sh-recent-posts-columns2 article.post-item {
  width: 50%
}

@media (max-width:1450px) {
  .sh-recent-posts-columns5 article.post-item {
    width: 25%
  }
}

@media (max-width:1250px) {

  .sh-recent-posts-columns5 article.post-item,
  .sh-recent-posts-columns4 article.post-item {
    width: 33.3%
  }
}

.blog-style-largedate .post-item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  float: none;
  padding: 20px 0;
  margin-right: -4px
}

.blog-style-largedate h2 {
  margin-top: 0
}

.blog-style-largedate .post-meta-two a.post-meta-comments {
  display: none
}

.blog-style-largedate .post-title-format {
  font-style: italic
}

.blog-style-largedate .post-format-icon {
  color: #47c9e5;
  padding-right: 5px
}

.blog-style-largedate .post-custom-date {
  width: 80px;
  padding-right: 25px;
  position: relative
}

.blog-style-largedate .post-custom-date .post-comments {
  position: absolute;
  top: -3px;
  right: 25px;
  padding: 4px 7px;
  line-height: 1;
  background-color: #47c9e5;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  font-size: 13px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .12);
  cursor: default
}

.blog-style-largedate .post-custom-date .post-day {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  height: 70px;
  line-height: 70px;
  min-width: 70px;
  background-color: #f4f4f4;
  border-radius: 100px
}

.blog-style-largedate .post-custom-date .post-month {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px
}

@media (max-width:1000px) {
  .blog-style-largedate .post-item {
    width: 100%
  }
}

.blog-style-largeimage {
  position: relative;
  margin: 0 -15px
}

.blog-style-largeimage img {
  height: auto
}

.blog-style-largeimage .post-item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  float: none;
  padding: 30px 0 10px;
  margin-right: -4px;
  position: relative
}

.blog-style-largeimage h2 {
  margin-top: 0
}

.blog-style-largeimage .post-title-format {
  font-style: italic
}

.blog-style-largeimage .post-format-icon {
  color: #47c9e5;
  padding-right: 5px
}

.sh-button-container {
  margin: 10px auto
}

.sh-button {
  position: relative;
  display: inline-block;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateZ(0)
}

.sh-button-icon {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: -3px;
  bottom: -3px;
  margin-right: 10px
}

.sh-button-icon i {
  font-size: 130%
}

.sh-button-text {
  position: relative;
  font-weight: 700;
  position: relative;
  z-index: 10
}

.sh-button-icon i {
  font-size: 130%
}

.sh-button-xsmall .sh-button-icon {
  margin-right: 7px
}

.sh-button-xsmall .sh-button-text {
  bottom: -1px
}

.sh-button-tale-bottom {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e5e5e5
}

.sh-button-tale-top {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5
}

.sh-button-xsmall {
  padding: 8px 21px;
  font-size: 11px
}

.sh-button-small {
  padding: 10px 26px;
  font-size: 12px
}

.sh-button-medium {
  padding: 14px 31px;
  font-size: 13px
}

.sh-button-large {
  padding: 16px 36px;
  font-size: 14px
}

.sh-button-xlarge {
  padding: 16.5px 41px;
  font-size: 16px
}

.sh-button-xlarge-small {
  font-size: 13px;
  padding: 19px 41px
}

.sh-button-xsmall.sh-button-icon-right .sh-button-icon {
  bottom: -5px
}

.sh-button-icon-right .sh-button-icon {
  margin-left: 10px;
  margin-right: auto;
  bottom: -4px;
  float: right
}

.sh-button-icon-right.sh-button-xsmall {
  padding-left: 16px
}

.sh-button-icon-right.sh-button-small {
  padding-left: 20px
}

.sh-button-icon-right.sh-button-medium {
  padding-left: 27px
}

.sh-button-icon-right.sh-button-large {
  padding-left: 33px
}

.sh-button-icon-right.sh-button-xlarge {
  padding-left: 45px
}

.sh-button-icon-left.sh-button-xsmall {
  padding-right: 16px
}

.sh-button-icon-left.sh-button-small {
  padding-right: 20px
}

.sh-button-icon-left.sh-button-medium {
  padding-right: 27px
}

.sh-button-icon-left.sh-button-large {
  padding-right: 33px
}

.sh-button-icon-left.sh-button-xlarge {
  padding-right: 45px
}

.sh-button-style-2 .sh-button {
  overflow: hidden
}

.sh-button-style-2 .sh-button-icon-right:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 300%;
  background-color: rgba(255, 255, 255, .15);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px
}

.sh-button-style-2 .sh-button-icon-right:hover:after {
  width: 120%
}

.sh-button-style-2 .sh-button-icon-left:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 300%;
  background-color: rgba(255, 255, 255, .15);
  z-index: 1;
  left: -10%;
  top: 0;
  margin: -5px 0 0 -5px
}

.sh-button-style-2 .sh-button-icon-left:hover:after {
  width: 120%
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right) {
  position: relative
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 300%;
  background-color: rgba(255, 255, 255, .15);
  z-index: 1;
  right: -10%;
  top: 0;
  margin: -5px 0 0 -5px;
  transition: all .3s ease-in-out
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):hover:after {
  width: 120%
}

.sh-button-style-3 .sh-button {
  padding: 0
}

.sh-button-style-4 {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.sh-button-style-4 .sh-button {
  display: block
}

.sh-button-style-4 .sh-button-hidden {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #fff3f9;
  color: #c93a82;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateX(-25%)
}

.sh-button-style-4:hover .sh-button,
.sh-button-style-4:focus .sh-button {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.sh-button-style-4:hover .sh-button-hidden,
.sh-button-style-4:focus .sh-button-hidden {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}

.sh-button-style-5 .sh-button .sh-button-text {
  transition: .3s letter-spacing ease-in-out;
  letter-spacing: normal
}

.sh-button-style-5 .sh-button:hover .sh-button-text {
  letter-spacing: 2px
}

.sh-button-style-5 .sh-button-icon-right .sh-button-icon {
  bottom: -5px
}

.sh-column {
  background-size: cover;
  background-position: 50% 50%;
  padding: 0 15px;
  margin: 0;
  transition: all .3s ease-in-out !important
}

.sh-column-wrapper {
  z-index: 1;
  position: relative;
  transition: all .3s ease-in-out !important
}

.sh-column-wrapper>*:last-child {
  margin-bottom: 0
}

@media (max-width:800px) {
  .sh-column:not(:only-of-type):not(.sh-column-mobile-padding) .sh-column-wrapper>*:last-child {
    margin-bottom: 45px !important
  }

  .sh-section .fw-row:last-child .sh-column:not(.sh-column-mobile-padding):last-child .sh-column-wrapper>*:last-child {
    margin-bottom: 0 !important
  }

  .sh-section-mobile-alignment-center .sh-text-block,
  .sh-section-mobile-alignment-center .sh-text-block p,
  .sh-section-mobile-alignment-center .sh-text-group,
  .sh-section-mobile-alignment-center .sh-text-group p,
  .sh-section-mobile-alignment-center .sh-heading span,
  .sh-section-mobile-alignment-center .sh-heading-content,
  .sh-section-mobile-alignment-center .sh-button-container,
  .sh-section-mobile-alignment-center .sh-single-image {
    text-align: center !important
  }
}

.sh-text-block a {
  transition: .3s all ease-in-out
}

.text-group-layout2 .text-group-content h1:last-child,
.text-group-layout2 .text-group-content h2:last-child,
.text-group-layout2 .text-group-content h3:last-child,
.text-group-layout2 .text-group-content h4:last-child,
.text-group-layout2 .text-group-content h5:last-child,
.text-group-layout2 .text-group-content h6:last-child {
  margin-bottom: 0;
  line-height: 140% !important
}

.wrap-forms sup {
  font-size: 0px
}

.wrap-forms sup:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e080";
  font-size: 14px;
  padding-left: 5px
}

.wrap-forms input,
.wrap-forms select {
  height: 50px !important
}

.wrap-forms label {
  margin-bottom: 10px
}

.wrap-forms textarea {
  padding: 15px 20px
}

.contact-form input[type=submit] {
  background-color: #47c9e5;
  color: #fff;
  line-height: 55px;
  height: 55px;
  border-width: 0;
  padding: 0 35px;
  font-weight: 700
}

.contact-form .simpleselect {
  width: 100%
}

.fw-flash-messages>ul {
  padding: 30px;
  background-color: #f4f4f4;
  color: #8d8d8d;
  text-align: center;
  font-weight: 700
}

.fw-flash-messages>ul.fw-flash-type-success {
  background-color: #dff4e5;
  color: #36bd5f
}

.fw-flash-messages ul {
  list-style: none;
  margin-bottom: 0
}

.fw_form_fw_form .form-error {
  position: relative;
  margin-top: -10px;
  padding-bottom: 10px;
  color: #e54747 !important
}

.fw_form_fw_form>div {
  vertical-align: top
}

.fw-flash-type-error {
  list-style: none;
  color: #e54747;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 700
}

.fw-flash-type-success {
  list-style: none;
  color: #40c738;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 700
}

.fw-form-loading:after {
  content: "\f110";
  font-family: 'FontAwesome';
  height: 80px;
  width: 80px;
  display: table;
  font-size: 80px;
  line-height: 80px;
  margin: 50px auto 0;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #000
}

.cf7-required:after {
  color: #f3bc47;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e080";
  font-size: 14px;
  padding-left: 5px
}

.wpcf7-form p {
  font-weight: 700;
  font-size: 15px
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form span {
  font-weight: 400
}

.wpcf7-form-control-wrap {
  margin-top: 10px;
  margin-bottom: 20px !important;
  display: block
}

.wpcf7-form-control-wrap .simpleselect {
  width: 100%;
  font-weight: 400;
  font-size: 14px
}

.wpcf7-form select {
  height: 56px
}

.wpcf7-list-item-label {
  padding-right: 6px
}

.wpcf7-not-valid {
  border-color: #e64f4f !important
}

.wpcf7-not-valid-tip {
  display: none !important
}

.wpcf7-form .wpcf7-response-output {
  border-width: 0;
  text-align: center;
  background-color: #f4f4f4;
  color: #8d8d8d;
  padding: 20px;
  font-weight: 700
}

.wpcf7-form>p+.wpcf7-response-output {
  margin-bottom: 0
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #dff4e5;
  color: #36bd5f
}

.wpcf7-date::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none
}

.wpcf7-submit {
  position: relative;
  z-index: 10
}

.sh-cf7-body {
  width: 100%;
  position: relative
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper select {
  line-height: inherit !important;
  display: initial !important;
  width: auto !important
}

.gform_wrapper table th,
.gform_wrapper table td {
  padding: inherit !important
}

.sh-cf7-style1.round input,
.sh-cf7-style1.round textarea,
.sh-cf7-style1.round select,
.sh-cf7-style1.round .SumoSelect .SelectBox {
  border-radius: 26px;
  padding: 0 30px
}

.sh-cf7-style1.round input[type=file] {
  padding: 0;
  border-radius: 0
}

.sh-cf7-style1.round textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  max-height: 180px
}

.sh-cf7-style1 input::-webkit-input-placeholder,
.sh-cf7-style1 textarea::-webkit-input-placeholder,
.sh-cf7-style1 select::-webkit-input-placeholder {
  font-style: italic
}

.sh-cf7-style1 input:-moz-placeholder,
.sh-cf7-style1 textarea:-moz-placeholder,
.sh-cf7-style1 select:-moz-placeholder {
  font-style: italic
}

.sh-cf7-style1 input::-moz-placeholder,
.sh-cf7-style1 textarea::-moz-placeholder,
.sh-cf7-style1 select::-moz-placeholder {
  font-style: italic
}

.sh-cf7-style1 input:-ms-input-placeholder,
.sh-cf7-style1 textarea:-ms-input-placeholder,
.sh-cf7-style1 select:-ms-input-placeholder {
  font-style: italic
}

.sh-cf7-style2 form input:not(.wpcf7-submit),
.sh-cf7-style2 form textarea {
  border-radius: 100px;
  border: 2px solid #ededed !important;
  line-height: 64px !important;
  padding: 0 45px;
  transition: .7s all ease-in-out
}

.sh-cf7-style2 form .wpcf7-submit {
  border-radius: 100px;
  line-height: 64px !important;
  padding: 0 45px !important
}

.sh-cf7-style2 form .ajax-loader,
.sh-cf7-style3 form .ajax-loader {
  display: table;
  margin: 0 auto;
  position: relative;
  top: 10px
}

.sh-cf7 form .wpcf7-submit:hover,
.sh-cf7 form .wpcf7-submit:focus {
  background-position: center center
}

.sh-cf7-style2 form p input::-webkit-input-placeholder,
.sh-cf7-style3 form p input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-style: normal
}

.sh-cf7-style2 form p input:-moz-placeholder,
.sh-cf7-style3 form p input:-moz-placeholder {
  color: #a8a8a8;
  font-style: normal
}

.sh-cf7-style2 form p input::-moz-placeholder,
.sh-cf7-style3 form p input::-moz-placeholder {
  color: #a8a8a8;
  font-style: normal
}

.sh-cf7-style2 form p input:-ms-input-placeholder,
.sh-cf7-style3 form p input:-ms-input-placeholder {
  color: #a8a8a8;
  font-style: normal
}

.sh-cf7-style3 form p input:not(.wpcf7-submit),
.sh-cf7-style3 form p textarea {
  border-radius: 5px;
  line-height: 64px !important;
  padding: 0 45px;
  transition: .7s all ease-in-out
}

.sh-cf7-style3 form .wpcf7-submit {
  border-radius: 5px !important;
  line-height: 64px !important;
  padding: 0 45px !important
}

@media (max-width:1025px) {
  .sh-cf7-style3 form .wpcf7-submit {
    padding: 0 25px !important
  }
}

.sh-cf7-style3 form p input,
.sh-cf7-style3 form p textarea {
  width: 100% !important;
  text-align: center
}

.sh-cf7-style3 form p input:not(.wpcf7-submit):focus,
.sh-cf7-style3 form p textarea:focus {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, .2)
}

.sh-cf7-style4 form input:not(.wpcf7-submit),
.sh-cf7-style4 form select,
.sh-cf7-style4 .SumoSelect .SelectBox,
.sh-cf7-style4 form textarea {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-radius: 0;
  line-height: 62px !important;
  padding: 0 26px;
  font-size: 13px
}

.sh-cf7-style4 form input:not(.wpcf7-submit) {
  transition: .3s all ease-in-out
}

.sh-cf7-style4 form input:not(.wpcf7-submit):focus {
  border-bottom-color: red
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit {
  background: none !important;
  color: #646464;
  margin-top: 20px
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit:hover,
.sh-cf7-style4:not(.style6) form .wpcf7-submit:focus {
  background: none !important;
  opacity: .7
}

.sh-cf7-style4.style6 form .wpcf7-submit {
  background-image: none !important
}

.sh-cf7-style4.style6 form .wpcf7-submit:hover,
.sh-cf7-style4.style6 form .wpcf7-submit:focus {
  background-color: #3f3f3f !important
}

.sh-cf7-style4.style6 form .wpcf7-submit {
  margin-top: 20px
}

.sh-cf7-style5 form input:not(.wpcf7-submit),
.sh-cf7-style5 form select,
.sh-cf7-style5 .SumoSelect .SelectBox,
.sh-cf7-style5 form textarea {
  border-color: #363636 !important;
  border-radius: 0;
  line-height: 60px !important;
  padding: 0 26px;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 2px
}

.sh-cf7-style5 .SumoSelect>.optWrapper,
.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt {
  border-color: #363636 !important
}

.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt label {
  color: #363636 !important
}

.sh-cf7-style5 form textarea {
  line-height: 1.4 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-size: 13px;
  min-height: 210px
}

.sh-cf7-style5 label {
  display: block
}

.sh-cf7-style5 .wpcf7-form-control-wrap {
  margin-top: 0
}

.sh-cf7-style5 label .wpcf7-form-control-wrap.service {
  max-height: 62px
}

.sh-cf7-style5 form p input::-webkit-input-placeholder {
  color: #363636;
  font-style: normal
}

.sh-cf7-style5 form p input:-moz-placeholder {
  color: #363636;
  font-style: normal
}

.sh-cf7-style5 form p input::-moz-placeholder {
  color: #363636;
  font-style: normal
}

.sh-cf7-style5 form p input:-ms-input-placeholder {
  color: #363636;
  font-style: normal
}

.sh-cf7-style5 form .wpcf7-submit {
  margin: 0 auto;
  display: block;
  border-radius: 0 !important;
  border: 1px solid #363636;
  color: #363636;
  background-color: transparent !important;
  background-image: none !important;
  letter-spacing: 2px;
  padding: 5px 60px !important
}

@media (min-width:800px) {

  .sh-cf7-inline,
  .sh-cf7-layout-inline .sh-cf7-body {
    display: table
  }

  .sh-cf7-inline-full-width {
    width: 100%
  }

  .sh-cf7-inline-full-width .sh-cf7-body>*:first-child {
    width: 100%
  }

  .sh-cf7-layout-inline .ajax-loader {
    position: absolute;
    bottom: -30px;
    left: 0
  }

  .sh-cf7-inline>* {
    display: table-cell;
    padding: 0 10px
  }

  .sh-cf7-layout-inline form>p,
  .sh-cf7-layout-inline .sh-cf7-body>* {
    display: table-cell;
    vertical-align: middle
  }

  .sh-cf7-layout-inline form>p,
  .sh-cf7-layout-inline .sh-cf7-body>p,
  .sh-cf7-wpbakery .sh-cf7-inline .wpcf7-form-control-wrap {
    margin-bottom: 0 !important
  }

  body .sh-cf7-layout-inline .wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
    margin-top: 0
  }

  .sh-cf7-layout-inline label,
  .sh-cf7-layout-inline input,
  .sh-cf7-layout-inline textarea,
  .sh-cf7-layout-inline select {
    margin-bottom: 0 !important;
    margin-right: 0
  }

  .sh-cf7-layout-inline label {
    margin-right: 15px
  }

  .sh-cf7-inline-no-padding p {
    padding: 0 !important
  }
}

@media (max-width:800px) {
  .sh-cf7-layout-inline .sh-cf7-body>* {
    display: table;
    margin: 0 auto
  }
}

.sh-cf7-text-align-left input,
.sh-cf7-text-align-left textarea,
.sh-cf7-text-align-left select {
  text-align: left
}

.sh-cf7-text-align-center input,
.sh-cf7-text-align-center textarea,
.sh-cf7-text-align-center select {
  text-align: center
}

.sh-cf7-text-align-right input,
.sh-cf7-text-align-right textarea,
.sh-cf7-text-align-right select {
  text-align: right
}

.sh-cf7-text-align-label-left label {
  text-align: left
}

.sh-cf7-text-align-label-center label {
  text-align: center
}

.sh-cf7-text-align-label-right label {
  text-align: right
}

.sh-cf7-submit-align-left .wpcf7-submit {
  display: table;
  margin-left: 0;
  margin-right: auto
}

.sh-cf7-submit-align-center .wpcf7-submit {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.sh-cf7-submit-align-right .wpcf7-submit {
  display: table;
  margin-left: auto;
  margin-right: 0
}

@media (max-width:800px) {
  .sh-cf7-submit-mobile-align-left .wpcf7-submit {
    display: table;
    margin-left: 0;
    margin-right: auto
  }

  .sh-cf7-submit-mobile-align-center .wpcf7-submit {
    display: table;
    margin-left: auto;
    margin-right: auto
  }

  .sh-cf7-submit-mobile-align-right .wpcf7-submit {
    display: table;
    margin-left: auto;
    margin-right: 0
  }
}

.sh-cf7-submit-width-inline form>p {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top
}

.sh-cf7-submit-width-inline form>p:not(:last-child) {
  padding-right: 10px
}

.sh-cf7-submit-width-inline .wpcf7-submit {
  width: auto
}

.sh-cf7-submit-width-full .wpcf7-submit {
  width: 100%
}

.sh-cf7-wpbakery label {
  display: block
}

.sh-cf7-wpbakery textarea {
  max-width: 100%
}

.sh-cf7-wpbakery .wpcf7-form-control-wrap {
  margin-top: 0;
  margin-bottom: 30px !important
}

.sh-cf7-wpbakery form label,
.sh-cf7-wpbakery .wpcf7-form-control-wrap input:not([type=submit]),
.sh-cf7-wpbakery .wpcf7-form-control-wrap textarea,
.sh-cf7-wpbakery .wpcf7-form-control-wrap select {
  margin-bottom: 0 !important
}

.gform_wrapper input.large,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  width: 100% !important
}

body .ui-datepicker tbody td {
  padding: 0 !important
}

body .ui-datepicker th {
  padding: 5px 0 !important
}

body .ui-datepicker-title select {
  line-height: 20px !important;
  margin: 0 !important
}

.sh-countdown {
  text-align: center;
  margin: 0;
  margin-bottom: 15px
}

.sh-countdown>div {
  display: inline-block;
  padding: 10px 23px;
  position: relative
}

.sh-countdown>div:last-child {
  border-right: 0
}

.sh-countdown>div>span {
  font-size: 66px;
  line-height: 1;
  text-align: center
}

.sh-countdown>div>div {
  font-size: 28px;
  font-weight: 700;
  padding-top: 15px;
  text-align: center
}

.sh-countdown-small>div {
  padding: 3px 13px
}

.sh-countdown-small>div>span {
  font-size: 36px;
  line-height: 1.6
}

.sh-countdown-small>div>div {
  font-size: 14px;
  padding-top: 0 !important
}

.sh-countdown-large>div {
  padding: 10px 23px
}

.sh-countdown-large>div>span {
  font-size: 100px
}

.sh-countdown-large>div>div {
  font-size: 40px;
  padding-top: 25px !important
}

.sh-countdown-style2.sh-countdown-small>div>div {
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 2px
}

.sh-countdown-style2.sh-countdown-large>div>div {
  font-size: 21px;
  padding-bottom: 15px
}

.sh-countdown-style3.sh-countdown-large>.weeks>span,
.sh-countdown-style3.sh-countdown-large>.days>span {
  font-size: 140px
}

.sh-countdown-style3.sh-countdown-large>.weeks>div,
.sh-countdown-style3.sh-countdown-large>.days>div {
  font-size: 46px;
  padding-top: 15px
}

.sh-countdown-style3.sh-countdown-large>div>div {
  font-size: 30px
}

.sh-countdown-style3.sh-countdown-small>.weeks>span,
.sh-countdown-style3.sh-countdown-small>.days>span {
  font-size: 60px
}

.sh-countdown-style3.sh-countdown-small>.weeks>div,
.sh-countdown-style3.sh-countdown-small>.days>div {
  font-size: 21px;
  margin-top: 5px
}

.sh-countdown-style3.sh-countdown-small>div>div {
  font-size: 16px
}

.sh-countdown-style1>div {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-countdown-style2>div>div {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase
}

.sh-countdown-style3>.weeks>span,
.sh-countdown-style3>.days>span {
  font-size: 100px
}

.sh-countdown-style3>.weeks>div,
.sh-countdown-style3>.days>div {
  font-size: 36px;
  padding-top: 15px
}

.sh-countdown-style3>.weeks {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-countdown-style3>div>div {
  font-weight: 400;
  font-size: 24px
}

.sh-coundtdown-container {
  display: none !important
}

.sh-countdown-style3 .sh-coundtdown-container {
  width: 100%;
  margin-bottom: 0;
  display: block !important
}

.sh-countdown-alignment-left {
  text-align: left
}

.sh-countdown-alignment-right {
  text-align: right
}

.sh-countdown-alignment-right>div:first-child {
  padding-left: 0
}

.sh-countdown-alignment-right>div:last-child {
  padding-right: 0
}

@media (max-width:600px) {
  .sh-countdown>div {
    margin-top: 5px;
    margin-bottom: 5px
  }
}

.sh-counter {
  text-align: center;
  color: #8d8d8d;
  margin: 0 auto 15px auto
}

.sh-counter-icon {
  font-size: 24px;
  margin-bottom: 10px
}

.sh-counter-number {
  font-size: 30px;
  padding: 15px 0;
  line-height: 1
}

.sh-counter-title {
  font-size: 16px;
  font-weight: 700
}

.sh-counter-subtitle {
  font-size: 13px
}

.sh-counter-divider {
  width: 26px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(0, 0, 0, .1);
  margin: 0 auto;
  margin-bottom: 10px
}

.sh-counter-style1 .sh-counter-number {
  font-size: 48px;
  margin-bottom: 2px;
  font-weight: 700
}

.sh-counter-style1 .sh-counter-topbar {
  text-align: center
}

.sh-counter-style1 .sh-counter-topbar>* {
  display: inline-block
}

.sh-counter-style1 .sh-counter-title {
  font-size: 16px;
  font-weight: 700
}

.sh-counter-style1 .sh-counter-icon i {
  font-size: 30px;
  padding-right: 12px;
  position: relative;
  bottom: -4px
}

.sh-counter-style1 .sh-counter-subtitle {
  font-size: 14px
}

.sh-counter-style2 .sh-counter-number {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700
}

.sh-counter-style2 .sh-counter-title {
  font-size: 16px;
  font-weight: 400
}

.sh-counter-style2 .sh-counter-subtitle {
  font-size: 14px
}

.sh-counter-style3 .text-right {
  width: 50%;
  padding-right: 18px
}

.sh-counter-style3 .text-left {
  width: 50%;
  padding-left: 18px;
  border-left: 1px solid rgba(0, 0, 0, .1)
}

.sh-counter-style3 .sh-counter-number {
  font-size: 48px;
  font-weight: 700;
  padding: 0
}

.sh-counter-style3 .sh-counter-title {
  font-size: 18px
}

.sh-counter-style3 .sh-counter-subtitle {
  font-size: 18px
}

.sh-counter-style4 .sh-counter-title {
  font-size: 24px;
  padding-left: 13px
}

.sh-counter-style4 .sh-counter-subtitle {
  font-size: 16px;
  padding-top: 6px
}

.sh-counter-style5 .sh-counter-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  border: 2px rgba(0, 0, 0, .08) solid;
  margin: 0 auto;
  font-size: 36px;
  margin-bottom: 6px
}

.sh-counter-style5 .sh-counter-title {
  font-size: 18px;
  font-weight: 700
}

.sh-counter-style5 .sh-counter-subtitle {
  font-size: 16px
}

.sh-counter-style6 .sh-counter-number {
  font-size: 48px;
  padding-bottom: 24px;
  font-weight: 700
}

.sh-counter-style6 .sh-counter-title {
  font-size: 18px;
  font-weight: 700
}

.sh-counter-style6 .sh-counter-subtitle {
  font-size: 18px
}

.sh-counter-style6 .sh-counter-divider {
  width: 30px
}

.sh-counter-style7 .sh-counter-number {
  padding: 0
}

.sh-divider-line {
  border-top: 1px solid #e5e5e5;
  margin: 0 auto
}

.sh-divider-content {
  position: relative;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto
}

.sh-divider-content:before,
.sh-divider-content:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '';
  border-top: 0 solid #e5e5e5;
  margin-top: 0
}

.sh-divider-content:before {
  margin-left: -50%;
  text-align: right
}

.sh-divider-icon {
  font-size: 24px;
  padding: 0 25px;
  letter-spacing: 1px
}

.sh-divider-icon i {
  position: relative;
  bottom: -1px
}

.sh-divider-icon i.icon-options {
  bottom: -2px
}

.sh-divider-title {
  padding: 0 15px;
  font-size: 14px
}

.sh-divider-title * {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

.sh-divider-title h1,
.sh-divider-title h2,
.sh-divider-title h3,
.sh-divider-title h4,
.sh-divider-title h5,
.sh-divider-title h6 {
  line-height: 1 !important;
  margin-top: -3px !important
}

.sh-divider-title-box {
  padding: 10px 25px;
  background-color: #f5f5f5;
  font-size: 14px;
  position: relative;
  z-index: 10
}

.sh-divider-left>div {
  margin: 0;
  text-align: left;
  padding-left: 0
}

.sh-divider-left .sh-divider-icon,
.sh-divider-left .sh-divider-title {
  padding-left: 0
}

.sh-divider-left .sh-divider-content:after {
  width: 100%
}

.sh-divider-right>div {
  margin: 0;
  margin-left: auto;
  text-align: right;
  padding-right: 0
}

.sh-divider-right .sh-divider-icon,
.sh-divider-right .sh-divider-title {
  padding-right: 0
}

.sh-divider-right .sh-divider-content:before {
  margin-left: -100%;
  width: 100%
}

.sh-event {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 25px
}

.sh-event-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  border-left: 3px solid #47c9e5;
  padding: 2px 0;
  padding-left: 10px
}

.sh-event-desc {
  font-size: 16px
}

.sh-event-button {
  border: 2px solid #e4e4e4;
  line-height: 46px;
  padding: 0 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  border-radius: 100px;
  font-size: 13px;
  color: #505050;
  transition: .3s all ease-in-out
}

.sh-event-button:hover {
  background-color: #47c9e5;
  border-color: #47c9e5;
  color: #fff
}

@media (max-width:400px) {
  .sh-event-container>div {
    float: none !important
  }

  .sh-event-button {
    margin-top: 15px
  }
}

.sh-heading span {
  display: block
}

.sh-heading span span {
  display: inline-block
}

.sh-heading span.sh-heading-animated-typed,
.sh-heading span.typed-cursor,
.sh-heading span.sh-heading-animated-fixed {
  display: inline
}

.sh-heading .sh-heading-content {
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 0
}

.sh-heading span.sh-heading-content {
  line-height: normal
}

.sh-heading-style2 {
  position: relative;
  text-align: center;
  margin-top: 30px
}

.sh-heading-style2 .sh-heading-additional {
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  bottom: 0;
  margin-bottom: 0
}

.sh-heading-style2 .sh-heading-additional-text {
  font-size: 72px;
  line-height: 72px;
  color: #efefef;
  font-style: italic;
  z-index: -1;
  margin-top: 0
}

.sh-heading-style3 .sh-heading-content {
  display: table;
  padding: 20px 75px;
  margin: 0 auto
}

.sh-heading-style4 .sh-heading-content {
  display: table;
  padding: 40px 75px;
  margin: 0 auto
}

.sh-heading-animated-content {
  margin-bottom: 0
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink .7s infinite;
  animation: blink .7s infinite
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.sh-icon {
  display: table !important
}

.sh-icon-left {
  margin-right: auto
}

.sh-icon-right {
  margin-left: auto
}

.sh-icon-center {
  margin: 0 auto
}

.sh-icon-group {
  text-align: center
}

.sh-icon-group-left {
  text-align: left
}

.sh-icon-group-right {
  text-align: right
}

.sh-icon-group-item {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  text-align: center
}

.sh-icon-group-item i {
  font-size: 24px;
  line-height: 60px;
  transition: .3s all ease-in-out
}

.sh-icon-group-style2 .sh-icon-group-item {
  border-radius: 100px;
  border: 1px solid rgba(183, 183, 183, .53);
  width: 54px;
  height: 54px;
  text-align: center;
  margin-right: 12px;
  transition: .3s all ease-in-out
}

.sh-icon-group-style2 .sh-icon-group-item i {
  line-height: 53px
}

.sh-icon-group-style1 .sh-icon-group-item-container {
  transition: .5s all;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  text-align: center
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container {
  background-color: #fff;
  width: 60px;
  -webkit-animation: icon_round_animation .5s;
  animation: icon_round_animation .5s;
  color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container i {
  color: #505050 !important
}

.sh-icon-group-style3 .sh-icon-group-item i {
  transition: .4s all ease-in-out
}

.sh-icon-group-style3 .sh-icon-group-item:hover i {
  opacity: .7
}

.sh-icon-group-style4 .sh-icon-group-item {
  line-height: normal;
  height: auto;
  padding-left: 0;
  padding-right: 15px
}

.sh-icon-group-style4 .sh-icon-group-item i {
  line-height: normal
}

.sh-iconbox {
  margin: 0 0 15px;
  position: relative;
  text-align: center
}

.sh-iconbox-icon-shape {
  position: relative
}

.sh-iconbox-icon {
  font-size: 30px;
  margin-bottom: 20px
}

.sh-iconbox-title h3 {
  font-size: 16px;
  margin-bottom: 7px
}

@media (max-width:800px) {
  .sh-iconbox.improved-responsiveness {
    max-width: 450px;
    margin: 0 auto
  }
}

.sh-iconbox-style1 .sh-iconbox-hover,
.sh-iconbox-style2 .sh-iconbox-hover,
.sh-iconbox-style3 .sh-iconbox-hover,
.sh-iconbox-style4 .sh-iconbox-hover,
.sh-iconbox-style5 .sh-iconbox-hover,
.sh-iconbox-style6 .sh-iconbox-hover {
  display: inline-block;
  position: relative
}

.sh-iconbox-style1:hover .sh-iconbox-hover,
.sh-iconbox-style2:hover .sh-iconbox-hover,
.sh-iconbox-style3:hover .sh-iconbox-hover,
.sh-iconbox-style4:hover .sh-iconbox-hover,
.sh-iconbox-style5:hover .sh-iconbox-hover,
.sh-iconbox-style6:hover .sh-iconbox-hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.sh-iconbox-left .sh-iconbox-icon {
  position: absolute
}

.sh-iconbox-left .sh-iconbox-aside {
  padding-left: 55px;
  text-align: left
}

.sh-iconbox.sh-iconbox-left .sh-iconbox-aside-noicon,
.sh-iconbox.sh-iconbox-right .sh-iconbox-aside-noicon {
  padding-left: 0;
  padding-right: 0
}

.sh-iconbox-left .sh-iconbox-icon {
  position: absolute
}

.sh-iconbox-left .sh-iconbox-aside {
  padding-left: 60px
}

.sh-iconbox-style1.sh-iconbox-left .sh-iconbox-aside {
  padding-left: 160px
}

.sh-iconbox-style3.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-left .sh-iconbox-aside {
  padding-left: 90px
}

.sh-iconbox-style7.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-left .sh-iconbox-aside {
  padding-left: 120px
}

.sh-iconbox-style10.sh-iconbox-left,
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-top {
  text-align: left
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-icon {
  position: relative
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-container>div {
  padding-left: 0
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-container>div {
  padding-right: 0
}

.sh-iconbox-left .sh-iconbox-seperator {
  margin-left: 0 !important
}

@media (min-width:1400px) and (max-width:1650px) {
  .sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
    font-size: 30px !important;
    padding-right: 10px
  }
}

@media (min-width:800px) and (max-width:1399px) {
  .sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon {
    display: block
  }

  .sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px
  }
}

.sh-iconbox-right .sh-iconbox-icon {
  position: absolute;
  right: 0
}

.sh-iconbox-right .sh-iconbox-aside {
  padding-right: 55px;
  text-align: right
}

.sh-iconbox-right .sh-iconbox-icon {
  position: absolute
}

.sh-iconbox-right .sh-iconbox-aside {
  padding-right: 60px
}

.sh-iconbox-style1.sh-iconbox-right .sh-iconbox-aside {
  padding-right: 160px
}

.sh-iconbox-style3.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-right .sh-iconbox-aside {
  padding-right: 90px
}

.sh-iconbox-style7.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-right .sh-iconbox-aside {
  padding-right: 120px
}

.sh-iconbox-right .sh-iconbox-seperator {
  margin-right: 0 !important
}

.sh-iconbox-style10.sh-iconbox-right,
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-top {
  text-align: right
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-icon {
  position: relative
}

.sh-iconbox-style1 {
  text-align: center
}

.sh-iconbox-style1 .sh-iconbox-icon-shape {
  border: 2px solid #e6e6e6;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: table;
  margin-bottom: 40px;
  position: relative
}

.sh-iconbox-style1 .sh-iconbox-icon-shape>i {
  line-height: 130px
}

.sh-iconbox-style1 .sh-iconbox-rhombus {
  width: 110px;
  height: 110px;
  margin-top: 42px
}

.sh-iconbox-style1 .sh-iconbox-rhombus>i {
  line-height: 110px
}

.sh-iconbox-style1 .sh-iconbox-icon2 {
  position: absolute;
  right: -23px;
  bottom: -23px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%
}

.sh-iconbox-style1 .sh-iconbox-icon2 i {
  line-height: 60px;
  color: #dcdcdc;
  font-size: 24px
}

.sh-iconbox-style1 .sh-iconbox-circle .sh-iconbox-icon2 {
  right: -14px;
  bottom: -14px
}

.sh-iconbox-style2 .sh-iconbox-icon {
  margin-bottom: 10px
}

.sh-iconbox-style2:not(.sh-iconbox-left):not(.sh-iconbox-right) .sh-iconbox-title h3 {
  margin-bottom: 20px
}

.sh-iconbox-style3 .sh-iconbox-icon-shape,
.sh-iconbox-style4 .sh-iconbox-icon-shape,
.sh-iconbox-style5 .sh-iconbox-icon-shape,
.sh-iconbox-style6 .sh-iconbox-icon-shape {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: table;
  position: relative;
  margin-bottom: 30px
}

.sh-iconbox-style4 .sh-iconbox-icon-shape i,
.sh-iconbox-style5 .sh-iconbox-icon-shape i,
.sh-iconbox-style6 .sh-iconbox-icon-shape i {
  line-height: 60px;
  font-size: 60px
}

.sh-iconbox-style4 .sh-iconbox-seperator {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 5px;
  background-color: #ebebeb;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 30px
}

.sh-iconbox-style5 .sh-iconbox-title {
  color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 8px
}

.sh-iconbox-style6 .sh-iconbox-icon-shape i {
  text-shadow: -3px 2px rgba(141, 141, 141, .3)
}

.sh-iconbox-style7 .sh-iconbox-icon-shape,
.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: table;
  position: relative;
  margin-bottom: 30px
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i,
.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
  line-height: 90px;
  font-size: 40px
}

.sh-iconbox-style7 .sh-iconbox-icon-shape {
  width: 100px;
  height: 100px;
  border: 2px solid #8d8d8d
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i {
  color: #8d8d8d;
  line-height: 100px
}

.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
  background-color: #8d8d8d
}

.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
  color: #fff
}

.sh-iconbox-style8 .sh-iconbox-icon-shape:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 2px solid #fff
}

.sh-iconbox-style8 .sh-iconbox-circle:after {
  border-radius: 50%
}

.sh-iconbox-style10 .sh-iconbox-top {
  text-align: center;
  padding-bottom: 15px !important
}

.sh-iconbox-style10 .sh-iconbox-icon i {
  padding-right: 15px;
  position: relative;
  bottom: -1px;
  vertical-align: middle
}

@media (max-width:1024px) {
  .sh-iconbox-style10 .sh-iconbox-icon i {
    padding-left: 15px
  }
}

.sh-iconbox-style10 .sh-iconbox-top>div {
  display: inline-block;
  line-height: normal
}

.sh-iconbox-style10 .sh-iconbox-container>div {
  padding: 10px
}

.sh-iconbox-style10 .sh-iconbox-container>.sh-iconbox-top {
  padding-top: 0
}

.sh-iconbox-style10 .sh-iconbox-container>.sh-iconbox-bottom {
  padding-bottom: 0;
  padding-top: 15px !important
}

.sh-iconbox-style10 .sh-iconbox-top {
  border-bottom: 1px solid #e8e8e8
}

.sh-iconbox-style10 h3,
.sh-iconbox-style10 .sh-iconbox-icon {
  margin-bottom: 0
}

.sh-iconbox-style11 .sh-iconbox-container {
  padding: 0 30px;
  margin-top: -10px
}

.sh-iconbox-style11 .sh-iconbox-top {
  position: relative;
  padding: 40px 0
}

.sh-iconbox-style11 .sh-iconbox-title {
  background-color: #fff;
  display: table;
  margin: 0 auto
}

.sh-iconbox-style11 .sh-iconbox-title h3 {
  margin-bottom: 0
}

.sh-iconbox-style11 .sh-iconbox-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  margin-bottom: 0
}

.sh-iconbox-style11 .sh-iconbox-icon-shape {
  margin-bottom: -10px
}

.sh-iconbox-style11 .sh-iconbox-icon i {
  font-size: 72px;
  color: #f1f1f1
}

.sh-iconbox-style12 {
  transition: .3s left ease-in-out;
  left: 0;
  right: 0
}

.sh-iconbox-style12.sh-iconbox-left:hover {
  left: 15px
}

.sh-iconbox-style12.sh-iconbox-right:hover {
  right: 15px
}

.sh-iconbox-style12:not(.sh-iconbox-left):not(.sh-iconbox-right):hover {
  top: 15px
}

.sh-iconbox-none {
  border: none !important
}

.sh-iconbox-none {
  line-height: normal
}

.sh-iconbox-circle {
  border-radius: 50%
}

.sh-iconbox-rounded {
  border-radius: 10px
}

.sh-iconbox-rhombus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sh-iconbox-rhombus i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative
}

.sh-iconbox-slider-content {
  display: none
}

.sh-iconbox-slider-content.slick-initialized {
  display: block
}

.sh-iconbox-slider-item {
  height: 600px;
  background-color: #fafafa;
  text-align: center
}

.sh-iconbox-slider-item-content {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 125px
}

.sh-iconbox-slider-tabs {
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12);
  background-color: #fff;
  position: relative;
  margin-top: -125px;
  z-index: 100
}

.sh-iconbox-slider-tabs .slick-list {
  padding: 0 !important
}

@media (min-width:601px) {
  .sh-iconbox-slider-tabs.sh-iconbox-slider-lock .slick-track {
    transform: translate3d(0px, 0px, 0px) !important
  }
}

.sh-iconbox-slider-tab {
  width: 250px;
  height: 250px !important;
  text-align: center;
  background-color: transparent;
  position: relative;
  float: left;
  overflow: hidden
}

.sh-iconbox-slider-tab:hover h5 {
  font-weight: 700
}

.sh-iconbox-slider-tab-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0
}

.sh-iconbox-slider-tabs .sh-iconbox-slider-tab.slick-center:last-child .sh-iconbox-slider-tab-container {
  border-right-width: 0
}

.sh-iconbox-slider-tab-content {
  position: relative;
  z-index: 100
}

.sh-iconbox-slider-item-content-container {
  max-width: 930px;
  margin: 0 auto
}

.sh-iconbox-slider-tab-content i {
  font-size: 36px;
  padding-bottom: 30px;
  display: block;
  color: #cacaca
}

.sh-iconbox-slider-tab-content h5 {
  font-size: 13px;
  font-weight: 400
}

.sh-iconbox-slider-tab-icon {
  position: absolute;
  right: -70px;
  bottom: -70px;
  font-size: 200px;
  color: #f1f1f1;
  opacity: 0;
  transition: .5s all ease-in-out
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-icon {
  opacity: 1;
  right: -50px;
  bottom: -50px
}

.sh-iconbox-slider-tab.slick-current:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #47c9e5;
  z-index: 100;
  transition: .3s all ease-in-out
}

.sh-iconbox-slider-tab.slick-current h5 {
  font-weight: 700;
  text-transform: uppercase
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-content i {
  color: #47c9e5
}

.sh-iconbox-slider-tab:not(.slick-current) h5 {
  color: #8d8d8d;
  text-transform: uppercase
}

.sh-iconbox-slider-tab:not(.slick-current) {
  cursor: pointer
}

.sh-iconbox-slider .sh-iconbox-slider-item {
  height: 600px;
  background-color: #423f3c;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center
}

.sh-iconbox-slider .sh-iconbox-slider-item * {
  color: #fff
}

.sh-iconbox-slider .sh-iconbox-slider-item p {
  font-size: 16px;
  opacity: .7
}

.sh-iconbox-slider-content .slick-prev,
.sh-iconbox-slider-content .slick-next {
  width: 60px;
  height: 60px;
  margin-top: -92px;
  font-size: 30px;
  border: none;
  color: #fff;
  background-color: transparent;
  padding: 0;
  transition: .3s all ease-in-out;
  opacity: 0
}

.sh-iconbox-slider-content:hover .slick-prev,
.sh-iconbox-slider-content:hover .slick-next {
  opacity: 1
}

.sh-iconbox-slider-content .slick-prev:hover,
.sh-iconbox-slider-content .slick-next:hover {
  opacity: .5
}

.sh-iconbox-slider-content .slick-prev {
  left: 50px
}

.sh-iconbox-slider-content .slick-next {
  right: 50px
}

@media (max-width:1250px) {

  .sh-iconbox-slider-content .slick-prev,
  .sh-iconbox-slider-content .slick-next {
    display: none !important
  }
}

@media (min-width:1250px) {
  .sh-iconbox-slider-dynamic .sh-iconbox-slider-tabs {
    display: table;
    margin-left: auto;
    margin-right: auto
  }

  .sh-iconbox-slider-dynamic .sh-iconbox-slider-tab {
    width: 250px !important
  }
}

.sh-image-comparison {
  width: 100%
}

.sh-image-comparison img {
  width: 100%
}

.sh-image-comparison img:last-child {
  display: none
}

.sh-image-comparison.twentytwenty-container img:last-child {
  display: block !important
}

.sh-image-comparison .twentytwenty-handle {
  height: 48px;
  width: 48px;
  margin-left: -30px;
  margin-top: -30px;
  cursor: move;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  border-width: 6px
}

.sh-image-comparison .twentytwenty-handle:before,
.sh-image-comparison .twentytwenty-handle:after {
  opacity: 0
}

.sh-image-comparison .twentytwenty-left-arrow,
.sh-image-comparison .twentytwenty-right-arrow {
  border: 0 solid transparent;
  margin-top: -14px
}

.sh-image-comparison .twentytwenty-left-arrow {
  margin-left: -15px
}

.sh-image-comparison .twentytwenty-right-arrow {
  margin-right: 0
}

.sh-image-comparison .twentytwenty-before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sh-image-comparison .twentytwenty-before-label:before,
.sh-image-comparison .twentytwenty-after-label:before {
  background-color: transparent;
  padding: 10px;
  color: #fff;
  font-family: inherit;
  top: auto !important;
  bottom: 2px;
  margin: 0 5px;
  font-size: 14px
}

.sh-image-comparison .twentytwenty-right-arrow:before,
.sh-image-comparison .twentytwenty-left-arrow:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #fff;
  font-size: 30px
}

.sh-image-comparison .twentytwenty-left-arrow:before {
  content: "\e658"
}

.sh-image-comparison .twentytwenty-right-arrow:before {
  content: "\e658";
  display: none
}

.twentytwenty-wrapper {
  background-color: transparent !important
}

.sh-image-gallery {
  width: 100%
}

.sh-image-gallery .post-meta-thumb {
  max-height: none
}

.sh-image-gallery-container {
  display: none;
  padding-bottom: 45px
}

.sh-image-gallery-container.slick-initialized {
  display: block
}

.sh-image-gallery-container:not(.slick-initialized) .sh-image-gallery-item:not(:first-child) {
  display: none
}

.sh-image-gallery .slick-dots {
  bottom: 0
}

.sh-image-gallery-dark .slick-dots li.slick-active button:after {
  color: #3f3f3f
}

.sh-image-gallery-dark .slick-dots li button:after {
  color: rgba(0, 0, 0, .3)
}

.sh-image-gallery .slick-arrow {
  display: none !important
}

.sh-gallery-item:hover .sh-overlay-style1 {
  opacity: 1 !important
}

.sh-image-gallery-disable {
  padding-bottom: 0
}

.sh-image-gallery-disable .slick-dots {
  display: none !important
}

.sh-image-gallery-dots2 {
  padding-bottom: 0
}

.sh-image-gallery-dots2 .slick-dots {
  bottom: 45px
}

@media (min-width:800px) {
  .sh-image-gallery-dots-left ul.slick-dots {
    text-align: left;
    padding-left: 0;
    left: -5px
  }

  .sh-image-gallery-dots-right ul.slick-dots {
    text-align: right;
    padding-right: 0;
    right: -5px
  }
}

.sh-image-gallery-noverlay .post-meta-thumb:hover img {
  -webkit-transform: none !important;
  transform: none !important
}

@media (max-width:800px) {
  .sh-image-gallery-dots2 .slick-dots {
    display: none !important
  }

  .sh-image-gallery .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media (max-width:479px) {

  .sh-image-gallery .slick-list,
  .sh-image-gallery .sh-gallery-item {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.sh-recent-posts-carousel .slick-dots,
.sh-recent-products-carousel .slick-dots {
  bottom: 0;
  margin-bottom: 0
}

.sh-recent-posts-carousel .post-item .slick-dots {
  bottom: 20px
}

.sh-recent-posts-carousel .slick-track {
  padding: 15px 0
}

.sh-recent-posts-carousel .slick-track .slick-track {
  padding: 0
}

.sh-recent-products-carousel .slick-track {
  padding: 15px 0 30px
}

.sh-recent-posts-carousel .post-item,
.sh-recent-products-carousel .products li.product:not(.slick-slide) {
  display: none
}

.sh-recent-posts-carousel .blog-style-masonry {
  opacity: 1
}

.sh-recent-posts-carousel .blog-style-grid .post-item {
  float: left
}

.sh-recent-posts-carousel .slick-initialized .slick-slide.post-item {
  display: block;
  float: left
}

.sh-recent-posts-carousel .slick-dots li button,
.sh-recent-products-carousel .slick-dots li button {
  background-color: #ebebeb
}

@media (max-width:800px) {
  .sh-woocommerce-products .woocommerce ul.products.slick-slider li.product {
    clear: none !important
  }

  .sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
    min-width: 50%
  }
}

@media (max-width:550px) {
  .sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
    min-width: 100%
  }
}

.sh-image-points {
  position: relative;
  display: table;
  margin: 0 auto
}

.sh-image-point {
  width: 28px;
  height: 28px;
  line-height: 23px;
  border: 4px solid #fff;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  margin-top: -9px;
  margin-left: -9px;
  cursor: pointer;
  z-index: 5;
  transition: .3s all ease-in-out;
  opacity: 1;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  text-align: center;
  font-size: 12px;
  color: #fff
}

.sh-image-point:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px
}

.sh-image-points img.sh-image-url {
  margin-bottom: 0
}

.sh-image-point:hover {
  line-height: 27px;
  width: 32px;
  height: 32px;
  margin-left: -11px;
  margin-top: -11px
}

.sh-image-point:hover {
  background-color: rgba(255, 255, 255, 1);
  z-index: 10
}

.sh-image-point-tooltip {
  position: absolute;
  z-index: 200;
  left: 40px;
  margin-bottom: 5px;
  padding: 10px 15px;
  width: 250px;
  background-color: #fff;
  border-left: 0 solid #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  color: #8d8d8d
}

.sh-image-point-tooltip {
  visibility: hidden;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  background-color: #fff
}

.sh-image-point:hover .sh-image-point-tooltip,
.sh-image-point:focus .sh-image-point-tooltip:hover {
  visibility: visible;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1
}

.sh-image-point-right .sh-image-point-tooltip {
  left: -265px !important;
  border-left-width: 0;
  border-right-width: 0
}

@media (max-width:800px) {
  .sh-image-point-right .sh-image-point-tooltip {
    left: -152px !important;
    border-left-width: 0;
    border-right-width: 0
  }

  .sh-image-point-tooltip {
    font-size: 12px;
    padding: 8px;
    width: 140px;
    line-height: 1.2
  }
}

.sh-image-points-style2 .sh-image-point {
  width: 38px;
  height: 38px;
  border-width: 6px;
  box-shadow: 0 8px 30px 3px rgba(0, 0, 0, .2);
  transition: .2s all ease-in-out;
  animation: animate_pulse 3s infinite
}

.sh-image-points-style2 .sh-image-point:hover {
  width: 45px;
  height: 45px;
  margin-left: -11px;
  margin-top: -11px;
  padding-top: 3px
}

.sh-image-points-style2 i {
  font-size: 19px !important;
  line-height: 29px;
  transition: .2s all ease-in-out
}

.sh-image-points-style2 .sh-image-point-tooltip {
  left: 55px
}

@media (max-width:600px) {
  .sh-image-points-style2 .sh-image-point {
    width: 28px;
    height: 28px;
    border-width: 4px
  }

  .sh-image-points-style2 .sh-image-point:hover {
    width: 35px;
    height: 35px;
    padding-top: 2px
  }

  .sh-image-points-style2 i {
    font-size: 15px !important;
    line-height: 22px
  }

  .sh-image-points-style2 .sh-image-point-tooltip {
    left: 40px
  }
}

.sh-list {
  margin: 0 0 15px;
  list-style: none;
  padding-left: 0
}

.sh-list-vc {
  margin-bottom: 0
}

.sh-list-item {
  padding: 3px 0;
  display: flex;
  align-items: center
}

.sh-list-icon {
  padding-right: 9px;
  padding-left: 1px;
  position: relative
}

.sh-list-icon i {
  font-size: 17px
}

.sh-list-item img.sh-list-image {
  margin-bottom: 0 !important
}

.sh-list-style2 {
  font-weight: 700
}

.sh-list-style3 .sh-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 4px 0
}

.sh-list-style3 .sh-list-item:last-child {
  border-bottom: 0
}

.sh-list-style4 .sh-list-item {
  font-size: 18px;
  display: inline-block;
  margin-right: 15px
}

.sh-list-style4 .sh-list-icon {
  padding-right: 5px
}

.sh-partners {
  text-align: center
}

.sh-partners-item {
  padding: 0 2%;
  min-width: 150px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: -4px
}

@media (max-width:400px) {
  .sh-partners:not(.sh-carousel) .sh-partners-item {
    width: 100% !important
  }
}

.sh-partners-carousel .slick-slide a:hover img {
  opacity: .75
}

.sh-partners-image {
  max-width: 280px;
  line-height: 110px;
  display: table;
  margin: 0 auto
}

.sh-partners-image img {
  max-width: 100%;
  max-height: 110px;
  vertical-align: middle
}

.sh-partners-carousel {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: .3s opacity ease-in-out
}

.sh-partners-carousel .slick-slide {
  margin-right: 0;
  padding: 0 15px;
  overflow: hidden
}

.sh-partners-carousel-item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%
}

.sh-partners-carousel .slick-slide a {
  display: block;
  width: 100%
}

.sh-partners-carousel .slick-slide img {
  min-width: 1px;
  max-width: 100%;
  display: table;
  margin: 0 auto
}

.fw-row .sh-partners-carousel-additional-padding .slick-slide {
  padding: 100px 0
}

.vc_row .sh-partners-carousel-additional-padding .slick-slide {
  padding-top: 100px;
  padding-bottom: 100px
}

.sh-partners-carousel-additional-horizontal-padding-remove .slick-slide {
  padding-left: 0;
  padding-right: 0
}

.sh-partners-carousel-additional-padding,
.sh-partners-carousel-additional-padding .slick-slide,
.sh-partners-carousel-additional-padding .sh-partners-image {
  max-height: 310px !important
}

.sh-piechart {
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px
}

.sh-piechart svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.sh-piechart-percentage {
  text-align: center;
  position: absolute;
  line-height: 200px;
  width: 100%;
  z-index: 200
}

.sh-piechart-percentage-number {
  text-align: center;
  font-size: 36px
}

.sh-piechart-percentage-symbol {
  font-size: 24px
}

.sh-piechart-circle .circle_animation {
  stroke-dasharray: 600;
  stroke-dashoffset: 600
}

.sh-piechart-circle .sh-piechart-pointer {
  display: block;
  content: "";
  position: absolute;
  background-color: #4dbb7c;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -10px;
  overflow: hidden;
  z-index: 21000;
  border-radius: 100%
}

.sh-piechart-rhomb {
  padding: 34px 0
}

.sh-piechart-rhomb .sh-piechart-percentage {
  line-height: 162px
}

.sh-piechart-rhomb svg {
  -webkit-transform: rotate(225deg) !important;
  -ms-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important
}

.sh-piechart-rhomb .rhomb_animation {
  stroke-dasharray: 800;
  stroke-dashoffset: 800
}

.sh-piechart .sh-piechart-animation {
  display: none
}

.sh-piechart.sh-piechart-animated .sh-piechart-animation {
  display: block
}

.sh-portfolio {
  position: relative;
  margin: 0 -15px;
  opacity: 0;
  transition: .25s all ease
}

.sh-portfolio-archive {
  margin-top: -15px;
  margin-bottom: 30px
}

.sh-portfolio-style-masonry2 {
  margin: 0
}

.sh-portfolio-style-default-shadow .sh-portfolio-content-container {
  padding: 30px;
  padding-top: 10px;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12)
}

.sh-portfolio-item {
  width: 33.3%;
  padding: 0 15px;
  margin: 15px 0
}

.sh-portfolio-title {
  margin: 20px 20px 10px 0;
  font-size: 16px;
  font-weight: 700
}

.sh-portfolio-description {
  margin: 0 20px 0 0
}

.sh-portfolio-image,
.sh-portfolio-image-fluid {
  overflow: hidden;
  position: relative;
  z-index: 10
}

.sh-portfolio-image-position {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.sh-portfolio-img,
.sh-portfolio-image-position {
  width: 100%;
  margin-bottom: 0 !important
}

.sh-portfolio-single-slider iframe {
  border: 0
}

.sh-portfolio-single-slider .sh-portfolio-single {
  padding-top: 50px
}

.sh-portfolio-single-related-mini .sh-portfolio-image:hover .sh-portfolio-image-position,
.sh-portfolio-overlay-style-overlay1 .sh-portfolio-image:hover .sh-portfolio-image-position {
  -webkit-transform: translate3d(0, -45px, 0);
  transform: translate3d(0, -45px, 0)
}

.sh-portfolio-image-landscape {
  padding-top: 75%
}

.sh-portfolio-image-square {
  padding-top: 100%
}

.sh-portfolio-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 50;
  background-size: cover;
  background-position: 50% 50%
}

.sh-portfolio-masonry2 {
  padding: 0;
  margin: 0
}

.sh-portfolio-masonry2 .sh-portfolio-image {
  position: relative
}

.sh-portfolio-grid {
  padding: 15px;
  margin: 0
}

.sh-portfolio-default2 .sh-portfolio-description {
  margin: 0 0 10px
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title {
  background-color: transparent !important;
  color: #fff;
  margin: 60px 25px 22px;
  padding-bottom: 12px;
  z-index: 0;
  transition: .3s color ease-in-out;
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title:hover {
  opacity: .7
}

.sh-portfolio-title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, .35))
}

.sh-portfolio-default2.sh-portfolio-overlay-style-none .sh-portfolio-image:hover .sh-portfolio-title-container {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, .4))
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title h3 {
  position: relative;
  z-index: 0
}

.sh-portfolio-default2:not(.sh-portfolio-overlay-style-none) .sh-portfolio-image:hover .sh-portfolio-title {
  opacity: 0
}

.sh-portfolio-default2 .sh-portfolio-description {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12)
}

.sh-portfolio-columns2 .sh-portfolio-item {
  width: 50%
}

.sh-portfolio-columns4 .sh-portfolio-item {
  width: 25%
}

.sh-portfolio-image:hover .sh-portfolio-overlay,
.sh-portfolio-image-fluid:hover .sh-portfolio-overlay {
  opacity: 1
}

.sh-portfolio-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer
}

.sh-portfolio-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden
}

.sh-portfolio-icon i {
  font-size: 24px;
  color: #fff;
  line-height: 54px
}

.sh-portfolio-text {
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  padding: 13px 0;
  font-weight: 700;
  font-size: 12px
}

.sh-portfolio-overlay-middle,
.sh-portfolio-overlay-bottom,
.sh-portfolio-overlay-info-box {
  height: 100%
}

.sh-portfolio-overlay-bottom .sh-portfolio-icon {
  background-color: rgba(66, 199, 198, .8)
}

.sh-portfolio-overlay-bottom .sh-portfolio-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background-color: rgba(66, 199, 198, .8);
  color: #fff
}

.sh-portfolio-overlay-middle {
  background-color: rgba(0, 0, 0, .15)
}

.sh-portfolio-overlay-middle .sh-portfolio-text {
  display: table;
  margin: 0 auto;
  padding: 13px 23px;
  border: 2px solid #fff;
  color: #fff
}

.sh-portfolio-overlay-middle .sh-table {
  height: 100%
}

.sh-portfolio-overlay-info-box {
  background-color: rgba(66, 199, 198, .8);
  padding: 24px;
  color: #fff;
  text-align: center;
  height: 101%
}

.sh-portfolio-overlay-info-box .sh-portfolio-title {
  margin-top: 0;
  color: #fff
}

.sh-portfolio-overlay1-bar {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: -1px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(95, 196, 179, 1);
  color: #fff
}

.sh-portfolio-image:hover .sh-portfolio-overlay1-bar {
  bottom: 0
}

.sh-portfolio-overlay1-icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  text-align: center;
  font-size: 24px
}

.sh-portfolio-overlay1-categories {
  height: 60px;
  font-size: 12px;
  text-align: center;
  padding: 0 15px
}

.sh-portfolio-overlay2 {
  opacity: 0
}

.sh-portfolio-item:hover .sh-portfolio-overlay2 {
  opacity: 1
}

.sh-portfolio-overlay2-data {
  position: absolute;
  bottom: 60px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(95, 196, 179, .9);
  color: #fff;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  overflow: hidden
}

.sh-portfolio-overlay2-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px
}

.sh-portfolio-overlay2-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(95, 196, 179, .9);
  color: #fff
}

.sh-portfolio-overlay2-icon {
  height: 60px;
  width: 60px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  text-align: center;
  font-size: 24px
}

.sh-portfolio-overlay2-categories {
  height: 60px;
  font-size: 12px;
  text-align: center
}

.sh-portfolio-overlay3 {
  opacity: 0
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-icon {
  border-right-color: transparent
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-categories {
  text-align: right;
  padding-right: 30px
}

.sh-portfolio-overlay3-data {
  position: absolute;
  background-color: rgba(95, 196, 179, .9);
  color: #fff;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  width: 101%
}

.sh-portfolio-overlay3-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px
}

.sh-portfolio-overlay3-bar {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  right: 0;
  top: auto !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff
}

.sh-portfolio-overlay3-icon {
  height: 60px;
  width: 60px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  text-align: center;
  font-size: 24px
}

.sh-portfolio-overlay3-categories {
  height: 60px;
  font-size: 12px;
  text-align: center
}

.sh-portfolio-overlay1-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay2-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay3-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay4-categories .sh-portfolio-category:hover {
  opacity: .75
}

.sh-portfolio-overlay4 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: rgba(71, 201, 229, .8) !important;
  cursor: auto;
  opacity: 0;
  transition: .5s all
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-overlay4 {
  opacity: 1
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-portfolio-overlay4-container {
  display: table;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: -12px
}

.sh-portfolio-overlay4-categories {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px
}

.sh-portfolio-overlay4-categories a {
  color: #fff !important
}

.sh-portfolio-overlay4-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px
}

.sh-portfolio-overlay4-icons {
  width: 160px;
  margin: 0 auto
}

.sh-portfolio-overlay4 .sh-overlay-item {
  width: 50%;
  position: relative;
  text-align: center
}

.sh-portfolio-overlay4 .sh-overlay-item {
  text-align: center;
  height: 60px;
  transition: .5s all;
  opacity: 1
}

.sh-portfolio-overlay4:hover .sh-overlay-item {
  opacity: 1
}

.sh-portfolio-overlay4 .sh-overlay-item-container i {
  font-size: 24px;
  line-height: 57px;
  transition: .5s all;
  color: #fff
}

.sh-portfolio-overlay4 .sh-overlay-item {
  width: 60px;
  display: table-cell;
  padding: 0 10px
}

.sh-portfolio-overlay4.sh-overlay-item:first-child .sh-overlay-item-container {
  right: 0
}

.sh-portfolio-overlay4 .sh-overlay-item:only-child .sh-overlay-item-container {
  left: 50%;
  -webkit-transform: translateX(-40px) translateY(-30px);
  -ms-transform: translateX(-40px) translateY(-30px);
  transform: translateX(-40px) translateY(-30px)
}

.sh-portfolio-overlay4 .sh-overlay-item-container {
  transition: .5s all;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  text-align: center
}

.sh-portfolio-overlay4 .sh-overlay-item:last-child .sh-overlay-item-container {
  left: 10px;
  right: auto
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
  background-color: #fff;
  width: 60px;
  -webkit-animation: icon_round_animation .5s;
  animation: icon_round_animation .5s;
  color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container i {
  color: #505050
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
  background-color: #fff;
  width: 60px;
  -webkit-animation: icon_round_animation .5s;
  animation: icon_round_animation .5s;
  color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-portfolio-overlay4.overlay6 {
  cursor: pointer
}

.sh-portfolio-style-minimalistic .sh-portfolio-content-container {
  display: flex;
  padding: 30px;
  box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, .07)
}

.sh-portfolio-style-minimalistic .sh-portfolio-content-container-left {
  flex: 1
}

.sh-portfolio-style-minimalistic .sh-portfolio-title {
  margin: 0;
  font-size: 14px
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories {
  border-left: 1px solid #efefef;
  padding-left: 15px;
  line-height: normal
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories span {
  line-height: normal;
  font-size: 13px;
  text-transform: uppercase
}

@media (max-width:1025px) {
  .sh-portfolio-style-minimalistic .sh-portfolio-categories span {
    font-size: 11px
  }
}

.sh-portfolio-layout-grid {
  position: static !important;
  height: auto !important
}

.sh-portfolio-layout-grid .sh-portfolio-item {
  position: static !important;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top
}

.sh-filter-container {
  display: table;
  margin: 20px auto;
  margin-bottom: 40px
}

.sh-filter-blog {
  margin-bottom: 60px;
  margin-top: -8px
}

.sh-filter,
.sh-filer-icon {
  float: left
}

.sh-filter {
  text-align: center
}

.sh-filer-icon {
  font-size: 24px;
  margin-right: 32px;
  margin-top: 19px;
  position: relative;
  display: none
}

.sh-filter span {
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin: 0;
  margin-right: -4px;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  text-transform: uppercase;
  transition: .3s all ease-in-out
}

.sh-filter span.active {
  color: #47c9e5;
  transition: 0s all ease-in-out
}

.sh-filter span:after {
  opacity: 0
}

.sh-filter span.active:after {
  opacity: 1;
  transition: 0s all ease-in-out
}

.sh-filter span:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -2.5px;
  height: 5px;
  border-radius: 5px;
  background-color: #47c9e5;
  z-index: 100;
  transition: .3s all ease-in-out
}

.sh-filter span:first-child {
  padding-left: 0
}

.sh-filter span:first-child:after {
  left: 0
}

.sh-filter span:last-child {
  padding-right: 0
}

.sh-filter span:last-child:after {
  right: 0
}

@media (max-width:1000px) {
  .sh-portfolio .sh-portfolio-item {
    width: 50%
  }
}

@media (max-width:600px) {
  .sh-portfolio .sh-portfolio-item {
    width: 100%
  }
}

.sh-filter-item-content {
  display: block
}

a.sh-filter-item-content {
  color: inherit
}

.sh-portfolio-filter-alignment-left {
  margin-left: 0;
  margin-right: auto
}

.sh-portfolio-filter-alignment-center {
  margin-left: auto;
  margin-right: auto
}

.sh-portfolio-filter-alignment-right {
  margin-right: 0;
  margin-left: auto
}

@media (max-width:800px) {
  .sh-portfolio-filter-mobile-alignment-left {
    margin-left: 0 !important;
    margin-right: auto !important
  }

  .sh-portfolio-filter-mobile-alignment-center {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .sh-portfolio-filter-mobile-alignment-right {
    margin-right: 0 !important;
    margin-left: auto !important
  }
}

.sh-portfolio-filter-style2 span {
  font-weight: 400
}

.sh-portfolio-filter-style2 .sh-filter-item.active {
  font-weight: 700
}

.sh-portfolio-filter-style3 .sh-filter-item {
  font-weight: 400;
  padding: 5px 4px
}

.sh-portfolio-filter-style3 .sh-filter-item:first-child {
  padding-left: 0
}

.sh-portfolio-filter-style3 .sh-filter-item:last-child {
  padding-right: 0
}

.sh-portfolio-filter-style3 .sh-filter-item.active {
  border-width: 0
}

.sh-portfolio-filter-style3 .sh-filter-item.active .sh-filter-item-content {
  background-color: #47c9e5 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  transition: 0s background ease-in-out
}

.sh-portfolio-filter-style3 .sh-filter-item.active:after,
.sh-portfolio-filter-style3 .sh-filter-item:after {
  display: none
}

.sh-portfolio-filter-style3 .sh-filter-item-content {
  padding: 6px 15px !important;
  border-radius: 30px;
  transition: .3s background, font-weight ease-in-out
}

.sh-portfolio-filter-style4 .sh-filter span {
  border-width: 0 !important;
  padding: 5px 8px;
  text-transform: none
}

.sh-portfolio-filter-style4 .sh-filter-item-content {
  border-radius: 100px
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
  border-color: transparent !important
}

.sh-portfolio-filter-style4 .sh-filter-item:not(.active) .sh-filter-item-content {
  border: 1px solid #e6e6e6
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
  color: #fff !important
}

.sh-portfolio-filter-style4 .sh-filter-item.active .sh-filter-item-content {
  box-shadow: none !important
}

.sh-portfolio-filter-style5 .sh-filter-item:not(.active) .sh-filter-item-content {
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .7)
}

.sh-filter-fancy-container {
  Xmargin-bottom: 15px
}

.sh-portfolio-fancy {
  position: relative;
  margin: 0 -15px;
  transition: .25s all ease
}

.sh-portfolio-fancy-item {
  width: 33.3%;
  padding: 0 15px;
  margin: 15px 0;
  opacity: 0
}

.sh-portfolio-fancy-columns2 .sh-portfolio-fancy-item {
  width: 50%
}

.sh-portfolio-fancy-columns4 .sh-portfolio-fancy-item {
  width: 25%
}

.sh-portfolio-fancy-columns5 .sh-portfolio-fancy-item {
  width: 20%
}

@media (max-width:1400px) {
  .sh-header-in-side .sh-portfolio-fancy-item {
    min-width: 33.3%
  }
}

@media (max-width:1200px) {
  .sh-portfolio-fancy-item {
    min-width: 33.3%
  }
}

@media (max-width:850px) {
  .sh-portfolio-fancy-item {
    min-width: 50%
  }
}

@media (max-width:550px) {
  .sh-portfolio-fancy-item {
    min-width: 100%
  }
}

.sh-portfolio-fancy-itemc-container {
  position: relative;
  transition: .7s all ease-in-out;
  overflow: hidden
}

.sh-portfolio-fancy-item-active-cat {
  opacity: 1;
  cursor: pointer
}

.sh-portfolio-fancy-item-active:not(.sh-portfolio-fancy-item-active-cat) {
  animation-name: sh_animate_up;
  animation-duration: .5s;
  opacity: 1
}

.sh-portfolio-fancy-item img {
  transition: .4s all ease-in-out
}

.sh-portfolio-fancy-item:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25)
}

.sh-portfolio-fancy-itemc-container {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0)
}

.sh-portfolio-fancy-item-overlay-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s all ease-in-out;
  z-index: 10
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-bg {
  opacity: 1;
  background-color: rgba(87, 204, 229, .8)
}

.sh-portfolio-fancy-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center
}

.sh-portfolio-fancy-item-overlay-container {
  width: 100%
}

.sh-portfolio-fancy-item-overlay-container>* {
  opacity: 0;
  position: relative;
  z-index: 11
}

.sh-portfolio-fancy-item-overlay-title {
  display: block
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container a.sh-portfolio-fancy-item-overlay-title {
  animation-name: sh_animate_up_small;
  animation-duration: .6s;
  opacity: 1
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container>div {
  animation-name: sh_animate_up_medium;
  animation-duration: .6s;
  opacity: 1
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container>a.sh-portfolio-fancy-item-overlay-lightbox {
  animation-name: sh_animate_up_small2;
  animation-duration: .6s;
  opacity: 1
}

.sh-portfolio-fancy-item-overlay-container h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}

@media (max-width:1000px) {
  .sh-portfolio-fancy-item-overlay-container h3 {
    font-size: 16px
  }
}

.sh-portfolio-fancy-item-overlay-categories span,
.sh-portfolio-fancy-item-overlay-categories a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff !important;
  opacity: .8;
  transition: .3s all ease-in-out
}

.sh-portfolio-fancy-item-overlay-categories a:hover {
  opacity: 1
}

.sh-portfolio-fancy-item-overlay-lightbox {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff !important;
  padding: 4px
}

.sh-portfolio-fancy-item-overlay-lightbox i {
  transition: .3s all ease-in-out;
  font-size: 30px
}

.sh-portfolio-fancy-item-overlay-lightbox:hover i {
  opacity: .8
}

@media (max-width:1000px) {
  .sh-portfolio-fancy-item-overlay-lightbox i {
    font-size: 18px
  }
}

@keyframes sh_animate_up {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes sh_animate_up_small {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: .2
  }

  25% {
    opacity: .3
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes sh_animate_up_small2 {
  0% {
    transform: translate3d(0, 15px, 0);
    opacity: .2
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes sh_animate_up_medium {
  0% {
    transform: translate3d(0, 28px, 0);
    opacity: .2
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.sh-pricing {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden
}

.sh-pricing-container {
  position: relative
}

.sh-pricing-name h2 {
  font-size: 24px;
  margin-bottom: 23px
}

.sh-pricing-price {
  position: relative;
  font-size: 60px;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: -24px
}

.sh-pricing-price .sh-pricing-currency {
  font-size: 30px;
  display: inline-block;
  position: relative;
  top: -14px;
  right: -9px;
  margin-left: -20px;
  font-weight: 400
}

.sh-pricing-description {
  font-style: italic
}

.sh-pricing-amount {
  font-weight: 700;
  font-style: italic
}

.sh-pricing-icon {
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: -38px;
  position: relative;
  padding: 0 10px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-bottom: -15px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .15)
}

.sh-pricing-icon i {
  font-size: 30px;
  line-height: 70px
}

.sh-pricing-content {
  position: relative;
  margin-bottom: -1px
}

.sh-pricing-content-item {
  border-bottom: 1px solid transparent;
  padding: 13px 10px
}

.sh-pricing-content-item i {
  padding-right: 3px;
  font-size: 120%
}

.sh-pricing-top {
  padding: 40px 15px;
  min-height: 200px
}

.sh-pricing-top .sh-table-full {
  min-height: 120px
}

.sh-pricing-top,
.sh-pricing-top .sh-pricing-name {
  background-color: #47c9e5;
  color: #fff
}

.sh-pricing-top .sh-pricing-name h2 {
  color: #fff
}

.sh-pricing-enlarge {
  margin: -30px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05), 0 5px 20px rgba(0, 0, 0, .05);
  z-index: 100;
  position: relative
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top .sh-table-full {
  padding-top: 30px
}

.sh-pricing-bottom {
  padding: 30px 0
}

.sh-pricing-button {
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 100px;
  line-height: 50px;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  -webkit-transform: translateZ(0)
}

.sh-pricing-button span {
  display: inline-block;
  position: relative;
  z-index: 100
}

a.sh-pricing-button-style1 {
  color: #3f3f3f
}

a.sh-pricing-button-style1:hover {
  color: #252525
}

a.sh-pricing-button-style2,
a.sh-pricing-button-style2:hover,
a.sh-pricing-button-style2:focus,
a.sh-pricing-button-style4,
a.sh-pricing-button-style4:hover,
a.sh-pricing-button-style4:focus,
a.sh-pricing-button-style5,
a.sh-pricing-button-style5:hover,
a.sh-pricing-button-style5:focus {
  color: #fff
}

a.sh-pricing-button-style5 {
  background-color: #505050
}

a.sh-pricing-button-style6,
a.sh-pricing-button-style6:hover,
a.sh-pricing-button-style6:focus {
  color: #8d8d8d
}

a.sh-pricing-button-style7,
a.sh-pricing-button-style7:hover,
a.sh-pricing-button-style7:focus {
  color: #505050
}

a.sh-pricing-button-style6 {
  background-color: #e9e9e9
}

a.sh-pricing-button-style7 {
  background-color: #fff
}

a.sh-pricing-button-style8:before,
a.sh-pricing-button-style9:before,
a.sh-pricing-button-style10:before,
a.sh-pricing-button-style11:before {
  display: none !important
}

a.sh-pricing-button-style8,
a.sh-pricing-button-style9,
a.sh-pricing-button-style11 {
  color: #fff !important
}

a.sh-pricing-button-style9 {
  color: #8d8d8d !important
}

a.sh-pricing-button-style10 {
  color: #505050 !important
}

a.sh-pricing-button-style8 {
  background-color: #505050
}

a.sh-pricing-button-style8:hover {
  background-color: #505050
}

a.sh-pricing-button-style9 {
  background-color: #e9e9e9
}

a.sh-pricing-button-style9:hover {
  background-color: #e2e2e2
}

a.sh-pricing-button-style10 {
  background-color: #fff
}

a.sh-pricing-button-style10:hover {
  background-color: #f2f2f2
}

a.sh-pricing-button-style8 span,
a.sh-pricing-button-style9 span,
a.sh-pricing-button-style10 span,
a.sh-pricing-button-style11 span {
  transition: .3s all ease-in-out;
  letter-spacing: normal
}

a.sh-pricing-button-style8:hover span,
a.sh-pricing-button-style9:hover span,
a.sh-pricing-button-style10:hover span,
a.sh-pricing-button-style11:hover span {
  letter-spacing: 2px
}

.sh-pricing-content-left .sh-pricing-content {
  padding: 0 18px;
  text-align: left
}

.sh-pricing-content-left .sh-pricing-content-item {
  padding-left: 0
}

.sh-pricing-content-left .sh-pricing-content-item i {
  padding-right: 6px
}

.sh-pricing-style1 .sh-pricing-name,
.sh-pricing-style2 .sh-pricing-name {
  background-color: transparent
}

.sh-pricing-style2 {
  border: 1px solid transparent
}

.sh-pricing-style2 .sh-pricing-content {
  padding-left: 20px;
  padding-right: 20px
}

.sh-pricing-style2 .sh-pricing-top {
  position: relative;
  margin: -1px
}

.sh-pricing-style2 .sh-pricing-icon {
  margin-bottom: 0
}

.sh-pricing-style3 .sh-pricing-top-aside {
  display: table;
  margin: 35px auto
}

.sh-pricing-style3 .sh-pricing-top {
  background-color: transparent;
  padding: 0;
  color: inherit
}

.sh-pricing-style3 .sh-pricing-name {
  position: relative
}

.sh-pricing-style3 .sh-pricing-name h2,
.sh-pricing-style4 .sh-pricing-name h2 {
  margin-bottom: 0;
  padding: 15px;
  font-size: 24px
}

.sh-pricing-style3 .sh-pricing-price {
  padding: 10px 0 15px
}

.sh-pricing-style4 .sh-pricing-top {
  padding: 15px;
  color: inherit
}

.sh-pricing-style4 .sh-pricing-name {
  background-color: transparent
}

.sh-pricing-style4 .sh-pricing-price {
  margin-bottom: 0;
  font-weight: 700
}

.sh-pricing-style4 .sh-pricing-top {
  background-color: transparent;
  margin-bottom: 20px
}

.sh-pricing-style4 .sh-pricing-top .sh-pricing-name,
.sh-pricing-style4 .sh-pricing-top .sh-pricing-name h2 {
  color: inherit
}

.sh-pricing-style3 .sh-pricing-content-item:first-child,
.sh-pricing-style4 .sh-pricing-content-item:first-child {
  border-top: 1px solid transparent
}

.sh-pricing-with-icon .sh-pricing-top-aside {
  margin-bottom: 20px
}

.sh-progress-style1 .sh-progress-item {
  margin-bottom: 15px
}

.sh-progress-style1 .sh-progress-title {
  font-size: 16px;
  font-weight: 700
}

.sh-progress-style1 .sh-progress-content {
  position: relative
}

.sh-progress-style1 .sh-progress-content-container {
  padding-right: 56px
}

.sh-progress-style1 .sh-progress-status {
  background-color: #e5e5e5;
  height: 5px
}

.sh-progress-style1 .sh-progress-status-value {
  background-color: #47c9e5;
  height: 5px;
  width: 0;
  position: relative;
  overflow: visible !important;
  margin-top: 12px
}

.sh-progress-style1 .sh-progress-status-value:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #47c9e5;
  background-color: #fff;
  border-radius: 50%;
  top: -6px;
  right: -8px
}

.sh-progress-style1 .sh-progress-value2 {
  position: absolute;
  top: -10px;
  right: 0;
  font-weight: 700;
  font-size: 16px
}

.sh-progress-style2 .sh-progress-item {
  margin-bottom: 20px
}

.sh-progress-style2 .sh-progress-content-container {
  background-color: #3f3f3f;
  height: 40px;
  overflow: hidden;
  color: #fff;
  position: relative
}

.sh-progress-style2 .sh-progress-status-value {
  width: 0;
  height: 40px
}

.sh-progress-style2 .sh-progress-title,
.sh-progress-style2 .sh-progress-value2 {
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 700
}

.sh-progress-style2 .sh-progress-title {
  left: 0
}

.sh-progress-style2 .sh-progress-value2 {
  right: 0
}

.sh-progress-style3 .sh-progress-item {
  margin-bottom: 20px
}

.sh-progress-style3 .sh-progress-content-container {
  background-color: #3f3f3f;
  height: 40px;
  overflow: hidden;
  color: #fff;
  position: relative
}

.sh-progress-style3 .sh-progress-status-value {
  width: 0;
  height: 40px;
  position: relative;
  overflow: visible !important
}

.sh-progress-style3 .sh-progress-status-value-edge {
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0
}

.sh-progress-style3 .sh-progress-title,
.sh-progress-style3 .sh-progress-value2 {
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 700
}

.sh-progress-style3 .sh-progress-title {
  left: 0
}

.sh-progress-style3 .sh-progress-value2 {
  right: 0
}

.sh-progress-style4 .sh-progress-item {
  margin-bottom: 15px
}

.sh-progress-style4 .sh-progress-title {
  font-size: 16px;
  font-weight: 700
}

.sh-progress-style4 .sh-progress-content {
  position: relative
}

.sh-progress-style4 .sh-progress-status {
  background-color: #e5e5e5;
  height: 1px
}

.sh-progress-style4 .sh-progress-status-value {
  background-color: #47c9e5;
  height: 5px;
  top: -2.5px;
  width: 0;
  position: relative;
  overflow: visible !important;
  margin-top: 12px;
  border-radius: 4px
}

.sh-progress-style4 .sh-progress-status-value:before {
  content: "";
  display: none
}

.sh-progress-style4 .sh-progress-value2 {
  text-align: right;
  font-weight: 700
}

.sh-progress-style5 .sh-progress-item {
  margin-bottom: 30px
}

.sh-progress-style5 .sh-progress-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}

.sh-progress-style5 .sh-progress-content {
  position: relative
}

.sh-progress-style5 .sh-progress-status {
  background-color: #e5e5e5;
  height: 5px
}

.sh-progress-style5 .sh-progress-status-value {
  background-color: #47c9e5;
  height: 25px;
  top: -12.5px;
  width: 0;
  position: relative;
  overflow: visible !important;
  margin-top: 12px;
  border-radius: 100px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .2)
}

.sh-progress-style5 .sh-progress-status-value:before {
  content: "";
  display: none
}

.sh-progress-style5 .sh-progress-value2 {
  text-align: right;
  font-weight: 700;
  font-size: 16px
}

.sh-single-image {
  position: relative;
  line-height: 0
}

.sh-single-image-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%
}

.sh-single-image-container-lazy {
  display: block
}

.sh-single-image-container img.sh-image-url {
  margin-bottom: 0
}

.sh-single-image-container img.sh-image-hover {
  transition: .3s all ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.sh-single-image-has-hover .sh-single-image-container:hover .sh-image-hover {
  opacity: 1
}

.sh-single-image-shadow1 .sh-single-image-container,
.sh-single-image-shadow1 .slick-list {
  box-shadow: 0px 5px 18px 1px rgba(0, 0, 0, .1)
}

.sh-single-image-shadow2 .sh-single-image-container,
.sh-single-image-shadow2 .slick-list {
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12)
}

.sh-single-image-shadow3 .sh-single-image-container,
.sh-single-image-shadow3 .slick-list {
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, .25)
}

.sh-single-image-shadow4 .sh-single-image-container {
  background-color: transparent;
  overflow: visible
}

.sh-single-image-shadow4 .sh-single-image-container:after {
  content: " ";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  height: 20px;
  z-index: -1;
  box-shadow: 0 8px 41px rgba(0, 0, 0, .35)
}

.sh-single-image-shadow4 .slick-list {
  box-shadow: 0 8px 41px rgba(0, 0, 0, .35)
}

.sh-single-image .sh-single-image-overlay:hover {
  opacity: 1
}

.sh-single-image:hover .sh-custom-button-preset1 {
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, .24)
}

.sh-single-image-has-overlay1 .sh-single-image-overlay img {
  transition: .3s all ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1.0);
  transform: translate3d(0, 0, 0) scale(1, 1.0)
}

.sh-single-image-has-overlay1 .sh-single-image-overlay:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-single-image-overlay {
  display: block;
  transition: .3s all ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  bottom: 0;
  background-color: rgba(71, 201, 229, .8);
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sh-image-gallery-nozoom .post-meta-thumb:hover img {
  transform: translate3d(0, 0, 0) scale(1, 1)
}

.sh-custom-button-preset1 {
  transition: .6s all ease-in-out;
  line-height: 50px;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 100px;
  font-weight: 700;
  box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, .05);
  font-size: 13px;
  color: #4e4e4e;
  display: table;
  margin: 0 auto
}

.sh-custom-button-preset1 i {
  padding-left: 7px;
  position: relative;
  bottom: -1px
}

.sh-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff
}

@media (min-width:800px) {
  .sh-section-extra-white-space .sh-column:not(:first-child) {
    border-left: 15px solid #fff
  }

  .sh-section-extra-white-space .sh-column:not(:last-child) {
    border-right: 15px solid #fff
  }
}

.sh-section-extra-white-space .sh-column {
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff
}

.sh-section-container {
  position: relative;
  z-index: 100
}

@media (min-width:800px) {
  .section-justify-height-full .sh-column {
    min-height: 100vh
  }

  .section-justify-height:not(.section-justify-height-only) .sh-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width:800px) {
  .sh-section-visibility-desktop {
    display: block
  }

  .sh-section-visibility-mobile {
    display: none
  }
}

@media (max-width:800px) {
  .sh-section-visibility-desktop {
    display: none
  }

  .sh-section-visibility-mobile {
    display: block
  }
}

@media (min-width:800px) {
  .sh-section-strech-edge-left .fw-row .sh-column:first-child>.sh-column-wrapper {
    margin-left: calc(100% - 100vw/2 + 22px)
  }

  .sh-section-strech-edge-left .sh-image-gallery .slick-list {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
}

@media (max-width:800px) {
  .sh-section-strech-edge-left .fw-row .sh-column:first-child>.sh-column-wrapper {
    margin-left: calc(100% - 100vw + 22px)
  }
}

@media (min-width:800px) {
  .sh-section-strech-edge-right .fw-row .sh-column:last-child>.sh-column-wrapper {
    margin-right: calc(100% - 100vw/2 + 22px)
  }

  .sh-section-strech-edge-right .sh-image-gallery .slick-list {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
}

@media (max-width:800px) {
  .sh-section-strech-edge-right .fw-row .sh-column:last-child>.sh-column-wrapper {
    margin-right: calc(100% - 100vw + 22px)
  }
}

.sh-tabs-filter {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}

.sh-tabs-filter li {
  border-bottom: 1px solid #eee
}

.sh-tabs-filter li a {
  display: inline-block;
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 15px 10px;
  cursor: pointer;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom-width: 1px !important;
  font-weight: 700;
  font-size: 13px;
  transition: .3s all ease-in-out;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  line-height: inherit
}

.sh-tabs-filter li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -2.5px;
  height: 5px;
  border-radius: 5px;
  background-color: #47c9e5;
  z-index: 100;
  transition: .3s all ease-in-out;
  opacity: 0
}

.sh-tabs-filter li.active a:after {
  opacity: 1;
  transition: 0s all ease-in-out
}

.sh-tabs-filter li.active a {
  color: #47c9e5 !important;
  transition: 0s all ease-in-out
}

.sh-tabs-filter li:first-child a {
  padding-left: 0
}

.sh-tabs-filter li:first-child a:after {
  left: 0
}

.sh-tabs-filter li:last-child a {
  padding-right: 0
}

.sh-tabs-filter li:last-child a:after {
  right: 0
}

.sh-tabs-icon {
  font-size: 16px;
  padding-right: 8px;
  position: relative;
  bottom: -1px
}

.sh-tabs-style2 .sh-tabs-filter {
  display: table;
  margin: 0 auto 30px auto
}

.sh-tabs-style2 .sh-tabs-filter li {
  text-align: center
}

.sh-tabs-style2 .sh-tabs-icon {
  display: block;
  text-align: center;
  font-size: 36px;
  padding-right: 0;
  margin-bottom: 15px
}

.sh-tabs-style1 .sh-tabs-icon {
  font-size: 24px;
  position: relative;
  bottom: -5px
}

.sh-tabs-style3 .sh-tabs-filter {
  display: table;
  margin-left: 0
}

.sh-tabs-style4 .nav-tabs {
  border-right: 1px solid #f3f3f3 !important
}

.sh-tabs-style4 .nav-tabs>li {
  float: none;
  width: 100%;
  text-align: right;
  border-bottom-width: 0
}

.sh-tabs-filter li a {
  padding-top: 9px;
  padding-bottom: 9px
}

.sh-tabs-style4 .nav-tabs li.active a {
  font-size: 16px
}

.sh-tabs-style4 .nav-tabs i {
  padding-left: 12px;
  font-size: 18px;
  bottom: -2px;
  position: relative
}

.sh-tabs-style4 .nav-tabs li.active i {
  font-size: 24px
}

.sh-tabs-style4 .sh-tabs-filter {
  margin-bottom: 0;
  border-bottom-width: 0
}

.sh-tabs-style4 .sh-tabs-filter li a {
  padding-right: 15px;
  padding-left: 15px
}

.sh-tabs-style4 .sh-tabs-filter li a:after {
  width: 6px;
  height: auto;
  left: auto;
  right: -3px;
  top: 0;
  bottom: 0
}

.sh-tabs-style4 .tab-content,
.sh-tabs-style4 .tab-content p {
  line-height: 195%
}

@media (min-width:992px) {
  .sh-tabs-style4:after {
    display: block;
    content: "";
    clear: both
  }

  .sh-tabs-style4>* {
    float: left
  }

  .sh-tabs-style4 .nav-tabs {
    width: 33.33333333%
  }

  .sh-tabs-style4 .tab-content {
    width: 66.66666667%;
    padding-left: 45px;
    padding-top: 36px
  }

  .sh-tabs-style4 .sh-tabs-filter li a {
    padding-right: 30px;
    transition: .3s color ease-in-out
  }
}

@media (max-width:991px) {
  .sh-tabs-style4 .nav-tabs {
    border-left: 1px solid #f3f3f3 !important;
    border-right-width: 0 !important
  }

  .sh-tabs-style4 .nav-tabs li {
    text-align: left
  }

  .sh-tabs-style4 .nav-tabs .sh-tabs-icon {
    float: left;
    padding-left: 0;
    padding-right: 12px
  }

  .sh-tabs-style4 .nav-tabs li a:after {
    left: -4px
  }

  .sh-tabs-style4 .tab-content {
    padding-left: 28px;
    padding-top: 30px
  }
}

.sh-team {
  text-align: center;
  margin-bottom: 20px
}

.sh-team-name h3,
.sh-team-role {
  margin-bottom: 7px
}

.sh-team-name h3 {
  font-size: 16px
}

.sh-team-role {
  text-transform: uppercase;
  color: #b1b1b1;
  font-size: 24px
}

@media (max-width:1000px) {
  .sh-team-role {
    font-size: 18px
  }
}

@media (max-width:800px) {
  .sh-team-role {
    font-size: 14px
  }
}

.sh-team-image {
  display: block;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  max-height: 600px
}

.sh-team-image .sh-team-container {
  padding-top: 100%;
  overflow: hidden;
  position: relative
}

.sh-team-image-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 50
}

.sh-team-image img {
  max-width: 101%;
  width: 100%
}

.sh-team-top {
  padding-bottom: 6px
}

.sh-team-icons {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0 10px
}

.sh-team-icon {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 3px
}

.sh-team-icon i {
  font-size: 16px
}

.sh-team-icons-container {
  position: relative
}

.sh-team-icon i {
  line-height: 50px
}

.sh-team-style3 {
  display: table;
  text-align: left
}

.sh-team-style3 .sh-team-image-container,
.sh-team-style3 .sh-team-aside {
  display: table-cell;
  vertical-align: top
}

.sh-team-style3 .sh-team-image-container {
  width: 50%
}

.sh-team-style3 .sh-team-aside {
  width: 50%;
  padding-left: 30px;
  padding-top: 0
}

.sh-team-style3 .sh-team-aside .sh-team-icons {
  text-align: left;
  display: block
}

.sh-team-style4 {
  text-align: left
}

.sh-team-style4 .sh-team-icons {
  margin: 0
}

.sh-team-style4 .sh-team-icon:first-child {
  margin-left: 0 !important
}

.sh-team-style4.sh-team-social-standard .sh-team-icon {
  background-color: transparent !important;
  font-size: 16px !important;
  padding: 0 9px;
  padding-left: 0;
  width: auto !important;
  height: auto !important
}

.sh-team-style4.sh-team-social-standard .sh-team-icon:hover {
  background-color: transparent !important
}

.sh-team-style4 .sh-team-role {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px
}

.sh-team-style4 .sh-team-name h3 {
  margin-bottom: 12px
}

.sh-team-style4 .sh-team-icon i {
  line-height: 0 !important
}

.sh-team-style4 .sh-team-description {
  margin-bottom: 8px
}

.sh-team-social-standard .sh-team-icon {
  margin: 0 5px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  color: #8d8d8d;
  background-color: #f4f4f4;
  font-size: 18px;
  border-radius: 50px
}

.sh-team-social-standard .sh-team-icon i {
  line-height: 50px;
  font-size: 19px
}

.sh-team-social-overlay .sh-team-image-position {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.sh-team-social-overlay:hover .sh-team-image .sh-team-image-position {
  -webkit-transform: translate3d(0, -45px, 0);
  transform: translate3d(0, -45px, 0)
}

.sh-team-social-overlay:hover .sh-team-overlay {
  opacity: 1;
  bottom: 0
}

.sh-team-social-overlay .sh-team-overlay {
  width: 100%;
  opacity: 1;
  bottom: -60px;
  position: absolute;
  z-index: 30
}

.sh-team-overlay .sh-team-icon {
  height: 60px;
  background-color: transparent
}

.sh-team-overlay .sh-team-icons {
  width: 101%;
  margin: 0;
  padding: 0
}

.sh-team-overlay .sh-team-icons-container {
  display: table;
  width: 100%;
  margin-right: -1px
}

.sh-team-overlay .sh-team-icon i {
  line-height: 60px;
  color: #fff;
  font-size: 19px
}

.sh-team-overlay .sh-team-icon {
  display: table-cell;
  position: relative
}

.sh-team-overlay .sh-team-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .05);
  opacity: 0
}

.sh-team-overlay .sh-team-icon:hover:before {
  opacity: 1
}

.sh-team-social-overlay2 .sh-team-image-position {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1.0);
  transform: translate3d(0, 0, 0) scale(1, 1.0);
  transition: .3s all ease-in-out
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-image-position {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2 {
  background-color: rgba(71, 201, 229, .8)
}

.sh-team-overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0;
  opacity: 1;
  z-index: 30;
  transition: .3s all ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sh-team-overlay2 .sh-team-icons {
  width: 100%
}

.sh-team-overlay2 .sh-team-icons-container {
  display: table;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  text-align: center;
  opacity: 0;
  transition: .5s all
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-icons-container {
  opacity: 1;
  bottom: 0
}

.sh-team-overlay2 .sh-team-icon {
  display: table-cell;
  position: relative;
  text-align: center
}

.sh-team-overlay2 .sh-team-icon-container-container,
.sh-team-overlay2 .sh-team-icon {
  text-align: center;
  margin-bottom: 60px;
  height: 60px
}

.sh-team-overlay2 .sh-team-icon-container i {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  transition: .5s all
}

.sh-team-overlay2 .sh-team-icon {
  margin: 0 auto
}

.sh-team-overlay2 .sh-team-icon-container {
  transition: .5s all;
  width: 60px;
  margin: 0 auto;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  margin-left: -30px
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container {
  background-color: #fff;
  width: 60px;
  -webkit-animation: icon_round_animation .5s;
  animation: icon_round_animation .5s;
  z-index: 200;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container i {
  color: #505050
}

@-webkit-keyframes icon_round_animation {
  0% {
    opacity: 0;
    margin-top: 30px
  }

  100% {
    opacity: 1;
    margin-top: 0
  }
}

@keyframes icon_round_animation {
  0% {
    opacity: 0;
    margin-top: 30px
  }

  100% {
    opacity: 1;
    margin-top: 0
  }
}

.sh-testimonials {
  text-align: center
}

.sh-testimonials-item {
  display: none
}

.sh-testimonials-image {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%
}

.sh-testimonials-name h3 {
  margin-top: 5px;
  margin-bottom: 2px
}

.sh-testimonials-job {
  margin-bottom: 15px
}

.sh-testimonials-top {
  position: relative;
  background-color: #3ec1bf;
  padding: 0;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: table;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05), 0 5px 20px rgba(0, 0, 0, .05)
}

.sh-testimonials-top>div {
  display: table-cell;
  max-height: 92px;
  vertical-align: middle
}

.sh-testimonials-top-aside {
  padding-left: 15px
}

.sh-testimonials-top-aside .sh-testimonials-job {
  margin-bottom: 0
}

.sh-testimonials-top .sh-testimonials-name h3 {
  color: #fff
}

.sh-testimonials-name h3 {
  font-size: 16px
}

.sh-testimonials-top .sh-testimonials-job {
  color: rgba(255, 255, 255, .6)
}

.sh-testimonials-icon {
  position: absolute;
  top: 13px;
  right: 13px
}

.sh-testimonials-icon i {
  font-size: 24px;
  color: #fff
}

.sh-testimonials-quote-off .sh-testimonials-quote-icon,
.sh-testimonials-quote-off .sh-testimonials-icon {
  display: none
}

.sh-testimonials-switch {
  display: table;
  margin: 0 auto;
  margin-top: 15px;
  opacity: 0
}

.sh-testimonials-switch>div {
  padding: 0 6px;
  margin: 0 1.5px;
  cursor: pointer
}

.sh-testimonials-switch i {
  font-size: 28px;
  color: #8d8d8d;
  line-height: 36px;
  transition: .3s all ease-in-out
}

.sh-testimonials-switch i:hover {
  filter: contrast(300%);
  -webkit-filter: contrast(300%);
  -moz-filter: contrast(300%);
  -o-filter: contrast(300%);
  -ms-filter: contrast(300%)
}

.sh-testimonials .slick-prev,
.sh-testimonials .slick-next {
  display: none !important
}

.sh-testimonials .slick-list {
  height: auto !important
}

.sh-testimonials-table .sh-testimonials-switch {
  margin-top: 0
}

.sh-testimonials-style1 .sh-testimonials-image {
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05), 0 5px 20px rgba(0, 0, 0, .05)
}

.sh-testimonials-style1 .sh-testimonials-quote {
  margin-top: 38px;
  margin-bottom: 20px
}

.sh-testimonials-style1 .sh-testimonials-quote-icon {
  font-size: 30px;
  line-height: 1
}

.sh-testimonials-style1 .sh-testimonials-quote-icon i {
  bottom: -6px;
  position: relative
}

.sh-testimonials-style6 .sh-testimonials-image {
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08), 0 5px 20px rgba(0, 0, 0, .08)
}

.sh-testimonials-style6 .sh-testimonials-quote {
  margin-top: 38px;
  margin-bottom: 20px
}

.sh-testimonials-style6 .sh-testimonials-quote-icon {
  font-size: 30px;
  line-height: 1
}

.sh-testimonials-style6 .sh-testimonials-switch-left {
  margin-left: 0
}

.sh-testimonials-style6 .sh-testimonials-switch-right {
  margin-right: 0
}

.sh-testimonials-style6 .sh-testimonials-center {
  position: relative
}

.sh-testimonials-style6 .sh-testimonials-quote-icon-container {
  background-color: #47c9e5;
  color: #fff;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: -20px;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08), 0 5px 20px rgba(0, 0, 0, .08)
}

.sh-testimonials-style6 .sh-testimonials-quote-icon i {
  position: relative;
  line-height: 44px;
  font-size: 21px
}

.sh-testimonials-style2 .sh-testimonials-quote {
  position: relative;
  padding: 0 50px;
  padding-top: 17px
}

.sh-testimonials-style2 .sh-testimonials-quote:after,
.sh-testimonials-style2 .sh-testimonials-quote:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px
}

.sh-testimonials-style2 .sh-testimonials-quote:before {
  left: 0;
  content: "\e67f"
}

.sh-testimonials-style2 .sh-testimonials-quote:after {
  right: 0;
  content: "\e67e"
}

.sh-testimonials-style2 .sh-testimonials-switch {
  margin-top: 40px
}

.sh-testimonials-style3 .sh-testimonials-quote-icon {
  text-align: left
}

.sh-testimonials-style3 .sh-testimonials-quote-icon i {
  font-size: 24px
}

.sh-testimonials-style3 .sh-testimonials-item-container {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4
}

.sh-testimonials-style3 .sh-testimonials-table-icon {
  min-width: 50px
}

.sh-testimonials-style3 .sh-testimonials-table-image {
  min-width: 92px;
  padding-right: 15px
}

.sh-testimonials-style3 .sh-testimonials-table-name {
  width: 20%;
  min-width: 150px
}

.sh-testimonials-style3 .sh-testimonials-table-quote {
  width: 80%
}

.sh-testimonials-style4 {
  height: 100%
}

.sh-testimonials-style4 .sh-testimonials-item-container {
  background-color: #707070;
  margin: 15px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 240px;
  padding-bottom: 100px;
  text-align: left;
  height: 100%;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover
}

.sh-testimonials-style4 .sh-testimonials-item-container h3 {
  color: #fff
}

.sh-testimonials-style4 .sh-testimonials-job {
  font-weight: 700;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 25px;
  color: #adadad
}

.sh-testimonials-style4 .sh-testimonials-switch {
  position: relative;
  margin-top: -70px
}

.sh-testimonials-style4 .sh-testimonials-switch i {
  color: #fff
}

.sh-testimonials-style4 .sh-testimonials-item-top {
  margin-left: 63px
}

.sh-testimonials-style4 .sh-testimonials-table-icon {
  min-width: 45px;
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.sh-testimonials-style4 .sh-testimonials-table-icon i {
  font-size: 30px
}

.sh-testimonials-style4 .sh-testimonials-table-quote {
  width: 100%;
  padding-left: 18px
}

.sh-testimonials-style5 {
  height: 100%
}

.sh-testimonials-style5 .sh-testimonials-item-container {
  margin: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover
}

.sh-testimonials-style5 .sh-testimonials-job {
  font-weight: 700;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 25px
}

.sh-testimonials-style5 .sh-testimonials-switch {
  position: relative;
  margin-top: -70px
}

.sh-testimonials-style5 .sh-testimonials-item-top {
  margin-left: 63px
}

.sh-testimonials-style5 .sh-testimonials-table-icon {
  min-width: 45px;
  border-right: 1px solid #eaeaea
}

.sh-testimonials-style5 .sh-testimonials-table-icon i {
  font-size: 30px;
  color: #c7c7c7
}

.sh-testimonials-style5 .sh-testimonials-table-quote {
  width: 100%;
  padding-left: 18px;
  padding-top: 0;
  padding-bottom: 0
}

.sh-testimonials-style3,
.sh-testimonials-style4,
.sh-testimonials-style5 {
  width: 100%
}

.sh-timeline {
  position: relative;
  cursor: default
}

.sh-timeline .sh-timeline-item {
  width: 100%;
  float: left
}

.sh-timeline .sh-timeline-item:first-child>div {
  margin-top: 0 !important
}

.sh-timeline h3 {
  margin-bottom: 10px;
  font-size: 16px
}

.sh-timeline .sh-timeline-box-right i,
.sh-timeline-2 .sh-timeline-box-right i {
  padding-left: 9px;
  position: relative;
  bottom: -3px;
  font-size: 24px
}

.sh-timeline .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-left i {
  padding-right: 9px;
  position: relative;
  bottom: -3px;
  font-size: 24px
}

.sh-timeline-2 .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-right i {
  line-height: 0
}

.sh-timeline .sh-timeline-item>div {
  float: left;
  width: 50%;
  position: relative;
  margin-top: -60px;
  padding-right: 45px;
  padding-left: 0;
  text-align: right;
  min-height: 60px
}

.sh-timeline>.sh-timeline-item:nth-child(2n+0)>div {
  float: right;
  padding-right: 0;
  padding-left: 45px;
  text-align: left
}

.sh-timeline:before {
  position: absolute;
  left: 50%;
  top: 15px;
  content: ' ';
  display: block;
  width: 5px;
  height: 100%;
  margin-left: -1.5px;
  background: rgba(172, 172, 172, .4);
  z-index: 5;
  border-radius: 100px
}

.sh-timeline:after {
  clear: both;
  content: "";
  display: block
}

.sh-timeline .sh-timeline-box {
  background-color: #a1a1a1;
  padding: 7px 21px;
  display: table;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: -20px;
  font-weight: 700
}

.sh-timeline>div:nth-child(2n+0) .sh-timeline-box {
  margin-left: -20px;
  margin-right: 0
}

.sh-timeline .sh-timeline-box-circle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  border: 3px solid #a1a1a1;
  border-radius: 100%;
  margin-right: -36px;
  margin-top: 12px;
  background-color: #fff;
  z-index: 10
}

.sh-timeline>div:nth-child(2n+0) .sh-timeline-box-circle {
  left: 0;
  right: auto;
  margin-left: -34px;
  margin-right: 0
}

.sh-timeline .sh-timeline-box-tale {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #a1a1a1
}

.sh-timeline>div:nth-child(2n+0) .sh-timeline-box-tale {
  left: -9px;
  right: auto;
  border-left: 0;
  border-right: 9px solid #a1a1a1
}

@media (max-width:850px) {
  .sh-timeline .sh-timeline-item .sh-timeline-item-container {
    float: left !important;
    margin-top: 30px;
    width: 100%;
    text-align: left !important;
    padding-left: 45px !important
  }

  .sh-timeline:before {
    left: 0
  }

  .sh-timeline .sh-timeline-item .sh-timeline-box {
    margin-left: -20px;
    margin-right: 0
  }

  .sh-timeline .sh-timeline-item .sh-timeline-box-tale {
    left: -9px;
    right: auto;
    border-left: 0;
    border-right: 9px solid #acacac
  }

  .sh-timeline .sh-timeline-item .sh-timeline-box-circle {
    left: 0;
    right: auto;
    margin-left: -33.5px;
    margin-right: 0
  }
}

.sh-timeline-2 {
  position: relative;
  cursor: default
}

.sh-timeline-2 .sh-timeline-item {
  width: 100%;
  float: left
}

.sh-timeline-2 .sh-timeline-item:first-child>div {
  margin-top: 0 !important
}

.sh-timeline-2 h3 {
  margin-bottom: 10px;
  font-size: 16px
}

.sh-timeline-2 .sh-timeline-item:last-child {
  margin-bottom: 30px
}

.sh-timeline-2 .sh-timeline-item>div {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 45px;
  padding-left: 0;
  text-align: right;
  min-height: 60px
}

.sh-timeline-2>.sh-timeline-item:nth-child(2n+0)>div {
  float: right;
  padding-right: 0;
  padding-left: 45px;
  text-align: left
}

.sh-timeline-2:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 5px;
  height: 100%;
  margin-left: -1.5px;
  background: rgba(172, 172, 172, .4);
  z-index: 5;
  border-radius: 5px
}

.sh-timeline-2:after {
  clear: both;
  content: "";
  display: block
}

.sh-timeline-2 .sh-timeline-box {
  padding: 8px 5px;
  display: table;
  position: relative;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: -12px;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12)
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box {
  margin-left: -12px;
  margin-right: 0;
  padding-left: 0
}

.sh-timeline-2 .sh-timeline-box-left {
  display: none !important
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-right {
  display: none !important
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-left {
  display: table !important
}

.sh-timeline-2 .sh-timeline-box p {
  margin-bottom: 0
}

.sh-timeline-2 .sh-timeline-box-circle {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  left: auto;
  right: 0;
  border: 4px solid #fff;
  border-radius: 100%;
  margin-right: -46px;
  margin-top: 12px;
  background-color: #47c9e5;
  z-index: 10;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .18)
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-circle {
  left: 0;
  right: auto;
  margin-left: -42px;
  margin-right: 0
}

.sh-timeline-2 .sh-timeline-box-tale {
  content: "";
  position: absolute;
  top: 48px;
  right: -12px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 6px solid #000;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, .09)
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-tale {
  left: 0;
  right: auto;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, .08)
}

.sh-timeline-2 .sh-timeline-date {
  position: absolute;
  color: #3f3f3f;
  top: 18px;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  top: 27px
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
  text-align: left;
  right: -100%;
  padding-left: 66px
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-date {
  text-align: right;
  left: -100%;
  padding-right: 66px
}

.sh-timeline-2 .sh-timeline-image {
  width: 120px;
  position: relative
}

.sh-timeline-2 .sh-timeline-image-container {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  right: 0;
  background-size: cover;
  background-position: 50% 50%
}

.sh-timeline-2 .sh-timeline-content-container {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-content-container {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-content-container {
  padding-right: 20px
}

.sh-timeline-2 .sh-timeline-content-full {
  width: 100%
}

@media (max-width:850px) {
  .sh-timeline-2 .sh-timeline-item .sh-timeline-item-container {
    float: left !important;
    margin-top: 30px;
    width: 100%;
    text-align: left !important;
    padding-left: 45px !important;
    padding-right: 0 !important
  }

  .sh-timeline-2:before {
    left: 0
  }

  .sh-timeline-2 .sh-timeline-item {
    margin-top: 27px
  }

  .sh-timeline-2 .sh-timeline-item .sh-timeline-box {
    margin-left: -10px;
    margin-right: 0;
    margin-bottom: 10px
  }

  .sh-timeline-2 .sh-timeline-item .sh-timeline-box-tale {
    left: 0;
    right: auto;
    top: 31px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, .08)
  }

  .sh-timeline-2 .sh-timeline-item .sh-timeline-box-circle {
    top: -45px;
    left: 0;
    right: auto;
    margin-left: -44px;
    margin-right: 0
  }

  .sh-timeline-2 .sh-timeline-date {
    left: auto !important;
    right: auto !important;
    top: -35px !important;
    text-align: left !important
  }

  .sh-timeline-2>div .sh-timeline-image:before {
    left: 0 !important
  }

  .sh-timeline-2>div:nth-child(2n+0) .sh-timeline-image:before {
    left: 5px !important
  }

  .sh-timeline-2>div .sh-timeline-box-right {
    display: none !important
  }

  .sh-timeline-2>div .sh-timeline-box-left {
    display: table !important
  }

  .sh-timeline-2 h3 {
    line-height: 150% !important
  }
}

.sh-timeline-2.style3 {
  max-width: 760px;
  display: table;
  margin: 0 auto
}

.sh-timeline-2.style3 .sh-timeline-box-left i,
.sh-timeline-2.style3 .sh-timeline-box-right i {
  opacity: .7
}

.sh-timeline-2.style3 .sh-timeline-date {
  font-weight: 400;
  font-size: 16px
}

@media (min-width:850px) {
  .sh-timeline-2.style3 {
    margin-bottom: 80px
  }

  .sh-timeline-2.style3 .sh-timeline-item .sh-timeline-item-container {
    float: left !important;
    margin-top: 30px;
    width: 100%;
    text-align: left !important;
    padding-left: 180px !important;
    padding-right: 0 !important
  }

  .sh-timeline-2.style3:before {
    left: 137px;
    background: rgba(172, 172, 172, .18)
  }

  .sh-timeline-2.style3 .sh-timeline-item {
    margin-top: 0;
    margin-bottom: -39px
  }

  .sh-timeline-2.style3 .sh-timeline-box {
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, .08)
  }

  .sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box {
    margin-left: -10px;
    margin-right: 0;
    margin-bottom: 10px
  }

  .sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-tale {
    left: 0;
    right: auto;
    top: 31px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, .08)
  }

  .sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-circle {
    top: 16px;
    left: 0;
    right: auto;
    margin-left: -44px;
    margin-right: 0
  }

  .sh-timeline-2.style3 .sh-timeline-date {
    left: -180px !important;
    right: auto !important;
    top: 30px !important;
    text-align: left !important;
    max-width: 185px;
    font-weight: 400;
    font-size: 16px
  }

  .sh-timeline-2.style3>div .sh-timeline-image:before {
    left: 0 !important
  }

  .sh-timeline-2.style3>div:nth-child(2n+0) .sh-timeline-image:before {
    left: 5px !important
  }

  .sh-timeline-2.style3>div .sh-timeline-box-right {
    display: none !important
  }

  .sh-timeline-2.style3>div .sh-timeline-box-left {
    display: table !important
  }
}

@media (max-width:550px) {
  .sh-timeline-2 .sh-table-cell {
    display: block !important;
    width: 100%
  }

  .sh-timeline-2 .sh-timeline-image {
    height: 130px
  }
}

.sh-video-player {
  overflow: hidden
}

.sh-video-player-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative
}

.sh-video-player-4_3 .sh-video-player-container {
  padding-bottom: 75%
}

.sh-video-player-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.sh-video-player iframe {
  width: 100%;
  height: 100%
}

.sh-video-player-image {
  display: none
}

.sh-video-player-image img {
  margin-bottom: 0 !important
}

.sh-video-player-image-placeholder .sh-video-player-image,
.sh-video-player-image-placeholder .sh-video-player-image-play {
  display: block
}

.sh-video-player-image-placeholder .sh-video-player-container {
  display: none
}

.sh-video-player-image-container {
  position: relative;
  transition: .5s all ease-in-out
}

.sh-video-player-image-play {
  width: 70px;
  height: 70px;
  background-color: #51cce2;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  cursor: pointer;
  border: 6px solid #fff;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  display: none
}

.sh-video-player-image-play i {
  color: #fff;
  font-size: 30px;
  line-height: 61px;
  position: relative;
  right: -2px
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container {
  cursor: pointer
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container:hover {
  opacity: .75
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-play {
  display: none
}

.sh-video-player-style2 .sh-video-player-image-play {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px
}

.sh-video-player-style2 .sh-video-player-image-play {
  background-color: #fff;
  border-width: 0
}

.sh-video-player-style2 .sh-video-player-image-play:hover i,
.sh-video-player-style2 .sh-video-player-image-play:focus i {
  color: #fff
}

.sh-video-player-style2 .sh-video-player-image-play i {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 60px
}

.sh-text-with-frame-container {
  display: table;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, .0);
  padding: 35px;
  max-width: 100%
}

.sh-text-with-frame-container * {
  margin-bottom: 0
}

.sh-text-with-frame-container p,
.sh-text-with-frame-container h1,
.sh-text-with-frame-container h2,
.sh-text-with-frame-container h3,
.sh-text-with-frame-container h4,
.sh-text-with-frame-container h5,
.sh-text-with-frame-container h6 {
  line-height: 1 !important
}

@media (max-width:320px) {
  .sh-text-with-frame-container {
    display: block
  }
}

.sh-woocommerce-categories-item {
  padding-bottom: 30px
}

.sh-woocommerce-categories-item:hover h3 {
  opacity: .8
}

.sh-woocommerce-categories-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: relative
}

.sh-woocommerce-categories-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
  transition: all .5s ease-in-out
}

.sh-woocommerce-categories-item:hover .sh-woocommerce-categories-thumb {
  transform: scale(1.2)
}

@media (max-width:1000px) {
  .sh-woocommerce-categories-item h3 {
    font-size: 18px !important
  }
}

.sh-woocommerce-categories-content:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 24, 24, .5);
  z-index: 0
}

.sh-woocommerce-categories-content h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0
}

.sh-woocommerce-categories-count {
  background-color: #47c9e5;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  display: inline-block;
  margin-left: 6px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 0 12px;
  top: -3px;
  position: relative
}

.sh-woocommerce-products .woocommerce {
  position: relative;
  margin: 0 -15px
}

.sh-woocommerce-products .woocommerce ul.products li.product {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%
}

.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
  width: 33.3%
}

.sh-woocommerce-products .woocommerce.columns-5 ul.products li.product {
  width: 20%
}

.sh-woocommerce-products .woocommerce.columns-6 ul.products li.product {
  width: 16.6666666667%
}

.sh-woocommerce-products .woocommerce ul.products li.first {
  clear: none !important
}

.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
  width: 50%
}

@media (max-width:1200px) {
  .sh-woocommerce-products .products:not(.slick-slider) li.product {
    min-width: 25%
  }
}

@media (max-width:1025px) {
  .sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
    width: 33.3%
  }

  .sh-woocommerce-products .products:not(.slick-slider) li.product {
    min-width: 33.3%
  }
}

@media (max-width:800px) {
  .sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
    width: 50%
  }

  .sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
    width: 50%
  }

  .sh-woocommerce-products .products:not(.slick-slider) li.product {
    min-width: 50%
  }
}

@media (max-width:560px) {
  .sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
    width: 100%
  }

  .sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
    width: 100%
  }

  .sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
    width: 100%
  }

  .sh-woocommerce-products .products:not(.slick-slider) li.product {
    min-width: 100%
  }
}

.sh-woocommerce-products-style2 .sh-woo-post-content-container {
  box-shadow: none;
  padding-top: 20px
}

.sh-woocommerce-products-style2 ul.products li.product a h3 {
  font-size: 16px !important;
  font-weight: 700;
  padding-bottom: 5px !important
}

.sh-woocommerce-products-style2 ul.products li.product .sh-woo-post-content-container a:first-child {
  padding: 0 !important;
  border-bottom-width: 0 !important
}

.sh-woocommerce-products-style2 ul.products li.product .amount {
  font-size: 16px !important;
  font-weight: 700
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button {
  display: inline-block;
  float: right !important;
  font-size: 0px !important;
  padding: 0 !important;
  top: -35px !important;
  background-color: #f2f2f2;
  width: 40px;
  height: 40px;
  text-align: center
}

.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped {
  background-color: #f2f2f2 !important
}

.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple:not(.add_to_cart_button):after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped:not(.add_to_cart_button):after {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-size: 16px;
  line-height: 40px;
  text-align: center
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:hover:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:hover:after {
  color: #fff !important
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:after {
  line-height: 42px;
  padding-left: 0;
  padding-right: 0;
  transition: .2s all ease-in-out
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .price,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .price {
  width: auto;
  float: left
}

.sh-woocommerce-products-style2 ul.products li.product .additional-information {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 13px;
  margin-bottom: 16px !important;
  margin-right: 55px
}

.sh-woocommerce-products-style2 ul.products li.product .price ins {
  font-size: medium !important
}

.sh-woocommerce-products-style2 ul.products li.product .star-rating,
.sh-woocommerce-products-style2 ul.products li.product .ajax_add_to_cart:not(.add_to_cart_button) {
  display: none !important
}

.sh-woocommerce-products-style2 ul.products li:hover {
  bottom: 0 !important
}

.sh-woocommerce-products-style2 ul.products li:hover .sh-woo-post-content-container {
  box-shadow: none !important
}

.sh-woocommerce-products-style2 .widget_search .search-field,
.sh-woocommerce-products-style2 .woocommerce-ordering .placeholder,
.sh-woocommerce-products-style2 .woocommerce-ordering .SumoSelect .SelectBox {
  border-radius: 100px !important
}

.sh-woocommerce-products-style2 .widget_search .search-field {
  padding: 16px 30px;
  padding-right: 60px
}

.sh-woocommerce-products-style2 .widget_search .search-submit {
  right: 15px
}

.sh-woocommerce-products-style2 .simpleselect .placeholder,
.sh-woocommerce-products-style2 .simpleselect .options .option {
  padding: 9px 34px
}

.sh-footer-template {
  position: relative
}

body.single-shufflehound_header {
  overflow-x: hidden;
  min-height: 100vh
}

body.single-shufflehound_header .vc_row[data-vc-full-width] {
  overflow: visible
}

.sh-header-builder,
.sh-header-template {
  position: relative
}

.sh-header-template .vc_row {
  width: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important
}

.sh-header-template {
  margin-top: -1px
}

.sh-header-template .vc_row[data-vc-full-width] {
  overflow: visible
}

.sh-header-builder-edit {
  display: block;
  position: absolute;
  padding: 0 12px;
  top: 5px;
  right: 5px;
  opacity: .5;
  color: #7d7d7d;
  transition: .3s all ease-in;
  z-index: 260;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50px;
  line-height: 29px;
  height: 28px
}

.sh-header-builder-edit i {
  padding-right: 3px;
  font-size: 12px
}

.sh-header-builder-edit:hover {
  opacity: 1;
  background-color: #337ab7;
  color: #fff
}

@media (max-width:800px) {
  .sh-header-builder-edit {
    display: none
  }
}

.sh-header-builder-topbar-container,
.sh-header-builder-main-container {
  width: 100%
}

.sh-header-builder-main-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px
}

.sh-header-builder-main .header-logo {
  display: block;
  padding: 0
}

.sh-header-builder-main img {
  margin-bottom: 0
}

body:not(.compose-mode) .sh-header-builder-main-above-content,
body.page.compose-mode .sh-header-builder-main-above-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 240
}

.sh-header-template>p {
  display: none
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
X.sh-header-builder-mobile-sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250
}

body.compose-mode .sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
Xbody.compose-mode .sh-header-builder-mobile-sticky-fixed {
  top: 0 !important
}

.sh-header-builder-main-element-navigation ul.sh-nav>li>a,
.sh-header-builder-main i.sh-header-builder-main-element-icon {
  transition: .5s color, opacity ease
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-element-navigation ul.sh-nav>li>a {
  min-height: 80px !important;
  line-height: 80px !important
}

.sh-header-builder-mobile .sh-header-builder-logo img {
  margin-bottom: 0 !important
}

.sh-header-builder-logo-standard {
  display: block
}

.sh-header-builder-logo-sticky {
  display: none
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-standard,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-standard {
  display: none
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-sticky,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-sticky {
  display: block
}

.sh-header-builder-main .sh-header-search {
  z-index: 270;
  bottom: 0
}

.sh-header-builder-main .sh-header-search .sh-header-search-input {
  margin-left: 0;
  font-size: 135%
}

.sh-header-builder-main .sh-header-search i {
  font-size: inherit
}

.sh-header-builder-main-element-button-item {
  display: inline-block;
  padding: 0 10px;
  background-color: #3e3e3e;
  color: #fff;
  transition: .3s all ease-in-out
}

.sh-header-builder-main-element-button-item i {
  font-size: 120%;
  margin-right: 8px;
  position: relative;
  bottom: -2px
}

.sh-header-builder-main-content {
  position: relative
}

.sh-header-builder-main-content .sh-nav-container {
  position: static
}

.sh-header-builder-main-navigation-alignment {
  display: flex;
  align-items: center
}

.sh-header-builder-main-navigation ul.sh-nav {
  float: none
}

.sh-header-builder-layout1 .sh-header-builder-main-content,
.sh-header-builder-layout2 .sh-header-builder-main-content,
.sh-header-builder-layout4 .sh-header-builder-main-content,
.sh-header-builder-layout5 .sh-header-builder-main-content,
.sh-header-builder-layout6 .sh-header-builder-main-content,
.sh-header-builder-layout8 .sh-header-builder-main-content {
  display: flex;
  align-items: center
}

.sh-header-builder-layout1 .sh-header-builder-main-content-right {
  flex: 1
}

.sh-header-builder-layout1 .sh-header-builder-main-content-right .sh-header-builder-main-element:last-child {
  margin-right: 0
}

.sh-header-builder-layout1 .sh-header-builder-main-navigation {
  display: table;
  margin-left: auto
}

.sh-header-builder-layout1 .sh-nav>li.menu-item:last-child {
  padding-right: 0
}

.sh-header-builder-layout2 .sh-header-builder-main-content-left {
  flex: 1
}

.sh-header-builder-layout2 .sh-header-builder-main-logo {
  margin-left: auto;
  display: table
}

.sh-header-builder-layout2 .sh-nav>li.menu-item:first-child {
  padding-left: 0
}

.sh-header-builder-layout3 .sh-header-builder-main-logo,
.sh-header-builder-layout3 .sh-header-builder-main-navigation {
  display: table;
  margin: 0 auto
}

.sh-header-builder-layout3 .sh-header-builder-main-logo {
  margin-top: 15px;
  margin-bottom: 15px
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-logo {
  margin-top: 15px;
  margin-bottom: 0
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-element-navigation ul.sh-nav>li>a {
  min-height: 60px !important;
  line-height: 60px !important
}

.sh-header-builder-layout4 .sh-header-builder-main-content-left,
.sh-header-builder-layout4 .sh-header-builder-main-content-right {
  flex: 1
}

.sh-header-builder-layout4 .sh-header-builder-main-content-left .sh-header-builder-main-navigation {
  margin-left: auto;
  display: table
}

.sh-header-builder-layout4 .sh-header-builder-main-content-center {
  padding: 0 15px
}

.sh-header-builder-layout4 .sh-nav>li.menu-item:last-child {
  padding-right: 15px
}

.sh-header-builder-layout5 .sh-header-builder-main-logo {
  padding-right: 15px
}

.sh-header-builder-layout6 .sh-header-builder-main-content-left,
.sh-header-builder-layout6 .sh-header-builder-main-content-right {
  flex: 1
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-header-builder-main-navigation {
  margin-left: auto;
  display: table
}

.sh-header-builder-layout6 .sh-header-builder-main-content-center {
  padding: 0 15px
}

.sh-header-builder-layout6 .sh-nav>li.menu-item:last-child {
  padding-right: 15px
}

.sh-header-builder-layout6 .sh-header-builder-main-content-left .sh-nav>li.menu-item:first-child {
  padding-left: 0
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-nav>li.menu-item:last-child {
  padding-right: 0
}

.sh-header-builder-layout7 .sh-header-builder-main-logo {
  margin-bottom: 15px;
  padding-top: 15px
}

.sh-header-builder-layout7 .sh-nav>li.menu-item:first-child {
  padding-left: 0
}

.sh-header-builder-layout8 .sh-header-builder-main-content-left,
.sh-header-builder-layout8 .sh-header-builder-main-content-right {
  flex: 1
}

.sh-header-builder-layout8 .sh-header-builder-main-elements {
  margin-left: auto;
  display: table
}

.sh-header-builder-main-element {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px
}

.sh-header-builder-main-element:not(:last-child) {
  margin-right: 1.2em
}

.sh-header-builder-main-element>a {
  display: block;
  line-height: 40px;
  height: 40px
}

.sh-header-builder-main-navigation .sh-nav>li.menu-item {
  padding: 0 1.2em
}

.sh-header-builder-main-navigation .sh-nav>li.menu-item>a {
  position: relative;
  font-size: inherit
}

.sh-header-builder-main-element-search .sh-nav>li.menu-item,
.sh-header-builder-main-element-cart .sh-nav>li.menu-item,
.sh-header-builder-main-element-language .sh-nav>li.menu-item {
  padding-left: 0;
  padding-right: 0
}

.sh-header-builder-main-element-language .sh-nav>li.menu-item {
  display: inline-block
}

.sh-header-builder-main-element-language .sh-nav>li.menu-item a {
  text-transform: uppercase
}

.sh-header-builder-main-element-language .sh-nav>li.menu-item:not(:last-child) a {
  margin-right: 6px
}

.sh-header-builder-main i.sh-header-builder-main-element-icon {
  font-size: 140%;
  line-height: inherit;
  color: #7e7e7e;
  bottom: 0
}

.sh-header-builder-main .sh-nav-cart-content .cart-icon {
  position: absolute;
  top: .2em;
  right: -.5em;
  display: inline-block;
  letter-spacing: 0
}

.sh-header-builder-main-icons-small .sh-nav-cart-content {
  letter-spacing: normal
}

.sh-header-builder-main-icons-small .sh-nav-cart-content .cart-icon {
  top: .5em;
  right: -1.1em
}

.sh-header-builder-main-spacing-small .sh-header-builder-main-element:not(:last-child) {
  margin-right: .8em
}

.sh-header-builder-main-spacing-large .sh-header-builder-main-element:not(:last-child) {
  margin-right: 1.6em
}

.sh-header-builder-main-spacing-xlarge .sh-header-builder-main-element:not(:last-child) {
  margin-right: 2.4em
}

.sh-header-builder-main-spacing-xxlarge .sh-header-builder-main-element:not(:last-child) {
  margin-right: 3.2em
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav>li.menu-item:not(:first-child):not(:last-child) {
  padding: 0 .8em
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav>li.menu-item:first-child {
  padding-right: .8em
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav>li.menu-item:last-child {
  padding-left: .8em
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav>li.menu-item:not(:first-child):not(:last-child) {
  padding: 0 1.6em
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav>li.menu-item:first-child {
  padding-right: 1.6em
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav>li.menu-item:last-child {
  padding-left: 1.6em
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xsmall .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xsmall .sh-header-builder-main-container {
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, .12)
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-small .sh-header-builder-main-container,
.sh-header-builder-main-shadow-small .sh-header-builder-main-container {
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, .11)
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-medium .sh-header-builder-main-container,
.sh-header-builder-main-shadow-medium .sh-header-builder-main-container {
  box-shadow: 0px 5px 18px 1px rgba(0, 0, 0, .1)
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-large .sh-header-builder-main-container,
.sh-header-builder-main-shadow-large .sh-header-builder-main-container {
  box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, .15)
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xlarge .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xlarge .sh-header-builder-main-container {
  box-shadow: 0px 18px 45px -9px rgba(0, 0, 0, .15)
}

.sh-header-builder-topbar {
  display: flex;
  align-items: center;
  line-height: 250%
}

@media (max-width:800px) {
  .sh-header-builder-topbar-mobile-hidden {
    display: none
  }
}

.sh-header-builder-topbar-group {
  display: inline-block;
  vertical-align: middle
}

.sh-header-builder-topbar-left .sh-header-builder-topbar-group {
  margin-right: 15px
}

.sh-header-builder-topbar-right .sh-header-builder-topbar-group {
  margin-left: 15px
}

.sh-header-builder-contacts {
  display: flex
}

.sh-header-builder-contacts>div {
  display: flex;
  align-items: center
}

.sh-header-builder-contacts>*:not(:first-child) {
  margin-left: 1em
}

.sh-header-builder-contacts div i {
  position: relative;
  margin-right: .7em;
  transition: .3s all ease-in
}

.sh-header-builder-contacts-icons-hidden i {
  display: none
}

.sh-header-builder-social a {
  display: flex;
  align-items: center
}

.sh-header-builder-buttons a {
  display: inline-block;
  padding: 0 1em;
  transition: .3s all ease-in
}

.sh-header-builder-buttons-style-dark a {
  background-color: #fafafa;
  color: #3f3f3f
}

.sh-header-builder-buttons-style-dark a:hover,
.sh-header-builder-buttons-style-dark a:focus {
  background-color: #ececec
}

.sh-header-builder-buttons-style-light a {
  background-color: #3f3f3f;
  color: #fafafa
}

.sh-header-builder-buttons-style-light a:hover,
.sh-header-builder-buttons-style-light a:focus {
  background-color: #2d2d2d
}

.sh-topbar-nav ul,
ul.sh-topbar-nav {
  list-style: none;
  margin: 0;
  padding-left: 0
}

.sh-topbar-nav ul li,
ul.sh-topbar-nav li {
  display: inline-block;
  margin-left: 1em
}

.sh-topbar-nav ul li a,
ul.sh-topbar-nav li a {
  transition: .3s all ease-in
}

.sh-text-uppercase a {
  text-transform: uppercase
}

.sh-header-builder-mobile {
  font-size: 14px;
  display: none
}

@media (max-width:1025px) {
  .sh-header-builder-main {
    display: none
  }

  .sh-header-builder-mobile {
    display: block
  }
}

@media (max-width:600px) {

  .sh-header-builder-contacts,
  .sh-header-builder-contacts>div,
  .sh-header-builder-social a {
    display: inline-block
  }

  .sh-header-builder-topbar-content {
    display: block !important;
    padding: 10px 0
  }

  .sh-header-builder-topbar-left {
    margin-bottom: 5px
  }

  .sh-header-builder-topbar-right {
    text-align: left !important
  }

  .sh-header-builder-topbar-content ul.sh-topbar-nav li {
    margin-left: 0;
    margin-right: 1em
  }
}

.sh-header-builder-mobile-element {
  display: inline-block;
  vertical-align: middle
}

.sh-header-builder-mobile .header-logo {
  padding: 0
}

.sh-header-builder-mobile-menu i.sh-header-builder-mobile-element-icon {
  font-size: 19px
}

.sh-header-builder-mobile-content {
  display: flex;
  align-items: center;
  width: 100%
}

.sh-header-builder-mobile .c-hamburger {
  top: 0
}

.sh-header-builder-layout1 .sh-header-builder-mobile-content-right {
  flex: 1;
  text-align: right
}

.sh-header-builder-layout2 .sh-header-builder-mobile-content-left {
  flex: 1
}

.sh-header-builder-layout2 .sh-header-builder-mobile-logo {
  margin-left: auto;
  display: table
}

.sh-header-builder-layout3 .sh-header-builder-mobile-content-right {
  flex: 1;
  text-align: right
}

.sh-header-builder-layout3 .sh-header-builder-mobile-content-left {
  flex: 1
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-left {
  flex: 1
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-left .sh-nav>li.menu-item {
  padding-left: 0;
  padding-right: 0
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-right {
  flex: 1;
  text-align: right
}

.sh-header-builder-mobile .sh-header-mobile-dropdown {
  position: absolute;
  left: 0;
  right: 0
}

@media (max-width:800px) {

  .wpb_wrapper>.woocommerce.columns-3 ul.products,
  .wpb_wrapper>.woocommerce.columns-4 ul.products {
    margin: 0 -15px
  }

  .wpb_wrapper>.woocommerce.columns-3 ul.products li.product,
  .wpb_wrapper>.woocommerce.columns-4 ul.products li.product {
    width: 50%;
    min-width: 50%;
    display: inline-block;
    margin-right: -4px;
    float: none;
    padding: 0 15px
  }
}

@media (max-width:560px) {

  .wpb_wrapper>.woocommerce.columns-3 ul.products,
  .wpb_wrapper>.woocommerce.columns-4 ul.products {
    margin: 0
  }

  .wpb_wrapper>.woocommerce.columns-2 ul.products li.product,
  .wpb_wrapper>.woocommerce.columns-3 ul.products li.product,
  .wpb_wrapper>.woocommerce.columns-4 ul.products li.product {
    width: 100%;
    min-width: 100%;
    padding: 0
  }
}

.sh-instagram-element {
  position: relative
}

.sh-widget-instagramv2 .instagram_gallery a {
  width: 33.3%
}

.sh-widget-instagramv2-columns1 .instagram_gallery a {
  width: 100%
}

.sh-widget-instagramv2-columns2 .instagram_gallery a {
  width: 50%
}

.sh-widget-instagramv2-columns4 .instagram_gallery a {
  width: 25%
}

.sh-widget-instagramv2-columns5 .instagram_gallery a {
  width: 20%
}

.sh-widget-instagramv2-columns6 .instagram_gallery a {
  width: 16.6666666667%
}

@media (max-width:1025px) {
  .sh-widget-instagramv2 .instagram_gallery a {
    min-width: 25%
  }
}

@media (max-width:700px) {
  .sh-widget-instagramv2 .instagram_gallery a {
    min-width: 33.3%
  }
}

@media (max-width:550px) {
  .sh-widget-instagramv2 .instagram_gallery a {
    min-width: 50%
  }
}

.sh-widget-instagramv2 a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  position: relative;
  overflow: hidden
}

.widget-item .sh-widget-instagramv2 {
  position: relative;
  margin: 0 -5px
}

.sh-widget-instagramv2 a:before {
  content: "\f16d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 21px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px;
  opacity: 0;
  transition: .5s opacity ease-in-out;
  background-color: rgba(47, 47, 47, .3);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: linear-gradient(rgba(47, 47, 47, .1), rgba(47, 47, 47, .3));
  display: flex;
  align-items: center;
  justify-content: center
}

.sh-widget-instagramv2 a:hover:before {
  opacity: 1
}

.sh-widget-instagramv2 img {
  margin-bottom: 0 !important
}

.sh-widget-instagramv2 img {
  width: 100% !important
}

body {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 1.7;
  font-weight: 400
}

html {
  overflow-y: auto
}

html,
body {
  overflow-x: hidden
}

*:focus,
a:focus {
  outline: none
}

iframe {
  max-width: 100%;
  display: block
}

figure {
  max-width: 100%
}

.text-center {
  text-align: center
}

.sh-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

dd {
  margin: 0 0 20px
}

pre {
  border: 0;
  padding: 20px
}

img {
  max-width: 100%;
  min-height: 1px;
  height: auto
}

video,
audio {
  max-width: 100%
}

.lazy {
  visibility: hidden;
  color: transparent
}

.lazy[src] {
  visibility: visible
}

p {
  line-height: 1.8
}

p:last-child {
  margin-bottom: 0
}

a {
  color: #47c9e5;
  text-decoration: none;
  word-wrap: break-word
}

a:hover,
a:focus {
  color: #47c9e5;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', serif;
  color: #3f3f3f;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  line-height: normal !important
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  line-height: normal !important
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0
}

h2 {
  font-size: 20px
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
  word-wrap: break-word
}

.icon-social-gplus {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-social-gplus:before {
  content: "\e60d"
}

.size-xs {
  font-size: 14px
}

.size-s {
  font-size: 16px
}

.size-m {
  font-size: 20px
}

.size-l {
  font-size: 30px
}

.size-xl {
  font-size: 36px
}

.size-xxl {
  font-size: 48px
}

.size-xxxl {
  font-size: 60px
}

.size-xxxxl {
  font-size: 72px
}

@media (max-width:1024px) {
  .size-l {
    font-size: 20px
  }

  .size-xl {
    font-size: 26px
  }

  .size-xxl {
    font-size: 30px
  }

  .size-xxxl {
    font-size: 36px
  }

  .size-xxxxl {
    font-size: 40px
  }
}

.sh-text-background {
  background-color: #47c9e5;
  color: #fff;
  display: inline-block !important;
  padding: 0 11px;
  border-radius: 8px
}

.sh-text-background-white {
  background-color: #fff;
  color: #505050;
  display: inline-block !important;
  padding: 0 11px;
  border-radius: 8px
}

@media print {
  a[href]:after {
    content: none !important
  }

  html body div.container {
    width: 90% !important;
    min-width: 90% !important
  }

  html body .sh-sticky-mobile-header {
    position: absolute !important
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
select,
textarea {
  border: 1px solid #e3e3e3;
  color: #8d8d8d;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
select {
  padding: 0 20px;
  line-height: 48px !important
}

textarea {
  height: 120px;
  padding: 18px 24px
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  height: inherit !important;
  line-height: inherit !important;
  font-style: italic;
  color: inherit
}

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  height: inherit !important;
  line-height: inherit !important;
  font-style: italic;
  color: inherit
}

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  height: inherit !important;
  line-height: inherit !important;
  font-style: italic;
  color: inherit
}

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  height: inherit !important;
  line-height: inherit !important;
  font-style: italic;
  color: inherit
}

.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover,
.sh-social-share-button:before {
  background-color: #e5e5e5 !important
}

.wpcf7-form .wpcf7-submit {
  background-color: #47c9e5 !important;
  color: #fff
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit,
.woocommerce .shop_table .coupon .button,
.woocommerce a.button.alt,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.contact-form input[type=submit],
.sh-404-button,
.post-content .post-password-form input[type=submit],
.sh-comments .submit,
.wpcf7-form .wpcf7-submit {
  border-radius: 100px !important;
  font-size: 13px;
  text-transform: uppercase;
  border-width: 0
}

.woocommerce input[type=submit],
.woocommerce .button,
.contact-form input[type=submit],
.sh-404-button,
.post-content .post-password-form input[type=submit],
.wpcf7-form .wpcf7-submit {
  border-radius: 100px !important;
  line-height: 50px !important;
  padding: 0 30px !important;
  transition: .25s all ease-in-out
}

.sh-404-button,
.wpcf7-form .wpcf7-submit {
  font-weight: 700
}

.woocommerce .shop_table .coupon .button {
  background-color: #f2f2f2 !important
}

.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  color: #8d8d8d !important
}

.woocommerce .shop_table .button[name=update_cart],
.woocommerce .shop_table .button[name=update_cart]:hover,
.woocommerce .button[name=save_address]:hover,
.woocommerce .button.wc-backward {
  color: #fff !important
}

.sh-social-share-button:before,
.sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 300%;
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  transition: .3s all ease-in-out
}

.sh-social-share-button *,
.sh-pricing-button * {
  display: inline-block;
  position: relative;
  z-index: 100
}

.sh-social-share-button:hover:before,
.sh-pricing-button:hover:before {
  width: 110% !important
}

.sh-comments .submit {
  border-radius: 100px;
  display: inline-block
}

.sh-pricing-button:before {
  background-color: rgba(0, 0, 0, .07)
}

.entry-content img {
  margin: 0 0 1.5em
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em
}

blockquote {
  padding: 0 25px;
  border-left: 2px solid #ebebeb;
  font-size: 16px;
  margin-left: 45px;
  position: relative;
  line-height: 180%;
  font-style: italic
}

blockquote:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e67f";
  font-size: 21px;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -10.5px
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right
}

figure.gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -4px
}

figure.gallery-item figcaption {
  padding-top: 10px;
  padding-right: 15px
}

.gallery.gallery-columns-5 figure.gallery-item {
  width: 20%
}

.gallery.gallery-columns-4 figure.gallery-item {
  width: 25%
}

.gallery.gallery-columns-3 figure.gallery-item {
  width: 33.3%
}

.gallery.gallery-columns-2 figure.gallery-item {
  width: 50%
}

.preload {
  display: none
}

.sh-dropcaps {
  font-size: 30px !important;
  font-weight: 700;
  margin-right: 15px;
  line-height: 1
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale,
.sh-dropcaps-square-border,
.sh-dropcaps-square-border2,
.sh-dropcaps-circle {
  font-size: 24px !important;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
  color: #fff;
  background-color: #47c9e5
}

.sh-dropcaps-full-square-border:after {
  content: "";
  display: block;
  border: 2px solid #fff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px
}

.sh-dropcaps-square-border {
  border: 1px solid #e5e5e5
}

.sh-dropcaps-square-border2 {
  border: 2px solid #e5e5e5
}

.sh-dropcaps-circle {
  background-color: #e5e5e5;
  border-radius: 50%
}

.sh-dropcaps-full-square-tale {
  overflow: visible
}

.sh-dropcaps-full-square-tale:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #47c9e5
}

table {
  border: 2px solid #e5e5e5 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important
}

table td,
table th {
  border: 1px solid #e5e5e5 !important
}

table td {
  padding: 15px 20px !important
}

table th {
  padding: 15px 20px !important;
  font-size: 16px;
  color: #505050
}

.sh-table-element-style2 .default-row:nth-child(odd) {
  background: #fafafa
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
  border-width: 0 !important
}

.sh-placement-left {
  margin-right: auto
}

.sh-placement-center {
  margin: 0 auto
}

.sh-placement-right {
  margin-left: auto
}

.sh-group:after,
.sh-columns:after {
  content: "";
  display: block;
  clear: both
}

.sh-group>* {
  float: left
}

.sh-columns>* {
  float: left
}

.sh-columns>:last-child {
  float: right
}

.sh-group-equal {
  display: flex
}

.sh-group-equal>* {
  flex: 1
}

.sh-table {
  display: table;
  width: 100%
}

.sh-hidden {
  display: none
}

.sh-table-full {
  display: table;
  width: 100%;
  height: 100%
}

.sh-table-small {
  display: table
}

.sh-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none !important
}

.sh-table-cell-top {
  display: table-cell;
  vertical-align: top
}

.fw-row {
  margin: 0
}

.fw-container {
  max-width: 1200px;
  padding: 50px 0
}

.fw-container-fluid {
  padding: 0
}

.container-padding {
  padding: 0 15px !important
}

.container-fluid {
  padding: 0
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.blog-editor-content-container {
  padding-top: 60px
}

.blog-fw-editor-content-container {
  padding-top: 0
}

.sh-footer-columns,
.blog-style-largedate,
.container .fw-row,
.contact-form .wrap-forms .fw-row {
  position: relative;
  margin: 0 -15px
}

.row-no-margin {
  margin: 0
}

.row-no-margin>div {
  margin: 0;
  padding: 0
}

.page-fullwidth {
  width: 100%;
  min-width: 100%;
  float: none;
  padding: 0
}

#content {
  width: 100%
}

#content>table {
  margin-bottom: 30px
}

#content.content-with-sidebar-right {
  width: 73%;
  padding-right: 2%;
  float: left
}

#content.content-with-sidebar-left {
  width: 73%;
  padding-left: 2%;
  float: right
}

#wrapper #content.content-with-sidebar-left .container,
#wrapper #content.content-with-sidebar-right .container {
  width: 100% !important;
  min-width: 100% !important
}

#sidebar.sidebar-left {
  float: left;
  width: 25%
}

#sidebar.sidebar-right {
  float: right;
  width: 25%
}

#sidebar h3,
#sidebar h3>a {
  font-size: 16px;
  color: #505050
}

#wrapper {
  position: relative
}

#wrapper>.sh-page-layout-default {
  padding: 60px 0
}

#wrapper>.sh-page-layout-full .page-default-content {
  padding: 45px
}

.page-template-page-blog .sh-page-layout-full {
  padding: 60px 30px
}

@media (min-width:1370px) {
  .page-template-page-blog .sh-page-layout-full .blog-style-masonry article {
    width: 25%
  }
}

.width-15p {
  width: 15%
}

.width-20p {
  width: 20%
}

.width-3p {
  width: 30%
}

.width-40p {
  width: 40%
}

.width-60p {
  width: 60%
}

.width-70p {
  width: 70%
}

.width-85p {
  width: 85%
}

.width-100p,
.width-full {
  width: 100%
}

.sh-clear {
  clear: both
}

.sh-seperator-container {
  position: relative
}

.sh-seperator-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%
}

.sh-seperator-icon {
  text-align: center;
  width: 100%
}

.sh-seperator-icon i.fa {
  background: #fff;
  padding: 0 10px
}

.sh-unyson-frontend-test {
  cursor: pointer;
  position: absolute;
  width: 20px;
  z-index: 800000;
  right: 0;
  opacity: 0;
  transition: .3s all ease-out
}

.sh-unyson-frontend-test.active {
  opacity: 1
}

.sh-unyson-frontend-preview .sh-empty-space {
  display: flex;
  justify-content: center;
  align-items: center;
  background: repeating-linear-gradient(45deg, #fff, #fff 15px, #c5c5c5 15px, #c5c5c5 30px);
  text-align: center;
  border-radius: 5px
}

.sh-unyson-frontend-preview .sh-empty-space span {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 5px
}

h1,
h2,
h3,
h4,
h5,
h6,
.sh-iconbox-hover,
.sh-partners-carousel a img,
.sh-overlay-style1,
.sh-overlay-style1 .sh-overlay-link,
.sh-overlay-style1 .sh-overlay-lightbox,
.sh-nav-container,
.sh-nav-login .header-logo img,
.sh-nav .sh-nav-cart li.mini_cart_item a.remove:before,
.header-mobile-social-media a,
.sh-header-left-1 .header-social-media a,
.sh-header-right-side,
.sh-gallery .slick-prev,
.sh-gallery .slick-next,
.woocommerce table.shop_table a.remove:before,
.sh-mini-overlay-container,
.sh-page-notice .sh-page-notice-button,
.sh-team-social-overlay .sh-team-image-position,
.sh-team-social-overlay .sh-team-overlay,
.sh-icons-item i,
.sh-pricing-button,
.sh-button,
.sh-button-tale,
.sh-button-style-2 .sh-button-icon-right:after,
.sh-button-style-2 .sh-button-icon-left:after,
.sh-button-style-3 .sh-button-icon-right:after,
.sh-button-style-3 .sh-button-icon-left:after,
.sh-button-style-4 .sh-button,
.sh-iconbox-style1 .sh-iconbox-icon-shape>i,
.sh-iconbox .sh-iconbox-hover,
.sh-iconbox .sh-iconbox-title h3,
.sh-portfolio-image-position,
.sh-portfolio-overlay1-bar,
.sh-piechart .sh-piechart-animation,
.sh-testimonials-switch,
.sh-heading .sh-heading-content,
.sh-portfolio-overlay,
.sh-portfolio-category,
.sh-nav ul a,
.sh-footer a,
.page-numbers a,
.page-numbers span,
.sh-overlay-style1 .sh-table-cell i,
.post-meta-author a,
.post-meta-categories a,
.post-meta-categories span,
.woocommerce-tabs .comment-form-rating p.stars a,
.woocommerce-tabs .comment-form-rating p.stars a:before,
.woocommerce table a,
.widget-item a,
.sh-timeline-box,
.sh-timeline-box-tale,
.sh-timeline-box-circle,
.sh-nav-mobile a,
.sh-icon .sh-icon-data,
.sh-social-share-networks .jssocials-share,
.sh-portfolio-title-container,
.sh-portfolio-titlem,
.sh-social-share-button,
.woocommerce div.product form.cart div.quantity span:hover,
.sh-video-player-image-play,
.post-with-background a,
.sh-social-share-networks .jssocials-share i {
  transition: all .3s ease-in-out
}

div.pp_default .pp_next_box,
div.pp_default .pp_prev_box,
.sh-page-switcher-button,
.sh-header-left-side,
.sh-team-icon,
.sh-team-icon i,
.sh-team:hover .sh-team-role,
.sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom,
.sh-portfolio-image-container {
  transition: all .5s ease-in-out
}

#page-container {
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 100%
}

.sh-stop-animation {
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important
}

.sh-animation-left,
#page-container {
  transition: left .3s ease-in-out !important
}

.sh-animation-right {
  transition: right .3s ease-in-out !important
}

.sh-animated {
  visibility: hidden
}

.sh-header {
  position: relative;
  background-color: #fff
}

.sh-header-top {
  position: relative;
  margin-bottom: 0
}

.sh-header .container,
.sh-header-top .container {
  padding: 0 15px;
  position: relative
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav>li.menu-item>a {
  padding-top: 30px;
  padding-bottom: 30px;
  max-height: none;
  transition: .3s padding ease-in-out
}

.sh-nav-container {
  position: relative;
  margin-bottom: -1px
}

.sh-nav-container ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.sh-nav-container:after {
  content: "";
  display: block;
  clear: both
}

.navbar-default {
  background-color: rgba(255, 255, 255, .6);
  border-color: transparent
}

.navbar {
  margin-bottom: 0
}

body.admin-bar #page-container .sh-sticky-mobile-header {
  margin-top: 32px !important
}

@media (max-width:782px) {
  body.admin-bar #page-container .sh-sticky-mobile-header {
    margin-top: 46px !important
  }
}

@media (max-width:601px) {
  body.admin-bar #page-container .sh-header-builder-mobile.sh-sticky-mobile-header {
    margin-top: 0 !important
  }
}

.sh-sticky-header-active,
.sh-sticky-mobile-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5000
}

#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
  border-bottom: 1px solid rgba(0, 0, 0, .08) !important
}

.sh-header-inverted .sh-nav>li.menu-item>a,
.sh-header-inverted .sh-nav>li.menu-item>a>i {
  color: #fff
}

.sh-header-inverted .cart-icon-white {
  opacity: 0
}

.sh-nav-uppercase .sh-nav>li.menu-item>a {
  text-transform: uppercase
}

.sh-nav-uppercase .sh-nav>li.menu-item>a:after {
  text-transform: none !important
}

.sh-header-small-icons .sh-nav-search i,
.sh-header-small-icons .sh-nav-social i,
.sh-header-small-icons .sh-nav-cart i,
.sh-header-small-icons .sh-header-search-submit i,
.sh-header-small-icons .sh-header-search-close i {
  font-size: 18px
}

.sh-header-small-icons .cart-icon {
  top: -2px;
  margin-left: -12px
}

.sh-nav-seperator {
  padding-right: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, .08);
  padding-left: 15px !important;
  margin-left: 25px !important
}

.sh-nav-seperator i {
  font-size: 0px
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-seperator {
  border-color: rgba(255, 255, 255, .08)
}

body.admin-bar .shheader {
  margin-top: 32px
}

body.admin-bar .sh-header-left-side,
body.admin-bar .sh-header-right-side {
  padding-top: 32px
}

.header-logo {
  padding: 15px 0;
  position: relative;
  z-index: 100
}

#header-logo-title {
  font-size: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0;
  font-weight: 700
}

header.primary-desktop.primary-desktop-light .sh-header.sh-sticky-header-active #header-logo-title div,
header.primary-desktop:not(.primary-desktop-light) #header-logo-title div {
  color: #505050
}

.sh-header-top-4 #header-logo-title {
  margin-left: 0;
  text-align: center
}

.sh-header-mobile #header-logo-title {
  margin-left: 5px
}

.sh-header-top .col-md-4,
.sh-header-top .col-md-8 {
  padding: 0
}

.sh-header-top {
  padding: 15px 0
}

.header-social-media {
  text-align: right
}

.header-social-media a {
  font-size: 16px;
  color: #8d8d8d;
  padding-left: 15px
}

.header-social-media a:last-child {
  padding-right: 0
}

.header-contacts {
  display: table;
  height: 100%
}

.header-contacts-item {
  display: table-cell;
  vertical-align: middle
}

.header-contacts-details {
  padding-right: 20px;
  font-size: 14px
}

.header-contacts-details>i {
  font-size: 15px;
  padding-right: 8px
}

.header-contacts-details>i.fa-mobile-phone {
  font-size: 18px
}

.sh-nav {
  float: right
}

.sh-nav li.menu-item {
  float: left;
  padding: 0 15px;
  border-bottom: 0 solid transparent
}

.sh-nav li.menu-item a {
  line-height: 40px;
  max-height: 40px;
  display: block;
  color: #7e7e7e
}

.sh-nav ul li.menu-item a {
  color: #aaa
}

.sh-nav ul li.menu-item:hover>a {
  color: #fff
}

.sh-nav>li.menu-item>a {
  font-weight: 700;
  text-transform: none
}

.sh-nav li.current-menu-item>a,
.sh-nav li.current-menu-parent>a {
  font-weight: 700;
  color: #575757
}

.sh-nav li.menu-item>a.fa:before,
.sh-nav-mobile li.menu-item>a.fa:before {
  font-family: 'FontAwesome';
  padding-right: 8px
}

.sh-nav>li.menu-item:last-child {
  padding-right: 0
}

.sh-nav>li.menu-item:last-child>ul.sub-menu {
  margin-left: -134px
}

.sh-nav>li.menu-item:nth-last-child(2)>ul.sub-menu {
  margin-left: -74px
}

.sh-nav>.menu-item>.sub-menu {
  margin-left: -26px
}

.sh-nav li.menu-item-has-children>a:after,
.sh-nav li.menu-item li.menu-item-has-children>a:after {
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 12px;
  margin-left: 8px;
  content: "\e604";
  position: relative
}

.sh-nav li.menu-item li.menu-item-has-children>a:after {
  float: right
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav>li.menu-item>a {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: none
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
  top: 101%
}

.new-item {
  display: inline-block;
  width: 33px;
  height: 16px;
  background-image: url(./../../themes/jevelin/img/new.png);
  position: relative;
  right: -4px;
  top: -3px
}

.sh-nav li.menu-item li a,
.sh-nav li.menu-item li.menu-item-has-children>a:after {
  line-height: 24px;
  text-transform: none;
  padding-top: 6px;
  padding-bottom: 6px
}

.sh-nav li.menu-item li a {
  max-height: none
}

.sh-nav li.menu-item li.current-menu-item>a {
  font-weight: 700;
  color: #aaa;
  border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu {
  display: none;
  position: absolute;
  background: #232323;
  top: 100%;
  padding: 16px 0;
  width: 220px;
  z-index: 1000
}

.sh-nav ul.sub-menu li {
  position: relative
}

.sh-nav ul.sub-menu li {
  width: 100%;
  float: none;
  padding: 0
}

.sh-nav ul.sub-menu a {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
  border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu ul.sub-menu {
  left: 220px;
  top: -16px !important
}

.mega-menu-row .menu-item ul a {
  color: #b0b0b0 !important;
  left: 0;
  margin-left: 0
}

.mega-menu-row {
  padding: 16px 0 16px 0 !important
}

.mega-menu-row .sub-menu {
  margin-left: 0;
  padding: 0 !important
}

.mega-menu-row .menu-item>.sub-menu:before {
  display: none
}

.sh-nav li.menu-item-has-mega-menu {
  position: inherit
}

.sh-nav ul.mega-menu-row {
  right: 0;
  width: 100%;
  overflow: hidden
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
  float: left;
  border-bottom: none;
  margin-top: -16px;
  margin-bottom: -16px;
  position: relative;
  padding: 16px 0
}

.sh-nav ul.mega-menu-row li.mega-menu-col li,
.sh-nav ul.mega-menu-row li.mega-menu-col ul {
  display: block !important;
  width: 100% !important;
  border: 0 solid transparent
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
  overflow: visible !important;
  height: auto !important;
  max-height: 1000px !important
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
  opacity: 1 !important;
  height: auto !important
}

.sh-nav li.menu-item>ul.mega-menu-row>ul:nth-child(-n+2) {
  display: none !important;
  opacity: 0 !important
}

.sh-nav ul.mega-menu-row>.menu-item>a+div {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 80%;
  margin-bottom: 5px;
  margin-top: -5px;
  font-style: italic
}

.sh-nav ul.mega-menu-row .menu-item-has-children>a {
  font-weight: 700;
  color: #505050
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
  visibility: hidden
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
  text-transform: none
}

.sh-nav ul.mega-menu-row ul.sub-menu {
  position: relative;
  left: 0 !important;
  top: 0 !important;
  opacity: 1 !important
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
  margin-bottom: -15px
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
  box-shadow: none !important
}

.sh-nav .mega-menu-row-1 .menu-item {
  width: 100%
}

.sh-nav .mega-menu-row-2 .menu-item {
  width: 50%
}

.sh-nav .mega-menu-row-3 .menu-item {
  width: 33.3%
}

.sh-nav .mega-menu-row-4 .menu-item {
  width: 25%
}

.sh-nav .mega-menu-row-5 .menu-item {
  width: 20%
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n+0),
.sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n+0),
.sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n+0),
.sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n+0),
.sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n+0) {
  border-right: 0 solid transparent !important
}

.sh-header-right-side,
.sh-header-mobile-dropdown {
  box-shadow: 0 10px 60px 1px rgba(0, 0, 0, .08) !important
}

.sh-header-megamenu-style2 .sh-nav .sh-nav-cart>ul.sub-menu,
.sh-header-megamenu-style2 .mega-menu-row,
.sh-header-left-side.sh-header-megamenu-style2 .sh-nav>li .mega-menu-row {
  box-shadow: 0 10px 60px 1px rgba(0, 0, 0, .08) !important;
  margin-top: -10px;
  border-radius: 2px !important
}

.sh-header-megamenu-style2 .mega-menu-col {
  padding: 0 25px 0 15px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  height: auto !important;
  opacity: 0
}

.sh-header-megamenu-style2 .mega-menu-col ul {
  margin-top: 0 !important;
  top: 0 !important
}

.sh-header-megamenu-style2 .sh-nav>li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul {
  box-shadow: 0 10px 60px 1px rgba(0, 0, 0, .08) !important;
  border-radius: 2px !important;
  padding: 16px 25px 16px 15px !important
}

.sh-header-megamenu-style2 .sh-nav>li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
  opacity: 0
}

.sh-header-megamenu-style2 .sh-nav>li.menu-item.sh-hover:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
  animation: slide2 ease .4s forwards;
  animation-delay: .1s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col {
  animation: slide ease .4s forwards
}

@keyframes slide {
  0% {
    opacity: 0;
    top: -20px
  }

  3% {
    opacity: .2;
    top: -3px
  }

  100% {
    opacity: 1;
    top: 0
  }
}

@keyframes slide2 {
  0% {
    opacity: 0
  }

  3% {
    opacity: .2
  }

  100% {
    opacity: 1
  }
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(0) {
  animation-delay: 0s;
  animation-duration: .1s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(1) {
  animation-delay: .12s;
  animation-duration: .2s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(2) {
  animation-delay: .24s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(3) {
  animation-delay: .36s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(4) {
  animation-delay: .48s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(5) {
  animation-delay: .6s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(6) {
  animation-delay: .73s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(7) {
  animation-delay: .96s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(8) {
  animation-delay: 1.1s
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(9) {
  animation-delay: 1.2s
}

.sh-header-megamenu-style2 .mega-menu-col>a {
  font-weight: 800 !important;
  padding-top: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 4px !important
}

.sh-header-megamenu-style2 .sh-nav>li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a,
.sh-header-megamenu-style2 .mega-menu-col ul li a {
  font-size: 13px;
  padding: 3px 15px;
  margin: 1px 0;
  transition: .2s padding, background ease-in-out;
  border-bottom: 1px solid transparent
}

.sh-header-megamenu-style2 .sh-nav>li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a:after {
  line-height: 1
}

.sh-header-megamenu-style2 .sh-nav ul.sub-menu ul.sub-menu {
  left: 205px
}

.sh-header-megamenu-style2 .sh-nav>li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) li.current-menu-item>a,
.sh-header-megamenu-style2 .sh-nav>li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li:hover>a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.current-menu-item a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.menu-item:not(.current-menu-item):hover a {
  background-color: #309bee;
  color: #fff !important;
  border-radius: 2px;
  padding-left: 25px;
  font-weight: 400;
  border-bottom-color: transparent !important
}

.sh-nav-social {
  padding-left: 0 !important
}

.sh-nav-social a {
  display: block !important;
  float: left;
  padding: 0 5px
}

.sh-nav-social a:first-child {
  padding-left: 0
}

.sh-nav-social a:last-child {
  padding-right: 0
}

.sh-nav-social i {
  font-size: 24px;
  position: relative;
  bottom: -5px
}

.sh-nav-social a:after {
  content: "";
  display: block;
  clear: both
}

.sh-nav-dropdown,
.sh-nav-menu {
  padding-left: 20px !important
}

.sh-nav-custom-icon {
  position: relative;
  margin: 0 -10px
}

.sh-nav-custom-icon i {
  transition: .3s all ease-in-out;
  cursor: pointer;
  padding: 0 10px
}

.sh-nav-custom-icon-image {
  margin-top: 6px;
  display: inline-block
}

.sh-nav-custom-icon-image svg {
  transition: .3s all ease-in-out;
  cursor: pointer
}

.sh-nav-custom-icon:hover i,
.sh-nav-custom-icon-image:hover svg {
  opacity: .7
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-custom-icon-image svg,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav-custom-icon-image svg {
  fill: #fff
}

.sh-nav-custom-icon-image-close {
  display: none
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-standard {
  display: none
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-close {
  display: block
}

.sh-nav-dropdown i,
.sh-nav-cart i,
.sh-nav-menu i,
.sh-nav-search i {
  font-size: 24px;
  position: relative;
  bottom: -3px
}

.sh-nav-dropdown i,
.sh-nav-menu i {
  bottom: -4px
}

.sh-nav-search i {
  bottom: -5px
}

.sh-nav-cart i {
  bottom: -5px
}

.sh-nav-menu+.sh-nav-search {
  padding-left: 3px !important
}

.sh-nav-cart+.sh-nav-dropdown,
.sh-nav-cart+.sh-nav-search {
  padding-left: 0 !important
}

.sh-nav-cart {
  padding-right: 8px
}

.sh-nav-cart-content {
  position: relative
}

@media (max-width:1020px) {
  .sh-nav-cart .sub-menu {
    display: none !important
  }
}

.sh-nav-menu-full {
  width: 100%;
  text-align: center
}

.sh-nav-menu-full span {
  padding-left: 12px;
  line-height: 26px;
  top: -4px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase
}

.cart-icon {
  position: relative;
  top: -4px;
  margin-left: -17px;
  display: inline-block
}

.cart-icon span {
  display: inline-block;
  background-color: #47c9e5;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  z-index: 100;
  width: 20px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 9px;
  font-weight: 700;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .15)
}

.cart-icon .cart-icon-triangle-color {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #47c9e5;
  position: relative
}

.cart-icon-white {
  right: -13px;
  position: relative
}

.sh-nav-login {
  padding-left: 0 !important
}

.sh-nav-login .header-logo {
  padding: 0 !important
}

.sh-nav-login #header-login>span {
  border: 2px solid #757575;
  padding: 10px 15px;
  font-weight: 700
}

.sh-nav-login #header-quote {
  border-left: 2px solid #937fd5;
  padding: 0 12px;
  padding-right: 0
}

.sh-nav-lang {
  padding-right: 0 !important
}

.sh-nav-lang ul {
  display: block;
  max-width: 60px;
  margin-left: -8px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.sh-nav-lang ul a {
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important
}

.sh-nav-lang>a>span {
  display: block;
  position: relative;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 100px;
  height: 45px;
  width: 45px;
  line-height: 44px;
  margin-top: -5px;
  text-align: center;
  cursor: default
}

.sh-nav-lang>a:after {
  display: none !important
}

.sh-nav .sh-nav-cart>ul.sub-menu {
  width: 350px;
  margin-left: -262px !important;
  padding-bottom: 0
}

.sh-nav .sh-nav-cart .widgettitle {
  display: none
}

.sh-nav .sh-nav-cart ul.cart_list {
  margin: 0 30px;
  margin-bottom: 30px;
  margin-top: 15px
}

.cart_list.product_list_widget {
  border: none !important
}

.sh-nav .sh-nav-cart ul.cart_list .empty {
  min-height: 10px !important;
  text-align: center;
  padding-left: 0 !important
}

.sh-nav .sh-nav-cart li.mini_cart_item {
  padding-left: 0;
  margin: 12px 0;
  padding-bottom: 12px;
  position: relative;
  display: block
}

.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a,
.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a:hover {
  border-bottom-width: 0 !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
  background-color: transparent !important;
  padding-top: 0;
  color: #fff !important
}

.sh-nav .sh-nav-cart li.mini_cart_item:first-child {
  margin-top: 10px !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove {
  left: auto;
  right: 15px;
  top: 0;
  font-size: 0px;
  background-color: transparent;
  color: #ccc !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove:hover {
  color: #7B7B7B !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a {
  padding: 0;
  line-height: 20px
}

.sh-nav-cart .menu-item-cart .total {
  padding: 17px;
  margin: 0;
  text-align: center;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  text-transform: uppercase
}

.sh-nav-cart .menu-item-cart .attachment-shop_thumbnail {
  width: 60px;
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-top: -8px
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons {
  margin-bottom: -1px
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
  border-right: 1px solid #464646
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
  width: 50%;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-radius: 0;
  line-height: 70px !important;
  max-height: 70px;
  background-color: transparent !important;
  margin-right: -4px;
  border-radius: 0 !important;
  padding: 0 10px !important;
  margin-bottom: 0
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:hover {
  border-bottom-width: 0 !important
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  bottom: -1px;
  font-size: 16px;
  margin-right: 12px
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before {
  content: "\e087"
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
  content: "\e080"
}

.sh-nav-cart .mini_cart_item .quantity {
  float: left;
  padding-top: 3px
}

.sh-nav-cart .buttons a {
  background-color: #ebe9eb !important
}

.sh-nav-cart .buttons a.checkout {
  color: #fff !important
}

.woocommerce-mini-cart__empty-message {
  padding: 6px 35px 20px
}

.sh-header {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-2 .sh-nav>li.menu-item>a {
  padding-top: 25px;
  padding-bottom: 25px
}

.sh-header-2.sh-sticky-header-active .sh-nav>li.menu-item>a {
  padding-top: 20px;
  padding-bottom: 20px
}

.sh-header-3 .sh-nav>li.menu-item>a {
  padding-top: 25px;
  padding-bottom: 25px
}

.sh-header-3.sh-sticky-header-active .sh-nav>li.menu-item>a {
  padding-top: 20px;
  padding-bottom: 20px
}

.sh-header-top-3 {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-top-3 .container {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-top-3 .header-contacts {
  width: 100%
}

.sh-header-top-3 .header-contacts-item {
  width: 100%;
  display: table
}

.sh-header-top-3 .header-contacts-item span {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, .08);
  padding: 15px 0;
  padding-right: 0
}

.sh-header-top-3 .header-social-media a {
  border-left: 1px solid rgba(0, 0, 0, .08);
  padding: 18px
}

.sh-header-4 .sh-nav-container {
  padding-top: 15px;
  padding-bottom: 15px
}

.sh-header-top-4 {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-4 .sh-nav,
.sh-header-top-4 .header-logo,
.sh-header-7 .header-logo {
  float: none;
  display: table;
  margin: 0 auto
}

.sh-header-top-4 .header-logo {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0
}

.sh-header-top-4 .header-logo img {
  padding: 0
}

.header-logo img {
  margin-bottom: 0
}

.sh-header-5 .sh-nav-container {
  padding: 0
}

.sh-header-5 .sh-nav>.menu-item {
  height: 100px !important;
  max-height: 100px !important;
  min-height: 40px
}

.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social {
  border-left: 1px solid rgba(0, 0, 0, .08);
  padding: 0 15px !important
}

.sh-header-5 .sh-nav>.menu-item>a {
  line-height: 100px !important;
  max-height: 100px !important;
  min-height: 40px
}

.sh-header-5 .sh-nav>.current_page_item {
  margin-top: 30px !important;
  margin-bottom: 30px !important
}

#page-container .sh-header-5 .sh-nav .current_page_item {
  height: 40px !important
}

#page-container .sh-header-5 .sh-nav .current_page_item a {
  line-height: 40px !important
}

.sh-header-5 .sh-nav-social a {
  position: relative;
  padding: 0 15px !important
}

.sh-header-5 .sh-nav-social a:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-5 .sh-nav>.menu-item:last-child {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-5 .sh-nav-social {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.sh-header-5 .sh-nav-login #header-login span,
.sh-header-6 .sh-nav-login #header-login span {
  border: 0;
  padding-left: 0;
  padding-right: 0
}

.sh-header-5 .sh-nav-login span,
.sh-header-6 .sh-nav-login span {
  font-size: 0
}

.sh-header-5 .sh-nav-login span:before,
.sh-header-6 .sh-nav-login span:before {
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  bottom: -5px;
  font-size: 24px;
  content: "\e003"
}

.sh-header-6 .sh-nav-container {
  padding: 0
}

.sh-header-6 .sh-nav>.menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav>.sh-nav-social a {
  border-left: 1px solid rgba(0, 0, 0, .08);
  padding: 0 !important;
  height: 100px;
  width: 100px;
  min-height: 70px;
  max-height: 70px;
  min-width: 70px;
  max-width: 100px;
  text-align: center
}

.sh-header-6 .sh-nav>.menu-item:last-child {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-6 .sh-nav>.menu-item>a {
  line-height: 100px;
  max-height: 100px;
  height: 100px;
  min-height: 70px
}

.sh-header-6 .sh-nav>.sh-nav-social {
  border-left: 0 solid transparent;
  padding: 0 !important
}

.sh-header-6 .c-hamburger {
  display: table;
  margin: 0 auto;
  top: 0
}

.sh-header-6 .header-logo {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid rgba(0, 0, 0, .08);
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-6-clean {
  border-bottom-width: 0 !important
}

.sh-header-6-clean .header-logo,
.sh-header-6-clean .sh-nav>.menu-item:last-child {
  border-width: 0 !important
}

.sh-header-6-clean .sh-nav {
  margin-right: 6px
}

.sh-header-6-clean-content .header-logo {
  padding-left: 0
}

.sh-header-6-clean-content .sh-nav {
  margin-right: -7px
}

.sh-header-7 .sh-nav-container {
  padding: 0;
  position: relative;
  top: 3px
}

.sh-header-7 .header-logo {
  padding: 22px 0
}

.sh-header-7 .header-logo-container {
  display: table;
  margin: 0 auto;
  height: 100%
}

.sh-header-7 .sh-nav-left {
  float: left
}

.sh-header-7 .sh-nav-dropdown {
  position: relative;
  top: -12px
}

.sh-nav-header7-menu-cart .sh-nav-dropdown {
  top: 0
}

.sh-header-7>.container>.sh-table>.sh-table-cell {
  width: 33.3%
}

.sh-header-9 .c-hamburger {
  width: 18px;
  height: 15px;
  top: 16px
}

.sh-header-9 .c-hamburger span {
  top: 6px
}

.sh-header-9 .c-hamburger span:before {
  top: -6px
}

.sh-header-9 .c-hamburger span:after {
  bottom: -6px
}

.sh-header-9 .c-hamburger--htx.is-active span:before {
  width: 18px
}

.sh-header-9 .c-hamburger--htx.is-active span:after {
  width: 18px
}

.sh-header-10 .sh-nav>li.menu-item:not(.sh-nav-special)>a {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.sh-header-10 .sh-nav>li.menu-item.sh-nav-special>a {
  padding-top: 13px !important;
  padding-bottom: 19px !important
}

.sh-header-10 .sh-nav {
  float: none
}

.sh-header-10 .sh-nav-left {
  padding-left: 17px
}

.sh-header-10 .sh-nav-right {
  float: right
}

.sh-header-10>.container {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  box-shadow: 0 15px 45px -9px rgba(0, 0, 0, .2)
}

.sh-header-10 {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom-width: 0 !important
}

.sh-header-top-10 .header-contacts {
  float: right !important
}

.sh-header-10 .sh-nav li.menu-item {
  padding: 0 17px
}

.sh-header-top-10 .header-contacts {
  padding: 15px 0
}

.sh-header-top-10 .header-contacts-details-large {
  position: relative;
  color: #8a8a8a;
  font-size: 13px
}

.sh-header-top-10 .header-contacts-details-large:not(:last-child) {
  margin-right: 25px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, .08)
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large {
  color: #fff
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.sh-header-top-10 .header-contacts-details-large-icon {
  position: absolute;
  left: 0
}

.sh-header-top-10 .header-contacts-details-large-icon i {
  font-size: 36px;
  display: block;
  margin-top: 5px
}

.sh-header-top-10 .header-contacts-details-large-title {
  font-weight: 600
}

.sh-header-top-10 .header-contacts-details-large-content {
  padding-left: 55px;
  transition: .3s all ease-in-out
}

.sh-header-top-10 .header-contacts-details-large-content:hover {
  opacity: .8
}

.sh-header-10 .sh-nav-login,
.sh-header-10 .sh-nav-cart,
.sh-header-10 .sh-nav-search,
.sh-header-10 .sh-nav-social,
.sh-header-10 .sh-nav-social a:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, .08);
  padding: 0 25px !important
}

.sh-header-10 .sh-nav-social a:first-child {
  padding-right: 25px !important
}

.sh-header-10 .sh-nav-social {
  padding-right: 0 !important
}

.sh-header-10 .sh-header-search {
  border-radius: 3px
}

.sh-header-10 .sh-header-search .sh-header-search-input {
  padding-left: 30px;
  padding-right: 110px;
  font-size: 16px
}

.sh-header-10 .sh-header-search-submit {
  right: 52px
}

.sh-header-10 .sh-header-search-close {
  right: 20px
}

.sh-header-left-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  background-color: #fff;
  z-index: 5000
}

.sh-header-left-side:after {
  display: block;
  clear: both;
  content: ""
}

.sh-header-left-side #header-logo a {
  display: inline-block;
  position: relative;
  z-index: 100
}

.sh-header-left-side #header-logo {
  text-align: center;
  padding: 50px;
  opacity: 0
}

.sh-header-left-side #header-logo img {
  min-height: 25px
}

.sh-header-left-side .sh-nav {
  float: none
}

.sh-header-left-side .sh-nav>li {
  float: none !important;
  max-width: 100%;
  padding: 0 !important;
  position: relative
}

.sh-header-left-side .sh-nav>li>a:after {
  float: right
}

.sh-header-left-side .sh-nav>li:last-child>a {
  border-bottom: 0
}

.sh-header-left-side .sh-nav>li ul:not(.cart_list) {
  margin-left: 0 !important;
  z-index: 500;
  top: 0;
  box-shadow: none !important;
  border-radius: 0
}

.sh-header-left-side .sh-nav-cart .sub-menu {
  margin-top: 45px
}

.sh-header-left-side .header-bottom {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px
}

.sh-header-left-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%
}

.sh-header-left-side .header-logo {
  display: table;
  max-width: 100%;
  margin: 0 auto
}

.sh-header-left-side ul.sh-nav>li.menu-item-has-children>a:after {
  font-family: 'simple-line-icons' !important;
  position: absolute;
  float: none;
  right: 0;
  line-height: 50px;
  height: 50px;
  font-size: 12px;
  content: "\e604"
}

.sh-header-left-side ul.sh-nav ul li.menu-item-has-children>a:after {
  font-family: 'simple-line-icons' !important;
  line-height: inherit !important;
  height: inherit !important;
  font-size: 12px;
  content: "\e604"
}

.sh-header-left-1 .header-logo {
  padding: 40px 0;
  padding-bottom: 15px
}

.sh-header-left-1 .sh-nav-container {
  padding: 0 30px
}

.sh-header-left-1 .sh-nav>li>a {
  text-align: center
}

.sh-header-left-1 .sh-nav>li>a {
  max-height: 50px !important;
  line-height: 50px !important;
  max-width: 100%;
  padding: 0
}

.sh-header-left-1 .sh-nav>li>ul {
  left: 290px !important
}

.sh-header-left-1 .sh-nav>li>.mega-menu-row {
  min-width: 780px;
  left: 290px !important
}

@media (min-width:1250px) {
  .sh-header-left-1 .sh-nav>li>.mega-menu-row {
    min-width: 900px
  }
}

.sh-header-left-1 .header-social-media {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  position: relative
}

.sh-header-left-1 .header-social-media a {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  padding: 0;
  height: 60px
}

.sh-header-left-1 .header-social-media i {
  font-size: 16px;
  color: #8d8d8d;
  padding-left: 0;
  position: relative;
  line-height: 60px
}

.sh-header-left-1 .sh-copyrights-text {
  text-align: center;
  line-height: inherit !important;
  margin: 0 30px 15px
}

.sh-header-left-1 .header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.sh-header-left-1 {
  border-right: 1px solid rgba(0, 0, 0, .1)
}

.sh-header-left-1 .sh-side-buttons .sh-table-cell {
  width: 50%;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.sh-header-left-1 .sh-side-button-search,
.sh-header-left-1 .sh-side-button-cart {
  cursor: pointer;
  height: 70px;
  text-align: center;
  position: relative;
  color: #8d8d8d;
  font-weight: 700
}

.sh-header-left-1 .sh-side-button-search {
  line-height: 70px
}

.sh-header-left-1 .sh-side-button-search i {
  font-size: 24px;
  padding-right: 8px;
  display: inline-block;
  position: relative;
  bottom: -4px
}

.sh-header-left-1 .sh-side-button-search {
  border-right: 1px solid rgba(0, 0, 0, .1)
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-container {
  width: 100%;
  display: inline-block;
  padding: 0
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart {
  top: 10px
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i {
  font-size: 24px;
  color: #8d8d8d
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
  display: none
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart>ul.sub-menu {
  text-align: left;
  margin-left: -130px !important
}

.sh-header-left-2 {
  padding: 0;
  color: #fff
}

.sh-header-left-2 .header-logo {
  padding: 50px 0
}

.sh-header-left-2 .sh-nav-container {
  padding: 0
}

.sh-header-left-2 .sh-nav>li>a {
  max-height: 60px !important;
  line-height: 60px !important;
  max-width: 100%;
  padding: 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.sh-header-left-2 li.menu-item-has-children>a:after,
.sh-header-left-2 li.menu-item li.menu-item-has-children>a:after {
  font-family: 'simple-line-icons' !important;
  position: absolute;
  float: none;
  right: 25px;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  content: "\e604"
}

.sh-header-left-2 .sh-nav>li>ul {
  left: 320px !important
}

.sh-header-left-2 .sh-nav>li>.mega-menu-row {
  min-width: 780px;
  left: 320px !important
}

.sh-header-left-2 .header-social-media {
  text-align: center
}

.sh-header-left-2 .header-social-media a {
  padding: 0 12px
}

.sh-header-left-2 .header-social-media i {
  font-size: 18px;
  color: #fff
}

.sh-header-left-2 .sh-header-copyrights-text {
  margin-bottom: 30px;
  text-align: center
}

.sh-header-left-2 .sh-nav>li>a {
  color: #fff;
  font-weight: 700
}

.sh-header-left-2 .sh-nav li.menu-item>a.fa:before {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .15);
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: -25px;
  margin-right: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 400 !important
}

.sh-header-left-2 .sh-copyrights-text {
  line-height: inherit !important
}

.sh-header-left-2 {
  border-right: 1px solid rgba(255, 255, 255, .25)
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart {
  cursor: pointer;
  height: 70px;
  text-align: center;
  position: relative;
  color: #8d8d8d;
  font-weight: 700
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart a {
  border-bottom: 0 !important
}

.sh-header-left-2 .sh-side-button-search {
  line-height: 70px
}

.sh-header-left-2 .sh-side-button-search i {
  font-size: 24px;
  padding-right: 8px;
  display: inline-block;
  position: relative;
  bottom: -4px
}

.sh-header-left-2 .sh-side-button-search {
  border-right: 1px solid rgba(255, 255, 255, .25)
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-container {
  width: 100%;
  display: inline-block;
  padding: 0
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart {
  top: 10px
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i {
  font-size: 24px;
  color: #8d8d8d
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
  display: none
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart>ul.sub-menu {
  text-align: left;
  margin-left: -160px !important
}

.sh-header-left-2 ul.sh-nav>li.menu-item-has-children>a:after {
  right: 25px;
  line-height: 60px !important;
  height: 60px !important
}

@media (max-height:800px) {

  .sh-header-in-side .sh-header-left-side .sh-nav>li>a,
  .sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
    max-height: 46px !important;
    line-height: 46px !important
  }

  .sh-header-in-side .sh-header-left-side .sh-side-button-search,
  .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
    height: 50px
  }

  .sh-header-left-side .sh-side-button-search {
    line-height: 50px
  }

  .sh-header-left-side .sh-side-button-search i,
  .sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
    font-size: 22px
  }

  .sh-header-left-side .sh-side-button-cart .sh-nav-cart {
    top: 4px
  }

  .sh-header-left-2 .sh-header-copyrights-text,
  .sh-header-left-1 .sh-copyrights-text {
    margin-bottom: 15px;
    font-size: 13px
  }

  .sh-header-left-1 .header-social-media a {
    height: 40px
  }

  .sh-header-left-1 .header-social-media i {
    line-height: 40px
  }
}

@media (max-height:600px) {

  .sh-header-in-side .sh-header-left-side .sh-nav>li>a,
  .sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
    max-height: 36px !important;
    line-height: 36px !important
  }

  .sh-header-left-2 .sh-header-copyrights-text,
  .sh-header-left-1 .sh-copyrights-text {
    margin-bottom: 6px;
    font-size: 11px
  }

  .sh-header-left-2 .header-social-media i {
    font-size: 15px
  }

  .sh-header-left-1 .header-social-media a {
    height: 30px
  }

  .sh-header-left-1 .header-social-media i {
    line-height: 30px
  }

  .sh-header-left-2 .header-bottom {
    bottom: 10px;
    left: 10px;
    right: 10px
  }
}

@media (max-height:450px) {

  .sh-header-in-side .sh-header-left-side .sh-nav>li>a,
  .sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
    max-height: 28px !important;
    line-height: 28px !important
  }

  .sh-header-in-side .sh-header-left-side .sh-side-button-search,
  .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
    height: 30px
  }

  .sh-header-left-side .sh-side-button-search {
    line-height: 30px
  }

  .sh-header-left-side .sh-side-button-search i,
  .sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
    font-size: 18px
  }

  .sh-header-left-side .sh-side-button-cart .sh-nav-cart {
    top: 2px;
    left: 4px
  }

  .sh-header-left-2 .sh-header-copyrights-text,
  .sh-header-left-1 .sh-copyrights-text {
    margin-bottom: 0;
    font-size: 10px
  }

  .sh-header-left-side #header-logo {
    padding-top: 10px !important
  }

  .sh-header-left-side #header-logo img {
    height: 25px
  }

  .sh-header-left-1 .header-social-media a {
    height: 20px
  }

  .sh-header-left-1 .header-social-media i {
    line-height: 20px;
    font-size: 12px
  }
}

@media (max-height:400px) {

  .sh-header-in-side .sh-header-left-side .sh-nav>li>a,
  .sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
    max-height: 24px !important;
    line-height: 24px !important
  }
}

@media (max-width:1025px) {
  .sh-header-right-side {
    display: none !important
  }
}

.sh-header-right-side {
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 320px;
  height: 100%;
  background-color: #232323;
  overflow: hidden;
  z-index: 5000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.sh-header-right-side .sh-header-mobile-dropdown {
  box-shadow: none !important
}

.sh-header-scrollbar {
  overflow-y: scroll;
  height: 100%;
  position: relative;
  margin-right: -15px
}

.sh-header-right-side .sh-header-mobile-dropdown {
  display: block !important;
  padding-bottom: 70px
}

.sh-header-right-side .header-mobile-social-media {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5500;
  background-color: #232323
}

.sh-header-right-side .sh-nav-mobile li a {
  padding-left: 50px !important;
  padding-right: 50px !important
}

.sh-header-right-side .container {
  width: 100% !important
}

#page-container {
  position: relative;
  left: 0
}

.sh-header {
  position: relative;
  left: 0
}

.page-layout-right-fixed .sh-header-right-side {
  right: 0
}

.page-layout-right-fixed #page-container,
.page-layout-right-fixed .sh-sticky-header-active,
.page-layout-right-fixed.sh-footer-paralalx-init .sh-footer {
  left: -320px
}

.page-layout-right-fixed .sh-back-to-top {
  right: 350px
}

.sh-footer-paralalx-init .sh-footer {
  transition: .3s left ease-in-out
}

body>.sh-header-search {
  position: fixed !important;
  z-index: 20000
}

.sh-header-search {
  display: none;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, .97);
  z-index: 200;
  overflow: hidden
}

.sh-header-search .sh-header-search-input {
  display: inline-block;
  border: 0;
  margin-left: 5px;
  font-size: 24px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  color: #505050;
  line-height: 48px !important;
  padding-right: 75px;
  width: 100%
}

.sh-header-search .sh-header-search-input::-webkit-input-placeholder {
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400
}

.sh-header-search .sh-header-search-input:-moz-placeholder {
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400
}

.sh-header-search .sh-header-search-input::-moz-placeholder {
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400
}

.sh-header-search .sh-header-search-input:-ms-input-placeholder {
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400
}

.sh-header-search-submit {
  position: absolute;
  top: 12px;
  right: 32px;
  border: 0;
  color: #8d8d8d;
  background-color: transparent;
  font-size: 24px;
  line-height: 1
}

.sh-header-search-submit i {
  line-height: 1
}

.sh-header-search-close {
  position: absolute;
  top: 14px;
  right: 0;
  border: 0;
  color: #8d8d8d;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
  line-height: 1
}

.sh-header-search .container {
  position: relative
}

.sh-header-search-form {
  position: relative;
  overflow: hidden
}

.sh-header-left-side .sh-header-search .line-test {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sh-header-left-side .sh-header-search .sh-header-search-input {
  line-height: 60px !important
}

.sh-header-left-side .sh-header-search .container {
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 20px !important;
  overflow: hidden
}

.sh-side-button-search-line .line-test {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0
}

.sh-sticky-logo,
.sh-light-logo {
  display: none
}

.primary-desktop .sh-nav-container {
  position: static
}

.sh-sticky-header-active .sh-sticky-logo {
  display: block
}

.sh-sticky-header-active .sh-standard-logo {
  display: none
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
  display: none
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
  display: block
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo img {
  display: none
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
  display: block
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo img {
  display: none
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
  display: block
}

.primary-desktop-light {
  position: absolute !important;
  z-index: 5000;
  width: 100%
}

.primary-desktop-light .sh-header-top {
  background-color: rgba(255, 255, 255, 0) !important
}

.primary-desktop-light .sh-header-top-4 {
  border-color: rgba(255, 255, 255, .1) !important
}

.primary-desktop-light .sh-header-top .header-contacts-details,
.primary-desktop-light .sh-header-top .header-social-media a {
  color: rgba(255, 255, 255, .85) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
  background-color: rgba(255, 255, 255, 0) !important
}

.primary-desktop-light:not(.primary-desktop-light-noborder) .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
  border-bottom: 1px solid rgba(255, 255, 255, .1) !important
}

.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .sh-nav>.menu-item:not(.sh-nav-social),
.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .header-logo {
  border-color: rgba(255, 255, 255, .1) !important
}

.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active),
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-contacts-item span,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-social-media a,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .container {
  border-color: rgba(255, 255, 255, .1) !important
}

.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav li.menu-item,
.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav-social a:not(:first-child) {
  border-color: rgba(255, 255, 255, .1) !important
}

.primary-mobile-light #header-logo-title,
.primary-desktop-light .sh-header-top-4 #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li>a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li.menu-item>a>i {
  color: rgba(255, 255, 255, .85) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-lang>a>span {
  border-color: rgba(255, 255, 255, .2)
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li.current_page_item>a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li:not(.current_page_item):hover>a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav .icon-basket {
  color: #fff !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:after {
  background-color: #fff !important
}

.primary-desktop-light-noborder>.sh-header:not(.sh-sticky-header-active),
.primary-desktop-light-noborder>.sh-header-height>.sh-header:not(.sh-sticky-header-active),
#page-container .primary-mobile-light-noborder .sh-header-mobile {
  border-bottom-width: 0 !important
}

.primary-mobile-light {
  position: absolute !important;
  z-index: 5000;
  width: 100%
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1) !important
}

.primary-mobile-light .sh-header-mobile-navigation {
  border-bottom: 0 !important
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav>li>a,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav>li.menu-item>a>i {
  color: rgba(255, 255, 255, .85) !important
}

.primary-mobile-light .sh-header-mobile .sh-nav>li.current_page_item>a {
  color: #fff !important
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
  background-color: #fff !important
}

.primary-desktop {
  position: relative;
  z-index: 1000
}

.sh-header-mobile-dropdown {
  display: none;
  z-index: 1200;
  position: relative
}

.sh-header-mobile .container {
  padding: 0 15px
}

.sh-header-mobile-navigation {
  border-bottom: 1px solid #ededed
}

.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
  top: -1px
}

.sh-header-mobile-navigation .header-logo img {
  max-width: 85%
}

.sh-header-mobile-navigation .sh-nav-cart+.sh-nav-dropdown .c-hamburger {
  top: 8px !important
}

.sh-header-mobile-navigation .sh-nav-container {
  padding: 40px 0
}

.sh-nav-mobile {
  max-width: 800px;
  padding: 20px 0 !important;
  overflow: hidden
}

.sh-nav-mobile ul {
  display: none;
  margin-left: 30px !important
}

.sh-nav-mobile ul.open {
  display: block
}

.sh-nav-mobile li:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
  background-color: #303030;
  width: 100%
}

.sh-nav-mobile li:last-child:after {
  height: 0
}

.sh-nav-mobile ul {
  position: relative
}

.sh-nav-mobile ul li:after {
  left: auto;
  right: auto
}

.sh-nav-mobile li a {
  font-weight: 700;
  font-size: 13px
}

.sh-nav-mobile li .sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #303030;
  width: 100%
}

.sh-nav-mobile li.current-menu-item>a {
  color: #fff
}

.sh-nav-mobile li.menu-item-has-icon>a {
  padding-left: 25px;
  line-height: 1
}

.sh-nav-mobile li.menu-item-has-icon>a:before {
  left: -24px;
  display: inline-block;
  position: relative
}

.sh-nav-mobile li.menu-item-has-children>a:after {
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-left: 6px;
  top: 6px;
  float: right;
  content: "\e604"
}

.sh-nav-mobile li a {
  display: block;
  padding: 16px 0;
  color: #aaa
}

.sh-nav-mobile li {
  position: relative
}

.sh-nav-mobile a.menu-item-open-fix {
  position: absolute;
  top: 0;
  left: 0;
  right: 50px
}

.sh-nav-mobile a.menu-item-open-fix:after {
  opacity: 0
}

.sh-header-mobile .sh-nav-mobile li:last-child {
  border-bottom: 0 solid transparent !important
}

.header-mobile-search {
  width: 100%;
  position: relative
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-right: 50px;
  width: 100%;
  line-height: 70px !important;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
  color: #fff !important
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
  outline: none
}

.header-mobile-search .header-mobile-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: transparent;
  border: 0
}

.header-mobile-social {
  padding-top: 15px
}

.header-mobile-social-media {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #303030;
  position: relative
}

.header-mobile-social-media a {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #303030;
  padding: 0;
  height: 70px
}

.header-mobile-social-media a:hover {
  background-color: #303030
}

.header-mobile-social-media a:first-child {
  border-left: none
}

.header-mobile-social-media i {
  font-size: 16px;
  color: #8d8d8d;
  padding-left: 0;
  position: relative;
  line-height: 70px
}

header.primary-mobile {
  display: none;
  z-index: 600;
  position: relative
}

.sh-header-mobile-spacing-compact .sh-header-mobile-navigation .sh-nav-container {
  padding: 17px 0
}

.sh-titlebar {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover !important;
  background-color: #fafafa;
  z-index: 100
}

@media (min-width:768px) {
  .sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
    background-position: -9000px -9000px !important;
    background-size: auto !important
  }
}

.sh-titlebar #jarallax-container-0 {
  opacity: 0;
  -webkit-animation: new-item-animation .5s linear forwards;
  animation: new-item-animation .5s linear forwards
}

@-webkit-keyframes new-item-animation {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes new-item-animation {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.sh-titlebar #jarallax-container-0,
#jarallax-container-0,
#jarallax-container-1,
#jarallax-container-2,
#jarallax-container-3,
#jarallax-container-4,
#jarallax-container-5,
#jarallax-container-6,
#jarallax-container-7,
#jarallax-container-8,
#jarallax-container-9,
#jarallax-container-10,
#jarallax-container-11,
#jarallax-container-12,
#jarallax-container-13,
#jarallax-container-14,
#jarallax-container-15 {
  z-index: 0 !important
}

.sh-titlebar .container {
  padding: 0 15px
}

.sh-titlebar:not(.sh-titlebar-revslider) a {
  color: #8d8d8d !important
}

.sh-titlebar .sh-table {
  min-height: 60px;
  z-index: 100;
  position: relative
}

.sh-titlebar-height-small {
  padding: 25px 0
}

.sh-titlebar-height-medium {
  padding: 50px 0
}

.sh-titlebar-height-large {
  padding: 100px 0
}

.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700
}

.sh-titlebar .title-level {
  text-align: right
}

.sh-titlebar .title-level .separator {
  font-size: 0
}

.sh-titlebar .title-level .separator:after {
  display: inline-block;
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-size: 10px;
  padding: 0 12px
}

.sh-titlebar .title-level .breadcrumbs {
  font-size: 14px;
  margin: 0;
  margin-bottom: -4px;
  position: relative
}

.sh-titlebar .title-level .item-current {
  font-weight: 700
}

.sh-titlebar-center {
  text-align: center
}

.sh-titlebar-center .titlebar-title {
  margin-bottom: 10px
}

.sh-titlebar-center .title-level {
  text-align: center
}

.sh-titlebar-center .title-level .breadcrumbs {
  margin-bottom: 0;
  opacity: .8
}

.sh-titlebar-light {
  padding-top: 121px;
  background-color: #353535 !important;
  position: relative
}

.sh-titlebar-light .sh-table {
  padding: 130px 0
}

.sh-titlebar-light h1,
.sh-titlebar-light h2,
.sh-titlebar-light a,
.sh-titlebar-light span,
.sh-titlebar-light:not(.sh-titlebar-revslider) span a {
  color: #fff !important
}

.sh-titlebar-light .sh-titlebar-icon {
  opacity: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.sh-titlebar-light .sh-titlebar-icon i {
  font-size: 21px;
  color: #fff;
  opacity: .7;
  display: block;
  position: relative
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
  font-size: 36px;
  margin-bottom: 10px
}

.sh-titlebar-light .sh-titlebar-desc {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  opacity: .8;
  margin-top: 16px
}

.sh-titlebar-light .title-level {
  margin-top: 15px
}

@-webkit-keyframes bounce {

  0%,
  {
  opacity: 1
}

50% {
  opacity: 0
}

100% {
  opacity: 1
}
}

@keyframes bounce {

  0%,
  {
  opacity: 1
}

50% {
  opacity: 0
}

100% {
  opacity: 1
}
}

@media (max-width:1020px) {
  .sh-titlebar-light .sh-table {
    padding: 75px 0
  }
}

.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
  font-size: 48px
}

.sh-titlebar-text-style2 .sh-titlebar-desc {
  font-size: 18px;
  font-style: normal;
  margin-top: 8px
}

@media (max-width:760px) {
  .sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
    font-size: 30px
  }

  .sh-titlebar-text-style2 .sh-titlebar-desc {
    font-size: 15px
  }
}

@media (max-width:800px) {
  .sh-titlebar-mobile-layout-compact .container>div {
    display: block;
    padding: 22px 0
  }

  .sh-titlebar-mobile-layout-compact .container>.sh-table>.sh-table-cell {
    display: block
  }

  .sh-titlebar-mobile-layout-compact .title-level .breadcrumbs,
  .sh-titlebar-mobile-layout-compact .sh-titlebar-desc {
    font-size: 13px
  }

  .sh-titlebar-mobile-layout-compact .titlebar-title h2 {
    font-size: 18px !important;
    margin-bottom: 0 !important
  }

  .sh-titlebar-mobile-layout-compact:not(.sh-titlebar-mobile-title-off) .title-level {
    margin-top: 10px !important
  }

  .sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .titlebar-title h2 {
    display: none
  }

  .sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .title-level {
    margin-top: 0 !important
  }
}

.sh-footer-columns {
  position: relative
}

.sh-footer-columns>.widget-item {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 25px;
  margin-right: -4px
}

.sh-footer-widgets {
  padding: 100px 0;
  color: #e3e3e3;
  background-color: #262626
}

.sh-footer-widgets .container {
  margin-bottom: -35px
}

.sh-footer-col>div:last-child {
  padding-bottom: 0
}

.sh-footer-widgets a,
.sh-footer-widgets li a {
  color: #fff
}

.sh-footer-widgets a:hover,
.sh-footer-widgets li a:hover {
  color: #47c9e5
}

.sh-footer-widgets h3 {
  color: #fff;
  font-size: 16px
}

.sh-copyrights {
  background-color: #222;
  color: #fff;
  padding: 0 10px
}

.sh-copyrights a {
  color: #fff
}

.sh-copyrights a:hover {
  color: #47c9e5
}

.sh-copyrights-style1 {
  float: left;
  height: 70px
}

.sh-copyrights-style2 {
  display: table;
  margin: 0 auto;
  height: 70px
}

.sh-copyrights-style3 {
  min-height: 70px;
  display: flex;
  align-items: center
}

.sh-copyrights-style3 .sh-table-cell {
  width: 33.3%
}

.sh-copyrights-style3 .sh-copyrights-text,
.sh-copyrights-style3 .sh-copyrights-social {
  line-height: 150% !important;
  margin-top: 0 !important
}

@media (max-width:800px) {
  .sh-copyrights-style3 .sh-table-cell {
    width: 100%;
    display: block;
    text-align: center
  }

  .sh-copyrights-style3 .sh-table-cell {
    padding-top: 10px
  }
}

.sh-footer-widgets ul li:first-child {
  padding-top: 0
}

.sh-footer-widgets ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 7.5px 0
}

.sh-footer-widgets ul {
  list-style: none;
  padding-left: 0
}

.sh-copyrights-social {
  font-size: 16px;
  line-height: normal !important;
  margin-right: 4px
}

.sh-copyrights-social a {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, .1);
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  margin-right: -4px
}

.sh-copyrights-social a:last-child {
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.sh-copyrights-social i {
  padding: 0;
  position: relative;
  bottom: -2px
}

.sh-copyrights-social a:first-child i {
  padding-left: 0
}

.sh-copyrights-social a:last-child i {
  padding-right: 0
}

.sh-copyrights-image {
  max-height: 70px
}

.sh-copyrights-logo {
  padding-right: 25px
}

.sh-copyrights-text-only {
  text-align: center
}

.sh-copyrights-text-only .sh-copyrights-text {
  margin: 0
}

@media (min-width:851px) {

  .sh-footer-paralalx-init .content-container,
  .sh-footer-paralalx-init .blog-editor-content-container {
    position: relative;
    background-color: #fff;
    z-index: 100
  }

  .sh-footer-paralalx-init .sh-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0
  }
}

@media (max-width:851px) {
  .sh-footer-paralalx-init .sh-footer {
    opacity: 1 !important
  }
}

.sh-portfolio-single-container-full-width {
  padding: 0 30px
}

.sh-portfolio-single-image img {
  width: 100%;
  margin-bottom: 0
}

.sh-portfolio-single-gallery-item img {
  margin-bottom: 0
}

.sh-portfolio-single #sidebar {
  margin-top: 30px
}

.sh-whitespace-small {
  padding: 0 5px
}

.sh-portfolio-single-disabled {
  cursor: default
}

.sh-portfolio-single-disabled i {
  opacity: .3
}

.sh-portfolio-single-title {
  font-weight: 700;
  font-size: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px
}

.sh-portfolio-single-description {
  margin-bottom: 30px
}

.sh-portfolio-single-description-vc {
  margin-left: -30px;
  margin-right: -30px;
  position: relative
}

.sh-portfolio-single-gallery {
  position: relative;
  margin: 0 -15px
}

.sh-portfolio-single-gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: -4px;
  padding: 0 15px
}

.sh-portfolio-single-gallery-columns3 .sh-portfolio-single-gallery-item {
  width: 33.3%
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item {
  width: 25%
}

.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
  width: 20%
}

.sh-portfolio-single-gallery-columns4,
.sh-portfolio-single-gallery-columns5 {
  margin: 0 -10px
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item,
.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
  padding: 0 10px;
  margin-top: 20px
}

@media (max-width:1024px) {
  .sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
    min-width: 33.3%
  }
}

@media (max-width:600px) {
  .sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
    min-width: 50%
  }
}

.sh-portfolio-single-related {
  margin-top: 60px
}

.sh-portfolio-single-related h3 {
  font-size: 24px;
  margin-bottom: 10px
}

.sh-portfolio-comments h2.sh-comments-title {
  font-size: 24px;
  margin-top: 75px
}

.sh-portfolio-single-related-mini {
  margin-top: 15px
}

.sh-portfolio-single-related-mini .sh-portfolio-image {
  margin-bottom: 20px
}

.sh-portfolio-single-related-mini h5 {
  margin-bottom: 10px
}

.sh-portfolio-single-info-item {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0
}

.sh-portfolio-single-info-item:first-child {
  padding-top: 0
}

.sh-portfolio-single-info-left {
  width: 36px
}

.sh-portfolio-single-info-left i {
  font-size: 18px;
  color: #47c9e5;
  bottom: -2px;
  position: relative
}

.sh-portfolio-single-buttons {
  margin-bottom: 20px
}

.sh-portfolio-single-gallery-slider-for {
  margin-bottom: 20px
}

.sh-portfolio-single-gallery-slider-for img {
  width: 100%
}

.sh-portfolio-single-gallery-slider-nav-container {
  position: relative;
  overflow: hidden
}

.sh-portfolio-single-gallery-slider-nav {
  position: relative;
  margin: 0 -10px
}

.sh-portfolio-single-gallery-slider-nav .sh-portfolio-single-gallery-slider-item {
  padding: 0 10px
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button {
  position: absolute;
  top: 50%;
  z-index: 10;
  border-width: 0;
  margin-top: -24px;
  opacity: 0
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-left {
  left: 24px
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-right {
  right: 24px
}

.sh-portfolio-single-gallery-slider-nav:hover .sh-page-switcher-button {
  opacity: 1
}

.post-left-side {
  width: 44%;
  margin-right: 3%
}

.post-right-side {
  width: 53%
}

.ratio-container {
  padding-top: 56.25%;
  position: relative
}

.ratio-container-classic {
  padding-top: 75% !important
}

.ratio-container-portrait {
  padding-top: 115% !important
}

.ratio-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.ratio-content>div:not(#fb-root) {
  width: 100%;
  height: 100%;
  position: relative
}

.post-meta-video .ratio-content {
  overflow: hidden
}

.post-container {
  margin: 0 15px;
  position: relative
}

.post-container .plyr--audio {
  border: 1px solid #e9e9e9
}

.ratio-content video,
.ratio-content audio,
.ratio-content iframe {
  width: 100%;
  height: 100%
}

.post-title h1,
.post-title h2 {
  font-size: 20px;
  line-height: 135%;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 16px
}

.post-sticky {
  font-size: 20px;
  padding-right: 7px;
  color: #47c9e5;
  display: none
}

article.post-item.sticky .post-sticky {
  display: inline-block
}

.post-quote-and-link {
  line-height: 180%;
  width: 100%;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 21px 0
}

.post-quote-and-link a {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 400;
  font-style: italic;
  line-height: 140%
}

.post-quote-and-link span {
  font-size: 16px;
  display: block;
  padding-top: 5px;
  text-align: center
}

.post-content {
  padding-bottom: 15px;
  word-break: break-word
}

#content.post-content {
  padding-bottom: 0
}

.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
  margin-bottom: 15px
}

.page-default-content>figure>img,
.page-default-content>img:not(:last-child),
.page-default-content>p:not(:last-child),
.page-default-content>table:not(:last-child) {
  margin-bottom: 15px
}

.post-content .post-password-form label {
  margin-top: 15px;
  font-size: 15px;
  display: block
}

.post-content .post-password-form input {
  margin-top: 10px
}

.post-content .post-password-form input[type=submit] {
  font-weight: 700;
  border: 0;
  color: #fff
}

.post-meta-one {
  margin-bottom: 10px
}

.post-meta i {
  padding-right: 3px
}

.post-meta-two {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px
}

.post-meta span+.post-meta span {
  padding-right: 3px
}

.post-meta-author a.bypostauthor {
  font-weight: 700
}

.post-meta-comments-inverted,
.post-meta-date {
  padding-left: 13px
}

.post-meta-categories {
  padding-left: 0
}

.post-meta-categories i {
  font-size: 16px;
  position: relative;
  bottom: -1px;
  padding-right: 5px
}

.post-meta-categories a {
  font-size: 13px;
  text-transform: uppercase
}

.post-meta-categories .post-meta-comments i {
  font-size: 16px;
  position: relative;
  bottom: -3px;
  padding-right: 5px
}

.post-item-single .post-meta-comments {
  padding-left: 15px
}

.post-meta-comments i {
  font-size: 16px;
  position: relative;
  bottom: -3px;
  padding-right: 5px
}

.post-meta-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 700px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-featured-image {
  margin-bottom: 30px
}

.page-featured-image img {
  margin-bottom: 0
}

.page-featured-image-hidden {
  display: none
}

.post-meta-thumb img {
  width: 100%;
  min-width: 100%;
  height: auto;
  transition: all .3s ease-in-out;
  margin-bottom: 0
}

.blog-style-mix .post-meta-thumb .sh-ratio-content {
  transition: all .3s ease-in-out
}

.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.post-item-single .post-meta-thumb:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.post-meta-icon {
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -22px;
  text-align: center !important;
  position: relative
}

.post-meta-icon i,
.post-meta-icon span {
  line-height: 45px;
  font-size: 21px
}

.post-more {
  font-weight: 700
}

.post-with-background {
  background-color: #f9f9f9;
  padding: 30px 30px 45px;
  text-align: center
}

.post-with-background a,
.post-with-background a:hover,
.post-with-background a:focus {
  color: #8d8d8d;
  text-align: center
}

.post-with-background a:hover,
.post-with-background a:focus {
  color: #47c9e5
}

.post-meta-video .post-meta-video-container,
.post-meta-audio .post-meta-audio-container {
  padding-top: 56.25%;
  position: relative
}

.post-meta-video .post-meta-video-content,
.post-meta-audio .post-meta-audio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.post-with-background .post-meta {
  float: none;
  position: relative;
  bottom: -22px;
  text-align: center
}

.psot-content {
  line-height: 120%
}

.sticky {
  display: block
}

.blog-style-masonry {
  margin: 0 -15px;
  opacity: 0;
  transition: .25s all ease
}

.blog-style-masonry article {
  width: 33.3%;
  float: left;
  margin-bottom: 45px
}

.blog-style-masonry .post-item .post-large-info h2 {
  margin-top: 0;
  margin-bottom: 5px
}

.content-with-sidebar-left .blog-style-masonry article,
.content-with-sidebar-right .blog-style-masonry article {
  width: 50%
}

.post-item.format-standard .post-category {
  margin-top: -14px
}

.masonry-shadow .post-container {
  box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, .05)
}

.masonry-shadow .post-content-container {
  padding-left: 30px;
  padding-right: 30px
}

.masonry-shadow .post-meta-two {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding: 15px 30px
}

.masonry-shadow .post-title h2 {
  margin-top: 30px
}

.masonry-shadow .post-item .post-container {
  transition: .3s all ease-in-out;
  bottom: 0
}

.masonry-shadow .post-item:hover .post-container {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .06);
  bottom: -4px
}

.masonry2 .post-item .post-container {
  transition: .3s all ease-in-out;
  bottom: 0
}

.masonry2 .post-item:hover .post-container {
  bottom: -2px
}

.masonry2 .post-item .post-content-container {
  transition: .3s all ease-in-out;
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, .2);
  overflow: hidden;
  position: relative
}

.masonry2 .post-item:hover .post-content-container {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .06)
}

.masonry2 .post-item.slick-slide .post-content-container {
  box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, .05)
}

.masonry2 .post-item.slick-slide:hover .post-content-container {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .06)
}

.masonry2 .post-title h2 {
  font-size: 28px;
  margin-top: 12px;
  margin-bottom: 14px;
  line-height: 100% !important
}

.masonry2 .post-meta-one {
  margin-bottom: 0
}

.masonry2 .post-content {
  padding-bottom: 28px
}

.masonry2 .post-meta-categories i {
  display: none
}

.masonry2 .post-meta-author a.bypostauthor {
  font-weight: 400
}

.masonry2 .post-meta {
  font-size: 12px
}

.masonry2 .post-meta-date {
  padding-left: 9px
}

.masonry2 .post-item:not(.format-quote):not(.format-link) .post-content-container {
  padding-left: 13%;
  padding-right: 13%;
  padding-top: 32px;
  background-color: #fff
}

.masonry2 .post-meta-two {
  margin-left: -18%;
  margin-right: 92px;
  padding: 19px 0 19px 18%;
  position: relative
}

.masonry2 a.post-meta-comments {
  background-color: #f6f6f6;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -20px;
  right: -92px;
  padding: 0 17px;
  border-radius: 100px;
  transition: .3s all ease-in-out
}

.masonry2 a.post-meta-comments i {
  padding-right: 3px
}

.masonry2 .post-content-container a.post-meta-comments:hover {
  background-color: #47c9e5;
  color: #fff !important
}

.masonry2 .slick-next {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px
}

.masonry2 .slick-next span {
  padding-left: 6px
}

.masonry2 .slick-prev {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px
}

.masonry2 .slick-prev span {
  padding-right: 6px
}

.masonry2 .slick-arrow {
  height: 66px
}

.masonry2 .slick-arrow span {
  font-size: 18px
}

.masonry2 .post-with-background2 {
  background-color: #333;
  text-align: left;
  padding: 60px 30px;
  color: #fff;
  transition: .3s all ease-in-out
}

.masonry2 .post-item:hover .post-with-background2 {
  background-color: #fff;
  color: #505050
}

.masonry2 .post-item:hover .post-with-background2 a {
  color: #505050
}

.masonry2 .post-meta-icon2 {
  font-size: 30px;
  padding-bottom: 5px
}

.masonry2 .post-quote-and-link2 {
  padding-bottom: 30px
}

.masonry2 .post-quote-and-link2 a {
  border-top-width: 0;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 100%
}

.masonry2 .post-quote-and-link-details2 {
  display: block;
  font-size: 14px
}

.post-content-container {
  position: relative
}

.masonry2:not(.blog-style-mix) .post-item.format-quote .post-meta-two,
.masonry2:not(.blog-style-mix) .post-item.format-link .post-meta-two {
  margin-left: 0;
  margin-right: 0
}

.masonry2 .post-item.format-quote a.post-meta-comments,
.masonry2 .post-item.format-link a.post-meta-comments {
  right: 30px
}

.post-item .slick-slider img {
  margin-bottom: 0
}

.post-item .slick-dots li button {
  width: 11px;
  height: 11px
}

.post-item .slick-dots li.slick-active button {
  width: 15px;
  height: 15px
}

.post-item .slick-dots {
  margin-top: -45px
}

.blog-style-mix article {
  margin-bottom: 40px;
  width: 100% !important
}

.blog-style-mix article .post-column-right {
  position: relative;
  z-index: 100
}

.blog-style-mix article .post-container>.row>div {
  padding: 0
}

.blog-style-mix article .post-content-container>div {
  width: 100%
}

.blog-style-mix article .post-content-container {
  padding-left: 13%;
  padding-right: 13%;
  padding-top: 32px
}

.blog-style-mix article .post-meta-icon2 {
  margin-bottom: -15px
}

.blog-style-mix article.format-link .post-content {
  font-weight: 700
}

.blog-style-mix article .post-meta-comments {
  right: -92px !important
}

@media (min-width:992px) {
  .blog-style-mix article:nth-child(even) .post-column-left {
    float: right
  }

  .blog-style-mix article:nth-child(even) .post-column-right {
    float: left
  }

  .blog-style-mix article:nth-child(even):after {
    content: "";
    display: block;
    clear: both
  }

  .blog-style-mix .post-meta-thumb .sh-ratio,
  .blog-style-mix .sh-gallery-item .sh-ratio-container,
  .blog-style-mix .post-content-container,
  .blog-style-mix .ratio-container {
    height: 440px
  }
}

@media (max-width:991px) {
  .blog-style-mix .post-meta-thumb .sh-ratio-container {
    padding-bottom: 56% !important
  }
}

.blog-style-mix .post-content-container {
  display: flex;
  justify-content: center;
  align-items: center
}

.blog-style-mix .post-meta-two {
  margin-left: 0;
  padding-left: 0
}

.blog-style-grid.minimalistic .post-meta-categories i {
  display: none
}

.blog-style-grid.minimalistic .post-meta-comments .post-meta-comments {
  display: none
}

.blog-style-grid.minimalistic .post-meta-two {
  border-width: 0;
  padding-top: 2px;
  padding-bottom: 10px
}

.blog-style-grid.minimalistic .post-title h2 {
  font-size: 18px;
  margin-top: 22px
}

.blog-style-grid.minimalistic .post-container {
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12);
  transition: .3s all ease-in-out;
  bottom: 0
}

.blog-style-grid.minimalistic .post-item:hover .post-container {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .06);
  bottom: -4px
}

.blog-style-grid.minimalistic .post-readmore {
  padding: 18px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 0 solid #eaeaea;
  display: block;
  margin-top: 6px
}

.blog-style-grid.minimalistic .post-readmore div {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px
}

.blog-style-grid.minimalistic h2,
.blog-style-grid.minimalistic .post-meta-two,
.blog-style-grid.minimalistic .post-content {
  padding-left: 30px;
  padding-right: 30px
}

.blog-style-grid.minimalistic .ratio-container {
  padding-top: 67%
}

.blog-style-grid.minimalistic .post-with-background {
  padding-bottom: 50px
}

.blog-style-grid.minimalistic .slick-dots {
  margin-bottom: 15px
}

.blog-style-grid {
  margin: 0 -16px
}

.blog-style-grid article {
  width: 33.3%;
  margin-bottom: 40px
}

.content-with-sidebar-left .blog-style-grid article,
.content-with-sidebar-right .blog-style-grid article {
  width: 33.4%
}

.blog-style-grid .post-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px
}

.blog-style-grid div {
  text-align: left
}

.blog-style-grid iframe {
  max-width: 100%
}

.blog-style-grid .ratio-container,
.blog-style-grid .post-with-background,
.blog-style-grid .post-meta-thumb,
.blog-style-grid .post-meta-thumb img {
  overflow: hidden
}

.blog-style-grid .post-with-background {
  padding: 20px
}

.blog-style-grid .post-with-background a,
.blog-style-grid .post-with-background span {
  text-align: center !important
}

.blog-style-grid .mini-post-title {
  display: block;
  text-align: left !important;
  font-style: italic;
  font-size: 16px;
  width: 100%
}

.blog-style-grid .mini-post-description {
  display: block;
  text-align: left !important;
  font-weight: 700;
  margin-top: 5px;
  width: 100%
}

.blog-style-grid .mini-post-description i {
  position: relative;
  font-size: 16px;
  bottom: -2px;
  padding-right: 10px
}

.blog-style-grid .post-quote-and-link {
  line-height: 155%
}

.blog-style-grid .post-quote-and-link a {
  font-size: 18px
}

.blog-style-grid .post-quote-and-link span {
  font-size: 16px
}

.blog-style-small .post-container,
.blog-style-medium .post-container,
.blog-style-large .post-container {
  margin: 0
}

.blog-style-small div,
.blog-style-medium div {
  text-align: left
}

.blog-style-small article,
.blog-style-medium article,
.blog-style-large article {
  width: 100%
}

.blog-style-small .post-quote-and-link,
.blog-style-medium .post-quote-and-link,
.blog-style-large .post-quote-and-link {
  margin-bottom: 0
}

.blog-style-small .post-meta-three,
.blog-style-medium .post-meta-three,
.blog-style-large .post-meta-three {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px
}

.blog-style-small .post-meta-three>div,
.blog-style-medium .post-meta-three>div,
.blog-style-large .post-meta-three>div {
  margin-bottom: 0
}

.blog-style-large h2,
.blog-style-large .post-title h1 {
  font-size: 30px
}

.blog-style-large article {
  margin-bottom: 40px
}

.blog-style-large .post_format-post-format-link,
.blog-style-large .post_format-post-format-quote {
  margin-bottom: 40px
}

.blog-style-medium h2 {
  font-size: 20px;
  margin-top: 0
}

.blog-style-medium article {
  margin-bottom: 45px
}

.blog-style-medium .post-more {
  padding-left: 10px
}

.blog-style-small h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0
}

.blog-style-small article {
  margin-bottom: 30px
}

.blog-style-small .post-more {
  padding-left: 10px
}

.blog-style-small .post-left-side {
  width: 30%
}

.blog-style-small .post-right-side {
  width: 67%
}

.post-item-single h1,
.post-item-single h2 {
  padding-top: 15px;
  cursor: default
}

.post-item-single .post-title:first-child h1 {
  margin-top: 0;
  padding-top: 0
}

.post-item-single .post-meta-data {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.post-item-single .post-meta-one {
  margin-bottom: 0
}

.post-item-single .post-meta-two {
  padding-top: 0;
  border-top: 0
}

.post-copyrights {
  margin-top: 15px;
  font-size: 12px;
  opacity: .8
}

.sh-blog-tags {
  margin-top: 0;
  margin-bottom: 20px
}

.blog-single .sh-blog-single-meta {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 26px 0 24px;
  margin: 0
}

.blog-single .sh-blog-single-meta>div {
  padding: 0
}

.sh-blog-tag-item {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  line-height: 26px;
  background-color: #47c9e5;
  color: #fff !important;
  margin-right: 10px;
  font-size: 13px !important;
  margin-bottom: 12px;
  border-radius: 100px;
  border: 3px solid #fff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .2);
  font-weight: 700
}

.sh-blog-pageswitch {
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  padding: 30px 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0
}

.sh-blog-pageswitch-back i {
  font-size: 10px;
  padding-right: 6px;
  position: relative;
  bottom: 2px
}

.sh-blog-pageswitch-back {
  padding-left: 0;
  font-size: 13px
}

.sh-blog-pageswitch-current {
  padding-left: 0;
  text-align: center
}

.sh-blog-pageswitch-next {
  text-align: right
}

.sh-blog-pageswitch-next i {
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  bottom: 2px
}

.sh-blog-tags h5,
.sh-blog-social h5 {
  margin-bottom: 0;
  font-size: 16px
}

.sh-blog-tags h5 {
  margin-bottom: 22px
}

.sh-blog-social {
  position: relative;
  z-index: 100
}

.sh-blog-social div {
  max-width: 380px
}

.sh-page-switcher-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: -4px;
  border-radius: 50px;
  background-color: #f2f2f2;
  text-align: center;
  margin-right: 15px
}

.sh-page-switcher-button i {
  line-height: 50px;
  font-size: 18px;
  color: #8d8d8d
}

.sh-page-switcher-button:last-child {
  margin-right: 0
}

.sh-page-switcher-disabled {
  cursor: default
}

.sh-page-switcher-disabled i {
  opacity: .3
}

.sh-page-switcher-content {
  width: 50px;
  line-height: 50px;
  margin-right: 15px
}

.blog-single .sh-page-switcher {
  display: table;
  margin-left: auto
}

.sh-post-author {
  margin-top: 30px;
  padding-bottom: 20px
}

.sh-post-author-page {
  margin-top: 0;
  padding-bottom: 65px
}

.sh-post-author .sh-post-author-avatar {
  width: 200px;
  padding-right: 15px
}

.sh-post-author .sh-post-author-avatar img {
  margin-bottom: 0
}

.sh-post-author .sh-post-author-info {
  padding: 30px;
  box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, .05)
}

.sh-post-author .sh-post-author-info h4 {
  font-size: 16px;
  margin-bottom: 10px
}

.sh-related-posts-title h3 {
  font-size: 16px;
  margin-bottom: 0
}

.sh-related-posts {
  margin-top: 40px
}

.sh-related-posts .post-container {
  margin: 0 15px
}

.sh-related-posts h2 {
  font-size: 18px
}

.sh-related-posts .blog-style-largeimage .post-item {
  margin-bottom: 0
}

.sh-related-posts .post-meta-video .ratio-container-classic {
  padding-top: 64% !important
}

.post-meta-thumb:hover .sh-overlay-style1,
.null-instagram-feed-item:hover .sh-overlay-style1 {
  opacity: 1
}

.sh-overlay-style1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(71, 201, 229, .8);
  font-size: 24px;
  opacity: 0
}

.sh-overlay-style1 i {
  position: relative;
  bottom: -3px;
  color: #fff
}

.sh-overlay-style1 .sh-table-cell i {
  position: relative;
  overflow: visible;
  z-index: 10
}

.sh-overlay-style1 .icon-link {
  padding-left: 2px
}

.sh-overlay-style1 .sh-overlay-item {
  width: 50%;
  position: relative;
  text-align: center
}

.sh-overlay-style1 .sh-overlay-item {
  text-align: center;
  height: 60px;
  transition: .5s all;
  opacity: 0
}

.sh-overlay-style1:hover .sh-overlay-item {
  opacity: 1
}

.sh-overlay-style1 .sh-overlay-item-container i {
  font-size: 24px;
  line-height: 56px;
  transition: .5s all
}

.sh-overlay-style1 .sh-overlay-item {
  width: 60px
}

.sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
  right: 0
}

.sh-overlay-style1 .sh-overlay-item:only-child .sh-overlay-item-container {
  left: 50%;
  -webkit-transform: translateX(-40px) translateY(-30px);
  -ms-transform: translateX(-40px) translateY(-30px);
  transform: translateX(-40px) translateY(-30px)
}

.sh-overlay-style1 .sh-overlay-item-container {
  transition: .5s all;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container {
  background-color: #fff;
  width: 60px;
  -webkit-animation: icon_round_animation .5s;
  animation: icon_round_animation .5s;
  color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container i {
  color: #505050
}

.sh-gallery-item .sh-overlay-style1,
.blog-single .sh-overlay-style1,
.blog-single .sh-gallery-item:hover .sh-overlay-style1 {
  opacity: 0 !important
}

.blog-single .sh-section .sh-gallery-item:hover .sh-overlay-style1 {
  opacity: 1 !important
}

.sh-overlay-style2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(25, 25, 25, .65);
  font-size: 24px;
  opacity: 0;
  transition: all .4s ease-in-out
}

.sh-overlay-style2:hover {
  opacity: 1
}

.sh-overlay-style2:hover .sh-overlay-item {
  transform: scale(1)
}

.sh-overlay-style2 .sh-overlay-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  transform: scale(0);
  transition: all .4s ease-in-out
}

.sh-overlay-style2 .sh-overlay-item-open:before,
.sh-overlay-style2 .sh-overlay-item-open:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff
}

.sh-overlay-style2 .sh-overlay-item-open:before {
  height: 24px;
  width: 1px;
  margin-top: -12px
}

.sh-overlay-style2 .sh-overlay-item-open:after {
  width: 24px;
  height: 1px;
  margin-left: -12px
}

.sh-image-gallery-simple .post-meta-thumb img {
  transition: all .4s ease-in-out
}

.sh-image-gallery-simple .post-meta-thumb:hover img {
  transform: translate3d(0, 0, 0) scale(1.07, 1.07)
}

.sh-blog-style2 .post-item-single .post-meta-data,
.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories a {
  font-size: 12px !important
}

.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories i {
  display: none
}

.sh-blog-style2 .post-item-single .post-meta-author a.bypostauthor {
  font-weight: 400
}

.sh-blog-style2 .sh-post-author .sh-post-author-info {
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, .2)
}

.sh-blog-style2 .widget_product_tag_cloud a,
.sh-blog-style2 .widget_tag_cloud a,
.sh-blog-style2 .sh-blog-tag-item {
  text-transform: uppercase;
  border-width: 0;
  box-shadow: none;
  border-radius: 5px;
  padding: 0 12px;
  line-height: 32px;
  background-color: #f0f0f0;
  transition: .3s all ease-in-out
}

.sh-blog-style2 .sh-footer .widget_tag_cloud a {
  background-color: #3a3a3a
}

.sh-blog-style2 .sh-blog-tag-item:not(:hover) {
  background-color: #f0f0f0 !important;
  color: inherit !important
}

.sh-blog-style2 .widget_search .search-field {
  border-width: 0;
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, .2);
  padding: 16px 74px 16px 26px;
  transition: .3s all ease-in-out;
  border-radius: 5px !important
}

.sh-blog-style2 .widget_search .search-submit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.sh-blog-style2 .widget_search .search-submit {
  right: 0;
  margin-top: -30px;
  width: 55px;
  height: 55px;
  background-color: #f0f0f0
}

.sh-blog-style2 .widget_search .search-submit i {
  color: #505050 !important
}

.sh-blog-style2 .sh-sidebar-search-active .search-field {
  background-color: #fff !important;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .06)
}

.sh-blog-style2 .sh-sidebar-search-active .search-submit i,
.sh-blog-style2 .sh-sidebar-search-active .search-field,
.sh-blog-style2 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb {
  width: 76px;
  height: 76px;
  border-radius: 100px
}

.sh-blog-style2 .sh-recent-posts-widgets-count {
  top: 2px;
  right: 2px
}

.sh-blog-style2 .sh-recent-posts-widgets-item {
  border-bottom: 1px solid #f4f4f4
}

.sh-blog-style2 .sh-recent-posts-widgets-item:last-child {
  padding-bottom: 0
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-ratio {
  border-radius: 100px;
  overflow: hidden;
  z-index: 0
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-mini-overlay-container {
  border-radius: 100px
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content {
  padding-left: 95px;
  min-height: 76px
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content h6 {
  font-size: 16px
}

.sh-blog-style2 .sh-recent-posts-widgets-item h6 {
  padding-top: 2px
}

body:not(.sh-blog-style2) .sh-sidebar-search-active .search-submit i,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
  color: #fff !important
}

.sh-load-more {
  padding: 27px;
  border: 1px solid #ededed;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  transition: .2s all ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .06)
}

.sh-load-more:not(.disabled):hover {
  opacity: .8
}

.sh-load-more.disabled,
.sh-load-more.infinite {
  cursor: default;
  opacity: .5
}

.woocommerce .woocommerce-info {
  border-top-width: 0 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px
}

.woocommerce .woocomerce-styling h1.page-title {
  display: none
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
  line-height: 56px;
  margin-bottom: 30px
}

.woocommerce .woocomerce-styling .woocommerce-ordering .orderby {
  line-height: 56px;
  height: 56px;
  width: 280px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.woocommerce select.country_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 2px !important;
  padding-bottom: 2px !important
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
  float: right
}

.woocommerce .woocomerce-styling .woocommerce-ordering {
  float: left;
  margin-bottom: 45px
}

.woocommerce .woocomerce-styling ul.products {
  position: relative;
  margin: 0 -15px
}

.woocommerce .woocomerce-styling ul.products:after {
  clear: both;
  display: block;
  content: ""
}

.woocommerce .woocomerce-styling ul.products li {
  float: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 0 15px 15px;
  margin-right: -4px
}

.woocommerce .woocomerce-styling ul.products li .sh-woo-post-content-container {
  transition: .3s all ease-in-out
}

.woocommerce .woocomerce-styling ul.products li:hover .sh-woo-post-content-container {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .06)
}

.woocommerce .woocomerce-styling ul.products li {
  position: relative;
  transition: .3s all ease-in-out;
  bottom: 0
}

.woocommerce .woocomerce-styling ul.products li:hover {
  bottom: -4px
}

.woocommerce .woocomerce-styling .content-with-sidebar-left ul.products li {
  min-width: 33.3%
}

.sh-woo-post-content-container {
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12);
  padding-top: 30px;
  background-color: #fff
}

.woocommerce-loop-category__title {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

.woocommerce-loop-category__title mark {
  background-color: transparent !important;
  opacity: .3
}

.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child {
  padding: 0 30px 5px;
  display: block;
  border-bottom: 1px solid #e9e9e9
}

.woocommerce ul.products li.product .button {
  padding-top: 5px !important;
  margin-top: 0 !important;
  line-height: 1 !important
}

.woocommerce ul.products li.product .button:not(.add_to_cart_button) {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding: 20px 30px !important;
  display: block;
  background-color: transparent !important;
  color: inherit !important;
  font-size: 13px;
  text-transform: uppercase
}

.woocommerce ul.products li.product .sh-woo-post-content-container {
  margin-top: 0;
  margin-bottom: 0
}

.sh-recent-products:not(.sh-woocommerce-products) {
  position: relative;
  margin: 0 -15px
}

.sh-recent-products .woocommerce ul.products li.product {
  float: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 0 15px 15px;
  margin-right: -4px
}

.sh-recent-products .woocommerce.columns-2 ul.products li {
  width: 50%
}

.sh-recent-products .woocommerce.columns-3 ul.products li {
  width: 33.3%
}

.sh-recent-products .woocommerce.columns-4 ul.products li {
  width: 25%
}

.sh-recent-products .woocommerce.columns-5 ul.products li {
  width: 20%
}

.sh-recent-products .woocommerce.columns-6 ul.products li {
  width: 16.66%
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0
}

.woocommerce ul.products li.product>a:first-child {
  display: block;
  position: relative
}

.woocommerce ul.products li.product>a .secondary-image-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: .5s all ease-in-out;
  background: #fff
}

.woocommerce ul.products li.product>a .secondary-image-container img {
  transition: .5s all ease-in-out
}

.woocommerce ul.products li.product>a:hover .secondary-image-container {
  opacity: 1
}

.woocommerce ul.products li.product>a:hover .secondary-image-container img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.2, 1.2);
  transform: translate3d(0, 0, 0) scale(1.2, 1.2)
}

.secondary-image-container {
  position: relative;
  overflow: hidden
}

.woocommerce ul.products li.product a h3 {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 20px
}

.woocommerce ul.products li.product .amount,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product ins .amount {
  font-size: 24px;
  text-decoration: none !important
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product ins {
  display: inline-block !important
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del .amount {
  font-size: 16px;
  color: #ccc !important;
  opacity: 1 !important
}

.woocommerce ul.products li.product del .amount .woocommerce-Price-currencySymbol {
  color: #ccc !important
}

.woocommerce ul.products li.product del {
  padding-right: 5px
}

.woocommerce ul.products li.product del .amount:before,
.woocommerce ul.products li.product del .amount:after {
  content: "_";
  color: transparent !important;
  letter-spacing: -3px
}

.woocommerce ul.products li.product .price {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1
}

.sh-recent-products .woocommerce .star-rating,
.woocommerce .woocomerce-styling .star-rating {
  font-size: 18px !important;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  bottom: -2px;
  letter-spacing: 4px;
  width: 110px
}

.sh-recent-products .woocommerce .star-rating span:before,
.woocommerce .woocomerce-styling .star-rating span:before {
  color: #47c9e5
}

.sh-recent-products .woocommerce .star-rating:after,
.woocommerce .woocomerce-styling .star-rating:after {
  content: "";
  clear: both
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before,
.woocommerce .woocomerce-styling .star-rating:before,
.woocommerce .woocomerce-styling .star-rating span:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60a\e60a\e60a\e60a\e60a";
  font-size: 18px;
  letter-spacing: 4px
}

.woocommerce ul.products li.product .add_to_cart_button {
  background-color: transparent;
  padding: 0;
  color: #8d8d8d;
  position: relative;
  display: block;
  padding: 20px 30px !important;
  line-height: 1 !important;
  font-size: 13px;
  text-transform: uppercase
}

.woocommerce .product form.cart .button:before,
.woocommerce ul.products li.product .add_to_cart_button:after {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e04e";
  font-size: 16px;
  padding-right: 15px
}

.woocommerce .product form.cart .button:before {
  line-height: 0;
  top: -2px;
  right: 0
}

.woocommerce ul.products li.product .add_to_cart_button:after {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0;
  margin-left: 0;
  vertical-align: middle;
  position: relative !important;
  top: -2px;
  right: 0
}

.woocommerce ul.products li a.added_to_cart {
  display: none !important;
  color: #8d8d8d !important;
  padding-top: 0;
  line-height: 1;
  float: right;
  background-color: transparent !important;
  margin-right: 15px
}

.woocommerce .additional-information {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px
}

.woocommerce .additional-information p {
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.4
}

.woocommerce .return-to-shop {
  margin-top: 50px
}

.woocommerce ul.products li.product .star-rating {
  margin-bottom: 15px
}

.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th {
  text-align: center;
  border: 1px solid #e5e5e5 !important
}

.woocommerce table.shop_table.cart td {
  padding: 30px !important
}

.woocommerce table.shop_table.cart img {
  width: auto !important;
  max-width: 85px
}

.woocommerce table.shop_table.cart a {
  font-weight: 700
}

.woocommerce table.shop_table.cart td.actions .coupon .input-text {
  padding: 0 15px !important;
  width: 250px !important;
  margin-right: 8px !important;
  display: inline-block
}

.woocommerce form .form-row {
  padding: 8px 0
}

.woocommerce form .form-row select.state_select {
  display: block !important;
  padding: 0 20px;
  line-height: 48px !important;
  height: 48px !important
}

.woocommerce form .form-row.address-field.validate-state .select2-container {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important
}

.woocommerce form .form-row .select2-container {
  display: none !important
}

#page-container .woocommerce form input[type=checkbox] {
  position: relative;
  margin-left: 0;
  margin-right: 5px
}

.woocommerce label {
  color: #505050;
  font-weight: 700
}

.woocommerce .required {
  color: #47c9e5 !important
}

.woocommerce .woocomerce-styling h3:not(.sh-alert-title) {
  font-size: 24px
}

.woocommerce .woocommerce-checkout textarea {
  min-height: 155px;
  max-width: 100%;
  resize: none
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td {
  font-weight: 400
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
  padding: 25px 20px !important
}

.woocommerce .payment_box {
  background-color: transparent !important;
  margin: 0 !important;
  padding-left: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px !important
}

.woocommerce .payment_box:before {
  display: none !important
}

.woocommerce .payment_methods.methods {
  border: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 0 !important
}

.woocommerce .payment_methods.methods label {
  font-size: 16px !important
}

.woocommerce .payment_methods.methods li {
  border-bottom: 1px solid #e5e5e5;
  border-collapse: collapse;
  padding: 25px 20px
}

.woocommerce .woocommerce-checkout-payment {
  background-color: transparent !important
}

.woocommerce-checkout-payment .woocommerce-notice {
  padding-left: 60px !important
}

.woocommerce-checkout-payment .woocommerce-notice:before {
  top: 39px;
  color: inherit
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 20px;
  line-height: 40px;
  font-size: 14px
}

.woocommerce-checkout #payment ul.payment_methods li img {
  margin-left: 20px
}

.woocommerce-checkout #payment div.form-row {
  padding: 0 !important;
  padding-top: 30px !important
}

.woocommerce .shipping-calculator-form button {
  display: block;
  width: 100% !important
}

.woocommerce .cart-collaterals .cart_totals {
  width: 50%
}

.woocommerce .cart-collaterals .cart_totals table {
  width: 100%
}

.woocommerce abbr.required,
.woocommerce #review_form span.required {
  font-size: 0
}

.woocommerce abbr.required:before,
.woocommerce #review_form span.required:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e080";
  font-size: 14px;
  padding-left: 5px
}

.woocommerce .coupon .apply_coupon {
  background-color: #e5e5e5
}

.woocommerce .checkout-button {
  display: table !important
}

.woocommerce .cart_totals {
  margin-top: 30px
}

.woocommerce .cart_totals h2 {
  font-size: 24px
}

.woocommerce .cart_totals table td:first-child,
.woocommerce .cart_totals table th:first-child {
  width: 34%
}

.woocommerce a.remove {
  font-size: 0
}

.woocommerce a.remove:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\e646";
  font-size: 16px;
  color: #8d8d8d;
  top: 2px
}

.woocommerce .calculated_shipping a {
  font-weight: 700
}

.woocommerce .calculated_shipping table td,
.woocommerce .calculated_shipping table th {
  padding: 20px !important
}

.woocommerce .cart-collaterals-banner {
  width: 47.5%;
  float: left;
  margin-top: 30px
}

.woocommerce #ship-to-different-address {
  margin-bottom: 10px
}

.woocommerce #ship-to-different-address label,
.woocommerce #ship-to-different-address input {
  float: left;
  display: block
}

.woocommerce #ship-to-different-address label {
  margin-top: 0
}

.woocommerce #ship-to-different-address input {
  margin-left: 25px;
  margin-top: 7px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
  padding: 0 !important;
  border: 0 solid transparent
}

.woocommerce #order_review_heading {
  margin-top: 50px
}

.woocommerce .woocommerce-checkout-review-order-table .order-total {
  background-color: rgba(49, 49, 49, .038)
}

.woocommerce .woocommerce-checkout-review-order-table .order-total tr,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
  font-size: 18px
}

.woocommerce .woocommerce-checkout-review-order-table p {
  margin-bottom: 0
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0
}

.woocommerce form.woocommerce-checkout.checkout {
  margin-top: 50px
}

.woocommerce input {
  border-color: #e5e5e5 !important
}

.woocommerce form .form-row .input-checkbox {
  position: relative
}

.woocommerce input[type=submit],
.woocommerce .button {
  background-color: #47c9e5;
  color: #fff
}

.woocommerce input[name=apply_coupon] {
  background-color: #505050
}

.woocommerce .quantity input,
.woocommerce table.shop_table.cart td.product-quantity label {
  display: none
}

.woocommerce .quantity-basic label.screen-reader-text {
  position: relative !important;
  height: auto;
  width: auto
}

.woocommerce .quantity-basic input.qty {
  display: block;
  border: 1px solid #e5e5e5;
  width: 100px;
  padding: 10px 20px;
  font-weight: 700
}

.woocommerce table.shop_table.cart td.product-quantity .quantity-basic input.qty {
  display: table;
  margin: 0 auto
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit {
  color: #fff !important;
  background-color: #47c9e5
}

.woocommerce .shop_table .button[name=update_cart] {
  float: right
}

.woocommerce select.country_to_state.country_select {
  padding-top: 16px;
  padding-bottom: 16px
}

.woocommerce ul.order_details {
  display: table;
  width: 100%;
  border: 2px solid #e5e5e5 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important
}

.woocommerce ul.order_details li {
  display: table-cell;
  width: 25% !important;
  border-right: 1px solid #e5e5e5 !important;
  padding: 20px !important;
  font-size: 16px;
  color: #505050;
  font-weight: 700;
  text-transform: none !important;
  margin: 0 !important
}

.woocommerce ul.order_details li:last-child {
  border-right: 0 solid #e5e5e5 !important
}

.woocommerce ul.order_details li strong {
  display: block;
  position: relative;
  padding: 15px 20px !important;
  margin: 20px -20px -20px -20px !important;
  font-weight: 400;
  font-size: 14px;
  border-top: 1px solid #e5e5e5 !important;
  background-color: #f8f8f8
}

.woocommerce-checkout .woocommerce>p:first-child {
  font-size: 16px
}

.woocommerce-checkout .woocommerce h2 {
  margin-top: 30px
}

.SumoSelect {
  width: 100%
}

.woocommerce-ordering .SumoSelect {
  width: 280px
}

.SumoSelect.open>.optWrapper {
  top: 51px
}

.SumoSelect .SelectBox,
.woocommerce .select2-choice {
  color: #8d8d8d;
  padding: 0 24px;
  line-height: 50px !important;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  overflow: hidden
}

.SumoSelect.open .search-txt {
  padding: 1px 23px
}

.SumoSelect .SelectBox * {
  cursor: pointer !important
}

.SumoSelect>.CaptionCont>label>i:after {
  background-image: none;
  display: inline-block;
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604" !important;
  font-size: 16px;
  line-height: 50px
}

.SumoSelect>.CaptionCont>label>i {
  width: 35px;
  height: 50px;
  background-image: none;
  margin: 0
}

.sh-woocommerce-products-style2 .SumoSelect.open>.optWrapper {
  top: 58px
}

.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i {
  height: 57px
}

.sh-woocommerce-products-style2 .SumoSelect.open .search-txt {
  padding: 4px 23px
}

.sh-woocommerce-products-style2 .SumoSelect .SelectBox,
.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i:after {
  line-height: 57px !important
}

.SumoSelect>.CaptionCont>label {
  width: 35px
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 4px 23px
}

.SumoSelect>.optWrapper>.options li.opt.selected label {
  font-weight: 700
}

.SumoSelect>.optWrapper>.options li.opt label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #8d8d8d
}

.SumoSelect>.optWrapper.isFloating {
  position: absolute;
  top: 51px;
  left: 0;
  right: auto;
  width: 100%;
  bottom: auto;
  margin: auto;
  max-height: none;
  height: auto !important
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 250px;
  box-shadow: none
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 3px 23px
}

.select2-drop {
  border-color: #e5e5e5 !important
}

.SumoSelect>.optWrapper {
  box-shadow: none
}

.simpleselect {
  height: 56px;
  width: 280px;
  font-size: inherit;
  color: inherit
}

.simpleselect .placeholder {
  line-height: 36px;
  border-radius: 0;
  padding: 9px 24px;
  font-size: inherit
}

.select2-arrow b:after {
  position: static !important;
  border: none !important;
  margin-left: -18px !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  position: relative
}

.select2-arrow b:after,
.simpleselect .placeholder:after {
  background-image: none;
  display: inline-block;
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604" !important;
  font-size: 16px;
  line-height: 56px;
  padding-right: 25px
}

.simpleselect .options {
  width: auto !important;
  margin-right: 0;
  right: 0;
  height: 350px !important;
  top: -175px !important;
  overflow-x: hidden
}

.simpleselect .options .option {
  line-height: 36px;
  padding: 9px 24px;
  border-bottom: 1px solid transparent
}

.simpleselect .options .option.active {
  background-color: transparent;
  color: #505050
}

.simpleselect .options .option.active {
  border-bottom: 1px solid #ddd
}

.simpleselect .options .option.active:last-child {
  border-bottom: 1px solid transparent !important
}

.woocommerce .select2-choice {
  display: none
}

.woocommerce .form-row .simpleselect {
  width: 100%
}

.sh-woo-layout table.variations {
  max-width: 250px
}

.sh-woo-layout table.variations,
.sh-woo-layout table.variations td {
  border-width: 0 !important
}

.sh-woo-layout table.variations td {
  padding: 0 !important
}

.sh-woo-layout table.variations td label {
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px
}

.sh-woo-layout table.variations td select {
  border: 1px solid #e3e3e3;
  color: #8d8d8d;
  display: block !important;
  padding: 0 20px;
  line-height: 48px !important;
  height: 48px !important
}

.sh-woo-layout table.variations .reset_variations {
  text-transform: uppercase;
  font-size: 13px
}

.sh-woo-layout .woocommerce-variation {
  padding: 5px 0 25px;
  font-style: italic
}

.woocommerce .sh-woo-layout-image {
  position: relative
}

.sh-alert+div.product {
  margin-top: 50px
}

.woocommerce .product .images {
  width: 100% !important;
  float: none !important;
  padding-right: 10px
}

.woocommerce .product .summary,
.woocommerce .product .woocommerce-tabs {
  width: 100% !important;
  float: right !important;
  display: block
}

.woocommerce .product .woocommerce-tabs .panel {
  background-color: transparent
}

.woocommerce .product .related {
  width: 100%;
  display: inline-block
}

.woocommerce .product .related .product {
  margin-bottom: 0;
  padding-bottom: 0
}

.woocommerce .product .product_meta .woo-meta-share {
  margin-top: 25px
}

.woocommerce .product .product_meta>span {
  width: 100%;
  display: block
}

.woocommerce table.woocommerce-grouped-product-list {
  width: 100%;
  margin-bottom: 30px
}

@media (min-width:1250px) {
  .woocommerce table.woocommerce-grouped-product-list td:first-child {
    width: 200px !important
  }
}

.woocommerce table.woocommerce-grouped-product-list .sh-increase-numbers {
  display: block !important
}

.woocommerce .product form.cart {
  margin-bottom: 30px !important
}

.woocommerce div.product form.cart button {
  float: right !important;
  line-height: 50px !important;
  padding: 0 25px !important;
  border-radius: 100px !important;
  font-size: 13px;
  text-transform: uppercase
}

.woocommerce .product .woocommerce-product-rating {
  float: right;
  text-align: right;
  margin-bottom: 0 !important;
  position: relative
}

.woocommerce .product .woocommerce-product-rating .star-rating {
  margin-top: 0
}

.woocommerce .product .woocommerce-product-rating>div {
  float: none !important;
  display: inline-block
}

.woocommerce .product .summary:after {
  content: "";
  display: block;
  clear: both
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
  margin-bottom: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  padding: 7.5px
}

.woocommerce .product .woo-short-description {
  margin-bottom: 30px
}

.woocommerce .woocomerce-styling .product .product_title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb
}

.woocommerce div.product .price {
  line-height: 30px;
  margin-bottom: 0;
  min-height: 32px
}

.woocommerce div.product .woocommerce-product-rating {
  line-height: 34px
}

.woocommerce .product .woo-seperator-line {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb
}

.woocommerce .product form.cart .button:before {
  display: inline-block;
  color: #fff
}

.woocommerce .product .price ins {
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 700
}

.woocommerce .product.product-type-grouped .price,
.woocommerce .product .price>span {
  font-size: 24px;
  font-weight: 700
}

.woocommerce div.product .price del,
.woocommerce div.product .price del span {
  color: #868686 !important;
  font-size: 18px
}

.woocommerce .product .price del {
  padding-right: 10px
}

.woocommerce .product .product_meta .posted_in a {
  text-transform: uppercase;
  font-size: 13px
}

.woocommerce .product .woo-meta-title {
  display: inline-block;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px
}

.woocommerce .woocommerce-tabs h2 {
  font-size: 16px;
  margin-bottom: 15px
}

.woocommerce .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  overflow: visible !important;
  margin-left: 2px !important
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e9e9e9
}

.woocommerce .woocommerce-tabs li {
  border: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 50 !important;
  position: relative !important;
  margin: 0 !important;
  border-bottom: 1px solid #eeeeee !important
}

.woocommerce .woocommerce-tabs li.comment {
  margin-bottom: 15px !important
}

.woocommerce .woocommerce-tabs li a {
  padding: 15px 10px !important;
  font-size: 13px;
  text-transform: uppercase;
  z-index: 50 !important;
  position: relative !important
}

.woocommerce .woocommerce-tabs li:first-child a {
  padding-left: 0 !important
}

.woocommerce .woocommerce-tabs li:first-child a:after {
  left: 0
}

.woocommerce .woocommerce-tabs li:last-child a {
  padding-right: 0 !important
}

.woocommerce .woocommerce-tabs li:last-child a:after {
  right: 0
}

.woocommerce .woocommerce-tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -2.5px;
  height: 5px;
  border-radius: 5px;
  background-color: #47c9e5;
  z-index: 100;
  transition: .3s all ease-in-out;
  opacity: 0
}

.woocommerce .woocommerce-tabs li.active a:after {
  opacity: 1;
  transition: 0s all ease-in-out
}

.woocommerce .woocommerce-tabs li.active a {
  border-bottom: 2px solid #47c9e5;
  border-bottom-width: 0 !important
}

.woocommerce .woocommerce-tabs li:before,
.woocommerce .woocommerce-tabs li:after {
  display: none
}

.woocommerce .sh-portfolio-single-share {
  padding-top: 10px;
  padding-bottom: 0;
  position: relative
}

.woocommerce .sh-portfolio-single-share .jssocials-shares {
  margin-top: 6px
}

.woocommerce .sh-portfolio-single-share .jssocials-share {
  background-color: transparent !important
}

.woocommerce .related.products h2 {
  margin-top: 15px;
  margin-bottom: 45px
}

.woocommerce .woocommerce-tabs #comments {
  margin-top: 0
}

.woocommerce .woocommerce-tabs #tab-reviews .comment-form-rating label {
  display: none
}

.woocommerce .woocommerce-tabs #tab-reviews label {
  margin-bottom: 8px;
  font-size: 16px
}

.woocommerce .woocommerce-tabs #tab-reviews textarea {
  height: 110px !important;
  resize: none
}

.woocommerce .woocommerce-tabs #tab-reviews input#submit {
  padding-left: 30px !important;
  padding-right: 30px !important
}

.woocommerce .woocommerce-tabs .comment-form-rating span>a:before {
  font-family: 'themify' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px
}

.woocommerce p.stars a:before {
  content: "\e60a" !important
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
  padding: 23px;
  background-color: #f2f2f2;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  border-radius: 30px
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a:before {
  padding: 14px 15px
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before {
  color: #fff !important
}

.woocommerce p.stars.selected a:not(.active),
.woocommerce p.stars.selected a.active {
  background-color: #47c9e5
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a:before {
  color: #8d8d8d !important
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a {
  background-color: #f2f2f2
}

.woocommerce .woocommerce-tabs .commentlist {
  padding-left: 0
}

.woocommerce .woocommerce-tabs .commentlist img.avatar {
  width: 54px !important;
  border: 0 solid transparent !important;
  padding: 0 !important
}

.woocommerce .woocommerce-tabs .commentlist .comment-text {
  border: 0 solid transparent !important;
  padding: 0 !important;
  margin-left: 75px !important;
  padding-bottom: 15px !important
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta {
  margin-bottom: 5px !important;
  font-size: inherit !important
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta,
.woocommerce .woocommerce-tabs .commentlist .comment-text .meta time {
  color: #b0b0b0
}

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
  font-size: 16px !important;
  margin-bottom: 15px;
  margin-top: 15px
}

.woocommerce .woocommerce-tabs .panel {
  box-shadow: none !important
}

.woocommerce #commentform p {
  margin-bottom: 25px !important
}

.woocommerce div.product p.stock {
  font-size: 16px;
  color: #8d8d8d;
  font-weight: 700
}

.woocommerce .addresses {
  display: block;
  margin-top: 45px
}

.woocommerce .myaccount_user {
  display: block;
  margin-bottom: 45px
}

.woocommerce .addresses a {
  display: inline-block;
  float: none !important;
  margin-left: 15px;
  top: 4px;
  position: relative
}

.woocommerce legend {
  border-bottom: 0;
  padding-top: 45px;
  font-weight: 700;
  font-size: 24px
}

label.sh-quantity-number {
  display: none !important
}

.sh-increase-numbers {
  display: table !important;
  margin: 0 auto !important;
  padding: 0;
  overflow: hidden
}

.sh-increase-numbers input,
.sh-increase-numbers span {
  float: left;
  display: block !important;
  width: 50px !important;
  height: 50px;
  text-align: center
}

.sh-increase-numbers input {
  border-width: 0;
  font-size: 16px !important;
  font-weight: 700;
  padding: 0 !important;
  background-color: transparent
}

.sh-increase-numbers span {
  cursor: pointer;
  font-size: 16px;
  transition: .25s all;
  background-color: #f2f2f2;
  border-radius: 50px
}

.sh-increase-numbers i {
  line-height: 50px
}

.widget.woocommerce.widget_shopping_cart .sh-increase-numbers {
  display: none !important;
  opacity: 0;
  height: 0;
  overflow: hidden
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-right: 15px;
  padding-left: 0
}

.woocommerce-MyAccount-navigation ul li {
  padding: 12px 1px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0px;
  text-transform: uppercase
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #8d8d8d;
  display: block
}

.woocommerce-MyAccount-content .woocommerce-info {
  padding-left: 25px !important
}

.woocommerce-MyAccount-content .woocommerce-info:before {
  display: none
}

.woocommerce-MyAccount-content .woocommerce-Button {
  color: #fff !important
}

.sh-revslider {
  font-size: 0px
}

.sh-revslider>div {
  font-size: 13px
}

.sh-revslider-button1,
.sh-revslider-button2 {
  border-radius: 100px;
  padding: 0 45px;
  overflow: hidden;
  position: relative;
  display: block
}

.sh-revslider-button1 {
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff !important;
  line-height: 56px
}

.sh-revslider-button1:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 150%;
  background-color: rgba(0, 0, 0, .07);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  transition: .3s all ease-in-out
}

.sh-revslider-button1:hover:before {
  width: 120%
}

.sh-revslider-button2 {
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  background-color: #fd8b36;
  line-height: 60px
}

.sh-revslider-button2:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 150%;
  background-color: rgba(0, 0, 0, .07);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  transition: .3s all cubic-bezier(.455, .03, .515, .955) !important
}

.sh-revslider-button2:hover:after {
  width: 120%
}

.sh-revslider-button1 span,
.sh-revslider-button2 span,
.sh-revslider-button1 i,
.sh-revslider-button2 i {
  position: relative;
  z-index: 5
}

.sh-revslider-button1 span,
.sh-revslider-button2 span {
  line-height: 60px !important;
  font-size: inherit !important;
  position: relative;
  bottom: -1px
}

.sh-revslider-button1 span {
  line-height: 56px
}

.sh-revslider-button1 i,
.sh-revslider-button2 i {
  padding-left: 15px;
  font-size: 18px;
  vertical-align: middle;
  line-height: normal !important
}

@media (max-width:700px) {

  .sh-revslider-button1 span,
  .sh-revslider-button2 span {
    line-height: 30px !important
  }
}

@media screen and (min-width:700px) and (min-height:600px) {

  .sh-revslider-button1 i,
  .sh-revslider-button2 i {
    position: relative;
    top: -1px
  }
}

.sh-revslider-button1.spacing-animation:before,
.sh-revslider-button2.spacing-animation:after {
  display: none
}

.sh-revslider-button1.spacing-animation span,
.sh-revslider-button2.spacing-animation span {
  transition: .3s all ease-in-out !important;
  letter-spacing: normal !important
}

.sh-revslider-button1.spacing-animation:hover span,
.sh-revslider-button2.spacing-animation:hover span {
  letter-spacing: 2px !important
}

.sh-revslider-button1.spacing-animation,
.sh-revslider-button2.spacing-animation {
  transition: .3s all ease-in-out !important
}

.sh-revslider-button1.spacing-animation:hover {
  background-color: rgba(0, 0, 0, .07)
}

.sh-revslider-button2.inverted,
.sh-revslider-button2.inverted:hover,
.sh-revslider-button2.inverted:focus {
  background-color: #ffffff !important;
  color: #535353 !important
}

.rev_slider .hades.tparrows {
  background-color: rgba(0, 0, 0, .0)
}

.rev_slider .ares {
  height: 21px
}

.rev_slider .ares .tp-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  margin-left: -4px
}

.rev_slider .ares .tp-bullet.selected {
  width: 21px;
  height: 21px;
  margin-top: -3px;
  margin-left: -7px !important;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.rev_slider .ares .tp-bullet .tp-bullet-title {
  display: none
}

.rev_slider .sh-rev-blog h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1 !important
}

.rev_slider .sh-rev-blog p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5 !important;
  margin-bottom: 25px !important;
  opacity: .8
}

.rev_slider .sh-rev-blog-cat {
  opacity: .8
}

.rev_slider .sh-rev-blog-cat a {
  color: #fff;
  font-size: 13px;
  padding-left: 8px
}

.rev_slider .sh-rev-blog-cat a:first-child {
  padding-left: 0
}

.rev_slider .sh-rev-blog .sh-revslider-button2 {
  display: inline-block !important;
  line-height: 50px
}

.rev_slider .sh-rev-blog .sh-revslider-button2 span {
  line-height: 50px
}

@media (min-width:1250px) {
  .rev_slider .sh-rev-blog .sh-revslider-button2 span {
    position: relative;
    top: -1px
  }
}

#comments {
  margin-top: 65px
}

.sh-comments {
  margin-top: 25px
}

.page-content .sh-comments {
  margin-top: 45px
}

.sh-comments li {
  list-style: none
}

.sh-comment-list {
  padding: 0
}

.sh-comment-list ol,
.sh-comment-list ol ol {
  padding-left: 90px
}

.sh-comments .sh-comments-title,
.sh-comments .comment-reply-title {
  font-size: 16px;
  margin-bottom: 25px
}

.sh-comments #cancel-comment-reply-link {
  text-transform: none;
  font-size: 14px;
  padding-left: 15px
}

.sh-comments .submit {
  background-color: #47c9e5;
  color: #fff;
  line-height: 50px;
  padding: 0 25px;
  border: none;
  font-weight: 700
}

.sh-comments #comment {
  height: 135px;
  resize: none
}

.comment-body {
  display: table
}

.comment-body .sh-reply-link {
  font-size: 16px;
  padding-right: 6px
}

.sh-reply-link+.sh-reply-link-button {
  color: red !important
}

.comment-body .reply {
  margin-top: 8px
}

.comment-body .sh-reply-link-button {
  padding-right: 15px
}

.comment-column-left {
  display: table-cell;
  vertical-align: top;
  width: 90px
}

.comment-column-right {
  display: table-cell;
  vertical-align: top
}

.sh-comment-list {
  border-bottom: 1px solid #e3e3e3
}

.sh-comment-list li.comment,
.sh-comment-list li.pingback {
  padding-top: 30px
}

.sh-comment-list li.pingback .comment-column-left {
  display: none
}

.sh-comment-list li.depth-1 {
  border-top: 1px solid #e3e3e3;
  padding-bottom: 30px
}

.sh-comment-list .comment .comment-respond {
  padding-top: 30px;
  padding-left: 90px
}

.sh-comment-author {
  font-weight: 700;
  color: #3f3f3f
}

.sh-comment-date {
  padding-left: 5px
}

.sh-comment-date a {
  color: #b0b0b0;
  font-style: italic
}

.sh-comment-content {
  margin-top: 6px
}

.sh-comment-form {
  margin-top: 50px
}

.sh-comment-form i {
  padding-left: 5px
}

.sh-comment-form label {
  margin-bottom: 8px
}

.sh-comment-form p {
  margin-bottom: 25px;
  position: relative
}

.sh-comments-required-notice {
  float: right
}

.sh-gallery {
  display: none;
  max-width: 100% !important;
  min-height: 30px;
  overflow: hidden
}

.sh-gallery.slick-initialized {
  display: block
}

.sh-gallery .slick-slide,
.sh-gallery .slick-track {
  height: auto !important
}

.sh-gallery .slick-prev,
.sh-gallery .slick-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 24px;
  border: none;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  padding: 0
}

.sh-gallery .slick-prev span,
.sh-gallery .slick-next span {
  line-height: 60px
}

.sh-gallery:hover .slick-prev,
.sh-gallery:hover .slick-next {
  opacity: 1
}

.sh-gallery .slick-prev:hover,
.sh-gallery .slick-next:hover {
  background-color: #fff;
  color: #8d8d8d
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  display: table;
  margin: 0 auto;
  position: absolute;
  margin-top: -60px;
  text-align: center;
  width: 100%
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: auto !important;
  vertical-align: top;
  line-height: 1
}

.slick-dots li button {
  border: none;
  background-color: #fff;
  color: #fff;
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 30px
}

.sh-image-gallery .slick-dots li button {
  background-color: #ebebeb
}

.sh-image-gallery .slick-dots li.slick-active button {
  background-color: #47c9e5
}

.slick-dots li.slick-active button {
  width: 21px;
  height: 21px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.slick-list,
.slick-slide,
.slick-track {
  height: 100%;
  width: 100%
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 1
}

.slick-prev {
  left: 0
}

.slick-next {
  right: 0
}

.sh-image-gallery-simple .sh-image-gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px
}

.sh-gallery-item {
  position: relative;
  overflow: hidden
}

.sh-image-gallery-simple-2columns .sh-image-gallery-item {
  width: 50%
}

.sh-image-gallery-simple-3columns .sh-image-gallery-item {
  width: 33.3%
}

.sh-image-gallery-simple-4columns .sh-image-gallery-item {
  width: 25%
}

.sh-image-gallery-simple-5columns .sh-image-gallery-item {
  width: 20%
}

@media (max-width:1200px) {

  .sh-image-gallery-simple-5columns .sh-image-gallery-item,
  .sh-image-gallery-simple-4columns .sh-image-gallery-item {
    min-width: 33.3%
  }
}

@media (max-width:850px) {
  .sh-image-gallery-simple .sh-image-gallery-item {
    min-width: 50%
  }
}

@media (max-width:550px) {
  .sh-image-gallery-simple .sh-image-gallery-item {
    min-width: 100%
  }
}

body.admin-bar #lightcase-nav .lightcase-icon-close {
  top: 47px
}

@media screen and (max-width:640px) {
  body.admin-bar #lightcase-nav .lightcase-icon-close {
    top: 61px
  }
}

#lightcase-overlay {
  z-index: 9999
}

#lightcase-case {
  z-index: 9999
}

#lightcase-nav .lightcase-icon-close:before {
  content: "\e646";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px
}

#lightcase-nav a[class*=lightcase-icon-]:hover {
  text-shadow: 0 0 15px #000
}

.woocommerce #lightcase-case[data-lc-type=image] #lightcase-content,
.woocommerce #lightcase-case[data-lc-type=video] #lightcase-content {
  background-color: #fff
}

.sh-spinner-1>div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.sh-spinner-1 .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.sh-spinner-1 .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.sh-portfolio-single-share {
  padding-bottom: 30px
}

.sh-social-share {
  margin-top: 0;
  margin-bottom: 0
}

.sh-social-share>div {
  vertical-align: top
}

.sh-social-share-button {
  background-color: #f2f2f2;
  border-radius: 100px;
  height: 50px;
  padding: 0 30px 0 20px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.sh-social-share-button i {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  padding-right: 15px
}

.sh-social-share-button span {
  font-size: 13px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase
}

.sh-social-share-networks {
  display: inline-block;
  height: 0
}

.sh-social-share-networks.sh-social-share-networks-active {
  height: auto;
  transition-delay: .7s;
  transition: all .3s ease-in-out
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
  opacity: 1;
  margin-left: 0
}

.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
  margin: 0
}

.sh-social-share-networks .jssocials-share {
  padding: 0;
  opacity: 0;
  margin-left: -15px
}

.sh-social-share-networks .jssocials-share a {
  display: inline-block;
  padding: 0 10px;
  background-color: transparent !important;
  visibility: hidden
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
  height: auto;
  visibility: visible
}

.sh-social-share-networks .jssocials-share i {
  font-size: 18px
}

.sh-social-share-networks .jssocials-share-link {
  line-height: 50px;
  padding: 0
}

.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
  display: none
}

.sh-social-share-networks .jssocials-share:nth-child(1) {
  transition-delay: .1s
}

.sh-social-share-networks .jssocials-share:nth-child(2) {
  transition-delay: .2s
}

.sh-social-share-networks .jssocials-share:nth-child(3) {
  transition-delay: .3s
}

.sh-social-share-networks .jssocials-share:nth-child(4) {
  transition-delay: .4s
}

.sh-social-share-networks .jssocials-share:nth-child(5) {
  transition-delay: .5s
}

.sh-social-share-networks .jssocials-share:nth-child(6) {
  transition-delay: .6s
}

.sh-social-share-networks .jssocials-share:nth-child(7) {
  transition-delay: .7s
}

.sh-social-share-networks .fa-facebook,
.sh-social-share-networks .fa-twitter,
.sh-social-share-networks .fa-google,
.sh-social-share-networks .fa-at,
.sh-social-share-networks .fa-pinterest {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.sh-social-share-networks .fa-facebook:before {
  content: "\e00b"
}

.sh-social-share-networks .fa-twitter:before {
  content: "\e009"
}

.sh-social-share-networks .fa-google:before {
  content: "\e60d"
}

.sh-social-share-networks .fa-at:before {
  content: "\e086"
}

.sh-social-share-networks .fa-pinterest:before {
  content: "\e60b"
}

.sh-popover-mini {
  position: absolute;
  left: 0;
  top: -17px;
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 0 15px;
  line-height: 30px;
  min-height: 0;
  min-width: 0;
  z-index: 100;
  cursor: default;
  border-radius: 30px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  border: 2px solid #fff;
  white-space: nowrap
}

.sh-popover-mini:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: transparent transparent #47c9e5 #47c9e5;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10
}

.sh-popover-mini:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, .15);
  z-index: 5
}

.sh-popover-mini-center {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%
}

.sh-popover-mini-dark {
  background-color: #4e4e4e
}

.sh-popover-mini:before {
  border-color: transparent transparent #4e4e4e #4e4e4e
}

ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: table;
  margin: 0 auto;
  list-style: none;
  background-color: #f4f4f4;
  padding: 5px 4px;
  border-radius: 30px;
  border-width: 0
}

ul.page-numbers:after {
  content: "";
  display: block;
  clear: both
}

ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 2px;
  text-align: center
}

ul.page-numbers a,
ul.page-numbers span,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
  padding: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a:focus {
  background-color: transparent !important
}

ul.page-numbers .prev,
ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
  width: auto;
  padding: 0 10px
}

ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev {
  padding-left: 15px
}

ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
  padding-right: 15px
}

ul.page-numbers a span {
  padding: 0
}

ul.page-numbers a:hover {
  color: #47c9e5
}

ul.page-numbers .current {
  font-weight: 700
}

ul.page-numbers .current,
ul.page-numbers .current:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
  color: #fff;
  background-color: #47c9e5;
  border-radius: 30px
}

.woocommerce nav.woocommerce-pagination ul li {
  border-width: 0
}

.sh-page-links p {
  font-weight: 700;
  margin-bottom: 15px
}

.widget-title {
  margin-bottom: 25px
}

.widget-item {
  padding-bottom: 45px
}

.widget-item ul {
  list-style: none;
  padding-left: 0
}

.widget-item ul ul {
  padding-left: 30px
}

.widget-item li>a {
  display: block
}

.widget-item h4 {
  margin-bottom: 20px
}

.widget_tag_cloud a,
.widget_tag_cloud a:after,
.post-title h2,
.post-title h1 {
  transition: .25s all ease
}

.widget_search .screen-reader-text {
  display: none
}

.widget_search .search-form {
  position: relative;
  display: block
}

.widget_search label {
  width: 100%
}

.widget_search .search-field {
  display: block;
  width: 100%;
  border: none;
  padding: 16px 20px;
  font-weight: 400;
  transition: .25s background;
  border: 1px solid #ddd;
  color: #8d8d8d
}

.widget_search .search-submit {
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  margin-top: -25px;
  width: 43px;
  height: 43px;
  border: none;
  text-align: center;
  background-color: transparent
}

.widget_search .search-form i {
  display: block;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer
}

.widget_search .search-field::-webkit-input-placeholder {
  color: inherit;
  font-style: normal
}

.widget_search .search-field:-moz-placeholder {
  color: inherit;
  font-style: normal
}

.widget_search .search-field::-moz-placeholder {
  color: inherit;
  font-style: normal
}

.widget_search .search-field:-ms-input-placeholder {
  color: inherit;
  font-style: normal
}

.sh-blog-style1 .sh-sidebar-search-active .search-submit i,
.sh-blog-style1 .sh-sidebar-search-active .search-field,
.sh-blog-style1 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
  color: #fff !important
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

.widget_categories li {
  padding: 12px 1px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0px;
  text-transform: uppercase
}

.widget_categories li>a {
  display: inline-block
}

.widget_categories li * {
  font-size: 13px
}

.widget_categories li:first-child {
  padding-top: 0
}

.widget_categories li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.widget_calendar table {
  width: 100%
}

.widget_calendar td,
.widget_calendar th {
  padding: 10px !important;
  text-align: center
}

.widget_product_tag_cloud a,
.widget_tag_cloud a {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  line-height: 30px;
  background-color: #f4f4f4;
  color: #8d8d8d;
  margin-right: 10px;
  font-size: 13px !important;
  margin-bottom: 12px;
  border-radius: 100px;
  border: 3px solid #fff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .1);
  font-weight: 700
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
  color: #fff !important;
  background-color: #47c9e5
}

#sidebar .widget_product_tag_cloud .tagcloud a:hover,
#sidebar .widget_tag_cloud .tagcloud a:hover {
  color: #fff !important
}

.widget_product_tag_cloud a:hover:after,
.widget_tag_cloud a:hover:after {
  border-left-color: #47c9e5
}

.widget-item.woocommerce .product-title {
  transition: .3s all ease-in-out
}

.widget-item.woocommerce .product-title:hover {
  opacity: .8
}

.product_list_widget li {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px !important;
  min-height: 65px !important;
  padding-left: 85px !important
}

#sidebar .product_list_widget li.empty {
  padding-left: 0 !important;
  min-height: 0px !important
}

.product_list_widget a img {
  position: absolute;
  width: 65px !important;
  margin-left: 0 !important;
  left: 0
}

.product_list_widget a span,
.product_list_widget .star-rating {
  display: block
}

.product_list_widget .star-rating {
  margin-top: 10px !important;
  margin-bottom: 15px !important
}

.product_list_widget ins {
  text-decoration: none
}

.product_list_widget .amount,
.product_list_widget ins span {
  font-size: 16px;
  font-weight: 700
}

.product_list_widget del .amount {
  font-weight: 400
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
  padding-top: 5px
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e5e5e5 !important
}

.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff !important;
  border: 2px solid #6ec8b9;
  width: 17px !important;
  height: 17px !important;
  top: -5px !important
}

.widget_price_filter .ui-slider .ui-slider-range {
  background-color: rgba(110, 200, 185, .6) !important
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: #f3f3f3 !important;
  color: #8d8d8d !important;
  line-height: 40px !important;
  float: right;
  padding: 0 22px !important;
  border-radius: 30px;
  font-size: 13px;
  text-transform: uppercase
}

.widget_price_filter .price_slider_wrapper .price_label {
  font-size: 14px;
  float: left;
  line-height: 40px
}

.widget_price_filter .price_slider_wrapper .price_label span {
  font-size: 16px;
  font-weight: 700
}

.widget_price_filter .widget-title {
  padding-bottom: 5px
}

.widget_product_categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.widget_product_categories li {
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 13px
}

.product_list_widget .star-rating {
  display: none
}

.widget_product_categories li:first-child {
  padding-top: 0
}

.widget_product_categories li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.widget_product_categories li {
  display: block
}

.widget_product_categories a {
  color: #8d8d8d;
  display: inline-block !important
}

.widget_product_categories li .count,
.widget_categories li .count {
  float: right;
  font-weight: 700;
  background-color: #f3f3f3;
  color: #9a9a9a;
  border-radius: 50px;
  padding: 0 8px;
  line-height: 1.4;
  cursor: default
}

.widget_product_categories li .count {
  display: none
}

.widget_recent_entries li {
  border-bottom: 0 solid transparent !important;
  font-weight: 700;
  padding: 11px 0;
  position: relative
}

.widget_recent_entries li:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 12px;
  content: "\e060";
  font-size: 16px
}

.widget_recent_entries li a {
  padding-left: 37px !important
}

#sidebar .widget_recent_entries li:before {
  top: 14px
}

.sh-footer .widget_recent_entries li:first-child:before {
  top: 3px !important
}

.null-instagram-feed .instagram-pics {
  position: relative;
  margin: -5px
}

.null-instagram-feed .instagram-pics li {
  display: inline-block;
  position: relative;
  width: 33.3%;
  padding: 6px 10px;
  margin-right: -4px
}

.null-instagram-feed .instagram-pics li a:not(.sh-instagram-element-overlay) {
  display: block;
  overflow: hidden;
  position: relative
}

.null-instagram-feed img {
  width: 100%
}

.null-instagram-feed .sh-overlay-item {
  height: 100%;
  width: 100%
}

.no-widgets-found .widget-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  text-transform: none
}

.sh-recent-posts-widgets {
  position: relative
}

.sh-recent-posts-widgets-item {
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #3e3e3e
}

.sh-recent-posts-widgets-item:last-child {
  margin-bottom: 0;
  border-bottom-width: 0
}

.sh-recent-posts-widgets-item-content {
  padding-left: 80px;
  min-height: 55px
}

.sh-recent-posts-widgets-item-thumb {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 0;
  top: 0
}

.sh-recent-posts-widgets-count {
  background-color: #47c9e5;
  padding: 2px 6px;
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 13px;
  z-index: 500;
  color: #fff !important;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-recent-posts-widgets-item h6 {
  padding-top: 5px;
  margin-bottom: 8px;
  font-size: 14px
}

.sh-recent-posts-widgets-item-meta {
  font-size: 12px
}

.sh-recent-posts-widgets-item-meta i {
  position: relative;
  bottom: -3px;
  padding-right: 5px;
  font-size: 16px
}

.sh-portfolio-widget {
  position: relative;
  margin: -7.5px
}

.sh-portfolio-widget:after {
  content: "";
  display: block;
  clear: both
}

.sh-portfolio-widget-item {
  padding: 7.5px;
  float: left;
  width: 33.3%;
  max-width: 100px;
  min-width: 60px;
  overflow: hidden
}

.sh-portfolio-widget-item img {
  margin-bottom: 0
}

.sh-portfolio-widget-item .sh-portfolio-widget-background {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%
}

.sh-mini-overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(71, 201, 229, .75);
  text-align: center;
  opacity: 0
}

.sh-mini-overlay i {
  line-height: 1px;
  font-size: 24px;
  color: #fff !important;
  display: block
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
  opacity: 1
}

.sh-contacts-widget-item {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative
}

.sh-contacts-widget-item i {
  display: block;
  padding-top: 4px;
  position: absolute;
  left: 0;
  font-size: 18px;
  width: 18px
}

.sh-social-widgets {
  position: relative;
  margin: -4px
}

.sh-social-widgets:after {
  clear: both;
  content: "";
  display: block
}

.sh-social-widgets-item {
  margin: 0 5px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  color: #8d8d8d;
  background-color: #f4f4f4;
  font-size: 18px;
  border-radius: 50px
}

.sh-social-widgets-item i {
  font-size: 19px;
  line-height: 50px
}

.sh-image-widgets img {
  margin-bottom: 0;
  padding-bottom: 15px
}

.sh-image-widgets-description a {
  margin-right: 25px
}

.sh-image-widgets-description i {
  font-size: 18px
}

.sh-image-widgets-social {
  padding-top: 15px
}

.sh-nothing-found {
  background-color: #f4f4f4;
  padding: 19px;
  float: none
}

.sh-nothing-found .sh-table-cell-top:first-child {
  width: 45px
}

.sh-nothing-found h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px
}

.sh-nothing-found p {
  margin: 0
}

.sh-nothing-found i {
  color: #505050;
  font-size: 26px
}

.sh-nothing-found-big {
  margin-top: 50px;
  color: #e5e5e5;
  font-weight: 700;
  max-width: 500px
}

.sh-nothing-found-big span {
  font-size: 56px;
  line-height: 56px
}

.sh-nothing-found-big div {
  font-size: 110px;
  text-transform: uppercase;
  line-height: 100px
}

.sh-search-results .post-item .post-meta-two {
  display: none
}

.sh-404 {
  background-size: cover;
  background-position: center center;
  background-color: #4c4c4c
}

.sh-404>div {
  width: 33.3%;
  text-align: center;
  color: #fff;
  border-right: 30px solid #fff;
  vertical-align: top;
  padding: 0 35px 80px
}

.sh-404>div:last-child {
  border-right: 0
}

.sh-404-title {
  display: block;
  width: 100%;
  padding: 110px 0 60px;
  line-height: 110px;
  font-size: 110px;
  font-weight: 700;
  text-align: center
}

.sh-404-mobile-title {
  letter-spacing: 25px
}

.sh-404 h3 {
  font-weight: 700;
  color: #fff;
  font-size: 24px
}

.sh-404-button {
  display: inline-block;
  margin: 0 auto;
  background-color: #47c9e5;
  color: #fff !important;
  padding: 15px 25px;
  margin-top: 15px
}

.sh-404-button i {
  padding-right: 8px
}

#sh-404-mobile {
  display: none
}

@media (max-width:850px) {
  #sh-404 {
    display: none
  }

  #sh-404-mobile {
    display: block
  }
}

@media (max-width:850px) {
  #sh-404-mobile>div {
    padding: 0 15px 50px
  }

  #sh-404-mobile .sh-404-mobile-title {
    font-size: 60px;
    padding: 50px 0 30px;
    letter-spacing: 15px
  }
}

.sh-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: .3s all ease;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 5000;
  color: #cecece;
  border: 2px solid #cecece
}

.sh-back-to-top:hover {
  background-color: #47c9e5;
  border: 2px solid #47c9e5;
  color: #fff
}

.sh-back-to-top i {
  display: block;
  font-size: 24px;
  line-height: 46px
}

.sh-back-to-top.active {
  opacity: 1
}

.sh-back-to-top.filled {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  color: #fff
}

.sh-back-to-top2 {
  border-radius: 100%;
  width: 60px;
  height: 60px
}

.sh-back-to-top2 i {
  line-height: 56px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sh-back-to-top3 {
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12);
  background-color: #fff;
  border-width: 0 !important;
  font-size: 20px
}

.sh-back-to-top3 i {
  font-size: 20px
}

.sh-page-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 995000
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

.sk-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center
}

.sk-spinner>div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.sk-spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.sk-spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.sh-page-loader-style-spinner #loading-center-absolute {
  display: table;
  margin: 0 auto
}

.sh-page-loader-style-spinner .object {
  width: 20px;
  height: 20px;
  background-color: #8d8d8d;
  float: left;
  margin-right: 20px;
  border-radius: 50%
}

.sh-page-loader-style-spinner .object:last-child {
  margin-right: 0
}

.sh-page-loader-style-spinner #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite
}

.sh-page-loader-style-spinner #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.sh-page-loader-style-spinner #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0)
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0)
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0)
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
}

@-webkit-keyframes animate_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .08)
  }

  70% {
    -webkit-box-shadow: 0 0 0 18px rgba(0, 0, 0, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
  }
}

@keyframes animate_pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
  }

  70% {
    -moz-box-shadow: 0 0 0 18px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 18px rgba(0, 0, 0, 0)
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
  }
}

.sh-window-line {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 5000
}

.sh-window-line.line-top {
  top: 0
}

.sh-window-line.line-top,
.sh-window-line.line-bottom {
  height: 20px
}

.sh-window-line.line-left,
.sh-window-line.line-right {
  width: 20px
}

.sh-window-line.line-bottom {
  bottom: 0
}

.sh-window-line.line-left {
  top: 0;
  bottom: 0;
  right: auto
}

.sh-window-line.line-right {
  top: 0;
  bottom: 0;
  left: auto
}

.page-white-borders #page-container {
  padding-bottom: 20px
}

@media (min-width:1100px) {

  .sh-header-in-side .sh-window-line.line-left,
  .sh-header-in-side .sh-window-line.line-bottom,
  .sh-header-in-side .sh-window-line.line-top {
    left: 320px
  }
}

.page-white-borders.page-layout-right-fixed .sh-header-right-side {
  height: auto !important
}

.page-white-borders.page-layout-right-fixed .sh-header-right-side .header-mobile-social-media {
  bottom: 20px
}

.page-white-borders .primary-desktop {
  padding-top: 20px
}

body.admin-bar.page-white-borders .sh-header-right-side {
  top: 52px !important
}

body.page-white-borders.page-layout-right-fixed .sh-header-right-side {
  top: 20px
}

body.page-white-borders.header-in-left-side .sh-window-line.line-left {
  z-index: 499 !important
}

.sh-page-notice {
  width: 100%;
  background-color: #383838;
  color: #e2e1e1;
  padding: 20px 0;
  display: none
}

.sh-page-notice a {
  color: #e2e1e1
}

.sh-page-notice a:hover,
.sh-page-notice a:focus {
  color: #fff
}

.sh-page-notice .sh-page-notice-button {
  background-color: #767676;
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  margin: -8px 0;
  margin-left: 16px;
  font-weight: 700;
  color: #fff
}

.sh-page-notice .sh-page-notice-button:hover {
  background-color: #8d8d8d
}

.sh-page-notice .text-right {
  min-width: 100px
}

@media (max-width:1025px) {
  #page-container>.sh-page-notice {
    display: none !important
  }
}

.sh-ratio {
  position: relative
}

.sh-ratio-container {
  padding-bottom: 56.25%
}

.sh-ratio-container-4_3 {
  padding-bottom: 75%
}

.sh-ratio-container-square {
  padding-bottom: 100%
}

.sh-ratio-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%
}

.sh-ratio-content iframe {
  width: 100%;
  height: 100%
}

.bottom-1 {
  position: relative;
  bottom: -1px
}

.bottom-2 {
  position: relative;
  bottom: -2px
}

.bottom-3 {
  position: relative;
  bottom: -3px
}

.bottom-4 {
  position: relative;
  bottom: -4px
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background .3s;
  top: 10px
}

.c-hamburger:focus {
  outline: none
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: #545454
}

.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #545454;
  content: ""
}

.c-hamburger span:before {
  top: -9px
}

.c-hamburger span:after {
  bottom: -9px
}

.c-hamburger--htx {
  background-color: transparent
}

.c-hamburger--htx span:before,
.c-hamburger--htx span:after {
  transition-duration: .3s, .3s;
  transition-delay: .3s, 0s
}

.c-hamburger--htx span:before {
  transition-property: top, transform
}

.c-hamburger--htx span:after {
  transition-property: bottom, transform
}

.c-hamburger--htx.is-active span {
  background: transparent !important
}

.c-hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
  width: 26px;
  left: -4px;
  margin-left: 3px
}

.c-hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 26px;
  left: -4px;
  margin-left: 3px
}

.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
  transition-delay: 0s, .3s
}

.sh-element-inline {
  display: inline-block !important;
  margin-right: -4px !important;
  vertical-align: top
}

body.vc_editor.compose-mode .vc_empty_space {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3) 15px, rgba(185, 185, 185, .2) 15px, rgba(185, 185, 185, .2) 30px);
  border-radius: 8px
}

.vc_row .sh-progress .sh-progress-item,
.vc_row .sh-progress-style2 .sh-progress-item,
.vc_row .sh-countdown,
.vc_row .sh-counter,
.vc_row .sh-text-block p:last-child {
  margin-bottom: 0
}

.vc_row .sh-button-container {
  margin-top: 0;
  margin-bottom: 0
}

.wpb_single_image img,
.vc_row .sh-team-image img {
  margin-bottom: 0 !important
}

i.icon {
  vertical-align: inherit;
  margin-left: 0;
  line-height: normal;
  height: auto;
  width: auto
}

.jarallax {
  position: relative;
  z-index: 0
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

body.compose-mode .page-content.vc-main-sortable-container>.vc_empty-placeholder:first-child {
  display: none
}

.vc_row_reversed_columns {
  display: flex
}

@media only screen and (max-width:768px) {
  .vc_row_reversed_columns {
    flex-direction: column-reverse
  }
}

@media (min-width:1250px) {
  .vc_row[data-vc-full-width=true][data-vc-stretch-content=true] {
    margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
    margin-right: calc(-100vw/2 + 1200px/2 + 7.5px)
  }

  .vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true]) {
    margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
    margin-right: calc(-100vw/2 + 1200px/2 + 7.5px);
    padding-left: calc(100vw/2 - 1200px/2 - 7.5px) !important;
    padding-right: calc(100vw/2 - 1200px/2 - 7.5px) !important
  }

  .sh-boxed-layout .vc_row[data-vc-full-width=true][data-vc-stretch-content=true] {
    width: auto !important;
    left: 0 !important;
    margin-left: -45px !important;
    margin-right: -45px !important
  }

  .sh-boxed-layout .vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true]) {
    width: auto !important;
    left: 0 !important;
    margin-left: -45px !important;
    margin-right: -45px !important;
    padding-left: 45px !important;
    padding-right: 45px !important
  }
}

.vc_row_shadow1,
.vc_row_shadow1_hover:hover,
.vc_column_shadow1,
.vc_column_shadow1_hover:hover {
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .09), 0 -12px 10px -10px rgba(0, 0, 0, .04)
}

.vc_row_shadow2,
.vc_row_shadow2_hover:hover,
.vc_column_shadow2,
.vc_column_shadow2_hover:hover {
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12)
}

.vc_row_shadow3,
.vc_row_shadow3_hover:hover,
.vc_column_shadow3,
.vc_column_shadow3_hover:hover {
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, .25)
}

.vc_element_shadow,
.vc_row_shadow1_hover,
.vc_row_shadow2_hover,
.vc_row_shadow3_hover,
.vc_column_shadow1_hover,
.vc_column_shadow2_hover,
.vc_column_shadow3_hover {
  transition: .3s all ease-in-out
}

.vc_row[data-vc-full-width]:not(.vc_parallax):not(.vc_row-no-padding):not(.jarallax) {
  overflow: visible
}

.vc_row .wpb_revslider_element {
  font-size: 0px;
  position: relative;
  z-index: 0
}

@media (max-width:800px) {
  .vc_column_reponsive_border_disabled .vc_column-inner {
    border-width: 0 !important
  }
}

.vc_row.jarallax>.vc_column_container,
.vc_row.jarallax>.vc_vc_column {
  z-index: 1
}

.vc_row_custom_container {
  width: 100%
}

@media (max-width:800px) {

  .vc_column_mobile_element_alignment_center .sh-text-block,
  .vc_column_mobile_element_alignment_center .sh-text-block p,
  .vc_column_mobile_element_alignment_center .sh-text-group,
  .vc_column_mobile_element_alignment_center .sh-text-group p,
  .vc_column_mobile_element_alignment_center .sh-heading span,
  .vc_column_mobile_element_alignment_center .sh-heading-content,
  .vc_column_mobile_element_alignment_center .sh-button-container,
  .vc_column_mobile_element_alignment_center .sh-single-image,
  .vc_column_mobile_element_alignment_center .vc_custom_heading,
  .vc_column_mobile_element_alignment_center .sh-button-container,
  .vc_column_mobile_element_alignment_center .wpb_single_image,
  .vc_column_mobile_element_alignment_center .sh-list {
    text-align: center !important
  }

  .vc_column_mobile_element_alignment_left .sh-text-block,
  .vc_column_mobile_element_alignment_left .sh-text-block p,
  .vc_column_mobile_element_alignment_left .sh-text-group,
  .vc_column_mobile_element_alignment_left .sh-text-group p,
  .vc_column_mobile_element_alignment_left .sh-heading span,
  .vc_column_mobile_element_alignment_left .sh-heading-content,
  .vc_column_mobile_element_alignment_left .sh-button-container,
  .vc_column_mobile_element_alignment_left .sh-single-image,
  .vc_column_mobile_element_alignment_left .vc_custom_heading,
  .vc_column_mobile_element_alignment_left .sh-button-container,
  .vc_column_mobile_element_alignment_left .wpb_single_image,
  .vc_column_mobile_element_alignment_left .sh-list {
    text-align: left !important
  }

  .vc_column_mobile_element_alignment_right .sh-text-block,
  .vc_column_mobile_element_alignment_right .sh-text-block p,
  .vc_column_mobile_element_alignment_right .sh-text-group,
  .vc_column_mobile_element_alignment_right .sh-text-group p,
  .vc_column_mobile_element_alignment_right .sh-heading span,
  .vc_column_mobile_element_alignment_right .sh-heading-content,
  .vc_column_mobile_element_alignment_right .sh-button-container,
  .vc_column_mobile_element_alignment_right .sh-single-image,
  .vc_column_mobile_element_alignment_right .vc_custom_heading,
  .vc_column_mobile_element_alignment_right .sh-button-container,
  .vc_column_mobile_element_alignment_right .wpb_single_image,
  .vc_column_mobile_element_alignment_right .sh-list {
    text-align: right !important
  }
}

@media (max-width:800px) {

  .vc_element_responsive_background_image>#jarallax-container-0,
  .vc_element_responsive_background_image>#jarallax-container-1,
  .vc_element_responsive_background_image>#jarallax-container-2,
  .vc_element_responsive_background_image>#jarallax-container-3,
  .vc_element_responsive_background_image>#jarallax-container-4,
  .vc_element_responsive_background_image>#jarallax-container-5 {
    display: none !important
  }
}

.carousel-dot-style2 .slick-dots li.slick-active button {
  box-shadow: none;
  width: 15px;
  height: 15px
}

.carousel-dot-style3 .slick-dots li.slick-active button {
  box-shadow: none;
  width: 15px;
  height: 15px
}

.carousel-dot-style3:not(.carousel-dot-active-background) #page-container .slick-dots li.slick-active button {
  background-color: #3b3b3b !important
}

.carousel-dot-style3 .slick-dots li button {
  border: 1px solid #3b3b3b;
  background-color: transparent
}

.carousel-dot-spacing-3px .slick-dots li {
  margin: 0 3px
}

.carousel-dot-spacing-8px .slick-dots li {
  margin: 0 8px
}

.carousel-dot-spacing-10px .slick-dots li {
  margin: 0 10px
}

.carousel-dot-spacing-12px .slick-dots li {
  margin: 0 12px
}

.carousel-dot-spacing-15px .slick-dots li {
  margin: 0 15px
}

.carousel-dot-spacing-3px .slick-dots li:first-child,
.carousel-dot-spacing-8px .slick-dots li:first-child,
.carousel-dot-spacing-10px .slick-dots li:first-child,
.carousel-dot-spacing-12px .slick-dots li:first-child,
.carousel-dot-spacing-15px .slick-dots li:first-child {
  margin-left: 0
}

.carousel-dot-size-small .slick-dots li button {
  width: 9px;
  height: 9px
}

.carousel-dot-size-small.carousel-dot-style1 .slick-dots li.slick-active button {
  width: 12px;
  height: 12px
}

.carousel-dot-size-small.carousel-dot-style2 .slick-dots li.slick-active button,
.carousel-dot-size-small.carousel-dot-style3 .slick-dots li.slick-active button {
  width: 9px;
  height: 9px
}

.carousel-dot-size-standard.carousel-dot-style3 .slick-dots li.slick-active button {
  width: 15px;
  height: 15px
}

@media (min-width:1250px) {
  .container {
    max-width: 1200px !important;
    width: 1200px !important
  }
}

@media (max-width:1250px) {
  .container {
    max-width: 960px !important
  }

  .sh-increase-numbers span {
    display: none !important
  }

  .sh-increase-numbers input {
    border: 2px solid #e5e5e5 !important
  }

  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
    width: 33.3% !important
  }
}

@media (max-width:1025px) and (min-width:1023px) {
  body.sh-ipad-landscape-full-navigation header.primary-desktop {
    display: block
  }

  body.sh-ipad-landscape-full-navigation header.primary-mobile {
    display: none
  }
}

@media (max-width:1025px) {
  .container {
    max-width: 850px !important
  }

  header.primary-desktop {
    display: none !important
  }

  header.primary-mobile {
    display: block !important
  }

  .blog-list:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large) .post-item {
    width: 50%
  }

  .content-with-sidebar-left .blog-style-grid article,
  .content-with-sidebar-right .blog-style-grid article {
    width: 49.5% !important
  }

  #wrapper #content {
    float: none;
    width: 100%
  }

  #wrapper #sidebar {
    float: none;
    width: 100%
  }

  #content+#sidebar {
    margin-top: 60px
  }

  .woocommerce .woocomerce-styling .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
    width: 48% !important
  }

  .sh-nothing-found-big span {
    font-size: 36px
  }

  .sh-nothing-found-big div {
    font-size: 72px;
    line-height: 62px
  }
}

@media (max-width:900px) {
  .container {
    max-width: 740px !important
  }

  .sh-testimonials-style3 .sh-testimonials-table {
    display: block
  }

  .sh-testimonials-style3 .sh-testimonials-table>div:last-child {
    display: block;
    width: 100% !important;
    margin-top: 15px
  }

  .sh-testimonials-style3 .sh-testimonials-table>div:nth-child(3) {
    width: 100% !important
  }

  .content-with-sidebar-left .blog-style-grid article,
  .content-with-sidebar-right .blog-style-grid article {
    width: 100% !important
  }

  .sh-footer .sh-footer-columns>.widget-item {
    width: 100% !important
  }

  .sh-copyrights {
    text-align: center;
    padding: 35px 0
  }

  .sh-copyrights div:not(.sh-copyrights-style3-item) {
    float: none !important;
    width: 100%;
    display: block
  }

  .sh-copyrights .sh-copyrights-social {
    margin-top: 20px
  }

  .sh-copyrights .sh-copyrights-style1,
  .sh-copyrights .sh-copyrights-style2 {
    height: auto
  }

  .sh-copyrights-style2 .sh-copyrights-logo {
    margin-bottom: 15px
  }

  .sh-copyrights-text,
  .sh-copyrights-social {
    line-height: auto !important
  }

  .sh-footer .sh-copyrights-social a {
    position: relative;
    margin-left: 3px;
    margin-top: -1px
  }

  .sh-countdown:not(.sh-countdown-small)>div {
    padding: 3px 13px
  }

  .sh-countdown:not(.sh-countdown-small)>div>span {
    font-size: 36px
  }

  .sh-countdown:not(.sh-countdown-small)>div>div {
    font-size: 14px;
    padding-top: 0 !important
  }

  .sh-countdown-style3:not(.sh-countdown-small)>.weeks>span,
  .sh-countdown-style3:not(.sh-countdown-small)>.days>span {
    font-size: 60px
  }

  .sh-countdown-style3:not(.sh-countdown-small)>.weeks>div,
  .sh-countdown-style3:not(.sh-countdown-small)>.days>div {
    font-size: 21px;
    margin-top: 5px
  }

  .sh-countdown-style3:not(.sh-countdown-small)>div>div {
    font-size: 16px
  }
}

@media (max-width:800px) {
  .container {
    max-width: 600px !important
  }

  .sh-column,
  .vc_column_container:not(.vc_col-xs-1):not(.vc_col-xs-10):not(.vc_col-xs-11):not(.vc_col-xs-12):not(.vc_col-xs-2):not(.vc_col-xs-3):not(.vc_col-xs-4):not(.vc_col-xs-5):not(.vc_col-xs-6):not(.vc_col-xs-7):not(.vc_col-xs-8):not(.vc_col-xs-9) {
    width: 100%
  }

  .section-justify-height .sh-column>div,
  .section-justify-height .sh-column>div>div {
    display: block;
    height: auto
  }

  .sh-google-map .section-justify-height-google-maps {
    max-height: none !important;
    min-height: none !important
  }

  .sh-filer-icon {
    position: absolute;
    padding-left: 15px
  }

  .sh-filter {
    width: 100%;
    border-width: 0
  }

  .sh-filter .sh-filter-item {
    position: relative
  }

  .sh-pricing.sh-pricing-enlarge {
    padding: 0;
    margin: 0;
    margin-bottom: 30px
  }

  .blog-style-small .post-left-side,
  .blog-style-small .post-right-side,
  .blog-style-medium .post-left-side,
  .blog-style-medium .post-right-side,
  .blog-style-large .post-left-side,
  .blog-style-large .post-right-side {
    width: 100%
  }

  .blog-style-small .post-left-side,
  .blog-style-medium .post-left-side,
  .blog-style-large .post-left-side {
    margin-bottom: 20px
  }

  .sh-titlebar .titlebar-title,
  .sh-titlebar .title-level {
    display: block;
    width: 100%;
    text-align: center
  }

  .sh-titlebar .title-level {
    margin-top: 15px
  }

  .woocommerce-page table.cart .product-remove,
  .woocommerce-page table.cart .product-subtotal {
    display: none
  }

  .woocommerce-page table.cart #coupon_code,
  .woocommerce-page table.cart .button[name=apply_coupon],
  .woocommerce-page table.cart .button[name=update_cart] {
    width: 100% !important;
    margin-bottom: 8px
  }

  .woocommerce .cart-collaterals .cart_totals {
    width: 100% !important
  }

  .sh-back-to-top {
    bottom: 15px;
    right: 15px;
    -webkit-transform: scale(.92, .92);
    -ms-transform: scale(.92, .92);
    transform: scale(.92, .92)
  }

  .sh-tabs .sh-tabs-filter,
  .sh-tabs .sh-tabs-filter li a {
    border-bottom-width: 0 !important
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: transparent !important
  }

  .woocommerce .woocommerce-tabs li {
    margin-right: -4px !important
  }
}

@media (max-width:650px) {

  .woocommerce .woocomerce-styling .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
  .sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
    width: 100% !important
  }
}

@media (max-width:700px) {
  .container {
    max-width: 468px !important
  }

  .woocommerce .woocommerce-result-count {
    line-height: normal !important;
    margin-bottom: 15px;
    width: 100% !important;
    text-align: center
  }

  .woocommerce .woocommerce-ordering {
    display: table;
    margin: 0 auto 30px auto;
    float: none !important
  }

  .blog-single .post-meta {
    float: none;
    width: 100%
  }

  .blog-single .post-meta-comments {
    padding: 0
  }

  .blog-single .post-meta-two {
    padding-top: 5px
  }

  .blog-single .sh-blog-single-meta>div {
    width: 100%
  }

  .blog-single .sh-page-switcher {
    margin-left: 0;
    padding-top: 10px
  }
}

@media (max-width:550px) {
  .container {
    max-width: 300px !important
  }

  .blog-list:not(.sh-recent-posts-list-carousel) .post-item {
    width: 100% !important
  }

  .sh-post-author .sh-post-author-avatar,
  .sh-post-author .sh-post-author-info {
    width: 100%;
    display: block
  }

  .sh-comments-required-notice {
    float: none;
    padding-bottom: 15px
  }
}

@media (max-width:320px) {
  .container {
    width: 280px;
    min-width: 280px;
    max-width: 280px
  }
}

@media (min-width:1100px) {

  .sh-header-in-side,
  .sh-header-in-side .sh-footer {
    padding-left: 320px !important
  }

  .sh-header-left-side .rev_slider_wrapper {
    max-width: 100% !important;
    left: 320px !important
  }
}

@media screen and (max-width:1600px) and (min-width:1100px) {
  .sh-header-in-side .container {
    width: 85% !important
  }
}

@media (max-width:1100px) {
  #page-container.sh-header-in-side .sh-header-left-side {
    display: none
  }

  #page-container.sh-header-in-side {
    margin-left: 0 !important
  }

  #page-container.sh-header-in-side .primary-mobile {
    display: block !important
  }
}

@media (max-height:800px) {
  .sh-header-left-side #header-logo {
    padding: 20px 20px 35px 20px !important
  }
}

@media screen and (min-width:850px) and (max-width:1025px) {
  .sh-piechart {
    -ms-transform: scale(.72, .72);
    -webkit-transform: scale(.72, .72);
    transform: scale(.72, .72)
  }
}

@media screen and (min-width:768px) and (max-width:850px) {
  .sh-piechart {
    -ms-transform: scale(.56, .56);
    -webkit-transform: scale(.56, .56);
    transform: scale(.56, .56)
  }
}

@media screen and (min-width:551px) and (max-width:850px) {
  .sh-iconbox .ratio-container-portrait {
    padding-top: 70% !important
  }
}

@media (min-width:1100px) {
  .sh-header-in-side .sh-footer {
    padding-left: 0
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .sh-image-points {
    display: block
  }

  .sh-overlay-style1 {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .sh-overlay-style1>.sh-table-full {
    display: block;
    height: auto;
    width: auto
  }

  .sh-overlay-style1 .sh-overlay-item-container {
    position: relative;
    top: 0;
    left: 0 !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important
  }

  .sh-blog-style2 .widget_search .search-field {
    line-height: 30px !important;
    min-height: 61px !important
  }

  .sh-portfolio-overlay4-container {
    display: block !important;
    margin: 0 !important
  }

  .sh-portfolio-overlay4-icons {
    margin-top: 40px
  }
}

@media (min-width:800px) and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .section-justify-height:not(.section-justify-height-only) .sh-column .sh-column-wrapper {
    overflow: hidden
  }
}

.sh-tabs-filter li a,
.woocommerce .woocommerce-tabs li:not(.active) a,
.woocommerce .product .posted_in a,
.woocommerce .product .tagged_as a,
.woocommerce .product .woocommerce-review-link,
.woocommerce-checkout #payment div.payment_box,
.sh-default-color a,
.sh-default-color,
.post-meta-two a,
#sidebar a,
.logged-in-as a,
.post-meta-author a,
.sh-social-share-networks .jssocials-share i,
.sh-header-left-side .sh-header-copyrights-text a,
.wpcf7-form-control-wrap .simpleselect {
  color: #8d8d8d !important
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a {
  color: #8d8d8d
}

html body,
html .menu-item a {
  font-family: "Raleway";
  color: #8d8d8d;
  font-weight: 400;
  font-size: 14px
}

a {
  color: #16acce
}

a:hover,
a:focus,
.post-meta-two a:hover {
  color: #10a0c0
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.sh-heading span.sh-heading-content {
  font-family: "Raleway";
  color: #3f3f3f;
  font-weight: 700
}

.sh-heading-font,
.masonry2 .post-meta-one,
.masonry2 .post-meta-two,
.sh-countdown>div>span,
.sh-woocommerce-products-style2 ul.products li.product .price,
.sh-blog-style2 .widget_product_tag_cloud a,
.sh-blog-style2 .widget_tag_cloud a,
.sh-blog-style2 .sh-recent-posts-widgets-item-content .post-meta-categories,
.sh-blog-style2 .post-meta-categories,
.sh-blog-style2 .post-item-single .post-meta-data,
.rev_slider .sh-rev-blog .sh-revslider-button2,
.sh-portfolio-filter-style4 .sh-filter span,
.sh-accordion-style6 .panel-title a {
  font-family: Raleway
}

h1 {
  font-size: 30px
}

h2 {
  font-size: 24px
}

h3 {
  font-size: 21px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

.sh-progress-style1 .sh-progress-title,
.sh-progress-style1 .sh-progress-value2,
.sh-progress-style4 .sh-progress-title,
.sh-progress-style4 .sh-progress-value2,
.sh-progress-style5 .sh-progress-title,
.widget_price_filter .price_slider_wrapper .price_label span,
.product_list_widget a span,
.woocommerce .product .woo-meta-title,
.woocommerce .product .price ins,
.woocommerce .product .price .amount,
.woocommerce-checkout #payment ul.payment_methods li,
table th,
.woocommerce-checkout-review-order-table .order-total span,
.sh-comment-form label,
.sh-piechart-percentage,
.woocommerce table.shop_table a.remove:hover:before,
.woocommerce .woocommerce-tabs .commentlist .comment-text .meta strong,
.sh-pricing-amount,
.sh-pricing-icon,
.sh-countdown>div>span,
.blog-single .post-title h1:hover,
.blog-single .post-title h2:hover,
.post-meta-author a:hover,
.post-meta-categories a:hover,
.post-meta-categories span:hover,
.woocommerce table.shop_table.cart a,
.wrap-forms label,
.wpcf7-form p,
.sh-cf7-wpbakery label,
.post-password-form label,
.product_list_widget ins,
.product_list_widget .amount,
.sh-social-share-networks .jssocials-share:hover i,
.sh-page-links p,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce td.woocommerce-grouped-product-list-item__label a,
.woocommerce .product.product-type-grouped .price {
  color: #3f3f3f !important
}

.sh-header,
.sh-header-top,
.sh-header-mobile,
.sh-header-left-side {
  background-color: #fff
}

.primary-desktop .sh-header-top:not(.sh-header-top-10) {
  background-color: #15bee4 !important
}

.primary-desktop .header-contacts-details,
.primary-desktop .header-social-media a,
.primary-desktop:not(.primary-desktop-light) .header-contacts-details-large-content {
  color: #fff
}

.sh-header-left-1 .header-bottom,
.sh-header-left-1 .header-social-media i,
.sh-header-left-1 .sh-side-button-search i,
.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i,
.sh-header-left-side .header-bottom,
.sh-header-left-2 .header-social-media i {
  color: #8d8d8d
}

.sh-header-search-close i,
.sh-header .sh-nav>li.menu-item>a,
.sh-header #header-logo-title,
.sh-header .sh-nav>li.menu-item>a>i,
.sh-header-mobile-navigation li.menu-item>a>i,
.sh-header-left-side li.menu-item>a,
.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart,
.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i,
.sh-header-left-2 .sh-nav li.menu-item>a.fa:before {
  color: rgba(61, 61, 61, .69)
}

.sh-header .c-hamburger span,
.sh-header .c-hamburger span:before,
.sh-header .c-hamburger span:after,
.sh-header-mobile-navigation .c-hamburger span,
.sh-header-mobile-navigation .c-hamburger span:before,
.sh-header-mobile-navigation .c-hamburger span:after {
  background-color: rgba(61, 61, 61, .69)
}

.sh-header .sh-nav-custom-icon-image svg,
.sh-header-mobile-navigation .sh-nav-custom-icon-image svg {
  fill: rgba(61, 61, 61, .69)
}

.sh-header .sh-nav-login #header-login>span {
  border-color: rgba(61, 61, 61, .69)
}

.sh-nav>li.menu-item>a,
.sh-nav-mobile li a {
  font-size: 14px
}

.sh-header .sh-nav>li.menu-item:hover:not(.sh-nav-social)>a,
.sh-header .sh-nav>li.menu-item:hover:not(.sh-nav-social)>a>i,
.sh-header .sh-nav>li.sh-nav-social>a:hover>i,
.sh-header-mobile-navigation li>a:hover>i,
.sh-header-left-side li.menu-item>a:hover {
  color: rgba(61, 61, 61, .8)
}

.header-logo img {
  height: 40px;
  max-height: 250px
}

.sh-header-mobile-navigation .header-logo img {
  height: 40px;
  max-height: 250px;
  max-width: 100%
}

.sh-sticky-header-active .header-logo img {
  height: 40px
}

.sh-header-6 .sh-nav>.menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav>.sh-nav-social a {
  height: 70px;
  width: 70px
}

.sh-header-5 .sh-nav>.menu-item {
  height: 70px !important;
  max-height: 70px !important
}

.sh-header-5 .sh-nav>.menu-item>a,
.sh-header-6 .sh-nav>.menu-item>a {
  line-height: 70px !important;
  max-height: 70px !important;
  height: 70px !important
}

.sh-header-5 .sh-nav>.current_page_item {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

.sh-header,
.sh-header-top-3,
.sh-header-top-4,
.sh-header-left-side .sh-header-search .line-test,
.sh-header-left-2 .sh-nav>li>a,
.sh-header-mobile-navigation {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-top-3 .header-contacts-item span,
.sh-header-top-3 .header-social-media a,
.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social,
.sh-header-5 .sh-nav-social a:not(:first-child),
.sh-header-6 .sh-nav>.menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav>.sh-nav-social a,
.sh-header-6 .header-logo,
.sh-header-left-1 .header-social-media a {
  border-left: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-top-3 .container,
.sh-header-5 .sh-nav>.menu-item:last-child,
.sh-header-6 .sh-nav>.menu-item:last-child,
.sh-header-6 .header-logo,
.sh-header-left-side,
.sh-header-left-1 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-search {
  border-right: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-left-1 .header-social-media,
.sh-header-left-1 .sh-side-buttons .sh-table-cell,
.sh-header-left-2 .sh-side-buttons .sh-table-cell {
  border-top: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.sh-header-right-side,
.header-mobile-social-media a,
.sh-header .sh-nav>li.menu-item ul,
.sh-header-left-side .sh-nav>li.menu-item ul,
.sh-header-mobile-dropdown {
  background-color: #232323 !important
}

.sh-nav-mobile li:after,
.sh-nav-mobile ul:before {
  background-color: #303030 !important
}

.header-mobile-social-media a i,
.sh-nav-mobile li a,
.sh-header .sh-nav>li.menu-item ul a,
.sh-header-left-side .sh-nav>li.menu-item ul a,
.header-mobile-search .header-mobile-form .header-mobile-form-input,
.header-mobile-search .header-mobile-form-submit {
  color: #aaaaaa !important
}

.sh-nav-mobile .current_page_item>a,
.sh-nav-mobile>li a:hover,
.sh-header .sh-nav ul,
.sh-header:not(.sh-header-megamenu-style2) .sh-nav>li.menu-item:not(.menu-item-cart) ul a:hover,
.sh-header .sh-nav ul.mega-menu-row li.mega-menu-col>a,
.sh-header .woocommerce a.remove:hover:before,
.sh-header-left-side .sh-nav ul,
.sh-header-left-side .sh-nav>li.menu-item:not(.menu-item-cart) ul a:hover,
.sh-header-left-side .sh-nav ul.mega-menu-row li.mega-menu-col>a,
.sh-header-left-side .woocommerce a.remove:hover:before {
  color: #ffffff !important
}

.header-mobile-social-media,
.header-mobile-social-media a,
.sh-nav>li.menu-item:not(.menu-item-cart) ul a:hover {
  border-color: #303030 !important
}

.sh-nav>li.menu-item:not(.menu-item-cart) ul a:hover,
.sh-nav-cart .menu-item-cart .total {
  border-bottom: 1px solid #303030 !important
}

.sh-nav-cart .menu-item-cart .total {
  border-top: 1px solid #303030 !important
}

.sh-nav .mega-menu-row>li.menu-item,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
  border-right: 1px solid #303030 !important
}

#sidebar .widget-item .widget-title {
  color: #505050;
  font-size: 14px
}

#sidebar .widget-item li,
#sidebar .widget-item .sh-recent-posts-widgets-item {
  border-color: #e3e3e3 !important
}

.sh-footer {
  background-size: cover;
  background-position: 50% 50%
}

.sh-footer .sh-footer-widgets {
  background-color: #262626;
  color: #e3e3e3
}

.sh-footer .sh-footer-widgets .sh-recent-posts-widgets-item-meta a {
  color: #e3e3e3
}

.sh-footer .sh-footer-widgets i:not(.icon-link),
.sh-footer .sh-footer-widgets .widget_recent_entries li:before {
  color: #f7f7f7 !important
}

.sh-footer .sh-footer-widgets h3 {
  color: #fff;
  font-size: 20px
}

.sh-footer .sh-footer-widgets ul li,
.sh-footer .sh-footer-widgets ul li,
.sh-footer .sh-recent-posts-widgets .sh-recent-posts-widgets-item {
  border-color: rgba(255, 255, 255, .1)
}

.sh-footer .sh-footer-widgets a,
.sh-footer .sh-footer-widgets li a,
.sh-footer .sh-footer-widgets h6 {
  color: #fff
}

.sh-footer .sh-footer-widgets .product-title,
.sh-footer .sh-footer-widgets .woocommerce-Price-amount {
  color: #ffffff !important
}

.sh-footer-columns>.widget-item {
  width: 25% !important
}

.sh-footer .sh-copyrights {
  background-color: #222;
  color: #fff
}

.sh-footer .sh-copyrights a {
  color: #fff
}

.sh-footer .sh-copyrights a:hover {
  color: #c0e3eb !important
}

.sh-footer .sh-copyrights-social a {
  border-left: 1px solid rgba(255, 255, 255, .15)
}

.sh-footer .sh-copyrights-social a:last-child {
  border-right: 1px solid rgba(255, 255, 255, .15)
}

@media (max-width:850px) {
  .sh-footer .sh-copyrights-social a {
    border: 1px solid rgba(255, 255, 255, .15)
  }
}

.woocommerce .woocomerce-styling ul.products li {
  ;
  width: 25%
}

.sh-popover-mini {
  font-family: 'Raleway' !important
}

div.product section.related.products {
  display: none
}

.sh-header-top {
  display: none !important
}

.sh-titlebar {
  background-color: #fbfbfb
}

img,
.sh-column,
.sh-section {
  -webkit-backface-visibility: hidden
}

.sh-404 {
  background-image: url();
  background-color: #3f3f3f
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto
}

.plyr:focus {
  outline: 0
}

.plyr--full-ui {
  box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, .8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
  display: inline
}

.plyr__captions span:empty {
  display: none
}

@media (min-width:480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px
  }
}

@media (min-width:768px) {
  .plyr__captions {
    font-size: 18px
  }
}

.plyr--captions-active .plyr__captions {
  display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
  transform: translateY(-40px)
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px
}

.plyr__control:focus {
  outline: 0
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
  outline: 0
}

a.plyr__control {
  text-decoration: none
}

a.plyr__control:after,
a.plyr__control:before {
  display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, .8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block
}

.plyr--full-ui ::-webkit-media-controls {
  display: none
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0
}

.plyr__controls:empty {
  display: none
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3
}

@media (min-width:480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block
}

.plyr__menu {
  display: flex;
  position: relative
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, .9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3
}

.plyr__menu__container>div {
  overflow: hidden;
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, .9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0
}

.plyr__menu__container [role=menu] {
  padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.plyr__menu__container .plyr__control>span {
  align-items: inherit;
  display: flex;
  width: 100%
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: rgba(74, 87, 100, .8);
  right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: rgba(74, 87, 100, .8);
  left: 7px
}

.plyr__menu__container .plyr__control--back:before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, .1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease, opacity .3s ease;
  width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none
}

.plyr--full-ui input[type=range]:focus {
  outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
  outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
  outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
  outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1
}

.plyr__time {
  font-size: 14px
}

.plyr__time+.plyr__time:before {
  content: '\2044';
  margin-right: 10px
}

@media (max-width:767px) {
  .plyr__time+.plyr__time {
    display: none
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
  background: rgba(255, 255, 255, .9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, .9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
  left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1)
}

.plyr--video {
  background: #000;
  overflow: hidden
}

.plyr--video.plyr--menu-open {
  overflow: visible
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%)
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2
}

@media (min-width:480px) {
  .plyr__volume {
    max-width: 90px
  }
}

@media (min-width:768px) {
  .plyr__volume {
    max-width: 110px
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-webkit-full-screen video {
  height: 100%
}

.plyr:-ms-fullscreen video {
  height: 100%
}

.plyr:fullscreen video {
  height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-webkit-full-screen video {
  height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-moz-full-screen video {
  height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-ms-fullscreen video {
  height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000
}

.plyr--fullscreen-fallback video {
  height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.plyr__ads:after {
  background: rgba(35, 41, 47, .8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3
}

.plyr__ads::after:empty {
  display: none
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  z-index: 2
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, .9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, .55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%
}

.plyr--no-transition {
  transition: none !important
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.plyr [hidden] {
  display: none !important
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {

  from,
  to {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {

  11.1%,
  from,
  to {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1)
}

.elementor-animation-shrink {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1)
  }

  75% {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2)
  }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.elementor-animation-bounce-in {
  transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
  transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
  transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(-8px)
}

.elementor-animation-sink {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
  transform: translateY(8px)
}

@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px)
  }

  50% {
    transform: translateY(-4px)
  }

  100% {
    transform: translateY(-8px)
  }
}

@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px)
  }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px)
  }

  50% {
    transform: translateY(4px)
  }

  100% {
    transform: translateY(8px)
  }
}

@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px)
  }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

.elementor-animation-skew {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-forward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-backward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
  transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px)
  }

  33.3% {
    transform: translateY(-6px)
  }

  49.95% {
    transform: translateY(4px)
  }

  66.6% {
    transform: translateY(-2px)
  }

  83.25% {
    transform: translateY(1px)
  }

  100% {
    transform: translateY(0)
  }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px)
  }

  33.3% {
    transform: translateX(-6px)
  }

  49.95% {
    transform: translateX(4px)
  }

  66.6% {
    transform: translateX(-2px)
  }

  83.25% {
    transform: translateX(1px)
  }

  100% {
    transform: translateX(0)
  }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px)
  }

  33.3% {
    transform: translate(-6px, -6px)
  }

  49.95% {
    transform: translate(4px, 4px)
  }

  66.6% {
    transform: translate(-2px, -2px)
  }

  83.25% {
    transform: translate(1px, 1px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px)
  }

  33.3% {
    transform: translate(-6px, 6px)
  }

  49.95% {
    transform: translate(4px, -4px)
  }

  66.6% {
    transform: translate(-2px, 2px)
  }

  83.25% {
    transform: translate(1px, -1px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-top {
  transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-bottom {
  transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg)
  }

  100% {
    transform: translateX(-3px) rotate(-2deg)
  }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg)
  }

  20% {
    transform: translateX(-3px) rotate(-2deg)
  }

  30% {
    transform: translateX(3px) rotate(2deg)
  }

  40% {
    transform: translateX(-3px) rotate(-2deg)
  }

  50% {
    transform: translateX(2px) rotate(1deg)
  }

  60% {
    transform: translateX(-2px) rotate(-1deg)
  }

  70% {
    transform: translateX(2px) rotate(1deg)
  }

  80% {
    transform: translateX(-2px) rotate(-1deg)
  }

  90% {
    transform: translateX(1px) rotate(0)
  }

  100% {
    transform: translateX(-1px) rotate(0)
  }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}