.elementor-editor-active .ha-age-gate-wrapper {
  display: block;
}
.ha-age-gate-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4117647059);
}
.ha-age-gate-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.ha-age-gate-wrapper .ha-age-gate-boxes,
.ha-age-gate-wrapper .ha-age-gate-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-age-gate-wrapper .ha-age-gate-inner-wrapper {
  top: 50%;
  z-index: 10001;
  overflow: hidden;
  margin: 0 auto;
  min-height: 300px;
  max-width: 576px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-age-gate-wrapper .ha-age-gate-boxes {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px;
  width: 100%;
}
.ha-age-gate-wrapper .ha-age-gate-boxes.ha-age-gate-equ-width-50 {
  width: 50%;
}
.ha-age-gate-wrapper .ha-age-gate-header {
  width: 100%;
  text-align: center;
}
.ha-age-gate-wrapper .ha-age-gate-header .ha-age-gate-warning-msg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  overflow: hidden;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  background-color: rgba(17, 17, 17, 0.9019607843);
  color: #f1f7f1;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ha-age-gate-wrapper .ha-age-gate-header .ha-age-gate-image {
  position: relative;
  display: block;
}
.ha-age-gate-wrapper .ha-age-gate-header .ha-age-gate-image img {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 80px;
}
.ha-age-gate-wrapper .ha-age-gate-header .ha-age-gate-title {
  margin-top: 15px;
  color: #000;
  font-size: 22px;
}
.ha-age-gate-wrapper .ha-age-gate-header .ha-age-gate-description {
  margin-top: 15px;
  width: 100%;
  color: #000;
  letter-spacing: 0.8px;
  font-size: 14px;
  line-height: 1.2;
}
.ha-age-gate-wrapper .ha-age-gate-footer-text {
  margin-top: 15px;
  width: 100%;
  color: #818181;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.ha-age-gate-wrapper .ha-age-gate-footer-text p {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ha-age-gate-wrapper .ha-age-gate-form-body {
  position: relative;
  display: block;
  margin: 15px 0;
  width: 100%;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age .ha-age-gate-form-body {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 30px;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox,
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox
  label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox
  .ha-age-gate-checkbox-input {
  display: none;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox
  .ha-age-gate-checkmark {
  position: relative;
  z-index: 111;
  display: inline-table;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #eee;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox:hover
  input
  ~ .ha-age-gate-checkmark {
  background-color: #c5c2c2;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox
  input:checked
  ~ .ha-age-gate-checkmark {
  background-color: #c5c2c2;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox
  .ha-age-gate-checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-checkbox.remove-checkbox
  input:checked
  ~ .ha-age-gate-checkmark:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-confirm-age-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 25px;
  outline: 0;
  border: 0;
  border-radius: 5px;
  background: #e2498a;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-age
  .ha-age-gate-form-body
  .ha-age-gate-confirm-age-btn
  i,
.ha-age-gate-wrapper.ha-age-gate-confirm-dob
  .ha-age-gate-form-body
  .ha-age-gate-confirm-dob-btn
  i {
  margin: 0 0 0 10px;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-dob .ha-age-gate-form-body {
  margin-top: 15px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-dob
  .ha-age-gate-form-body
  .ha-age-gate-date-input {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 12px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-no-btn,
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-yes-btn,
.ha-age-gate-wrapper.ha-age-gate-confirm-dob
  .ha-age-gate-form-body
  .ha-age-gate-confirm-dob-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  text-decoration: none;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-dob
  .ha-age-gate-form-body
  .ha-age-gate-confirm-dob-btn {
  top: 15px;
  overflow: hidden;
  padding: 15px;
  border: 0;
  background: -webkit-linear-gradient(
      356.31deg,
      #6830c8 -31.79%,
      #e2498a 121.43%
    ),
    -webkit-linear-gradient(bottom, #d9d9d9, #d9d9d9);
  background: linear-gradient(93.69deg, #6830c8 -31.79%, #e2498a 121.43%),
    linear-gradient(0deg, #d9d9d9, #d9d9d9);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean .ha-age-gate-form-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-no-btn,
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-yes-btn {
  padding: 10px 15px;
  font-size: 12px;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-no-btn
  i,
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-yes-btn
  i {
  margin: 0 10px;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-yes-btn {
  margin-right: 5px;
  border: 0;
  background: -webkit-linear-gradient(
      356.31deg,
      #6830c8 -31.79%,
      #e2498a 121.43%
    ),
    -webkit-linear-gradient(bottom, #d9d9d9, #d9d9d9);
  background: linear-gradient(93.69deg, #6830c8 -31.79%, #e2498a 121.43%),
    linear-gradient(0deg, #d9d9d9, #d9d9d9);
  color: #fff;
}
.ha-age-gate-wrapper.ha-age-gate-confirm-by-boolean
  .ha-age-gate-form-body
  .ha-age-gate-confirm-no-btn {
  margin-left: 5px;
  border: 1px solid #d7d7d7;
  background: 0 0;
  color: #5c5c5c;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ha-age-gate-wrapper .ha-age-gate-boxes.ha-age-gate-equ-width-50 {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  .ha-age-gate-wrapper .ha-age-gate-boxes.ha-age-gate-equ-width-50 {
    min-width: 100%;
    width: 100%;
  }
}
.ha-age-gate-wrapper
  .ha-age-gate-boxes
  .ha-age-gate-form-body
  .ha-age-gate-confirm-no-btn
  svg,
.ha-age-gate-wrapper
  .ha-age-gate-boxes
  .ha-age-gate-form-body
  .ha-age-gate-confirm-yes-btn
  svg {
  width: 12px;
  height: 12px;
}
.ha-archive-posts--thumbnail-top .ha-archive-post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-archive-posts--thumbnail-left .ha-archive-post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-archive-posts--thumbnail-right .ha-archive-post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-archive-posts--thumbnail-none .ha-archive-posts__thumbnail__link {
  display: none;
}
.ha-archive-posts {
  --grid_columns: 3;
}
.ha-archive-posts-container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(var(--grid_columns), 1fr);
}
.ha-archive-posts .ha-archive-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 5px;
}
.ha-archive-posts__thumbnail {
  width: 100%;
  height: 100%;
}
.ha-archive-posts__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-archive-posts-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #54595f;
  font-weight: 600;
  font-size: 18px;
  font-family: "Nunito";
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ha-archive-posts-meta-wrap span,
.ha-archive-posts-meta-wrap span a,
.ha-archive-posts-readmore a,
.ha-archive-posts-title a {
  color: inherit;
}
.ha-archive-posts-excerpt {
  color: #777;
  font-size: 14px;
}
.ha-archive-posts-readmore {
  color: #61ce70;
  font-size: 12px;
}
.ha-archive-posts-meta-wrap {
  color: #adadad;
  font-size: 12px;
}
.ha-archive-posts-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ha-archive-posts-pagination.prev-next a:not(.prev):not(.next),
.ha-archive-posts-pagination.prev-next
  span:not(.prev):not(.next):not(.disable) {
  display: none;
}
.ha-author,
.ha-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-author.avatar-position-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ha-author.avatar-position-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-author.avatar-position-right .ha-avatar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.ha-author.avatar-position-left .ha-avatar {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.ha-avatar {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ha-desc .ha-author-posts-btn {
  display: inline-block;
  color: #555;
  font-weight: 500;
}
.ha-badge {
  padding: 10px 18px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  -webkit-transform: translate(
    var(--ha-badge-translate-x),
    var(--ha-badge-translate-y)
  );
  -ms-transform: translate(
    var(--ha-badge-translate-x),
    var(--ha-badge-translate-y)
  );
  transform: translate(
    var(--ha-badge-translate-x),
    var(--ha-badge-translate-y)
  );
  --ha-badge-translate-x: 0;
  --ha-badge-translate-y: 0;
}
.ha-badge--top-left {
  top: 25px;
  left: 25px;
}
.ha-badge--top-center {
  top: 25px;
  left: 50%;
  --ha-badge-translate-x: -50%;
}
.ha-badge--top-right {
  top: 25px;
  right: 25px;
}
.ha-badge--middle-center,
.ha-badge--middle-left {
  top: 50%;
  left: 25px;
  --ha-badge-translate-x: -50%;
}
.ha-badge--middle-center {
  left: 50%;
  --ha-badge-translate-y: -50%;
}
.ha-badge--middle-right {
  top: 50%;
  right: 25px;
  --ha-badge-translate-y: -50%;
}
.ha-badge--bottom-left {
  bottom: 25px;
  left: 25px;
}
.ha-badge--bottom-center {
  bottom: 25px;
  left: 50%;
  --ha-badge-translate-x: -50%;
}
.ha-badge--bottom-right {
  right: 25px;
  bottom: 25px;
}
.ha-btn {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-btn:not(.ha-btn--link) {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #562dd4;
  color: #fff;
}
.ha-btn:not(.ha-btn--link):focus,
.ha-btn:not(.ha-btn--link):hover {
  background-color: #e2498a;
}
.ha-btn.ha-btn--link {
  color: #562dd4;
}
.ha-btn.ha-btn--link:focus,
.ha-btn.ha-btn--link:hover {
  color: #e2498a;
}
.ha-btn-icon + .ha-btn-text,
.ha-btn-text + .ha-btn-icon {
  margin-left: 5px;
}
.ha-btn-icon--svg {
  display: inline-block;
}
.ha-btn-icon--svg svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-card {
  --ha-card-body-width-left: calc(
    100% - var(--ha-card-image-width) + (-1 * var(--ha-card-image-offset-x))
  );
  --ha-card-body-width-right: calc(
    100% - var(--ha-card-image-width) + var(--ha-card-image-offset-x)
  );
  --ha-card-image-offset-x: calc(1px - 1px);
  --ha-card-image-offset-y: calc(1px - 1px);
  --ha-card-image-width: 100%;
}
.ha-card > .elementor-widget-container {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-card-figure {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-card-image-width);
  -ms-flex: 0 0 var(--ha-card-image-width);
  flex: 0 0 var(--ha-card-image-width);
  max-width: var(--ha-card-image-width);
  width: 100%;
  height: 250px;
  -webkit-transform: translate(
    var(--ha-card-image-offset-x),
    var(--ha-card-image-offset-y)
  );
  -ms-transform: translate(
    var(--ha-card-image-offset-x),
    var(--ha-card-image-offset-y)
  );
  transform: translate(
    var(--ha-card-image-offset-x),
    var(--ha-card-image-offset-y)
  );
}
.ha-card-figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-card-figure .ha-badge {
  position: absolute;
}
.ha-card-body {
  padding: 25px;
}
.ha-card-body .ha-btn svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-card-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #151515;
  font-weight: 700;
  font-size: 22px;
}
.ha-card-text {
  margin-bottom: 25px;
  color: #616161;
  font-size: 16px;
  line-height: 1.7;
}
.ha-card-text > p {
  margin-top: 0;
  margin-bottom: 0;
}
.ha-card--top .ha-card-figure {
  display: inline-block;
}
.ha-card--top .ha-card-figure img {
  border-radius: 5px 5px 0 0;
}
.ha-card--top .ha-card-body {
  margin-top: var(--ha-card-image-offset-y);
  max-width: initial;
  width: 100%;
}
.ha-card.ha-card--left,
.ha-card.ha-card--right {
  --ha-card-image-width: 50%;
}
.ha-card--left > .elementor-widget-container,
.ha-card--right > .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-card--left .ha-card-body,
.ha-card--right .ha-card-body {
  padding: 35px;
}
.ha-card--left .ha-card-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-card-body-width-left);
  -ms-flex: 0 0 var(--ha-card-body-width-left);
  flex: 0 0 var(--ha-card-body-width-left);
  margin-left: var(--ha-card-image-offset-x);
  max-width: var(--ha-card-body-width-left);
}
.ha-card--left .ha-card-figure img {
  border-radius: 5px 0 0 5px;
}
.ha-card--right .ha-card-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-card-body-width-right);
  -ms-flex: 0 0 var(--ha-card-body-width-right);
  flex: 0 0 var(--ha-card-body-width-right);
  margin-right: calc(-1 * var(--ha-card-image-offset-x));
  max-width: var(--ha-card-body-width-right);
}
.ha-card--right .ha-card-figure img {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 1024px) {
  .ha-card--tablet-top .ha-card-figure {
    display: inline-block;
  }
  .ha-card--tablet-top .ha-card-figure img {
    border-radius: 5px 5px 0 0;
  }
  .ha-card--tablet-top .ha-card-body {
    margin-top: var(--ha-card-image-offset-y);
    padding: 25px;
    max-width: initial;
    width: 100%;
  }
  .ha-card--tablet-left > .elementor-widget-container,
  .ha-card--tablet-right > .elementor-widget-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .ha-card--tablet-left .ha-card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--ha-card-body-width-left);
    -ms-flex: 0 0 var(--ha-card-body-width-left);
    flex: 0 0 var(--ha-card-body-width-left);
    margin-left: var(--ha-card-image-offset-x);
    max-width: var(--ha-card-body-width-left);
  }
  .ha-card--tablet-left .ha-card-figure img {
    border-radius: 5px 0 0 5px;
  }
  .ha-card--tablet-right .ha-card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--ha-card-body-width-right);
    -ms-flex: 0 0 var(--ha-card-body-width-right);
    flex: 0 0 var(--ha-card-body-width-right);
    margin-right: calc(-1 * var(--ha-card-image-offset-x));
    max-width: var(--ha-card-body-width-right);
  }
  .ha-card--tablet-right .ha-card-figure img {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 767px) {
  .ha-card--mobile-top .ha-card-figure {
    display: inline-block;
  }
  .ha-card--mobile-top .ha-card-figure img {
    border-radius: 5px 5px 0 0;
  }
  .ha-card--mobile-top .ha-card-body {
    margin-top: var(--ha-card-image-offset-y);
    padding: 25px;
    max-width: initial;
    width: 100%;
  }
  .ha-card--mobile-left > .elementor-widget-container,
  .ha-card--mobile-right > .elementor-widget-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .ha-card--mobile-left .ha-card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--ha-card-body-width-left);
    -ms-flex: 0 0 var(--ha-card-body-width-left);
    flex: 0 0 var(--ha-card-body-width-left);
    margin-left: var(--ha-card-image-offset-x);
    max-width: var(--ha-card-body-width-left);
  }
  .ha-card--mobile-left .ha-card-figure img {
    border-radius: 5px 0 0 5px;
  }
  .ha-card--mobile-right .ha-card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--ha-card-body-width-right);
    -ms-flex: 0 0 var(--ha-card-body-width-right);
    flex: 0 0 var(--ha-card-body-width-right);
    margin-right: calc(-1 * var(--ha-card-image-offset-x));
    max-width: var(--ha-card-body-width-right);
  }
  .ha-card--mobile-right .ha-card-figure img {
    border-radius: 0 5px 5px 0;
  }
}
@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.ha-cig,
.ha-cig-item .fw-svg-wrap,
.ha-cig-item i,
.ha-cig-item img {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-cig {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.ha-cig-item {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  text-decoration: none;
  line-height: 100%;
}
.ha-cig-item a.ha-cig-item-outline,
.ha-cig-item-outline {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.ha-cig-item .fw-svg-wrap,
.ha-cig-item i,
.ha-cig-item img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-cig-item .fw-svg-wrap svg {
  fill: currentColor;
}
.ha-cig-item:not(:first-child) {
  margin-left: -30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ha-cig-item:not(:last-child) {
  margin-right: 5px;
}
.ha-cig:hover .ha-cig-item {
  margin-left: 0;
}
[tooltip] {
  position: relative;
}
[tooltip]::after,
[tooltip]::before {
  position: absolute;
  display: none;
  text-transform: none;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[tooltip]::before {
  z-index: 1001;
  border: 5px solid transparent;
  content: "";
}
[tooltip]::after {
  z-index: 1000;
  overflow: hidden;
  padding: 1ch 1.5ch;
  min-width: 3em;
  max-width: 21em;
  border-radius: 0.3ch;
  background: #333;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  color: #fff;
  content: attr(tooltip);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Helvetica, sans-serif;
}
[tooltip]:hover::after,
[tooltip]:hover::before {
  display: block;
}
[tooltip=""]::after,
[tooltip=""]::before {
  display: none !important;
}
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-top-color: var(--caret-color, #333);
  border-bottom-width: 0;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::after,
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::after,
[tooltip][flow^="up"]::before {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
  -ms-transform: translate(-50%, -0.5em);
  transform: translate(-50%, -0.5em);
}
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--caret-color, #333);
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::after,
[tooltip][flow^="down"]::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
  -ms-transform: translate(-50%, 0.5em);
  transform: translate(-50%, 0.5em);
}
[tooltip][flow^="left"]::after,
[tooltip][flow^="left"]::before {
  top: 50%;
  -webkit-transform: translate(-0.5em, -50%);
  -ms-transform: translate(-0.5em, -50%);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::before {
  left: calc(0em - 5px);
  border-right-width: 0;
  border-left-color: var(--caret-color, #333);
}
[tooltip][flow^="left"]::after {
  right: calc(100% + 5px);
}
[tooltip][flow^="right"]::after,
[tooltip][flow^="right"]::before {
  top: 50%;
  -webkit-transform: translate(0.5em, -50%);
  -ms-transform: translate(0.5em, -50%);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::before {
  right: calc(0em - 5px);
  border-right-color: var(--caret-color, #333);
  border-left-width: 0;
}
[tooltip][flow^="right"]::after {
  left: calc(100% + 5px);
}
[tooltip]:not([flow]):hover::after,
[tooltip]:not([flow]):hover::before,
[tooltip][flow^="down"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="up"]:hover::before {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="right"]:hover::after,
[tooltip][flow^="right"]:hover::before {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}
@-webkit-keyframes ha_fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ha_fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ha_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ha_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ha_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
  }
}
@keyframes ha_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ha_bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes ha_bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@-webkit-keyframes ha_bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
  }
}
@keyframes ha_bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ha_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
}
@keyframes ha_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
}
@-webkit-keyframes ha_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
@keyframes ha_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
@-webkit-keyframes ha_swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}
@keyframes ha_swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
}
@-webkit-keyframes ha_slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes ha_slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes ha_slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes ha_slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes ha_slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ha_slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ha_slideInRight {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes ha_slideInRight {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.ha_fadeIn {
  -webkit-animation-name: ha_fadeIn;
  animation-name: ha_fadeIn;
}
.ha_zoomIn {
  -webkit-animation-name: ha_zoomIn;
  animation-name: ha_zoomIn;
}
.ha_rollIn {
  -webkit-animation-name: ha_rollIn;
  animation-name: ha_rollIn;
}
.ha_bounce {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: ha_bounce;
  animation-name: ha_bounce;
}
.ha_bounceIn {
  -webkit-animation-name: ha_bounceIn;
  animation-name: ha_bounceIn;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
}
.ha_flipInX,
.ha_flipInY {
  -webkit-animation-name: ha_flipInX;
  animation-name: ha_flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.ha_flipInY {
  -webkit-animation-name: ha_flipInY;
  animation-name: ha_flipInY;
}
.ha_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: ha_swing;
  animation-name: ha_swing;
}
.ha_slideInDown {
  -webkit-animation-name: ha_slideInDown;
  animation-name: ha_slideInDown;
}
.ha_slideInUp {
  -webkit-animation-name: ha_slideInUp;
  animation-name: ha_slideInUp;
}
.ha_slideInLeft {
  -webkit-animation-name: ha_slideInLeft;
  animation-name: ha_slideInLeft;
}
.ha_slideInRight {
  -webkit-animation-name: ha_slideInRight;
  animation-name: ha_slideInRight;
}
.ha-css-transform-yes {
  -webkit-transition-duration: var(--ha-tfx-transition-duration, 0.2s);
  transition-duration: var(--ha-tfx-transition-duration, 0.2s);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate(
      var(--ha-tfx-translate-x, 0),
      var(--ha-tfx-translate-y, 0)
    )
    scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1))
    skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0))
    rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0))
    rotateZ(var(--ha-tfx-rotate-z, 0));
  transform: translate(
      var(--ha-tfx-translate-x, 0),
      var(--ha-tfx-translate-y, 0)
    )
    scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1))
    skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0))
    rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0))
    rotateZ(var(--ha-tfx-rotate-z, 0));
}
.ha-css-transform-yes:hover {
  -webkit-transform: translate(
      var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),
      var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))
    )
    scale(
      var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),
      var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))
    )
    skew(
      var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),
      var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))
    )
    rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0)))
    rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0)))
    rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
  transform: translate(
      var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),
      var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))
    )
    scale(
      var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),
      var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))
    )
    skew(
      var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),
      var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))
    )
    rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0)))
    rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0)))
    rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
}
.happy-addon > .elementor-widget-container {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.happy-addon > .elementor-widget-container,
.happy-addon > .elementor-widget-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.happy-addon:not(:has(.elementor-widget-container)),
.happy-addon:not(:has(.elementor-widget-container)) * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.happy-addon p:empty {
  display: none;
}
.happy-addon .elementor-inline-editing {
  min-height: auto !important;
}
.happy-addon-pro img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.ha-has-bg-overlay > .elementor-widget-container {
  position: relative;
  z-index: 1;
}
.ha-has-bg-overlay > .elementor-widget-container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.ha-has-bg-overlay:not(:has(.elementor-widget-container)) {
  position: relative;
  z-index: 1;
}
.ha-has-bg-overlay:not(:has(.elementor-widget-container)):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.ha-popup--is-enabled .ha-js-popup,
.ha-popup--is-enabled .ha-js-popup img {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-close {
  background-color: transparent;
}
.mfp-wrap .mfp-arrow:focus,
.mfp-wrap .mfp-close:focus {
  outline-width: thin;
}
.ha-advanced-tooltip-enable {
  position: relative;
  cursor: pointer;
  --ha-tooltip-arrow-color: black;
  --ha-tooltip-arrow-distance: 0;
}
.ha-advanced-tooltip-enable .ha-advanced-tooltip-content {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 5px 0;
  width: 120px;
  height: auto;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after {
  position: absolute;
  border-width: 5px;
  border-style: solid;
  content: "";
}
.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after {
  visibility: hidden;
}
.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show {
  display: inline-block;
  opacity: 1;
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-top
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top
  .ha-advanced-tooltip-content {
  top: unset;
  right: 0;
  bottom: calc(101% + var(--ha-tooltip-arrow-distance));
  left: 0;
  margin: 0 auto;
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-top
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top
  .ha-advanced-tooltip-content::after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  border-color: var(--ha-tooltip-arrow-color) transparent transparent
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom
  .ha-advanced-tooltip-content {
  top: calc(101% + var(--ha-tooltip-arrow-distance));
  right: 0;
  bottom: unset;
  left: 0;
  margin: 0 auto;
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom
  .ha-advanced-tooltip-content::after {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent var(--ha-tooltip-arrow-color)
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-left
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left
  .ha-advanced-tooltip-content {
  top: 50%;
  right: calc(101% + var(--ha-tooltip-arrow-distance));
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-left
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: unset;
  bottom: unset;
  left: 100%;
  border-color: transparent transparent transparent
    var(--ha-tooltip-arrow-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-right
  .ha-advanced-tooltip-content,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right
  .ha-advanced-tooltip-content {
  top: 50%;
  right: unset;
  bottom: unset;
  left: calc(101% + var(--ha-tooltip-arrow-distance));
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-advanced-tooltip-enable.ha-advanced-tooltip-right
  .ha-advanced-tooltip-content::after,
body[data-elementor-device-mode="tablet"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-color: transparent var(--ha-tooltip-arrow-color) transparent
    transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top
  .ha-advanced-tooltip-content {
  top: unset;
  right: 0;
  bottom: calc(101% + var(--ha-tooltip-arrow-distance));
  left: 0;
  margin: 0 auto;
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top
  .ha-advanced-tooltip-content::after {
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  border-color: var(--ha-tooltip-arrow-color) transparent transparent
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom
  .ha-advanced-tooltip-content {
  top: calc(101% + var(--ha-tooltip-arrow-distance));
  right: 0;
  bottom: unset;
  left: 0;
  margin: 0 auto;
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom
  .ha-advanced-tooltip-content::after {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent var(--ha-tooltip-arrow-color)
    transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left
  .ha-advanced-tooltip-content {
  top: 50%;
  right: calc(101% + var(--ha-tooltip-arrow-distance));
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: unset;
  bottom: unset;
  left: 100%;
  border-color: transparent transparent transparent
    var(--ha-tooltip-arrow-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right
  .ha-advanced-tooltip-content {
  top: 50%;
  right: unset;
  bottom: unset;
  left: calc(101% + var(--ha-tooltip-arrow-distance));
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body[data-elementor-device-mode="mobile"]
  .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right
  .ha-advanced-tooltip-content::after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-color: transparent var(--ha-tooltip-arrow-color) transparent
    transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper {
  display: block !important;
}
.ha-scroll-to-top-wrap.ha-scroll-to-top-hide {
  display: none;
}
.ha-scroll-to-top-wrap.edit-mode,
.ha-scroll-to-top-wrap.single-page-off {
  display: none !important;
}
.ha-scroll-to-top-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #5636d1;
  color: #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-scroll-to-top-button i {
  color: #fff;
  font-size: 16px;
}
.ha-scroll-to-top-button:hover {
  background-color: #e2498a;
}
.ha-comparison-table {
  position: relative;
}
.ha-comparison-table__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0;
  background-color: #5636d1;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.ha-comparison-table__head-column-cell-title-tag {
  margin: 0;
}
.ha-comparison-table__head.table-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
.ha-comparison-table__head-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 15px;
  width: 15%;
}
.ha-comparison-table__head-item:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ha-comparison-table__head-item .ha-comparison-table__head-column-cell-icon {
  margin: 0 10px 0 0;
}
.ha-comparison-table__head-item.icon-right
  .ha-comparison-table__head-column-cell-icon {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0 10px;
}
.ha-comparison-table__row {
  margin-bottom: 25px;
}
.ha-comparison-table__row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e9;
  background-color: transparent;
  vertical-align: middle;
}
.ha-comparison-table__row-item:first-child {
  border-top: 0;
}
.ha-comparison-table__row-item:last-child {
  border-bottom: 0;
}
.ha-comparison-table__row-item-cell {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 15px;
  width: 15%;
}
.ha-comparison-table__row-item-cell:first-child {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}
.ha-comparison-table__row-item-cell-title-tag {
  margin: 0;
  font-weight: var(--e-global-typography-text-font-weight);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.ha-comparison-table__row-cell-icon {
  font-size: 20px;
  line-height: 1;
}
.ha-comparison-table__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.ha-comparison-table__btns-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15%;
  text-align: center;
}
@media screen and (min-width: 300px) and (max-width: 900px) {
  .ha-comparison-table__btns-item {
    width: auto;
  }
}
.ha-comparison-table__btns-item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #151515;
  color: #fff;
  font-weight: var(--e-global-typography-accent-font-weight);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
}
.ha-comparison-table__btns-item a:hover {
  background-color: #d6226e;
}
@media screen and (min-width: 300px) and (max-width: 900px) {
  .ha-comparison-table .elementor-widget-container,
  .ha-comparison-table:not(:has(.elementor-widget-container)) {
    overflow-x: auto;
  }
}
.ha-cs-design-round .ha-cs-switch.active span {
  color: #562dd4;
}
.ha-cs-design-round-2 .ha-cs-switch.active span {
  color: #e2498a;
}
.ha-cs-design-square .ha-cs-switch.active span {
  color: #61ce70;
}
.ha-cs-design-square-2 .ha-cs-switch.active span {
  color: #f67c21;
}
.ha-cs-design-button .ha-cs-switch-wrapper {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.ha-cs-switch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
body[data-elementor-device-mode="widescreen"]
  .ha-cs-switch-wrapper.widescreen-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="widescreen"]
  .ha-cs-switch-wrapper.widescreen-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="desktop"]
  .ha-cs-switch-wrapper.desktop-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="desktop"]
  .ha-cs-switch-wrapper.desktop-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="laptop"]
  .ha-cs-switch-wrapper.laptop-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="laptop"]
  .ha-cs-switch-wrapper.laptop-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="tablet_extra"]
  .ha-cs-switch-wrapper.tablet-extra-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="tablet_extra"]
  .ha-cs-switch-wrapper.tablet-extra-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="tablet"]
  .ha-cs-switch-wrapper.tablet-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="tablet"]
  .ha-cs-switch-wrapper.tablet-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="mobile_extra"]
  .ha-cs-switch-wrapper.mobile-extra-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="mobile_extra"]
  .ha-cs-switch-wrapper.mobile-extra-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-cs-switch-wrapper.horizontal,
body[data-elementor-device-mode="mobile"]
  .ha-cs-switch-wrapper.mobile-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-cs-switch-wrapper.vertical,
body[data-elementor-device-mode="mobile"]
  .ha-cs-switch-wrapper.mobile-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-cs-switch-wrapper,
.ha-cs-switch-wrapper .ha-cs-button,
.ha-cs-switch-wrapper .ha-cs-switch {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-cs-switch-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ha-cs-switch-wrapper .ha-cs-button,
.ha-cs-switch-wrapper .ha-cs-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-cs-switch-wrapper .ha-cs-switch {
  font-weight: 700;
  font-size: 18px;
  font-family: "Nunito", Sans-serif;
}
.ha-cs-switch-wrapper .ha-cs-switch.primary {
  margin-right: 20px;
}
.ha-cs-switch-wrapper .ha-cs-switch.secondary {
  margin-left: 20px;
}
.ha-cs-switch-wrapper .ha-cs-switch.active {
  color: #2196f3;
}
.ha-cs-switch-wrapper .ha-cs-button {
  border: 0;
  background-color: #fff;
  color: #333;
}
.ha-cs-switch-wrapper .ha-cs-button span {
  white-space: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: "Nunito", Sans-serif;
  line-height: 1;
}
.ha-cs-switch-wrapper .ha-cs-button:not(:last-of-type) {
  margin-right: 20px;
}
.ha-cs-switch-wrapper .ha-cs-button.active {
  background-color: #562dd4;
  color: #fff;
}
.ha-cs-switch-wrapper .ha-cs-button:focus {
  outline: 0;
  background-color: #562dd4;
  color: #fff;
}
.ha-cs-switch-wrapper .ha-cs-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.ha-cs-switch-wrapper .ha-cs-icon-wrapper svg {
  width: inherit;
  height: inherit;
}
.ha-cs-switch-wrapper .ha-cs-icon-left .ha-cs-icon-wrapper {
  margin-right: 10px;
}
.ha-cs-switch-wrapper .ha-cs-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-cs-switch-wrapper .ha-cs-icon-right .ha-cs-icon-wrapper {
  margin-left: 10px;
}
.ha-input-label {
  position: relative;
  display: inline-block;
  margin: unset;
  width: 5em;
  height: 2.5em;
}
.ha-input-label .ha-cs-slider,
.ha-input-label .ha-cs-slider:before {
  position: absolute;
  border-width: 0;
  border-style: solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ha-input-label .ha-cs-slider {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  cursor: pointer;
}
.ha-input-label .ha-cs-slider:before {
  bottom: 0.25em;
  left: 0.2em;
  width: 2em;
  height: 2em;
  background-color: #fff;
  content: "";
}
.ha-input-label .ha-cs-slider.ha-cs-square {
  border-radius: 0;
  background-color: #175eb3;
}
.ha-input-label .ha-cs-slider.ha-cs-square:before {
  border-radius: 0;
  background-color: #61ce70;
}
.ha-input-label .ha-cs-slider.ha-cs-round {
  border-radius: 2em;
  background-color: #562dd4;
}
.ha-input-label .ha-cs-slider.ha-cs-round:before {
  border-radius: 50%;
  background-color: #fff;
}
.ha-input-label .ha-cs-slider.ha-cs-round-2,
.ha-input-label .ha-cs-slider.ha-cs-square-2 {
  top: 50%;
  height: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-input-label .ha-cs-slider.ha-cs-round-2 {
  border-radius: 2em;
  background-color: rgba(226, 73, 138, 0.3607843137);
}
.ha-input-label .ha-cs-slider.ha-cs-round-2:before {
  bottom: -50%;
  left: -0.1em;
  border-radius: 50%;
  background-color: #e2498a;
}
.ha-input-label .ha-cs-slider.ha-cs-square-2 {
  border-radius: 0;
  background-color: #ffec6b;
}
.ha-input-label .ha-cs-slider.ha-cs-square-2:before {
  bottom: -50%;
  left: -0.1em;
  border-radius: 0;
  background-color: #f67c21;
}
.ha-input-label input {
  width: 0;
  height: 0;
  opacity: 0;
}
.ha-input-label input:checked + .ha-cs-round:before,
.ha-input-label input:checked + .ha-cs-square:before {
  left: 0.8em;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.ha-input-label input:checked + .ha-cs-round-2:before,
.ha-input-label input:checked + .ha-cs-square-2:before {
  left: 1.1em;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.ha-input-label input:focus + .ha-cs-round,
.ha-input-label input:focus + .ha-cs-round-2,
.ha-input-label input:focus + .ha-cs-square,
.ha-input-label input:focus + .ha-cs-square-2 {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.ha-cs-content-container .ha-cs-content-wrapper .ha-cs-content-section {
  font-weight: 600;
  font-family: "Nunito", Sans-serif;
}
.ha-cs-content-container
  .ha-cs-content-wrapper
  .ha-cs-content-section:not(.active) {
  display: none;
}
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes HaCtvBtn_Newbie_MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes HaCtvBtn_Newbie_MoveUpEnd {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
  }
}
@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
  }
}
@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ha-creative-btn-wrap {
  display: inline-block;
  --ha-ctv-btn-bg-clr: #fff;
  --ha-ctv-btn-bg-hvr-clr: #ff067d;
  --ha-ctv-btn-border-clr: #ff067d;
  --ha-ctv-btn-border-hvr-clr: #ff067d;
  --ha-ctv-btn-txt-clr: #ff067d;
  --ha-ctv-btn-txt-hvr-clr: #fff;
}
.ha-creative-btn-wrap .ha-creative-btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 15px 25px;
  max-width: 100%;
  border-color: var(--ha-ctv-btn-border-clr);
  border-radius: 5px;
  background: var(--ha-ctv-btn-bg-clr);
  color: var(--ha-ctv-btn-txt-clr);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-creative-btn-wrap .ha-creative-btn:hover {
  border-color: var(--ha-ctv-btn-border-hvr-clr);
  background: var(--ha-ctv-btn-bg-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--estilo {
  padding: 25px 80px;
  border-width: 3px;
  border-style: solid;
  border-radius: 0;
  cursor: pointer;
}
.ha-creative-btn-wrap .ha-stl--estilo:after {
  position: absolute;
  z-index: -1;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-creative-btn-wrap .ha-stl--estilo:active,
.ha-creative-btn-wrap .ha-stl--estilo:hover {
  background: var(--ha-ctv-btn-bg-clr);
  color: var(--ha-ctv-btn-txt-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active,
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:active,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover {
  color: var(--ha-ctv-btn-txt-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:active:after,
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--dissolve:hover:after {
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:active:after,
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-down:hover:after {
  height: 100%;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:active:after,
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-right:hover:after {
  width: 100%;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider,
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x,
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y {
  overflow: hidden;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:after {
  top: 50%;
  left: 50%;
  width: 0;
  height: 103%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:hover:after {
  width: 90%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-x:active:after {
  width: 101%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:hover:after {
  height: 260%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--cross-slider:active:after {
  height: 400%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:after {
  top: 50%;
  left: 50%;
  width: 101%;
  height: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:hover:after {
  height: 75%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo.ha-eft--slide-y:active:after {
  height: 130%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--estilo,
.ha-creative-btn-wrap .ha-stl--iconica,
.ha-creative-btn-wrap .ha-stl--symbolab {
  display: inline-block;
  overflow: hidden;
  outline: 0;
  background: var(--ha-ctv-btn-bg-clr);
  color: var(--ha-ctv-btn-txt-clr);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.ha-creative-btn-wrap .ha-stl--symbolab {
  padding: 25px 80px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50px;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover,
.ha-creative-btn-wrap .ha-stl--symbolab:active,
.ha-creative-btn-wrap .ha-stl--symbolab:hover {
  background: var(--ha-ctv-btn-bg-hvr-clr);
  color: var(--ha-ctv-btn-txt-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--symbolab > i {
  position: absolute;
  top: 50%;
  -webkit-transition: left 0.3s, right 0.3s;
  transition: left 0.3s, right 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right i {
  left: 130%;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:active i,
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-right:hover i {
  left: 80%;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left i {
  left: -50%;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:active i,
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-in-left:hover i {
  left: 10%;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right i {
  left: 70%;
  opacity: 0;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:active i,
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-right:hover i {
  left: 80%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left i {
  left: 30%;
  opacity: 0;
}
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:active i,
.ha-creative-btn-wrap .ha-stl--symbolab.ha-eft--back-out-left:hover i {
  left: 10%;
  opacity: 1;
}
.ha-creative-btn-wrap .ha-stl--iconica {
  padding: 0 !important;
  border-radius: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-creative-btn-wrap .ha-stl--iconica:active,
.ha-creative-btn-wrap .ha-stl--iconica:hover {
  border-color: var(--ha-ctv-btn-border-hvr-clr);
  background: var(--ha-ctv-btn-bg-hvr-clr);
  color: var(--ha-ctv-btn-txt-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--iconica > span {
  display: inline-block;
  padding: 25px 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-creative-btn-wrap .ha-stl--iconica > i {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover > span {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down > i {
  top: -100%;
  left: 0;
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-down:hover > i,
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover > i {
  top: 0;
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top:hover > span {
  -webkit-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-top > i {
  top: 100%;
  left: 0;
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover > span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right > i {
  top: 0;
  left: -100%;
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover > i,
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-right:hover > i {
  left: 0;
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left:hover > span {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ha-creative-btn-wrap .ha-stl--iconica.ha-eft--slide-in-left > i {
  top: 0;
  left: 100%;
}
.ha-creative-btn-wrap .ha-stl--iconica,
.ha-creative-btn-wrap .ha-stl--montino {
  border-width: 3px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-border-clr);
}
.ha-creative-btn-wrap .ha-stl--montino:active,
.ha-creative-btn-wrap .ha-stl--montino:hover {
  border-color: var(--ha-ctv-btn-border-hvr-clr);
  color: var(--ha-ctv-btn-txt-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona {
  z-index: 1;
  overflow: hidden;
  padding: 0 !important;
  outline: 0;
  border-radius: 0;
  background: var(--ha-ctv-btn-bg-clr);
  cursor: pointer;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona > span {
  padding: 25px 80px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona > span {
  display: block;
  vertical-align: middle;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona::after {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: attr(data-text);
  opacity: 0;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: attr(data-text);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  padding: 25px 80px;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen::before,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen > span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen > span {
  display: block;
  padding: 25px 80px;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::before,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--rayen:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen {
  z-index: 1;
  overflow: hidden;
  padding: 25px 80px;
  outline: 0;
  border-radius: 0;
  background: var(--ha-ctv-btn-bg-clr);
  cursor: pointer;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::before {
  background: var(--ha-ctv-btn-bg-hvr-clr);
  opacity: 0.7;
}
.ha-creative-btn-wrap .ha-stl--hermosa,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover {
  background: var(--ha-ctv-btn-bg-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha {
  z-index: 1;
  padding: 25px 80px;
  outline: 0;
  border-width: 0;
  border-radius: 0;
  background: var(--ha-ctv-btn-bg-clr);
  cursor: pointer;
  --ha-ctv-btn-bg-clr: #ff067d;
  --ha-ctv-btn-bg-hvr-clr: #fff;
  --ha-ctv-btn-border-clr: #fff;
  --ha-ctv-btn-border-hvr-clr: #ff067d;
  --ha-ctv-btn-txt-clr: #fff;
  --ha-ctv-btn-txt-hvr-clr: #ff067d;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: inherit;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--wapasha:hover::before {
  border-color: var(--ha-ctv-btn-border-hvr-clr);
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina {
  overflow: hidden;
  padding: 25px 80px;
  background: var(--ha-ctv-btn-bg-clr);
  color: var(--ha-ctv-btn-txt-clr);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina > span {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina > span {
  display: inline-block;
  color: var(--ha-ctv-btn-txt-clr);
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before {
  position: absolute;
  top: 0;
  left: 0;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina::before {
  padding: 25px 80px;
  content: attr(data-text);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--nina:hover > span {
  color: var(--ha-ctv-btn-txt-hvr-clr);
  opacity: 1;
  -webkit-transition-delay: var(--delay, 0.045s);
  transition-delay: var(--delay, 0.045s);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman {
  padding: 25px 80px;
  border-width: 0;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  --ha-ctv-btn-bg-clr: #ff067d;
  --ha-ctv-btn-bg-hvr-clr: #fff;
  --ha-ctv-btn-border-clr: #fff;
  --ha-ctv-btn-border-hvr-clr: #ff067d;
  --ha-ctv-btn-txt-clr: #fff;
  --ha-ctv-btn-txt-hvr-clr: #ff067d;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after,
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before {
  z-index: -1;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::before {
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-border-hvr-clr);
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman::after {
  width: 100%;
  height: 100%;
  background: var(--ha-ctv-btn-bg-clr);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite {
  overflow: hidden;
  padding: 25px 80px;
  background: var(--ha-ctv-btn-bg-clr);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite:hover::before {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.ha-creative-btn-wrap .ha-stl--montino.ha-eft--sacnite > span {
  pointer-events: none;
}
.ha-creative-btn-wrap .ha-stl--hermosa {
  padding: 25px 80px;
  color: var(--ha-ctv-btn-txt-clr);
}
.ha-creative-btn-wrap .ha-stl--hermosa:active,
.ha-creative-btn-wrap .ha-stl--hermosa:hover {
  color: var(--ha-ctv-btn-txt-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--hermosa::after,
.ha-creative-btn-wrap .ha-stl--hermosa::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 25px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: var(--ha-ctv-btn-bg-clr);
  color: var(--ha-ctv-btn-txt-clr);
  font-weight: 700;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable span.text {
  width: 0;
  white-space: nowrap;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--expandable:hover span.text {
  margin-right: 10px;
  width: auto;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward {
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-radius: 3em;
  font-weight: 700;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward span {
  position: relative;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before,
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward::before {
  background: var(--ha-ctv-btn-bg-clr);
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--upward:hover::before {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie {
  overflow: hidden;
  padding: 25px 80px;
  border-width: 2px;
  border-style: solid;
  font-weight: 500;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie span {
  position: relative;
  display: block;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie > span,
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie > span > span {
  overflow: hidden;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover > span > span {
  -webkit-animation: HaCtvBtn_Newbie_MoveUpInitial 0.2s forwards,
    HaCtvBtn_Newbie_MoveUpEnd 0.2s forwards 0.2s;
  animation: HaCtvBtn_Newbie_MoveUpInitial 0.2s forwards,
    HaCtvBtn_Newbie_MoveUpEnd 0.2s forwards 0.2s;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie::before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--newbie:hover::before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render {
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-border-clr);
  border-radius: 0.5em;
  background: var(--ha-ctv-btn-bg-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render > span {
  position: relative;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render::before {
  left: -10%;
  width: 120%;
  background: var(--ha-ctv-btn-bg-clr);
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1),
    -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--downhill:hover
  .ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--downhill:active,
.ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--exploit:hover
  .ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--exploit:active,
.ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--render:hover
  .ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--render:active {
  border-color: var(--ha-ctv-btn-border-hvr-clr);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--render:hover::before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em 3em;
  width: 175px;
  height: 120px;
  background: 0 0;
  --ha-ctv-btn-bg-clr: #ff067d;
  --ha-ctv-btn-bg-hvr-clr: #562dd4;
  --ha-ctv-btn-txt-clr: #fff;
  --ha-ctv-btn-txt-hvr-clr: #fff;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::before {
  background: var(--ha-ctv-btn-bg-clr);
  content: "";
  -webkit-transition: background 0.5s ease,
    -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
  transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55),
    background 0.5s ease;
  transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55),
    background 0.5s ease,
    -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
  -webkit-clip-path: path(
    "M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z"
  );
  clip-path: path(
    "M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z"
  );
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::before {
  background: var(--ha-ctv-btn-bg-hvr-clr);
  -webkit-clip-path: path(
    "M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z"
  );
  clip-path: path(
    "M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z"
  );
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape::after {
  top: 5%;
  z-index: -1;
  width: 97%;
  height: 86%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-bg-clr);
  border-radius: 58% 42% 55% 45%/56% 45% 55% 44%;
  content: "";
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.585, 2.5, 0.645, 0.55);
  transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
  transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55),
    -webkit-transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover::after {
  border-color: var(--ha-ctv-btn-bg-hvr-clr);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape > span {
  z-index: 1;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--reshape:hover span {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit {
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-border-clr);
  border-radius: 0.85em;
  background: var(--ha-ctv-btn-bg-clr);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit > span {
  position: relative;
  z-index: 10;
  display: block;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover span {
  -webkit-animation: HaCtvBtn_Exploit_MoveScaleUpInitial 0.3s forwards,
    HaCtvBtn_Exploit_MoveScaleUpEnd 0.3s forwards 0.3s;
  animation: HaCtvBtn_Exploit_MoveScaleUpInitial 0.3s forwards,
    HaCtvBtn_Exploit_MoveScaleUpEnd 0.3s forwards 0.3s;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::before {
  top: -110%;
  left: -10%;
  padding-bottom: 120%;
  width: 120%;
  height: 0;
  border-radius: 50%;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: "";
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after,
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit::after {
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: "";
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--exploit:hover::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100px;
  height: 100px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-border-clr);
  border-radius: 50%;
  font-weight: 500;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill span {
  position: relative;
  display: block;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill > span {
  overflow: hidden;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill::before {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: var(--ha-ctv-btn-bg-clr);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--downhill:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom {
  padding: 0 !important;
  border-width: 0 !important;
  background: 0 0;
  --ha-ctv-btn-bg-clr: #ff067d;
  --ha-ctv-btn-bg-hvr-clr: #fff;
  --ha-ctv-btn-txt-clr: #fff;
  --ha-ctv-btn-txt-hvr-clr: #ff067d;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div,
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ha-ctv-btn-border-clr);
  border-radius: 0.85em;
  background: var(--ha-ctv-btn-bg-clr);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div {
  border-color: var(--ha-ctv-btn-border-hvr-clr);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after,
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before {
  position: absolute;
  background: var(--ha-ctv-btn-bg-hvr-clr);
  content: "";
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::before {
  top: 50%;
  left: 50%;
  padding-bottom: 110%;
  width: 110%;
  height: 0;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom div::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom:hover div::after {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.01s;
  transition-duration: 0.01s;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--bloom span {
  position: relative;
  display: block;
  padding: 1.5em 3em;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: 120px;
  height: 120px;
  border-width: 0 !important;
  background: 0 0;
  font-weight: 700;
  --ha-ctv-btn-border-clr: #e8e8e8;
  --ha-ctv-btn-border-hvr-clr: #ff067d;
  --ha-ctv-btn-stroke-width: 1px;
  --ha-ctv-btn-txt-clr: #ff067d;
  --ha-ctv-btn-txt-hvr-clr: #ff067d;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress {
  -webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
  transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__circle {
  fill: none;
  stroke: var(--ha-ctv-btn-border-clr);
  stroke-width: var(--ha-ctv-btn-stroke-width, 1px);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path {
  fill: none;
  stroke-width: var(--ha-ctv-btn-stroke-width, 1px);
}
.ha-creative-btn-wrap
  .ha-stl--hermosa.ha-eft--roundup:focus-visible
  .progress__circle {
  fill: rgba(252, 196, 63, 0.4);
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup .progress__path {
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  stroke: var(--ha-ctv-btn-border-hvr-clr);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.ha-creative-btn-wrap .ha-stl--hermosa.ha-eft--roundup:hover .progress__path {
  stroke-dashoffset: 0;
}
@-webkit-keyframes hacmcfadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@keyframes hacmcfadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hacmcfadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes hacmcfadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes haImageRotationClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes haImageRotationClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes haImageRotationAntiClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes haImageRotationAntiClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.ha-cursor {
  z-index: 99999;
  border-radius: 50%;
  background: #000;
  -webkit-transition: unset;
  transition: unset;
}
.ha-cursor:before {
  top: -50%;
  left: -50%;
  width: 80px;
  height: 80px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  -ms-transform: translate(-50%, -50%) scale(0.6);
  transform: translate(-50%, -50%) scale(0.6);
}
.ha-cursor.-text:before {
  opacity: unset;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.ha-cursor .ha-cursor-text {
  top: unset;
  left: unset;
  width: 80px;
  height: 80px;
}
.ha-cursor .mf-cursor-media-box {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mf-cursor-inner,
.mf-cursor-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mf-cursor-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mf-cursor-media {
  margin: unset;
}
.mf-cursor-media.ha-cursor-media {
  width: auto;
  height: auto;
}
.ha-cursor.-media:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ha-cursor.-media .mf-cursor-media-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-cursor .ha-cursor-inner .ha-cursor-media {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-cursor.ha-init-hide:before {
  opacity: 0;
  -webkit-animation: hacmcfadeOut 0.3s forwards;
  animation: hacmcfadeOut 0.3s forwards;
}
.ha-cursor.ha-init-hide.ha-media:before,
.ha-cursor.ha-init-hide.ha-text:before {
  display: block;
  -webkit-animation: hacmcfadeIn 0.3s forwards;
  animation: hacmcfadeIn 0.3s forwards;
}
body.hm-init-default-cursor-none,
body.hm-init-default-cursor-none a {
  cursor: none !important;
}
.ha-data-table .elementor-widget-container,
.ha-data-table:not(:has(.elementor-widget-container)) {
  overflow: hidden;
}
.ha-data-table .ha-table {
  margin-bottom: 0;
}
.ha-data-table .ha-table__head-column-cell {
  padding: 20px;
  border: 1px solid;
  border-color: #5636d1 #320ebd #5636d1 #5636d1;
  background-color: #5636d1;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.ha-data-table .ha-table__head-column-cell-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-data-table .ha-table__head-column-cell-icon {
  padding-left: 10px;
  line-height: 1;
}
.ha-data-table .ha-table__body-row-cell-icon img,
.ha-data-table .ha-table__head-column-cell-icon img {
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-data-table .ha-table__body-row-cell-icon svg,
.ha-data-table .ha-table__head-column-cell-icon svg {
  width: 40px;
  height: auto;
  fill: currentColor;
}
.ha-data-table .ha-table__body-row:nth-child(even),
.ha-data-table .ha-table__body-row:nth-child(odd) {
  background-color: #fff;
}
.ha-data-table .ha-table__body-row:nth-child(even):hover {
  background-color: rgba(86, 54, 209, 0.08);
}
.ha-data-table .ha-table__body-row:nth-child(odd):hover {
  background-color: rgba(232, 53, 124, 0.08);
}
.ha-data-table .ha-table__body-row-cell {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: transparent;
  vertical-align: middle;
}
.ha-data-table .ha-table__body-row-cell-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-data-table .ha-table__body-row-cell-icon {
  padding-left: 10px;
  line-height: 1;
}
.ha-data-table .ha-table__body .ha-table__head-column-cell {
  display: none;
}
.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-icon,
.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-icon {
  width: 100%;
}
.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-icon,
.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-icon {
  width: auto;
}
.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-icon,
.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-icon {
  width: 100%;
}
.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-icon,
.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-icon {
  width: auto;
}
.ha-data-table.ha-column-icon-left .ha-table__head-column-cell-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-data-table.ha-column-icon-right .ha-table__head-column-cell-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-data-table.ha-column-icon-top .ha-table__head-column-cell-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ha-data-table.ha-column-icon-bottom .ha-table__head-column-cell-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-data-table.ha-row-icon-left .ha-table__body-row-cell-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-data-table.ha-row-icon-right .ha-table__body-row-cell-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-data-table.ha-row-icon-top .ha-table__body-row-cell-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ha-data-table.ha-row-icon-bottom .ha-table__body-row-cell-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .ha-data-table-responsive-scroll-yes .ha-table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .ha-data-table .ha-table__head {
    display: none;
  }
  .ha-data-table .ha-table__body .ha-table__body-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ha-data-table .ha-table__body .ha-table__body-row-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -1px;
    padding: 0;
  }
  .ha-data-table .ha-table__body .ha-table__body-row-cell:first-child {
    margin-top: auto;
  }
  .ha-data-table .ha-table__body .ha-table__head-column-cell {
    display: block;
    width: 100%;
  }
  .ha-data-table .ha-table__body .ha-table__body-row-cell-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .ha-data-table.ha-row-icon-left.ha-row-alignment-left
    .ha-table__body-row-cell-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .ha-data-table.ha-row-icon-left.ha-row-alignment-center
    .ha-table__body-row-cell-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-data-table.ha-row-icon-left.ha-row-alignment-right
    .ha-table__body-row-cell-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ha-data-table.ha-row-icon-bottom.ha-row-alignment-left
    .ha-table__body-row-cell-wrap,
  .ha-data-table.ha-row-icon-top.ha-row-alignment-left
    .ha-table__body-row-cell-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-data-table.ha-row-icon-bottom.ha-row-alignment-center
    .ha-table__body-row-cell-wrap,
  .ha-data-table.ha-row-icon-top.ha-row-alignment-center
    .ha-table__body-row-cell-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-data-table.ha-row-icon-bottom.ha-row-alignment-right
    .ha-table__body-row-cell-wrap,
  .ha-data-table.ha-row-icon-top.ha-row-alignment-right
    .ha-table__body-row-cell-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-data-table-disable-wordwrap-yes .ha-table__body-row-cell,
  .ha-data-table-disable-wordwrap-yes .ha-table__head-column-cell {
    white-space: nowrap;
  }
  .ha-data-table-responsive-scroll-yes .ha-table .ha-table__head {
    display: revert;
  }
  .ha-data-table-responsive-scroll-yes .ha-table__body .ha-table__body-row {
    display: revert;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .ha-data-table-responsive-scroll-yes
    .ha-table__body
    .ha-table__head-column-cell {
    display: none;
  }
  .ha-data-table-responsive-scroll-yes
    .ha-table__body
    .ha-table__body-row-cell {
    display: revert;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    padding: 20px;
  }
}
.ha-dual-btn,
.ha-dual-btn-connector {
  display: inline-block;
}
.ha-dual-btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
}
.ha-dual-btn {
  padding: 1.3rem 2.3rem;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.ha-dual-btn--left {
  background-color: #562dd4;
}
.ha-dual-btn--left:focus,
.ha-dual-btn--left:hover {
  background-color: #4423ab;
  color: #fff;
}
.ha-dual-btn--right {
  background-color: #e2498a;
}
.ha-dual-btn--right:focus,
.ha-dual-btn--right:hover {
  background-color: #d6226e;
  color: #fff;
}
.ha-dual-btn-connector {
  position: absolute !important;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.ha-dual-btn-icon > svg {
  width: 1em;
  height: auto;
  vertical-align: top;
  fill: currentColor;
}
.ha-dual-btn-icon > i {
  font-size: 1em;
}
.ha-dual-btn-icon--before {
  margin-right: 5px;
}
.ha-dual-btn-icon--after {
  margin-left: 5px;
}
.ha-dual-button > .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-dual-button--mobile-layout-stack > .elementor-widget-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper {
  max-width: 100%;
}
.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector {
  top: 100%;
  right: 50%;
}
.ha-dual-button--mobile-layout-stack .ha-dual-btn--left {
  border-radius: 30px 30px 0 0;
}
.ha-dual-button--mobile-layout-stack .ha-dual-btn--right {
  border-radius: 0 0 30px 30px;
}
.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left
  > .elementor-widget-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center
  > .elementor-widget-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right
  > .elementor-widget-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left
  > .elementor-widget-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center
  > .elementor-widget-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right
  > .elementor-widget-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ha-dual-button--mobile-layout-queue > .elementor-widget-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper {
  max-width: 50%;
}
.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector {
  top: 50%;
  right: 0;
}
.ha-dual-button--mobile-layout-queue .ha-dual-btn--left {
  border-radius: 50px 0 0 50px;
}
.ha-dual-button--mobile-layout-queue .ha-dual-btn--right {
  border-radius: 0 50px 50px 0;
}
@media (min-width: 768px) {
  .ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left
    > .elementor-widget-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center
    > .elementor-widget-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right
    > .elementor-widget-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left
    > .elementor-widget-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center
    > .elementor-widget-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right
    > .elementor-widget-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .ha-dual-button--tablet-layout-stack > .elementor-widget-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper {
    max-width: 100%;
  }
  .ha-dual-button--tablet-layout-stack .ha-dual-btn-connector {
    top: 100%;
    right: 50%;
  }
  .ha-dual-button--tablet-layout-stack .ha-dual-btn--left {
    border-radius: 30px 30px 0 0;
  }
  .ha-dual-button--tablet-layout-stack .ha-dual-btn--right {
    border-radius: 0 0 30px 30px;
  }
  .ha-dual-button--tablet-layout-queue > .elementor-widget-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper {
    max-width: 50%;
  }
  .ha-dual-button--tablet-layout-queue .ha-dual-btn-connector {
    top: 50%;
    right: 0;
  }
  .ha-dual-button--tablet-layout-queue .ha-dual-btn--left {
    border-radius: 50px 0 0 50px;
  }
  .ha-dual-button--tablet-layout-queue .ha-dual-btn--right {
    border-radius: 0 50px 50px 0;
  }
}
@media (min-width: 1025px) {
  .ha-dual-button--layout-stack.ha-dual-button--align-left
    > .elementor-widget-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .ha-dual-button--layout-stack.ha-dual-button--align-center
    > .elementor-widget-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .ha-dual-button--layout-stack.ha-dual-button--align-right
    > .elementor-widget-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .ha-dual-button--layout-queue.ha-dual-button--align-left
    > .elementor-widget-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ha-dual-button--layout-queue.ha-dual-button--align-center
    > .elementor-widget-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-dual-button--layout-queue.ha-dual-button--align-right
    > .elementor-widget-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .ha-dual-button--layout-stack > .elementor-widget-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ha-dual-button--layout-stack .ha-dual-btn-wrapper {
    max-width: 100%;
  }
  .ha-dual-button--layout-stack .ha-dual-btn-connector {
    top: 100%;
    right: 50%;
  }
  .ha-dual-button--layout-stack .ha-dual-btn--left {
    border-radius: 30px 30px 0 0;
  }
  .ha-dual-button--layout-stack .ha-dual-btn--right {
    border-radius: 0 0 30px 30px;
  }
  .ha-dual-button--layout-queue > .elementor-widget-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ha-dual-button--layout-queue .ha-dual-btn-wrapper {
    max-width: 50%;
  }
  .ha-dual-button--layout-queue .ha-dual-btn-connector {
    top: 50%;
    right: 0;
  }
  .ha-dual-button--layout-queue .ha-dual-btn--left {
    border-radius: 50px 0 0 50px;
  }
  .ha-dual-button--layout-queue .ha-dual-btn--right {
    border-radius: 0 50px 50px 0;
  }
}
.ha-ec-popup,
.ha-ec-popup-close,
.ha-ec-popup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-ec-popup-wrapper,
.ha-ec-popup-wrapper.ha-ec-popup-ready:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ha-ec-popup-wrapper {
  --ha-ec-popup-image-width: 16.666667%;
  position: fixed;
  z-index: -1;
  visibility: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-ec-popup-wrapper.ha-ec-popup-ready {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
.ha-ec-popup-wrapper.ha-ec-popup-ready:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
.ha-ec-popup,
.ha-ec-popup-close {
  background: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.ha-ec-popup {
  position: relative;
  padding: 40px;
  max-height: calc(100% - 40px);
  width: 900px;
  -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ha-ec-popup-wrapper.ha-ec-popup-ready .ha-ec-popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ec-popup-close {
  position: absolute;
  top: -18px;
  right: -15px;
  z-index: 9999;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 0 12px 3px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 2px 0 12px 3px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #000;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.ha-ec-popup-body-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}
.ha-ec-popup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-ec-popup-content,
.ha-ec-popup-image,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-dayGridMonth-button,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listMonth-button,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listWeek-button,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridDay-button,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-timeGridWeek-button {
  position: relative;
}
.ha-ec-popup-image {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-ec-popup-image-width, 16.666667%);
  -ms-flex: 0 0 var(--ha-ec-popup-image-width, 16.666667%);
  flex: 0 0 var(--ha-ec-popup-image-width, 16.666667%);
  margin-right: 15px;
  max-width: var(--ha-ec-popup-image-width, 16.666667%);
}
.ha-ec-popup-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0
    calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));
  -ms-flex: 0 0 calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));
  flex: 0 0 calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));
  max-width: calc(100% - (15px + var(--ha-ec-popup-image-width, 16.666667%)));
}
.ha-ec-popup-image img {
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ha-ec-popup-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
}
.ha-ec-popup-content p.ha-ec-popup-desc {
  margin-bottom: 15px;
  color: #666;
  font-size: 16px;
}
.ha-ec-popup-content p.ha-ec-popup-desc p {
  margin-bottom: 0;
}
.ha-ec-popup-content ul,
.ha-ec-popup-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-ec-popup-content ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.ha-ec-popup-content ul li {
  position: relative;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-right: 15px;
  margin-bottom: 30px;
  line-height: 1;
}
.ha-ec-popup-content ul li:last-child {
  margin-right: 0;
}
.ha-ec-popup-content .ha-ec-guest-icon,
.ha-ec-popup-content .ha-ec-location-icon,
.ha-ec-popup-content .ha-ec-time-icon {
  font-size: 18px;
}
.ha-ec-popup-content ul li .ha-ec-guest-title,
.ha-ec-popup-content ul li .ha-ec-location-title,
.ha-ec-popup-content ul li .ha-ec-time-title {
  display: block;
  margin-bottom: 10px;
  color: #666;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
}
.ha-ec-popup-content ul li .ha-ec-event-guest,
.ha-ec-popup-content ul li .ha-ec-event-location,
.ha-ec-popup-content ul li .ha-ec-event-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #666;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.ha-ec-popup-content ul li svg {
  padding-right: 5px;
  width: auto;
  height: 0.9em;
  fill: currentColor;
}
.ha-ec-popup-content .ha-ec-popup-readmore {
  display: block;
  overflow: hidden;
}
.ha-ec-popup-content .ha-ec-popup-readmore a.ha-ec-popup-readmore-link {
  display: inline-block;
}
span.ha-ec-error-message {
  display: block;
  margin: 5px 0;
  padding: 10px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #ffb900;
}
.ha-ec-wrapper .fc table {
  overflow: auto;
  margin: auto;
}
.ha-ec-wrapper table tbody tr td,
.ha-ec-wrapper table tbody tr td:not(.fc-timegrid-slot):not(.fc-timegrid-col),
.ha-ec-wrapper table tbody tr th {
  background-color: transparent;
}
.ha-ec-wrapper table tbody tr td.fc-timegrid-slot {
  background: 0 0 !important;
}
.ha-ec-wrapper .fc-theme-standard .fc-list,
.ha-ec-wrapper .fc-theme-standard .fc-scrollgrid,
.ha-ec-wrapper .fc-theme-standard td,
.ha-ec-wrapper .fc-theme-standard th,
.ha-ec-wrapper table thead:first-child tr:first-child th {
  border-color: #b0b0b0;
}
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-button-group {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  .fc-button-group
  .fc-button-primary {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.ha-ec-wrapper .fc .fc-daygrid-day.fc-day-today,
.ha-ec-wrapper .fc .fc-timegrid-col.fc-day-today {
  background-color: #f5f5f5;
}
.ha-ec-wrapper .fc .fc-list-table tr > * {
  border-right: 0 !important;
  border-left: 0 !important;
}
.ha-ec-wrapper .fc .fc-list-table th .fc-list-day-cushion,
.ha-ec-wrapper th.fc-col-header-cell.fc-day {
  color: #fff;
}
.ha-ec-wrapper th.fc-col-header-cell.fc-day {
  padding: 15px;
  background-color: #6d39ef;
}
.ha-ec-wrapper .fc .fc-list-table th .fc-list-day-cushion {
  background-color: #fff;
}
.ha-ec-wrapper .fc-timegrid-slot-label-cushion.fc-scrollgrid-shrink-cushion,
.ha-ec-wrapper
  span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner {
  color: #222;
}
.ha-ec-wrapper .fc .fc-daygrid-day-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #222;
  font-size: 1em;
}
.ha-ec-wrapper .fc-daygrid-block-event .fc-event-time,
.ha-ec-wrapper .fc-daygrid-block-event .fc-event-title {
  padding: 0;
}
.ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-block-event,
.ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-dot-event {
  padding: 10px;
}
.ha-ec-wrapper .fc-daygrid-event,
.ha-ec-wrapper .fc-timegrid-event {
  border: 0 !important;
}
.ha-ec-wrapper .fc-daygrid-event,
.ha-ec-wrapper .fc-list-event,
.ha-ec-wrapper .fc-timegrid-event {
  background: #ac89ff;
}
.ha-ec-wrapper .fc-daygrid-event,
.ha-ec-wrapper .fc-daygrid-event .fc-event-main,
.ha-ec-wrapper .fc-list-event,
.ha-ec-wrapper .fc-timegrid-event,
.ha-ec-wrapper .fc-timegrid-event .fc-event-main,
.ha-ec-wrapper a.fc-daygrid-event,
.ha-ec-wrapper a.fc-daygrid-event .fc-event-main,
.ha-ec-wrapper a.fc-daygrid-event:hover {
  color: #fff;
  font-size: 14px;
}
.ha-ec-wrapper .fc-daygrid-event .fc-daygrid-event-dot,
.ha-ec-wrapper .fc-list-event .fc-list-event-dot {
  border-color: #fff;
}
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
  color: #242424;
  font-size: 1.5em;
}
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar .fc-button .fc-icon {
  font-size: 1em;
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  .fc-button-group
  button:not(:first-child) {
  margin-left: 5px;
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-dayGridMonth-button:before,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before,
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-timeGridDay-button:before,
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-timeGridWeek-button:before {
  display: inline-block;
  padding-right: 5px;
  padding-left: 0;
  font-weight: 900;
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-timeGridWeek-button:before {
  left: 8px;
  content: "\f03a";
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-timeGridDay-button:before {
  left: 21px;
  content: "\f0c9";
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-dayGridMonth-button:before {
  content: "\f00a";
}
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listMonth-button:before,
.ha-ec-wrapper .fc-toolbar.fc-header-toolbar button.fc-listWeek-button:before {
  content: "\f00b";
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-button.fc-button-primary {
  float: none;
  padding: 8px 12px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 3px;
  background: #f7f7fb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
  text-transform: capitalize;
  text-shadow: none;
  font-weight: 400;
  font-size: 1em;
  line-height: 19px;
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-button.fc-button-primary.fc-state-active,
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-button.fc-button-primary:focus,
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-button.fc-button-primary:hover,
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-button.fc-button-primary:visited {
  background: #e2498a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.ha-ec-wrapper
  .fc-toolbar.fc-header-toolbar
  button.fc-button.fc-button-primary.fc-button-active {
  background: #e2498a;
  color: #fff;
}
@media (max-width: 575px) {
  .ha-ec-wrapper .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .ha-ec-popup-content,
  .ha-ec-popup-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ha-ec-popup-body .ha-ec-popup-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ha-ec-wrapper
    .fc-daygrid-day-events
    .fc-daygrid-event.fc-daygrid-block-event,
  .ha-ec-wrapper .fc-daygrid-day-events .fc-daygrid-event.fc-daygrid-dot-event {
    padding: 0;
  }
}
.ha-flip-box-container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
.ha-flip-box-container .ha-flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-flip-box-container .ha-flip-box-inner:hover .ha-flip-box-back {
  z-index: 1;
}
.ha-flip-box-container .ha-flip-box-inner:hover .ha-flip-box-front {
  z-index: -1;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-inner-wrapper {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back,
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front {
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 250px;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front {
  background-color: transparent;
  position: relative;
  bottom: 0;
  z-index: 10;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back:before,
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back {
  position: absolute;
  z-index: -1;
  padding: 46px;
  border-radius: 0.3rem;
  background-color: #562dd4;
  color: #fff;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner,
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-text,
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-text {
  text-align: center;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-back-inner .ha-text p,
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner .ha-text p {
  margin-top: 10px;
  margin-bottom: 0;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon.icon {
  padding: 20px;
  border-radius: 50%;
  background-color: #f1f4f8;
  color: #242424;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon
  i,
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon
  svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon
  i {
  position: relative;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-icon
  i:before,
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon
  i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-icon
  img,
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-icon
  img {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-front-inner
  .ha-flip-box-heading {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.ha-flip-box-container .ha-flip-box-inner .ha-flip-box-front-inner p {
  margin-bottom: 0;
  font-size: 16px;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-box-heading-back {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-icon {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-icon
  i,
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-icon
  svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.ha-flip-box-container
  .ha-flip-box-inner
  .ha-flip-box-back-inner
  .ha-flip-icon
  i {
  position: relative;
}
.ha-flip-box-container .ha-flip-box-inner.ha-flip-right .ha-flip-box-front,
.ha-flip-box-container
  .ha-flip-box-inner.ha-flip-right:hover
  .ha-flip-box-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.ha-flip-box-container .ha-flip-box-inner.ha-flip-right .ha-flip-box-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ha-flip-box-container
  .ha-flip-box-inner.ha-flip-right:hover
  .ha-flip-box-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ha-flip-box-container .ha-flip-box-inner.ha-flip-up .ha-flip-box-front,
.ha-flip-box-container .ha-flip-box-inner.ha-flip-up:hover .ha-flip-box-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.ha-flip-box-container .ha-flip-box-inner.ha-flip-up .ha-flip-box-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.ha-flip-box-container .ha-flip-box-inner.ha-flip-up:hover .ha-flip-box-front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ha-flip-box-container.ha-flip-effect-classic .ha-flip-box-back,
.ha-flip-box-container.ha-flip-effect-classic .ha-flip-box-front {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275),
    -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.ha-fun-factor__content .ha-fun-factor__content-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
.ha-fun-factor__content .ha-fun-factor__content-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
.ha-fun-factor__content .ha-fun-factor__content-number,
.ha-fun-factor__content .ha-fun-factor__content-number-prefix,
.ha-fun-factor__content .ha-fun-factor__content-number-suffix {
  font-size: 24px;
}
.ha-ff-icon--left .ha-fun-factor__content {
  padding-left: 20px;
}
.ha-ff-icon--right .ha-fun-factor__content {
  padding-right: 20px;
}
.ha-fun-factor__divider {
  display: inline-block;
  margin-bottom: 15px;
  height: 1px;
  background-color: #ccc;
}
.ha-ff-icon--top .ha-fun-factor__media {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ha-ff-icon--top .ha-fun-factor__media--image {
  width: 200px;
}
:not(.ha-ff-icon--top) .ha-fun-factor__media--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
.ha-fun-factor__media--image img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-fun-factor__media--icon {
  font-size: 3rem;
}
.ha-fun-factor__media--icon i,
.ha-fun-factor__media--icon svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.ha-fun-factor__media--icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-fun-factor__wrap {
  padding: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ha-ff-icon--left .ha-fun-factor__wrap,
.ha-ff-icon--right .ha-fun-factor__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-ff-icon--left .ha-fun-factor__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-ff-icon--right .ha-fun-factor__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.ha-ff-icon--top .ha-fun-factor__wrap .ha-fun-factor__divider {
  width: 100px;
}
.ha-ff-icon--left .ha-fun-factor__wrap .ha-fun-factor__divider,
.ha-ff-icon--right .ha-fun-factor__wrap .ha-fun-factor__divider {
  width: 100% !important;
}
.ha-filter {
  margin-bottom: 20px;
}
.ha-filter__item {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 8px 20px;
  max-width: 100%;
  border: 2px solid #885cff;
  border-radius: 3px;
  background-color: transparent;
  color: #885cff;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-filter__item:focus,
.ha-filter__item:hover {
  outline: 0;
  background-color: #885cff;
  color: #fff;
}
.ha-filter__item--active,
.ha-filter__item:active {
  background-color: #885cff;
  color: #fff;
}
.ha-filter__item:not(:last-child) {
  margin-right: 10px;
}
.ha-gradient-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.ha-gradient-heading > a {
  color: inherit;
  text-decoration: none;
}
.ha-horizontal-timeline .ha-horizontal-timeline-block {
  position: relative;
  padding: 30px;
}
.ha-horizontal-timeline .ha-horizontal-timeline-icon-box {
  position: relative;
  margin-bottom: 35px;
}
.ha-horizontal-timeline .ha-horizontal-timeline-top-inner {
  position: relative;
}
.ha-horizontal-timeline .ha-horizontal-timeline-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #efefef;
  color: #333;
}
.ha-horizontal-timeline .ha-horizontal-timeline-icon > svg,
.ha-horizontal-timeline .slick-next.slick-arrow > svg,
.ha-horizontal-timeline .slick-prev.slick-arrow > svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-horizontal-timeline .ha-horizontal-timeline-date {
  color: #a2a2a2;
  font-size: 14px;
}
.ha-horizontal-timeline .ha-horizontal-timeline-tree {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -5;
  overflow: hidden;
  width: 150%;
  height: 2px;
  background: #efefef;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-horizontal-timeline .ha-horizontal-timeline-content,
.ha-horizontal-timeline .ha-horizontal-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-horizontal-timeline .ha-horizontal-timeline-content {
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.ha-horizontal-timeline
  .ha-horizontal-timeline-content
  .ha-horizontal-timeline-arrow {
  position: absolute;
  bottom: 100%;
  left: 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
.ha-horizontal-timeline
  .ha-horizontal-timeline-content
  .ha-horizontal-timeline-arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.ha-horizontal-timeline .ha-horizontal-timeline-inner {
  z-index: 1;
  padding: 20px;
  background-color: #fff;
}
.ha-horizontal-timeline .ha-horizontal-timeline-image {
  margin-bottom: 10px;
}
.ha-horizontal-timeline .ha-horizontal-timeline-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-horizontal-timeline .ha-horizontal-timeline-image[data-mfp-src] {
  cursor: pointer;
}
.ha-horizontal-timeline .ha-horizontal-timeline-title,
.ha-horizontal-timeline .ha-horizontal-timeline-title a {
  margin-top: 0;
  margin-bottom: 10px;
  color: #3c3c3c;
  font-size: 22px;
}
.ha-horizontal-timeline .ha-horizontal-timeline-subtitle {
  display: block;
  margin-bottom: 20px;
  color: #999;
}
.ha-horizontal-timeline .ha-horizontal-timeline-description {
  margin: 0;
  color: #3c3c3c;
  font-size: 16px;
}
.ha-horizontal-timeline .slick-next.slick-arrow,
.ha-horizontal-timeline .slick-prev.slick-arrow {
  top: 88px;
  z-index: 999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  width: 2.66em;
  height: 2.66em;
  border: 1px solid #dadada;
  border-radius: 50%;
  background-color: #fff;
  color: #8c8c8c;
  font-size: 15px;
  opacity: 1;
}
.ha-horizontal-timeline .slick-next.slick-arrow:focus,
.ha-horizontal-timeline .slick-next.slick-arrow:hover,
.ha-horizontal-timeline .slick-prev.slick-arrow:focus,
.ha-horizontal-timeline .slick-prev.slick-arrow:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.ha-horizontal-timeline .slick-next.slick-arrow:before,
.ha-horizontal-timeline .slick-prev.slick-arrow:before {
  display: none;
  content: "";
}
.ha-horizontal-timeline .slick-prev.slick-arrow {
  left: -25px;
}
.ha-horizontal-timeline .slick-next.slick-arrow {
  right: -25px;
}
.ha-horizontal-timeline .slick-disabled {
  opacity: 0.7;
}
@-webkit-keyframes pulse_animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 0 var(--icon-pulse-color);
    box-shadow: 0 0 0 0 var(--icon-pulse-color);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px var(--icon-pulse-color);
    box-shadow: 0 0 0 20px var(--icon-pulse-color);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse_animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 0 var(--icon-pulse-color);
    box-shadow: 0 0 0 0 var(--icon-pulse-color);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px var(--icon-pulse-color);
    box-shadow: 0 0 0 20px var(--icon-pulse-color);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ha-icon-box > .elementor-widget-container {
  position: relative;
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-icon-box-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #151515;
  font-size: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ha-icon-box-icon {
  display: inline-block;
  margin-bottom: 20px;
  color: #151515;
  text-align: center;
  font-size: 48px;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s,
    -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, color 0.3s,
    -webkit-transform 0.3s;
}
.ha-icon-box-icon i,
.ha-icon-box-icon svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.ha-icon-box-icon i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ha-icon-box-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-icon-box-link {
  display: block;
  color: transparent;
  text-decoration: none;
}
.ha-icon-box .ha-badge {
  position: absolute;
  z-index: 10;
  background-color: #e2498a;
  color: #fff;
}
.pulse_effect {
  -webkit-box-shadow: 0 0 0 0 var(--icon-pulse-color);
  box-shadow: 0 0 0 0 var(--icon-pulse-color);
  -webkit-animation: pulse_animation 1.5s infinite;
  animation: pulse_animation 1.5s infinite;
}
@-webkit-keyframes fadeInUp {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes noAnimation {
  0% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes noAnimation {
  0% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ha-image-accordion-horizontal .ha-ia-gallery-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-image-accordion-horizontal
  .ha-ia-gallery-wrap
  .ha-ia-item:not(:last-child) {
  margin-right: var(--ha-ia-gutter-margin);
}
.ha-image-accordion-vertical .ha-ia-gallery-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-image-accordion-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
  margin-bottom: var(--ha-ia-gutter-margin);
}
.ha-image-accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  --ha-ia-gutter-margin: 0;
}
.ha-image-accordion-wrapper a:focus {
  outline: 0;
}
.ha-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-ia-container {
  width: 100%;
}
.ha-ia-content-wrapper,
.ha-ia-gallery-wrap,
.ha-ia-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-ia-gallery-wrap {
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}
.ha-ia-content-wrapper,
.ha-ia-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-ia-item {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-box-flex 0.4s, -webkit-flex 0.4s;
  transition: flex 0.4s;
  transition: flex 0.4s, -webkit-box-flex 0.4s, -webkit-flex 0.4s, -ms-flex 0.4s;
}
.ha-ia-content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-image-accordion-click .ha-ia-item.active,
.ha-image-accordion-hover .ha-ia-item:hover {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.ha-image-accordion-hover .ha-ia-item:hover .ha-overlay {
  background-color: rgba(0, 0, 0, 0.29);
}
.ha-image-accordion-hover .ha-ia-item:not(:hover) .ha-ia-content-wrapper {
  display: none;
}
.ha-image-accordion-click .ha-ia-item.active .ha-overlay {
  background-color: rgba(0, 0, 0, 0.29);
}
.ha-image-accordion-click .ha-ia-item:not(.active) .ha-ia-content-wrapper {
  display: none;
}
.ha-ia-actions,
.ha-ia-actions .ha-ia-link a,
.ha-ia-actions .ha-ia-popup a,
.ha-ia-content-icon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-ia-actions .ha-ia-link,
.ha-ia-actions .ha-ia-popup {
  width: 1.9em;
  height: 1.9em;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 16px;
}
.ha-ia-actions .ha-ia-link a i,
.ha-ia-actions .ha-ia-popup a i {
  padding: 0.5em;
  color: #fff;
  font-size: 0.9em;
}
.ha-ia-content-icon-title {
  font-size: 30px;
}
.ha-ia-content-icon-title.ha-ia-icon-left,
body[data-elementor-device-mode="tablet"]
  .ha-image-accordion-tablet-horizontal
  .ha-ia-gallery-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ha-ia-content-icon-title.ha-ia-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-ia-content-icon-title svg {
  width: 30px;
}
.ha-ia-content-label {
  font-size: 16px;
}
.ha-ia-content-description,
body[data-elementor-device-mode="tablet"] .ha-ia-content-icon-title {
  font-size: 20px;
}
.ha-ia-content-button {
  margin: 10px 0;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #6d39ef;
  color: #fff;
  font-size: 16px;
}
.ha-ia-content-button:hover {
  background-color: #e2498a;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ha_fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.ha_noAnimation {
  -webkit-animation-name: noAnimation;
  animation-name: noAnimation;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
body[data-elementor-device-mode="tablet"]
  .ha-image-accordion-tablet-horizontal
  .ha-ia-gallery-wrap
  .ha-ia-item:not(:last-child) {
  margin-right: var(--ha-ia-gutter-margin);
  margin-bottom: 0;
}
body[data-elementor-device-mode="tablet"]
  .ha-image-accordion-tablet-vertical
  .ha-ia-gallery-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="tablet"]
  .ha-image-accordion-tablet-vertical
  .ha-ia-gallery-wrap
  .ha-ia-item:not(:last-child) {
  margin-right: 0;
  margin-bottom: var(--ha-ia-gutter-margin);
}
body[data-elementor-device-mode="mobile"] .ha-ia-content-icon-title svg,
body[data-elementor-device-mode="tablet"] .ha-ia-content-icon-title svg {
  width: 20px;
}
body[data-elementor-device-mode="tablet"] .ha-ia-content-label {
  font-size: 14px;
}
body[data-elementor-device-mode="tablet"] .ha-ia-content-description {
  font-size: 18px;
}
body[data-elementor-device-mode="tablet"] .ha-ia-content-button {
  font-size: 14px;
}
body[data-elementor-device-mode="mobile"]
  .ha-image-accordion-mobile-horizontal
  .ha-ia-gallery-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body[data-elementor-device-mode="mobile"]
  .ha-image-accordion-mobile-horizontal
  .ha-ia-gallery-wrap
  .ha-ia-item:not(:last-child) {
  margin-right: var(--ha-ia-gutter-margin);
  margin-bottom: 0;
}
body[data-elementor-device-mode="mobile"]
  .ha-image-accordion-mobile-vertical
  .ha-ia-gallery-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-elementor-device-mode="mobile"]
  .ha-image-accordion-mobile-vertical
  .ha-ia-gallery-wrap
  .ha-ia-item:not(:last-child) {
  margin-right: 0;
  margin-bottom: var(--ha-ia-gutter-margin);
}
body[data-elementor-device-mode="mobile"] .ha-ia-content-icon-title {
  font-size: 20px;
}
body[data-elementor-device-mode="mobile"] .ha-ia-content-label {
  font-size: 12px;
}
body[data-elementor-device-mode="mobile"] .ha-ia-content-description {
  font-size: 16px;
}
body[data-elementor-device-mode="mobile"] .ha-ia-content-button {
  font-size: 12px;
}
.ha-image-compare,
.ha-image-compare .twentytwenty-container img {
  width: 100%;
}
.ha-image-compare > .elementor-widget-container {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-image-compare:not(:has(.elementor-widget-container)) {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-image-compare .twentytwenty-container,
.ha-image-compare .twentytwenty-wrapper {
  border-radius: inherit;
}
.ha-image-grid__wrap {
  overflow: hidden;
  margin-right: calc(-1 * var(--image-grid-right, 10px));
  margin-left: calc(-1 * var(--image-grid-left, 10px));
}
.ha-image-grid__item {
  display: block;
  float: left;
  overflow: hidden;
  width: calc(100% / var(--image-grid-column, 4));
  outline: 0;
  border: 10px solid transparent;
  text-decoration: none;
}
.ha-image-grid__item img {
  display: block;
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-image-grid--even .ha-image-grid__item {
  height: 250px;
}
.ha-image-grid--even .ha-image-grid__item img {
  height: 100%;
}
.ha-ihe-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  --ha-ihe-desc-after-color: #fff;
  --ha-ihe-desc-before-color: #fff;
  --ha-ihe-desc-border-color: #fff;
  --ha-ihe-fig-after-color: #fff;
  --ha-ihe-fig-before-color: #fff;
  --ha-ihe-title-after-color: #fff;
  --ha-ihe-title-before-color: #fff;
}
.ha-ihe-wrapper .ha-ihe-fig {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.ha-ihe-wrapper .ha-ihe-fig,
.ha-ihe-wrapper .ha-ihe-fig:hover {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2em;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption::after,
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption::before {
  pointer-events: none;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-title {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-title span {
  font-weight: 800;
}
.ha-ihe-wrapper .ha-ihe-fig .ha-ihe-desc {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
}
.ha-ihe-fig.ha-effect-lily .ha-ihe-img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.ha-ihe-fig.ha-effect-lily .ha-ihe-caption {
  text-align: left;
}
.ha-ihe-fig.ha-effect-lily .ha-ihe-caption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}
.ha-ihe-fig.ha-effect-lily .ha-ihe-desc,
.ha-ihe-fig.ha-effect-lily .ha-ihe-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.ha-ihe-fig.ha-effect-lily .ha-ihe-desc {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-img,
.ha-ihe-fig.ha-effect-sadie:hover .ha-ihe-caption::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-lily:hover .ha-ihe-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-sadie .ha-ihe-caption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 76, 97, 0.8);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.ha-ihe-fig.ha-effect-sadie .ha-ihe-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.ha-ihe-fig.ha-effect-roxy .ha-ihe-img,
.ha-ihe-fig.ha-effect-sadie .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-sadie .ha-ihe-desc {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-sadie .ha-ihe-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.ha-ihe-fig.ha-effect-sadie:hover .ha-ihe-title {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-sadie:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-roxy {
  background-color: #ff89e9;
}
.ha-ihe-fig.ha-effect-roxy .ha-ihe-img {
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3em;
  text-align: left;
}
.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid var(--ha-ihe-fig-before-color);
  content: "";
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.ha-ihe-fig.ha-effect-roxy .ha-ihe-title {
  padding: 30% 0 10px;
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-roxy .ha-ihe-desc {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-roxy .ha-ihe-desc {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-roxy:hover .ha-ihe-desc {
  opacity: 1;
}
.ha-ihe-fig.ha-effect-bubba {
  background-color: #9e5406;
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-img {
  opacity: 0.4;
}
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-caption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-bubba:hover .ha-ihe-title,
.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid var(--ha-ihe-fig-before-color);
  border-bottom: 1px solid var(--ha-ihe-fig-before-color);
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid var(--ha-ihe-fig-after-color);
  border-left: 1px solid var(--ha-ihe-fig-after-color);
  content: "";
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-title {
  padding-top: 1em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-bubba .ha-ihe-desc {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-bubba .ha-ihe-desc {
  padding: 20px 2.5em;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.ha-ihe-fig.ha-effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-romeo .ha-ihe-img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}
.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-img {
  opacity: 0.6;
}
.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-caption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-caption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-title {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
.ha-ihe-fig.ha-effect-romeo:hover .ha-ihe-desc {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  content: "";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::before {
  background: var(--ha-ihe-fig-before-color);
}
.ha-ihe-fig.ha-effect-romeo .ha-ihe-caption::after {
  background: var(--ha-ihe-fig-after-color);
}
.ha-ihe-fig.ha-effect-romeo .ha-ihe-desc,
.ha-ihe-fig.ha-effect-romeo .ha-ihe-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
.ha-ihe-fig.ha-effect-romeo .ha-ihe-desc {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
.ha-ihe-fig.ha-effect-layla {
  background-color: #18a367;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-layla .ha-ihe-img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-img {
  height: 100%;
  -webkit-transform: scale(1.3) translateY(-30px);
  -ms-transform: scale(1.3) translateY(-30px);
  transform: scale(1.3) translateY(-30px);
  -o-object-position: top;
  object-position: top;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-caption {
  padding: 3em;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before {
  position: absolute;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid var(--ha-ihe-fig-before-color);
  border-bottom: 1px solid var(--ha-ihe-fig-before-color);
  content: "";
  opacity: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::after {
  position: absolute;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid var(--ha-ihe-fig-after-color);
  border-left: 1px solid var(--ha-ihe-fig-after-color);
  content: "";
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.ha-ihe-fig.ha-effect-honey .ha-ihe-title i,
.ha-ihe-fig.ha-effect-layla .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-layla .ha-ihe-desc {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-layla .ha-ihe-desc {
  text-transform: none;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-img {
  opacity: 0.7;
  -webkit-transform: translateY(0) scale(1.3);
  -ms-transform: translateY(0) scale(1.3);
  transform: translateY(0) scale(1.3);
}
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-caption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-layla:hover .ha-ihe-title {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-honey {
  background-color: #4a3753;
}
.ha-ihe-fig.ha-effect-honey .ha-ihe-img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-img {
  opacity: 0.5;
}
.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-title,
.ha-ihe-fig.ha-effect-honey:hover .ha-ihe-title i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-honey .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-honey .ha-ihe-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-honey .ha-ihe-caption::before {
  height: 10px;
  background: var(--ha-ihe-fig-before-color);
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.ha-ihe-fig.ha-effect-honey .ha-ihe-title {
  padding: 1em 1.5em;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.ha-ihe-fig.ha-effect-honey .ha-ihe-title i {
  font-style: normal;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.ha-ihe-fig.ha-effect-oscar {
  background-color: rgba(155, 74, 27, 0.5294117647);
}
.ha-ihe-fig.ha-effect-oscar .ha-ihe-img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid var(--ha-ihe-fig-before-color);
  content: "";
}
.ha-ihe-fig.ha-effect-oscar .ha-ihe-title {
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ha-ihe-fig.ha-effect-oscar .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-oscar .ha-ihe-desc {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-caption {
  background-color: transparent;
}
.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ihe-fig.ha-effect-oscar:hover .ha-ihe-img {
  opacity: 0.4;
}
.ha-ihe-fig.ha-effect-marley .ha-ihe-caption {
  text-align: right;
}
.ha-ihe-fig.ha-effect-marley .ha-ihe-title {
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.ha-ihe-fig.ha-effect-marley .ha-ihe-title::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--ha-ihe-title-after-color);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.ha-ihe-fig.ha-effect-marley .ha-ihe-desc,
.ha-ihe-fig.ha-effect-marley .ha-ihe-title::after,
.ha-ihe-fig.ha-effect-ruby .ha-ihe-img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-marley .ha-ihe-desc {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 10px 0;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.ha-ihe-fig.ha-effect-marley:hover .ha-ihe-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-marley:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-marley:hover .ha-ihe-title::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-ruby {
  background-color: #17819c;
}
.ha-ihe-fig.ha-effect-ruby .ha-ihe-img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.ha-ihe-fig.ha-effect-ruby:hover .ha-ihe-img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-ruby:hover .ha-ihe-title,
.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-title::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-milo:hover .ha-ihe-img,
.ha-ihe-fig.ha-effect-ruby:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.ha-ihe-fig.ha-effect-ruby .ha-ihe-title {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.ha-ihe-fig.ha-effect-milo .ha-ihe-img,
.ha-ihe-fig.ha-effect-ruby .ha-ihe-desc {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-ruby .ha-ihe-desc {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid var(--ha-ihe-desc-border-color);
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
.ha-ihe-fig.ha-effect-milo {
  background-color: #2e5d5a;
}
.ha-ihe-fig.ha-effect-milo .ha-ihe-img {
  max-width: none;
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-ihe-fig.ha-effect-milo:hover .ha-ihe-img {
  opacity: 0.5;
}
.ha-ihe-fig.ha-effect-milo:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-milo .ha-ihe-title {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
.ha-ihe-fig.ha-effect-milo .ha-ihe-desc {
  margin: 0 auto auto 0;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid var(--ha-ihe-desc-border-color);
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.ha-ihe-fig.ha-effect-dexter {
  background-color: #258dc8;
}
.ha-ihe-fig.ha-effect-dexter .ha-ihe-img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-img {
  opacity: 0.4;
}
.ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-dexter .ha-ihe-caption {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 3em;
  text-align: left;
}
.ha-ihe-fig.ha-effect-dexter .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-sarah .ha-ihe-title::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-dexter .ha-ihe-caption::after {
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: calc(50% - 30px);
  border: 7px solid var(--ha-ihe-fig-after-color);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.ha-ihe-fig.ha-effect-dexter .ha-ihe-desc,
.ha-ihe-fig.ha-effect-sarah .ha-ihe-img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-dexter .ha-ihe-desc {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.ha-ihe-fig.ha-effect-sarah {
  background-color: #42b078;
}
.ha-ihe-fig.ha-effect-sarah .ha-ihe-img {
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-sarah:hover .ha-ihe-desc {
  opacity: 1;
}
.ha-ihe-fig.ha-effect-sarah .ha-ihe-caption {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.ha-ihe-fig.ha-effect-sarah .ha-ihe-title {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.ha-ihe-fig.ha-effect-sarah .ha-ihe-title::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--ha-ihe-title-after-color);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-img,
.ha-ihe-fig.ha-effect-sarah .ha-ihe-desc {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-sarah .ha-ihe-desc {
  padding: 1em 0;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.ha-ihe-fig.ha-effect-chico:hover .ha-ihe-img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ihe-fig.ha-effect-chico:hover .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-chico:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-caption {
  padding: 3em;
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-chico .ha-ihe-desc {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-caption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid var(--ha-ihe-fig-before-color);
  content: "";
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-desc {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.ha-ihe-fig.ha-effect-chico .ha-ihe-title {
  padding: 10% 0 5%;
}
.ha-ihe-fig.ha-effect-julia {
  background-color: #2f3238;
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-caption {
  text-align: left;
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-title {
  position: relative;
  padding: 0.5em 0;
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-desc {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-desc:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-desc:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ha-ihe-fig.ha-effect-julia .ha-ihe-desc:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-desc:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ha-ihe-fig.ha-effect-julia:hover .ha-ihe-img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.ha-ihe-fig.ha-effect-goliath {
  background-color: #df4e4e;
}
.ha-ihe-fig.ha-effect-goliath .ha-ihe-img,
.ha-ihe-fig.ha-effect-goliath .ha-ihe-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-goliath .ha-ihe-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-ihe-fig.ha-effect-goliath .ha-ihe-title {
  position: absolute;
  bottom: 0;
  left: auto;
  padding: 1em;
}
.ha-ihe-fig.ha-effect-apollo .ha-ihe-img,
.ha-ihe-fig.ha-effect-goliath .ha-ihe-desc {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-goliath .ha-ihe-desc {
  position: absolute;
  bottom: 0;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1em;
  height: 80px;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-title {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-apollo {
  background-color: #3498db;
}
.ha-ihe-fig.ha-effect-apollo .ha-ihe-img {
  opacity: 0.95;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.ha-ihe-fig.ha-effect-apollo .ha-ihe-caption {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ha-ihe-fig.ha-effect-apollo .ha-ihe-caption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -109%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -109%, 0);
}
.ha-ihe-fig.ha-effect-apollo .ha-ihe-desc {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid var(--ha-ihe-desc-border-color);
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-apollo .ha-ihe-title {
  text-align: left;
}
.ha-ihe-fig.ha-effect-apollo:hover .ha-ihe-img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-ihe-fig.ha-effect-apollo:hover .ha-ihe-caption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 109%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 109%, 0);
}
.ha-ihe-fig.ha-effect-apollo:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ha-ihe-fig.ha-effect-moses {
  background-color: #ec65b7;
}
.ha-ihe-fig.ha-effect-moses .ha-ihe-img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-moses .ha-ihe-caption {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.ha-ihe-fig.ha-effect-moses .ha-ihe-title {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}
.ha-ihe-fig.ha-effect-moses .ha-ihe-desc {
  float: right;
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid var(--ha-ihe-desc-border-color);
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.ha-ihe-fig.ha-effect-moses:hover .ha-ihe-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-moses:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ha-ihe-fig.ha-effect-moses:hover .ha-ihe-img {
  opacity: 0.6;
}
.ha-ihe-fig.ha-effect-jazz {
  background-color: #f3cf3f;
}
.ha-ihe-fig.ha-effect-jazz .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-jazz .ha-ihe-desc,
.ha-ihe-fig.ha-effect-jazz .ha-ihe-img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-jazz .ha-ihe-caption::after,
.ha-ihe-fig.ha-effect-jazz .ha-ihe-desc {
  opacity: 0;
}
.ha-ihe-fig.ha-effect-jazz .ha-ihe-caption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--ha-ihe-fig-after-color);
  border-bottom: 1px solid var(--ha-ihe-fig-after-color);
  content: "";
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.ha-ihe-fig.ha-effect-jazz .ha-ihe-desc {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.ha-ihe-fig.ha-effect-jazz .ha-ihe-title {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-caption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-jazz:hover .ha-ihe-title,
.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-caption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-ihe-fig.ha-effect-ming {
  background-color: #030c17;
}
.ha-ihe-fig.ha-effect-ming .ha-ihe-img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ha-ihe-fig.ha-effect-ming .ha-ihe-caption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid var(--ha-ihe-fig-before-color);
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.ha-ihe-fig.ha-effect-ming .ha-ihe-title {
  margin: 20% 0 10px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-img,
.ha-ihe-fig.ha-effect-ming .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-ming .ha-ihe-desc {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-ming .ha-ihe-desc {
  padding: 1em;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-title {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-caption {
  background-color: transparent;
}
.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-desc {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-ihe-fig.ha-effect-ming:hover .ha-ihe-img {
  opacity: 0.4;
}
.ha-ihe-fig.ha-effect-lexi {
  background-color: rgba(255, 255, 255, 0.2784313725);
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption::before,
.ha-ihe-fig.ha-effect-lexi .ha-ihe-desc {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-caption::before {
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid var(--ha-ihe-fig-before-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-desc {
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}
.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-lexi:hover .ha-ihe-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-ihe-fig.ha-effect-lexi .ha-ihe-title {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}
.ha-ihe-fig.ha-effect-duke {
  background-color: rgba(204, 96, 85, 0.5294117647);
}
.ha-ihe-fig.ha-effect-duke .ha-ihe-caption {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ha-ihe-fig.ha-effect-duke .ha-ihe-desc,
.ha-ihe-fig.ha-effect-duke .ha-ihe-img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ha-ihe-fig.ha-effect-duke .ha-ihe-desc {
  margin-top: auto;
  padding: 30px;
  width: 100%;
  border: 2px solid var(--ha-ihe-desc-border-color);
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  -ms-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}
.ha-ihe-fig.ha-effect-duke:hover .ha-ihe-img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.ha-ihe-fig.ha-effect-duke:hover .ha-ihe-desc,
.ha-ihe-fig.ha-effect-duke:hover .ha-ihe-title {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-ihe-fig.ha-effect-duke .ha-ihe-title {
  margin-bottom: auto;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@media (max-width: 767px) {
  .ha-ihe-wrapper .ha-ihe-fig {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
  .ha-ihe-fig.ha-effect-lily .ha-ihe-caption > div,
  .ha-ihe-wrapper .ha-ihe-fig .ha-ihe-caption {
    padding: 1em;
  }
  .ha-ihe-wrapper .ha-ihe-fig .ha-ihe-desc {
    font-size: 12px;
  }
  .ha-ihe-fig.ha-effect-lexi .ha-ihe-caption::before {
    right: -65px;
    bottom: -65px;
    width: 200px;
    height: 200px;
  }
  .ha-ihe-fig.ha-effect-ming .ha-ihe-caption::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .ha-ihe-fig.ha-effect-moses .ha-ihe-desc,
  .ha-ihe-fig.ha-effect-moses .ha-ihe-title {
    padding: 10px;
  }
  .ha-ihe-fig.ha-effect-ruby .ha-ihe-desc {
    padding: 1.5em;
  }
  .ha-ihe-fig.ha-effect-dexter .ha-ihe-title {
    position: absolute;
    top: 45px;
  }
  .ha-ihe-fig.ha-effect-dexter:hover .ha-ihe-desc {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  .ha-ihe-fig.ha-effect-duke .ha-ihe-desc {
    padding: 20px;
  }
  .ha-ihe-fig.ha-effect-goliath:hover .ha-ihe-title {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  .ha-ihe-fig.ha-effect-layla .ha-ihe-caption::after {
    top: 20px;
    right: 35px;
    bottom: 20px;
    left: 35px;
  }
  .ha-ihe-fig.ha-effect-layla .ha-ihe-caption::before {
    top: 35px;
    right: 20px;
    bottom: 35px;
    left: 20px;
  }
  .ha-ihe-fig.ha-effect-layla .ha-ihe-img {
    -webkit-transform: scale(1.5) translateY(-30px);
    -ms-transform: scale(1.5) translateY(-30px);
    transform: scale(1.5) translateY(-30px);
  }
  .ha-ihe-fig.ha-effect-layla:hover .ha-ihe-img {
    -webkit-transform: translateY(0) scale(1.5);
    -ms-transform: translateY(0) scale(1.5);
    transform: translateY(0) scale(1.5);
  }
  .ha-ihe-fig.ha-effect-oscar .ha-ihe-caption::before,
  .ha-ihe-fig.ha-effect-roxy .ha-ihe-caption::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .ha-ihe-fig.ha-effect-roxy .ha-ihe-desc,
  .ha-ihe-fig.ha-effect-roxy .ha-ihe-title {
    margin-left: 10px;
  }
}
@-webkit-keyframes pulse_animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 0 var(--pulse-color);
    box-shadow: 0 0 0 0 var(--pulse-color);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px var(--pulse-color);
    box-shadow: 0 0 0 20px var(--pulse-color);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse_animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 0 var(--pulse-color);
    box-shadow: 0 0 0 0 var(--pulse-color);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px var(--pulse-color);
    box-shadow: 0 0 0 20px var(--pulse-color);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ha-infobox {
  --ha-infobox-media-offset-x: 0;
  --ha-infobox-media-offset-y: 0;
  --ha-infobox-media-rotate: 0;
}
.ha-infobox > .elementor-widget-container {
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-infobox:not(:has(.elementor-widget-container)) {
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
body[data-elementor-device-mode="desktop"]
  .ha-infobox.ha-infobox-media-dir-left
  .elementor-widget-container,
body[data-elementor-device-mode="desktop"]
  .ha-infobox.ha-infobox-media-dir-left:not(:has(.elementor-widget-container)),
body[data-elementor-device-mode="laptop"]
  .ha-infobox.ha-infobox-media-dir-laptop-left
  .elementor-widget-container,
body[data-elementor-device-mode="laptop"]
  .ha-infobox.ha-infobox-media-dir-laptop-left:not(:has(.elementor-widget-container)),
body[data-elementor-device-mode="mobile"]
  .ha-infobox.ha-infobox-media-dir-mobile-left
  .elementor-widget-container,
body[data-elementor-device-mode="mobile"]
  .ha-infobox.ha-infobox-media-dir-mobile-left:not(:has(.elementor-widget-container)),
body[data-elementor-device-mode="mobile_extra"]
  .ha-infobox.ha-infobox-media-dir-mobile_extra-left
  .elementor-widget-container,
body[data-elementor-device-mode="mobile_extra"]
  .ha-infobox.ha-infobox-media-dir-mobile_extra-left:not(:has(.elementor-widget-container)),
body[data-elementor-device-mode="tablet"]
  .ha-infobox.ha-infobox-media-dir-tablet-left
  .elementor-widget-container,
body[data-elementor-device-mode="tablet"]
  .ha-infobox.ha-infobox-media-dir-tablet-left:not(:has(.elementor-widget-container)),
body[data-elementor-device-mode="tablet_extra"]
  .ha-infobox.ha-infobox-media-dir-tablet_extra-left
  .elementor-widget-container,
body[data-elementor-device-mode="tablet_extra"]
  .ha-infobox.ha-infobox-media-dir-tablet_extra-left:not(:has(.elementor-widget-container)),
body[data-elementor-device-mode="widescreen"]
  .ha-infobox.ha-infobox-media-dir-widescreen-left
  .elementor-widget-container,
body[data-elementor-device-mode="widescreen"]
  .ha-infobox.ha-infobox-media-dir-widescreen-left:not(:has(.elementor-widget-container)) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body[data-elementor-device-mode="desktop"]
  .ha-infobox.ha-infobox-media-dir-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="desktop"]
  .ha-infobox.ha-infobox-media-dir-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure,
body[data-elementor-device-mode="laptop"]
  .ha-infobox.ha-infobox-media-dir-laptop-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="laptop"]
  .ha-infobox.ha-infobox-media-dir-laptop-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure,
body[data-elementor-device-mode="mobile"]
  .ha-infobox.ha-infobox-media-dir-mobile-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="mobile"]
  .ha-infobox.ha-infobox-media-dir-mobile-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure,
body[data-elementor-device-mode="mobile_extra"]
  .ha-infobox.ha-infobox-media-dir-mobile_extra-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="mobile_extra"]
  .ha-infobox.ha-infobox-media-dir-mobile_extra-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure,
body[data-elementor-device-mode="tablet"]
  .ha-infobox.ha-infobox-media-dir-tablet-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="tablet"]
  .ha-infobox.ha-infobox-media-dir-tablet-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure,
body[data-elementor-device-mode="tablet_extra"]
  .ha-infobox.ha-infobox-media-dir-tablet_extra-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="tablet_extra"]
  .ha-infobox.ha-infobox-media-dir-tablet_extra-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure,
body[data-elementor-device-mode="widescreen"]
  .ha-infobox.ha-infobox-media-dir-widescreen-left
  .elementor-widget-container
  .ha-infobox-figure,
body[data-elementor-device-mode="widescreen"]
  .ha-infobox.ha-infobox-media-dir-widescreen-left:not(:has(.elementor-widget-container))
  .ha-infobox-figure {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 25px 0 0 !important;
}
body[data-elementor-device-mode="desktop"]
  .ha-infobox.ha-infobox-media-dir-top
  body[data-elementor-device-mode="desktop"]
  .ha-infobox-body,
body[data-elementor-device-mode="laptop"]
  .ha-infobox.ha-infobox-media-dir-laptop-top
  body[data-elementor-device-mode="laptop"]
  .ha-infobox-body,
body[data-elementor-device-mode="mobile"]
  .ha-infobox.ha-infobox-media-dir-mobile-top
  body[data-elementor-device-mode="mobile"]
  .ha-infobox-body,
body[data-elementor-device-mode="mobile_extra"]
  .ha-infobox.ha-infobox-media-dir-mobile_extra-top
  body[data-elementor-device-mode="mobile_extra"]
  .ha-infobox-body,
body[data-elementor-device-mode="tablet"]
  .ha-infobox.ha-infobox-media-dir-tablet-top
  body[data-elementor-device-mode="tablet"]
  .ha-infobox-body,
body[data-elementor-device-mode="tablet_extra"]
  .ha-infobox.ha-infobox-media-dir-tablet_extra-top
  body[data-elementor-device-mode="tablet_extra"]
  .ha-infobox-body,
body[data-elementor-device-mode="widescreen"]
  .ha-infobox.ha-infobox-media-dir-widescreen-top
  body[data-elementor-device-mode="widescreen"]
  .ha-infobox-body {
  margin-top: var(--ha-infobox-media-offset-y);
}
.ha-infobox-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #151515;
  font-size: 24px;
}
.ha-infobox-figure {
  display: inline-block;
  margin: 0 0 25px !important;
  -webkit-transform: translate(
    var(--ha-infobox-media-offset-x),
    var(--ha-infobox-media-offset-y)
  );
  -ms-transform: translate(
    var(--ha-infobox-media-offset-x),
    var(--ha-infobox-media-offset-y)
  );
  transform: translate(
    var(--ha-infobox-media-offset-x),
    var(--ha-infobox-media-offset-y)
  );
}
.ha-infobox-figure--icon {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  -webkit-transform: translate(
      var(--ha-infobox-media-offset-x),
      var(--ha-infobox-media-offset-y)
    )
    rotate(var(--ha-infobox-media-rotate));
  -ms-transform: translate(
      var(--ha-infobox-media-offset-x),
      var(--ha-infobox-media-offset-y)
    )
    rotate(var(--ha-infobox-media-rotate));
  transform: translate(
      var(--ha-infobox-media-offset-x),
      var(--ha-infobox-media-offset-y)
    )
    rotate(var(--ha-infobox-media-rotate));
}
.ha-infobox-figure i,
.ha-infobox-figure svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(calc(-1 * var(--ha-infobox-media-rotate)));
  -ms-transform: rotate(calc(-1 * var(--ha-infobox-media-rotate)));
  transform: rotate(calc(-1 * var(--ha-infobox-media-rotate)));
  fill: currentColor;
}
.ha-infobox-figure i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-infobox-figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-infobox-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.ha-infobox-text + .ha-btn--link {
  margin-top: 25px;
}
.ha-infobox .ha-btn--icon-after .ha-btn-icon,
.ha-infobox .ha-btn--icon-before .ha-btn-icon {
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: translateX(var(--infobox-btn-icon-translate-x, 0));
  -ms-transform: translateX(var(--infobox-btn-icon-translate-x, 0));
  transform: translateX(var(--infobox-btn-icon-translate-x, 0));
}
.ha-infobox .ha-btn--icon-after:focus .ha-btn-icon,
.ha-infobox .ha-btn--icon-after:hover .ha-btn-icon,
.ha-infobox .ha-btn--icon-before:focus .ha-btn-icon,
.ha-infobox .ha-btn--icon-before:hover .ha-btn-icon {
  -webkit-transform: translateX(
    var(--infobox-btn-icon-translate-x-hover, 10px)
  );
  -ms-transform: translateX(var(--infobox-btn-icon-translate-x-hover, 10px));
  transform: translateX(var(--infobox-btn-icon-translate-x-hover, 10px));
}
.pulse_effect {
  -webkit-box-shadow: 0 0 0 0 var(--pulse-color);
  box-shadow: 0 0 0 0 var(--pulse-color);
  -webkit-animation: pulse_animation 1.5s infinite;
  animation: pulse_animation 1.5s infinite;
}
@-webkit-keyframes haSmoothReveal {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes haSmoothReveal {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ha-justified-gallery .ha-justified-grid__wrap {
  margin-right: calc(-1 * var(--justified-grid-pull, 0));
  margin-left: calc(-1 * var(--justified-grid-pull, 0));
  width: auto;
}
.ha-justified-gallery .ha-justified-grid__item {
  border-radius: 3px;
}
.ha-justified-gallery .ha-justified-grid__item img {
  border-radius: inherit;
}
.ha-justified-gallery .justified-gallery > .ha-justified-grid__item > .caption {
  bottom: -100px !important;
  padding: 10px;
  -webkit-transition: all 0.25s !important;
  transition: all 0.25s !important;
  -webkit-animation: haSmoothReveal 0.3s forwards;
  animation: haSmoothReveal 0.3s forwards;
}
.ha-justified-gallery
  .justified-gallery
  > .ha-justified-grid__item
  > .caption.caption-visible {
  bottom: 0 !important;
}
.ha-justified-gallery .justified-gallery > .entry-visible > a > img,
.ha-justified-gallery .justified-gallery > .entry-visible > img {
  -webkit-transition: all 300ms, opacity 500ms ease-in;
  transition: all 300ms, opacity 500ms ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-lightbox-trigger {
  cursor: pointer;
}
.ha-lightbox-btn:not([href]):not([tabindex]) {
  color: #fff;
}
.ha-lightbox-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #5636d1;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.ha-lightbox-btn svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-lightbox-btn:hover {
  background-color: #e8357c;
  color: #fff;
}
@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  51% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  to {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@keyframes lineUp {
  0% {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  51% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  to {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-webkit-keyframes glitchText {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitchText {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes glitchLine {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
  30% {
    -webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  40% {
    -webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    -webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    -webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  90% {
    -webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  to {
    opacity: 1;
  }
}
@keyframes glitchLine {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
  30% {
    -webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  40% {
    -webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    -webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    -webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  90% {
    -webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes coverUp {
  0% {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  51% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  to {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@keyframes coverUp {
  0% {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  51% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  to {
    -webkit-transform: scale3d(1, 0.045, 1);
    transform: scale3d(1, 0.045, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
.ha-link-hover {
  font-size: 16px;
  --color-bg: #fff;
  --color-link: #1352d1;
  --color-link-hover: #1352d1;
  --color-number: #999;
  --color-text: #111;
}
.ha-link-hover *,
.ha-link-hover ::after,
.ha-link-hover ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ha-link-hover a {
  outline: 0;
  color: var(--color-link);
  text-decoration: none;
}
.ha-link-hover a:hover {
  outline: 0;
  color: var(--color-link-hover);
}
.ha-link-hover a:focus {
  outline: 0;
  background: #d3d3d3;
}
.ha-link-hover a:focus:not(:focus-visible) {
  background: 0 0;
}
.ha-link-hover a:focus-visible {
  outline: 2px solid red;
  background: 0 0;
}
.ha-link-hover .ha_content__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.ha-link-hover .ha-link {
  position: relative;
  color: var(--color-text);
  white-space: nowrap;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.ha-link-hover .ha-link::after,
.ha-link-hover .ha-link::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  pointer-events: none;
}
.ha-link-hover .ha-link::before {
  content: "";
}
.ha-link-hover .ha-link--metis {
  text-transform: lowercase;
}
.ha-link-hover .ha-link--io::after,
.ha-link-hover .ha-link--io::before,
.ha-link-hover .ha-link--metis::before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-link-hover .ha-link--metis::before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ha-link-hover .ha-link--io:hover::after,
.ha-link-hover .ha-link--io:hover::before,
.ha-link-hover .ha-link--metis:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-link-hover .ha-link--io::after,
.ha-link-hover .ha-link--io::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.ha-link-hover .ha-link--io:hover::after,
.ha-link-hover .ha-link--io:hover::before {
  -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.ha-link-hover .ha-link--io::after {
  top: calc(100% + 4px);
  content: "";
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-link-hover .ha-link--io:hover::after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-link-hover .ha-link--thebe {
  text-transform: uppercase;
}
.ha-link-hover .ha-link--thebe::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.ha-link-hover .ha-link--thebe:hover::before {
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-link-hover .ha-link--leda::before,
.ha-link-hover .ha-link--thebe::after,
.ha-link-hover .ha-link--thebe::before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-link-hover .ha-link--thebe::after {
  top: calc(100% + 4px);
  content: "";
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}
.ha-link-hover .ha-link--thebe:hover::after,
.ha-link-hover .ha-link--thebe:hover::before {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.ha-link-hover .ha-link--leda {
  overflow: hidden;
  font-weight: 700;
  line-height: 2;
}
.ha-link-hover .ha-link--leda::before {
  top: calc(100% - 5px);
  height: 2px;
}
.ha-link-hover .ha-link--leda:hover::before,
.ha-link-hover .ha-link--thebe:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-link-hover .ha-link--leda span,
.ha-link-hover .ha-link--leda::after,
.ha-link-hover .ha-link--leda::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1),
    -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.ha-link-hover .ha-link--leda::after {
  top: 0;
  height: 100%;
  background: 0 0;
  content: attr(data-text);
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-link-hover .ha-link--leda:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-link-hover .ha-link--leda span {
  display: inline-block;
}
.ha-link-hover .ha-link--leda:hover span {
  -webkit-transform: translate3d(-150%, 0, 0);
  transform: translate3d(-150%, 0, 0);
}
.ha-link-hover .ha-link--ersa {
  padding: 0 10px;
  text-indent: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ha-link-hover .ha-link--ersa span,
.ha-link-hover .ha-link--ersa::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.ha-link-hover .ha-link--ersa::before {
  top: 50%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-link-hover .ha-link--ersa:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-link-hover .ha-link--ersa span {
  display: inline-block;
}
.ha-link-hover .ha-link--ersa:hover span {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.ha-link-hover .ha-link--elara::before {
  -webkit-transition: -webkit-clip-path 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-clip-path 0.3s, -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(
    0 0,
    0 100%,
    0 100%,
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 100%,
    100% 100%,
    100% 0
  );
  clip-path: polygon(
    0 0,
    0 100%,
    0 100%,
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 100%,
    100% 100%,
    100% 0
  );
}
.ha-link-hover .ha-link--elara:hover::before {
  -webkit-transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  -webkit-clip-path: polygon(
    0 0,
    0 100%,
    50% 100%,
    50% 0,
    50% 0,
    50% 100%,
    50% 100%,
    0 100%,
    100% 100%,
    100% 0
  );
  clip-path: polygon(
    0 0,
    0 100%,
    50% 100%,
    50% 0,
    50% 0,
    50% 100%,
    50% 100%,
    0 100%,
    100% 100%,
    100% 0
  );
}
.ha-link-hover .ha-link--elara span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.ha-link-hover .ha-link--elara:hover span {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.ha-link-hover .ha-link--dia::after,
.ha-link-hover .ha-link--dia::before {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ha-link-hover .ha-link--dia:hover::after,
.ha-link-hover .ha-link--dia:hover::before {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ha-link-hover .ha-link--dia::after {
  top: calc(100% + 4px);
  left: 15%;
  width: 70%;
  content: "";
}
.ha-link-hover .ha-link--dia::before,
.ha-link-hover .ha-link--dia:hover::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ha-link-hover .ha-link--dia:hover::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ha-link-hover .ha-link--kale {
  text-transform: lowercase;
  font-weight: 600;
}
.ha-link-hover .ha-link--kale::before {
  top: 100%;
  height: 10px;
  opacity: 0;
}
.ha-link-hover .ha-link--kale:hover::before {
  opacity: 1;
  -webkit-animation: lineUp 0.3s ease forwards;
  animation: lineUp 0.3s ease forwards;
}
.ha-link-hover .ha-link--kale::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ha-link-hover .ha-link--kale:hover::after {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ha-link-hover .ha-link--carpo {
  text-transform: uppercase;
  font-weight: 700;
}
.ha-link-hover .ha-link--carpo::after,
.ha-link-hover .ha-link--carpo::before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ha-link-hover .ha-link--carpo::before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ha-link-hover .ha-link--carpo:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-link-hover .ha-link--carpo::after {
  top: calc(100% + 4px);
  content: "";
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ha-link-hover .ha-link--carpo:hover::after {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
.ha-link-hover .ha-link--helike {
  font-weight: 700;
}
.ha-link-hover .ha-link--helike:hover span {
  -webkit-animation: glitchText 0.4s linear;
  animation: glitchText 0.4s linear;
}
.ha-link-hover .ha-link--helike::before {
  height: 2px;
  opacity: 0;
}
.ha-link-hover .ha-link--helike:hover::before {
  opacity: 1;
  -webkit-animation: glitchLine 0.4s steps(2, start) forwards;
  animation: glitchLine 0.4s steps(2, start) forwards;
}
.ha-link-hover .ha-link--mneme {
  text-transform: uppercase;
}
.ha-link-hover .ha-link--mneme::before {
  top: 0;
  height: 100%;
  opacity: 0;
}
.ha-link-hover .ha-link--mneme:hover::before {
  opacity: 1;
  -webkit-animation: coverUp 0.3s ease forwards;
  animation: coverUp 0.3s ease forwards;
}
.ha-link-hover .ha-link--mneme::after {
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ha-link-hover .ha-link--mneme:hover::after {
  opacity: 0;
}
.ha-link-hover .ha-link--iocaste {
  overflow: hidden;
  padding: 7px 0;
}
.ha-link-hover .ha_link__graphic {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1px;
}
.ha-link-hover .ha_link__graphic--slide {
  top: -3px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  stroke-width: 2px;
}
.ha-link-hover .ha-link:hover .ha_link__graphic--slide {
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}
.ha-link-hover .ha-link--herse {
  font-weight: 700;
}
.ha-link-hover .ha-link--carme::before,
.ha-link-hover .ha-link--herse::before {
  display: none;
}
.ha-link-hover .ha_link__graphic--stroke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.ha-link-hover .ha-link:hover .ha_link__graphic--stroke path {
  stroke-dashoffset: 0;
}
.ha-link-hover .ha_link__graphic--arc {
  top: 73%;
  left: -23%;
}
.ha-link-hover .ha_link__graphic--arc path {
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.ha-link-hover .ha-link:hover .ha_link__graphic--arc path,
.ha-link-hover .ha-link:hover .ha_link__graphic--scribble path {
  -webkit-transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ha-link-hover .ha_link__graphic--scribble {
  top: 100%;
}
.ha-link-hover .ha_link__graphic--scribble path {
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.ha-link-hover .ha-link--eirene {
  font-weight: 700;
}
.ha-link-hover .ha-link--eirene::before {
  height: 7px;
  border-radius: 20px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ha-link-hover .ha-link--eirene:hover span,
.ha-link-hover .ha-link--eirene:hover::before {
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ha-link-hover .ha-link--eirene:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 0.1, 1);
  transform: scale3d(1.2, 0.1, 1);
}
.ha-link-hover .ha-link--eirene span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s 0.05s
    cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53),
    -webkit-transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}
.ha-link-hover .ha-link--eirene:hover span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: rotate(45deg) translateY(-100px);
    transform: rotate(45deg) translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: rotate(45deg) translateY(-100px);
    transform: rotate(45deg) translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
.ha-lhi-area {
  position: relative;
  --ha-lhi-title-translate-x: 80px;
}
.ha-lhi-area .ha-lhi-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-shadow: none;
  -webkit-transform: translate(
    var(--ha-lhi-title-translate-x, 0%),
    var(--ha-lhi-title-translate-y, 50%)
  );
  -ms-transform: translate(
    var(--ha-lhi-title-translate-x, 0%),
    var(--ha-lhi-title-translate-y, 50%)
  );
  transform: translate(
    var(--ha-lhi-title-translate-x, 0%),
    var(--ha-lhi-title-translate-y, 50%)
  );
}
.ha-lhi-area .ha-lhi-title .letter {
  display: inline-block;
  opacity: 0;
}
.ha-lhi-area.style-2 .ha-lhi-title h2,
.ha-lhi-area.style-2 .ha-lhi-title p {
  display: block;
  overflow: hidden;
  margin: 0;
  color: #1a1a1a;
  text-decoration: none;
}
.ha-lhi-area.style-2 .ha-lhi-title h2.play span.block,
.ha-lhi-area.style-2 .ha-lhi-title h2:hover span.block,
.ha-lhi-area.style-2 .ha-lhi-title p.play span.block,
.ha-lhi-area.style-2 .ha-lhi-title p:hover span.block {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ha-lhi-area.style-2 .ha-lhi-title h2 .hover:last-child,
.ha-lhi-area.style-2 .ha-lhi-title p .hover:last-child {
  color: #d3a13b;
}
.ha-lhi-area.style-2 .ha-lhi-title h2 span.block,
.ha-lhi-area.style-2 .ha-lhi-title p span.block {
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1),
    -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.ha-lhi-area.style-3 .ha-lhi-title h2 span:not(.empty) {
  display: inline-block;
  opacity: 0;
  -webkit-transform: rotate(45deg) translateY(-100px);
  -ms-transform: rotate(45deg) translateY(-100px);
  transform: rotate(45deg) translateY(-100px);
}
.ha-lhi-area.style-3:hover .ha-lhi-title h2 span {
  -webkit-animation: shadow 0.5s linear forwards;
  animation: shadow 0.5s linear forwards;
}
.ha-lhi-area.style-3 .ha-lhi-title p,
.ha-lhi-area.style-6 .ha-lhi-title p {
  -webkit-transition: normal 0.5s ease-in-out 0s all;
  transition: normal 0.5s ease-in-out 0s all;
}
.ha-lhi-area.style-3:hover .ha-lhi-title p,
.ha-lhi-area.style-6:hover .ha-lhi-title p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ha-lhi-area.style-4 .ha-lhi-title h2 {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-wrap: nowrap;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  -webkit-perspective: 50px;
  perspective: 50px;
}
.ha-lhi-area.style-4 .ha-lhi-title h2:after,
.ha-lhi-area.style-4 .ha-lhi-title h2:before {
  position: absolute;
  z-index: -1;
  content: attr(data-text);
  opacity: 0.5;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.ha-lhi-area.style-4 .ha-lhi-title h2:before {
  right: 0;
  left: 0;
  color: #00d5ff;
}
.ha-lhi-area.style-4 .ha-lhi-title h2:after {
  right: 0;
  left: 0;
  color: #fa0;
}
.ha-lhi-area.style-4:hover .ha-lhi-title h2:before {
  -webkit-transform: rotatex(-15deg) rotatey(5deg) scale(1.25);
  -ms-transform: rotatex(-15deg) rotatey(5deg) scale(1.25);
  transform: rotatex(-15deg) rotatey(5deg) scale(1.25);
}
.ha-lhi-area.style-4:hover .ha-lhi-title h2:after {
  -webkit-transform: rotatey(-5deg) rotatex(15deg) scale(1.25);
  -ms-transform: rotatey(-5deg) rotatex(15deg) scale(1.25);
  transform: rotatey(-5deg) rotatex(15deg) scale(1.25);
}
.ha-lhi-area.style-5 .ha-lhi-title h2 {
  display: inline-block;
  text-wrap: nowrap;
}
.ha-lhi-area.style-5 .ha-lhi-title h2 span.block {
  position: relative;
}
.ha-lhi-area.style-5 .ha-lhi-title h2 span.hover {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: color 0.7s, height 0.5s;
  transition: color 0.7s, height 0.5s;
}
.ha-lhi-area.style-5:hover .ha-lhi-title h2 span.hover {
  height: var(--ha-lhi-style-5-height);
  color: red;
}
.ha-lhi-area.style-6 .ha-lhi-title h2 {
  opacity: 1;
  -webkit-transition: normal 0.5s ease-in-out 0s all;
  transition: normal 0.5s ease-in-out 0s all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ha-lhi-area.style-3 .ha-lhi-title p,
.ha-lhi-area.style-6 .ha-lhi-title p,
.ha-lhi-area.style-6:hover .ha-lhi-title h2 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.ha-lhi-area .ha-lhi-image-area {
  text-align: center;
}
.ha-lhi-area .ha-lhi-image-area .ha-lhi-image {
  position: relative;
  display: inline-block;
}
.ha-lhi-area .ha-lhi-image-area .ha-lhi-image img {
  width: 100%;
  opacity: 0;
}
.ha-lhi-area .ha-lhi-image-area .ha-lhi-image a {
  z-index: 1;
}
.ha-lhi-area .ha-lhi-image-area .ha-lhi-image a,
.ha-lhi-area .ha-lhi-image-area .ha-lhi-image canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ha-logo-grid-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.ha-logo-grid-item {
  float: left;
  overflow: hidden;
  height: 180px;
  border-color: #e7e7e7;
}
.ha-logo-grid-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.ha-logo-grid-img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .ha-logo-grid--col-2 .ha-logo-grid-item {
    width: calc(100% / 2);
  }
  .ha-logo-grid--col-3 .ha-logo-grid-item {
    width: calc(100% / 3);
  }
  .ha-logo-grid--col-4 .ha-logo-grid-item {
    width: calc(100% / 4);
  }
  .ha-logo-grid--col-5 .ha-logo-grid-item {
    width: calc(100% / 5);
  }
  .ha-logo-grid--col-6 .ha-logo-grid-item {
    width: calc(100% / 6);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ha-logo-grid--col--tablet2 .ha-logo-grid-item {
    width: calc(100% / 2);
  }
  .ha-logo-grid--col--tablet3 .ha-logo-grid-item {
    width: calc(100% / 3);
  }
  .ha-logo-grid--col--tablet4 .ha-logo-grid-item {
    width: calc(100% / 4);
  }
  .ha-logo-grid--col--tablet5 .ha-logo-grid-item {
    width: calc(100% / 5);
  }
  .ha-logo-grid--col--tablet6 .ha-logo-grid-item {
    width: calc(100% / 6);
  }
}
@media (max-width: 767px) {
  .ha-logo-grid--col--mobile2 .ha-logo-grid-item {
    width: calc(100% / 2);
  }
  .ha-logo-grid--col--mobile3 .ha-logo-grid-item {
    width: calc(100% / 3);
  }
  .ha-logo-grid--col--mobile4 .ha-logo-grid-item {
    width: calc(100% / 4);
  }
  .ha-logo-grid--col--mobile5 .ha-logo-grid-item {
    width: calc(100% / 5);
  }
  .ha-logo-grid--col--mobile6 .ha-logo-grid-item {
    width: calc(100% / 6);
  }
}
.ha-logo-grid--tictactoe .ha-logo-grid-item {
  border-width: 2px 2px 0 0;
  border-style: solid;
}
@media (min-width: 1025px) {
  .ha-logo-grid--tictactoe.ha-logo-grid--col-2
    .ha-logo-grid-item:nth-child(2n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-2
    .ha-logo-grid-item:nth-child(-n + 2) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-3
    .ha-logo-grid-item:nth-child(3n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-3
    .ha-logo-grid-item:nth-child(-n + 3) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-4
    .ha-logo-grid-item:nth-child(4n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-4
    .ha-logo-grid-item:nth-child(-n + 4) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-5
    .ha-logo-grid-item:nth-child(5n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-5
    .ha-logo-grid-item:nth-child(-n + 5) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-6
    .ha-logo-grid-item:nth-child(6n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col-6
    .ha-logo-grid-item:nth-child(-n + 6) {
    border-top-width: 0 !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2
    .ha-logo-grid-item:nth-child(2n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet2
    .ha-logo-grid-item:nth-child(-n + 2) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3
    .ha-logo-grid-item:nth-child(3n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet3
    .ha-logo-grid-item:nth-child(-n + 3) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4
    .ha-logo-grid-item:nth-child(4n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet4
    .ha-logo-grid-item:nth-child(-n + 4) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5
    .ha-logo-grid-item:nth-child(5n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet5
    .ha-logo-grid-item:nth-child(-n + 5) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6
    .ha-logo-grid-item:nth-child(6n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--tablet6
    .ha-logo-grid-item:nth-child(-n + 6) {
    border-top-width: 0 !important;
  }
}
@media (max-width: 767px) {
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2
    .ha-logo-grid-item:nth-child(2n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile2
    .ha-logo-grid-item:nth-child(-n + 2) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3
    .ha-logo-grid-item:nth-child(3n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile3
    .ha-logo-grid-item:nth-child(-n + 3) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4
    .ha-logo-grid-item:nth-child(4n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile4
    .ha-logo-grid-item:nth-child(-n + 4) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5
    .ha-logo-grid-item:nth-child(5n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile5
    .ha-logo-grid-item:nth-child(-n + 5) {
    border-top-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6
    .ha-logo-grid-item:nth-child(6n) {
    border-right-width: 0 !important;
  }
  .ha-logo-grid--tictactoe.ha-logo-grid--col--mobile6
    .ha-logo-grid-item:nth-child(-n + 6) {
    border-top-width: 0 !important;
  }
}
.ha-logo-grid--border .ha-logo-grid-item {
  border-width: 0 2px 2px 0;
  border-style: solid;
}
.ha-logo-grid--border .ha-logo-grid-item:first-child {
  border-top-left-radius: 10px;
}
.ha-logo-grid--border .ha-logo-grid-item:last-child {
  border-bottom-right-radius: 10px;
}
@media (min-width: 1025px) {
  .ha-logo-grid--border.ha-logo-grid--col-2
    .ha-logo-grid-item:nth-child(-n + 2) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-2
    .ha-logo-grid-item:nth-child(2n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-2 .ha-logo-grid-item:nth-child(2) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-2
    .ha-logo-grid-item:nth-last-child(2) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-3
    .ha-logo-grid-item:nth-child(-n + 3) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-3
    .ha-logo-grid-item:nth-child(3n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-3 .ha-logo-grid-item:nth-child(3) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-3
    .ha-logo-grid-item:nth-last-child(3) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-4
    .ha-logo-grid-item:nth-child(-n + 4) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-4
    .ha-logo-grid-item:nth-child(4n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-4 .ha-logo-grid-item:nth-child(4) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-4
    .ha-logo-grid-item:nth-last-child(4) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-5
    .ha-logo-grid-item:nth-child(-n + 5) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-5
    .ha-logo-grid-item:nth-child(5n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-5 .ha-logo-grid-item:nth-child(5) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-5
    .ha-logo-grid-item:nth-last-child(5) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-6
    .ha-logo-grid-item:nth-child(-n + 6) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-6
    .ha-logo-grid-item:nth-child(6n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-6 .ha-logo-grid-item:nth-child(6) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col-6
    .ha-logo-grid-item:nth-last-child(6) {
    border-bottom-left-radius: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ha-logo-grid--border.ha-logo-grid--col--tablet2
    .ha-logo-grid-item:nth-child(-n + 2) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet2
    .ha-logo-grid-item:nth-child(2n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet2
    .ha-logo-grid-item:nth-child(2) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet2
    .ha-logo-grid-item:nth-last-child(2) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet3
    .ha-logo-grid-item:nth-child(-n + 3) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet3
    .ha-logo-grid-item:nth-child(3n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet3
    .ha-logo-grid-item:nth-child(3) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet3
    .ha-logo-grid-item:nth-last-child(3) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet4
    .ha-logo-grid-item:nth-child(-n + 4) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet4
    .ha-logo-grid-item:nth-child(4n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet4
    .ha-logo-grid-item:nth-child(4) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet4
    .ha-logo-grid-item:nth-last-child(4) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet5
    .ha-logo-grid-item:nth-child(-n + 5) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet5
    .ha-logo-grid-item:nth-child(5n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet5
    .ha-logo-grid-item:nth-child(5) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet5
    .ha-logo-grid-item:nth-last-child(5) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet6
    .ha-logo-grid-item:nth-child(-n + 6) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet6
    .ha-logo-grid-item:nth-child(6n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet6
    .ha-logo-grid-item:nth-child(6) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--tablet6
    .ha-logo-grid-item:nth-last-child(6) {
    border-bottom-left-radius: 10px;
  }
}
@media (max-width: 767px) {
  .ha-logo-grid--border.ha-logo-grid--col--mobile2
    .ha-logo-grid-item:nth-child(-n + 2) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile2
    .ha-logo-grid-item:nth-child(2n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile2
    .ha-logo-grid-item:nth-child(2) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile2
    .ha-logo-grid-item:nth-last-child(2) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile3
    .ha-logo-grid-item:nth-child(-n + 3) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile3
    .ha-logo-grid-item:nth-child(3n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile3
    .ha-logo-grid-item:nth-child(3) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile3
    .ha-logo-grid-item:nth-last-child(3) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile4
    .ha-logo-grid-item:nth-child(-n + 4) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile4
    .ha-logo-grid-item:nth-child(4n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile4
    .ha-logo-grid-item:nth-child(4) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile4
    .ha-logo-grid-item:nth-last-child(4) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile5
    .ha-logo-grid-item:nth-child(-n + 5) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile5
    .ha-logo-grid-item:nth-child(5n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile5
    .ha-logo-grid-item:nth-child(5) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile5
    .ha-logo-grid-item:nth-last-child(5) {
    border-bottom-left-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile6
    .ha-logo-grid-item:nth-child(-n + 6) {
    border-top-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile6
    .ha-logo-grid-item:nth-child(6n + 1) {
    border-left-width: 2px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile6
    .ha-logo-grid-item:nth-child(6) {
    border-top-right-radius: 10px;
  }
  .ha-logo-grid--border.ha-logo-grid--col--mobile6
    .ha-logo-grid-item:nth-last-child(6) {
    border-bottom-left-radius: 10px;
  }
}
.ha-logo-grid--box .ha-logo-grid-wrapper {
  margin: -0.5rem;
}
.ha-logo-grid--box .ha-logo-grid-item {
  margin: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5rem;
}
@media (min-width: 1025px) {
  .ha-logo-grid--box.ha-logo-grid--col-2 .ha-logo-grid-item {
    width: calc(100% / 2 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col-3 .ha-logo-grid-item {
    width: calc(100% / 3 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col-4 .ha-logo-grid-item {
    width: calc(100% / 4 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col-5 .ha-logo-grid-item {
    width: calc(100% / 5 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col-6 .ha-logo-grid-item {
    width: calc(100% / 6 - 1rem);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ha-logo-grid--box.ha-logo-grid--col--tablet2 .ha-logo-grid-item {
    width: calc(100% / 2 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--tablet3 .ha-logo-grid-item {
    width: calc(100% / 3 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--tablet4 .ha-logo-grid-item {
    width: calc(100% / 4 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--tablet5 .ha-logo-grid-item {
    width: calc(100% / 5 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--tablet6 .ha-logo-grid-item {
    width: calc(100% / 6 - 1rem);
  }
}
@media (max-width: 767px) {
  .ha-logo-grid--box.ha-logo-grid--col--mobile2 .ha-logo-grid-item {
    width: calc(100% / 2 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--mobile3 .ha-logo-grid-item {
    width: calc(100% / 3 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--mobile4 .ha-logo-grid-item {
    width: calc(100% / 4 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--mobile5 .ha-logo-grid-item {
    width: calc(100% / 5 - 1rem);
  }
  .ha-logo-grid--box.ha-logo-grid--col--mobile6 .ha-logo-grid-item {
    width: calc(100% / 6 - 1rem);
  }
}
@-webkit-keyframes pulse_animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 0 var(--pulse-color);
    box-shadow: 0 0 0 0 var(--pulse-color);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px var(--pulse-color);
    box-shadow: 0 0 0 20px var(--pulse-color);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse_animation {
  0%,
  to {
    -webkit-box-shadow: 0 0 0 0 var(--pulse-color);
    box-shadow: 0 0 0 0 var(--pulse-color);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px var(--pulse-color);
    box-shadow: 0 0 0 20px var(--pulse-color);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse_effect {
  -webkit-box-shadow: 0 0 0 0 var(--pulse-color);
  box-shadow: 0 0 0 0 var(--pulse-color);
  -webkit-animation: pulse_animation 1.5s infinite;
  animation: pulse_animation 1.5s infinite;
}
.ha-mailchimp-horizontal .ha-mailchimp-form,
body[data-elementor-device-mode="tablet"]
  .ha-mailchimp-tablet-horizontal
  .ha-mailchimp-form {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-input-wrapper,
body[data-elementor-device-mode="tablet"]
  .ha-mailchimp-tablet-horizontal
  .ha-mailchimp-form
  .ha-mc-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  margin-bottom: unset;
}
.ha-mailchimp-horizontal .ha-mailchimp-form .ha-mc-button-wrapper,
body[data-elementor-device-mode="tablet"]
  .ha-mailchimp-tablet-horizontal
  .ha-mailchimp-form
  .ha-mc-button-wrapper {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ha-mailchimp-vertical .ha-mailchimp-form,
body[data-elementor-device-mode="tablet"]
  .ha-mailchimp-tablet-vertical
  .ha-mailchimp-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}
.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-input-wrapper,
body[data-elementor-device-mode="tablet"]
  .ha-mailchimp-tablet-vertical
  .ha-mailchimp-form
  .ha-mc-input-wrapper {
  margin-right: unset;
  margin-bottom: 30px;
}
.ha-mailchimp-vertical .ha-mailchimp-form .ha-mc-button-wrapper,
body[data-elementor-device-mode="tablet"]
  .ha-mailchimp-tablet-vertical
  .ha-mailchimp-form
  .ha-mc-button-wrapper {
  -webkit-align-self: unset;
  -ms-flex-item-align: unset;
  align-self: unset;
}
body[data-elementor-device-mode="mobile"]
  .ha-mailchimp-mobile-horizontal
  .ha-mailchimp-form {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body[data-elementor-device-mode="mobile"]
  .ha-mailchimp-mobile-horizontal
  .ha-mailchimp-form
  .ha-mc-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  margin-bottom: unset;
}
body[data-elementor-device-mode="mobile"]
  .ha-mailchimp-mobile-horizontal
  .ha-mailchimp-form
  .ha-mc-button-wrapper {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
body[data-elementor-device-mode="mobile"]
  .ha-mailchimp-mobile-vertical
  .ha-mailchimp-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}
body[data-elementor-device-mode="mobile"]
  .ha-mailchimp-mobile-vertical
  .ha-mailchimp-form
  .ha-mc-input-wrapper {
  margin-right: unset;
  margin-bottom: 30px;
}
body[data-elementor-device-mode="mobile"]
  .ha-mailchimp-mobile-vertical
  .ha-mailchimp-form
  .ha-mc-button-wrapper {
  -webkit-align-self: unset;
  -ms-flex-item-align: unset;
  align-self: unset;
}
.ha-mailchimp-wrapper .ha-mc-response-message {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
}
.ha-mailchimp-wrapper .ha-mc-response-message.error {
  display: block;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  color: #721c24;
}
.ha-mailchimp-wrapper .ha-mc-response-message.success {
  display: block;
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
  color: #155724;
}
.ha-mailchimp-wrapper .ha-mailchimp-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 15px;
  height: 100%;
  border: 1px solid #ced4da;
  background-color: #e9ecef;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input .ha-mc-icon-wrapper i {
  color: #000;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input input {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
  min-height: 42px;
  width: 1%;
  height: auto;
  border: 1px solid #ced4da;
  background-color: #fff;
  background-clip: padding-box;
  color: #495057;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.ha-mailchimp-wrapper
  .ha-mailchimp-form
  .ha-mc-input.after
  .ha-mc-icon-wrapper {
  border-radius: 0 5px 5px 0;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.after input,
.ha-mailchimp-wrapper
  .ha-mailchimp-form
  .ha-mc-input.before
  .ha-mc-icon-wrapper {
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-input.before input {
  border-radius: 0 5px 5px 0;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button {
  position: relative;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px;
  width: 100%;
  border: 0 solid #374a5e;
  border-radius: 5px;
  background-color: #374a5e;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button,
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-mailchimp-wrapper .ha-mailchimp-form .ha-mc-button .ha-mc-icon-wrapper i {
  margin-right: 10px;
}
@-webkit-keyframes ha-member-lightbox-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ha-member-lightbox-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.ha-member > .elementor-widget-container {
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-member:not(:has(.elementor-widget-container)) {
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-member-figure {
  position: relative;
  display: inline-block;
  margin: 0 0 25px !important;
}
.ha-member-figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-member.ha-member-hover-image-on .ha-member-figure img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(1) {
  z-index: -1;
  opacity: 0;
}
.ha-member.ha-member-hover-image-on .ha-member-figure:hover img:nth-of-type(2) {
  z-index: 2;
  opacity: 1;
}
.ha-member-name {
  margin-top: 0;
  margin-bottom: 10px;
  color: #151515;
  font-size: 18px;
}
.ha-member-position {
  margin-bottom: 25px;
  color: #7f7f7f;
  font-size: 14px;
}
.ha-member-bio {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
}
.ha-member-links > a {
  display: inline-block;
  color: #9895ad;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ha-member-links > a:focus,
.ha-member-links > a:hover {
  color: #222;
}
.ha-member-links > a > i {
  width: 1em;
  height: 1em;
}
.ha-member-links > a:not(:last-child) {
  margin-right: 10px;
}
.ha-member .ha-btn {
  margin-bottom: 15px;
  cursor: pointer;
}
.ha-member-body .ha-btn:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
.ha-member-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999999;
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ha-member-lightbox.ha-member-lightbox-show {
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  overflow: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-close {
  position: absolute;
  z-index: 99999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #9ec8f0;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ha-member-lightbox.ha-member-lightbox-show .ha-member-lightbox-inner {
  width: 100%;
  -webkit-animation-name: ha-member-lightbox-zoomIn;
  animation-name: ha-member-lightbox-zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ha-nav-menu ul.menu,
.ha-nav-menu ul.menu li ul.sub-menu {
  padding: 0;
  list-style: none;
}
.ha-nav-menu ul.menu li {
  cursor: pointer;
}
.ha-nav-menu ul.menu li a {
  display: block;
  padding: 8px 0;
  width: 100%;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.ha-navigation-menu-wrapper,
.ha-navigation-menu-wrapper ul.menu,
.ha-navigation-menu-wrapper ul.menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-navigation-menu-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  grid-area: nav-menu;
}
.ha-navigation-menu-wrapper .ha-nav-humberger-wrapper,
.ha-navigation-menu-wrapper .ha-nav-humberger-wrapper .ha-menu-close-icon {
  display: none;
}
.ha-navigation-menu-wrapper ul.menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-navigation-menu-wrapper ul.menu li {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0;
}
.ha-navigation-menu-wrapper ul.menu li.menu-item-has-children:hover,
.ha-navigation-menu-wrapper ul.menu li:hover {
  color: #e2498a;
}
.ha-navigation-menu-wrapper ul.menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  min-width: 150px;
  background: #fff;
}
.ha-navigation-menu-wrapper
  ul.menu
  li
  ul.sub-menu
  li
  .ha-submenu-indicator-wrap {
  z-index: 999;
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ha-navigation-menu-wrapper
  ul.menu
  li
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 150px;
  list-style-type: none;
}
.ha-navigation-menu-wrapper ul.menu li.menu-item-has-children a {
  margin-right: 7px;
}
.ha-navigation-menu-wrapper
  ul.menu
  li.menu-item-has-children
  .ha-submenu-indicator-wrap {
  display: inline-block;
  margin: auto 0;
  padding-left: 5px;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.ha-navigation-menu-wrapper ul.menu li.menu-item-has-children > ul.sub-menu {
  display: none;
  width: 220px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.ha-navigation-menu-wrapper
  ul.menu
  li.menu-item-has-children:hover
  > .sub-menu {
  display: block;
  opacity: 1;
}
.ha-navigation-menu-wrapper ul.sub-menu > li > a span.menu-item-title {
  display: inline-block;
  width: 89%;
}
@media screen and (max-width: 767px) {
  .ha-navigation-menu {
    position: static;
  }
  .ha-navigation-burger-menu {
    background-color: transparent;
  }
  .ha-navigation-burger-menu ul.menu {
    position: absolute;
    right: 0;
    z-index: 99999;
    display: none;
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
    height: auto;
    background: #fff;
    text-align: left;
  }
  .ha-navigation-burger-menu ul.menu li.menu-item:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c4c4c4;
  }
  .ha-navigation-burger-menu ul.menu li.menu-item {
    margin-top: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
    padding-right: 0 !important;
  }
  .ha-navigation-burger-menu ul.menu li.menu-item-has-children {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ha-navigation-burger-menu ul.menu li.menu-item-has-children a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
  .ha-navigation-burger-menu ul.menu li.menu-item-has-children ul.sub-menu {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98%;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    margin: 0 0 0 2%;
  }
  .ha-navigation-burger-menu .ha-nav-humberger-wrapper,
  .ha-navigation-burger-menu
    ul.menu
    li.menu-item-has-children
    .ha-submenu-indicator-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ha-navigation-burger-menu
    ul.menu
    li.menu-item-has-children
    .ha-submenu-indicator-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }
  .ha-navigation-burger-menu .ha-nav-humberger-wrapper {
    width: 100%;
  }
  .ha-navigation-burger-menu .ha-nav-humberger-wrapper .ha-menu-close-icon,
  .ha-navigation-burger-menu .ha-nav-humberger-wrapper .ha-menu-open-icon {
    z-index: 999;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 22px;
    cursor: pointer;
  }
  .ha-navigation-burger-menu .ha-menu-toggler svg {
    width: auto;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
  }
  .ha-navigation-burger-menu .ha-menu-toggler i {
    vertical-align: middle;
  }
  .ha-navigation-burger-menu .show-icon {
    display: inline-block;
  }
  .ha-navigation-burger-menu .hide-icon {
    display: none;
  }
}
.ha-news-ticker-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.ha-news-ticker-wrapper ul.ha-news-ticker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ha-news-ticker-wrapper ul.ha-news-ticker-container:focus,
.ha-news-ticker-wrapper ul.ha-news-ticker-container:hover {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.ha-news-ticker-wrapper span.ha-news-ticker-sticky-title {
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 1;
  padding: 20px;
  background: #333;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-news-ticker-wrapper li.ha-news-ticker-item {
  margin-right: 20px;
  white-space: nowrap;
}
.ha-news-ticker-wrapper li.ha-news-ticker-item:last-child {
  margin-right: 0;
}
.ha-news-ticker-wrapper .ha-news-ticker-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
.ha-news-ticker-wrapper li.ha-news-ticker-item a {
  color: #242424;
}
.ha-news-ticker-wrapper li.ha-news-ticker-item a:hover {
  color: #e04c8a;
}
.ha-number-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 6px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #562dd4;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.ha-number-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ha-number-text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ha-title-flex,
.pdf-icon,
.pdf_viewer_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pdf_viewer_options {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ha-title-flex,
.pdf-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-title-flex {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.pdf-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ha-title-flex h2 {
  margin-bottom: 5px;
}
.pdf-button a {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #562dd4;
  color: #fff;
}
@-webkit-keyframes ha_rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ha_rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ha_rotating_inverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes ha_rotating_inverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes ha_bounce_sm {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes ha_bounce_sm {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes ha_bounce_md {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes ha_bounce_md {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes ha_bounce_lg {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}
@keyframes ha_bounce_lg {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}
@-webkit-keyframes ha_fade {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes ha_fade {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@-webkit-keyframes ha_scale_sm {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ha_scale_sm {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes ha_scale_md {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes ha_scale_md {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-webkit-keyframes ha_scale_lg {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes ha_scale_lg {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.ha-photo-stack-wrapper {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ha-photo-stack-wrapper .ha-photo-stack-item {
  position: absolute;
}
.ha-rotating,
.ha-rotating-inverse {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform;
}
.ha-rotating {
  -webkit-animation: ha_rotating 50s linear infinite;
  animation: ha_rotating 50s linear infinite;
  -webkit-animation-name: ha_rotating;
  animation-name: ha_rotating;
}
.ha-rotating-inverse {
  -webkit-animation-name: ha_rotating_inverse;
  animation-name: ha_rotating_inverse;
}
.ha-rotating,
.ha-rotating-inverse {
  -webkit-animation-duration: var(--animation_speed, 5s);
  animation-duration: var(--animation_speed, 5s);
}
.ha-bounce,
.ha-bounce-fast {
  -webkit-animation: ha_bounce 6s ease infinite;
  animation: ha_bounce 6s ease infinite;
  will-change: transform;
}
.ha-bounce {
  -webkit-animation: ha_bounce 3s ease-in-out infinite;
  animation: ha_bounce 3s ease-in-out infinite;
}
.ha-bounce-lg,
.ha-bounce-md,
.ha-bounce-sm,
.ha-fade,
.ha-scale-lg,
.ha-scale-md,
.ha-scale-sm {
  -webkit-animation-name: ha_bounce_sm;
  animation-name: ha_bounce_sm;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform;
}
.ha-bounce-lg,
.ha-bounce-md,
.ha-fade,
.ha-scale-lg,
.ha-scale-md,
.ha-scale-sm {
  -webkit-animation-name: ha_bounce_md;
  animation-name: ha_bounce_md;
}
.ha-bounce-lg,
.ha-fade,
.ha-scale-lg,
.ha-scale-md,
.ha-scale-sm {
  -webkit-animation-name: ha_bounce_lg;
  animation-name: ha_bounce_lg;
}
.ha-fade,
.ha-scale-lg,
.ha-scale-md,
.ha-scale-sm {
  -webkit-animation-name: ha_scale_sm;
  animation-name: ha_scale_sm;
}
.ha-fade,
.ha-scale-lg,
.ha-scale-md {
  -webkit-animation-name: ha_scale_md;
  animation-name: ha_scale_md;
}
.ha-fade,
.ha-scale-lg {
  -webkit-animation-name: ha_scale_lg;
  animation-name: ha_scale_lg;
}
.ha-fade {
  -webkit-animation-name: ha_fade;
  animation-name: ha_fade;
}
.ha-bounce-lg,
.ha-bounce-md,
.ha-bounce-sm,
.ha-fade,
.ha-scale-lg,
.ha-scale-md,
.ha-scale-sm {
  -webkit-animation-duration: var(--animation_speed, 5s);
  animation-duration: var(--animation_speed, 5s);
}
.scale,
.scale-inverse,
.scale-inverse-lg,
.scale-inverse-sm,
.scale-lg,
.scale-sm {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scale *,
.scale-inverse *,
.scale-inverse-lg *,
.scale-inverse-sm *,
.scale-lg *,
.scale-sm * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scale-sm:hover,
.scaled-sm {
  z-index: 999;
  -webkit-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}
.scale:hover,
.scaled {
  z-index: 999;
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.scale-lg:hover,
.scaled-lg {
  z-index: 999;
  -webkit-transform: scale(1.15) !important;
  -ms-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
}
.scale-inverse-sm:hover {
  -webkit-transform: scale(0.95) !important;
  -ms-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}
.scale-inverse:hover {
  -webkit-transform: scale(0.925) !important;
  -ms-transform: scale(0.925) !important;
  transform: scale(0.925) !important;
}
.scale-inverse-lg:hover {
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}
.fly-sm {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fly-sm:hover {
  -webkit-transform: translate(0, -3px) !important;
  -ms-transform: translate(0, -3px) !important;
  transform: translate(0, -3px) !important;
}
.fly-sm,
.fly-sm * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fly {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fly:hover {
  -webkit-transform: translate(0, -6px) !important;
  -ms-transform: translate(0, -6px) !important;
  transform: translate(0, -6px) !important;
}
.fly,
.fly * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fly-lg {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fly-lg:hover {
  -webkit-transform: translate(0, -9px) !important;
  -ms-transform: translate(0, -9px) !important;
  transform: translate(0, -9px) !important;
}
.fly-lg,
.fly-lg * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.ha-icon-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ha-inline-items.ha-icon-list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
li.ha-icon-list-item {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
li.ha-icon-list-item,
li.ha-icon-list-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-inline-items.ha-icon-list-items .ha-icon-list-item {
  margin-right: 8px;
  margin-left: 8px;
}
.ha-inline-items.ha-icon-list-items {
  margin-right: -8px;
  margin-left: -8px;
}
.ha-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ha-post-list .ha-post-list-item,
.ha-post-list.ha-post-list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-post-list.ha-post-list-inline {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-post-list .ha-post-list-item {
  margin: 0 0 10px;
  padding: 0;
}
.ha-post-list.ha-post-list-inline .ha-post-list-item {
  margin-right: 21px;
}
.ha-post-list .ha-post-list-item:last-child,
.ha-post-list.ha-post-list-inline .ha-post-list-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.ha-post-list .ha-post-list-item a {
  width: 100%;
}
.ha-post-list-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #242424;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ha-post-list .ha-post-list-item a:hover .ha-post-list-title {
  color: #e04d8b;
}
.ha-post-list-item a img {
  margin-right: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
span.ha-post-list-icon {
  margin-right: 8px;
  color: #242424;
  font-size: 14px;
}
span.ha-post-list-icon svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-post-list .ha-post-list-item a,
.ha-post-list-meta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-post-list-meta-wrap {
  margin-top: 3px;
}
.ha-post-list-meta-wrap span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 10px;
  color: #8c8c8c;
  font-size: 13px;
}
.ha-post-list-meta-wrap span:last-child {
  margin-right: 0;
}
.ha-post-list-meta-wrap span i {
  margin-right: 3px;
}
.ha-post-list-meta-wrap span svg {
  margin-right: 3px;
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-post-list-meta-wrap span:after {
  margin-left: 12px;
}
.ha-post-list-meta-wrap span:last-child:after {
  display: none;
  content: "";
}
.ha-post-list-excerpt p {
  margin-bottom: 0;
  color: #8c8c8c;
}
.ha-post-navigator-borders-yes .ha-post-navigator {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: none;
  border-left: none;
  color: #d4d4d4;
}
.ha-post-navigator-borders-yes .ha-post-navigator__separator {
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background-color: #d4d4d4;
}
.ha-post-navigator,
.ha-post-navigator .ha-post-navigator__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ha-post-navigator .post-navigation__arrow-wrapper {
  color: #d4d4d4;
}
.ha-post-navigator .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  padding-right: 15px;
  font-size: 30px;
}
.ha-post-navigator .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  padding-left: 15px;
  font-size: 30px;
}
.ha-post-navigator .post-navigation__arrow-wrapper i {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.ha-post-navigator,
.ha-post-navigator .ha-post-navigator__link__next,
.ha-post-navigator .ha-post-navigator__link__prev {
  overflow: hidden;
}
.ha-post-navigator .ha-post-navigator__link a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 100%;
}
.ha-post-navigator .post-navigation__next--label,
.ha-post-navigator .post-navigation__prev--label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.ha-post-navigator .post-navigation__next--title,
.ha-post-navigator .post-navigation__prev--title {
  font-size: 0.7em;
}
.ha-post-navigator .post-navigation__next--label,
.ha-post-navigator .post-navigation__next--title,
.ha-post-navigator .post-navigation__prev--label,
.ha-post-navigator .post-navigation__prev--title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ha-post-navigator span.ha-post-navigator__link__next {
  text-align: right;
}
.ha-post-navigator span.ha-post-navigator__link__next,
.ha-post-navigator span.ha-post-navigator__link__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-post-navigator .ha-post-navigator__link {
  overflow: hidden;
  width: calc(50% - 0.5px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ha-post-navigator .ha-post-navigator__separator-wrapper {
  text-align: center;
}
.ha-post-navigator .ha-post-navigator__next {
  text-align: right;
}
.ha-post-navigator .ha-post-navigator__next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ha-post-tab .ha-post-tab-filter {
  padding: 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.ha-post-tab .ha-post-tab-filter li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 15px 25px;
  background: #fff;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-post-tab .ha-post-tab-filter li.active,
.ha-post-tab .ha-post-tab-filter li:hover,
.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active,
.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover {
  background: #6d39ef;
  color: #fff;
  cursor: pointer;
}
.ha-post-tab .ha-post-tab-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 0;
  opacity: 0;
}
.ha-post-tab span.ha-post-tab-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 60px;
  opacity: 0.5;
}
.ha-post-tab .ha-post-tab-item-wrapper.active {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.ha-post-tab .ha-post-tab-item {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.ha-post-tab .ha-post-tab-item-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.09);
}
.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a,
.ha-post-tab .ha-post-tab-meta span a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ha-post-tab .ha-post-tab-meta span a:hover,
.ha-post-tab .ha-post-tab-title a:hover {
  color: #6d39ef;
}
.ha-post-tab .ha-post-tab-meta {
  font-size: 14px;
}
.ha-post-tab .ha-post-tab-meta span {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  color: #9b9b9b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ha-post-tab .ha-post-tab-meta span i {
  padding-right: 5px;
}
.ha-post-tab .ha-post-tab-meta span a {
  color: #9b9b9b;
}
.ha-post-tab .ha-post-tab-excerpt p {
  margin: 0;
}
.ha-post-tab.ha-post-tab-left,
.ha-post-tab.ha-post-tab-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-post-tab.ha-post-tab-left .ha-post-tab-filter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  min-width: 200px;
  border-right: 1px solid #f1f1f1;
  border-bottom: none;
}
.ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,
.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li {
  text-align: left;
  display: block;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-post-tab.ha-post-tab-right .ha-post-tab-filter li {
  text-align: right;
}
.ha-post-tab.ha-post-tab-left .ha-post-tab-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 200px);
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  min-width: calc(100% - 200px);
  min-height: 100%;
}
.ha-post-tab.ha-post-tab-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-post-tab.ha-post-tab-right .ha-post-tab-filter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  min-width: 200px;
  border-bottom: none;
  border-left: 1px solid #f1f1f1;
}
.ha-post-tab.ha-post-tab-right .ha-post-tab-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 200px);
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  min-width: calc(100% - 200px);
  min-height: 100%;
}
@media (max-width: 767px) {
  .ha-post-tab.ha-post-tab-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ha-post-tab.ha-post-tab-left .ha-post-tab-filter,
  .ha-post-tab.ha-post-tab-right .ha-post-tab-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f1f1f1;
    border-left: 0;
  }
  .ha-post-tab.ha-post-tab-left .ha-post-tab-content,
  .ha-post-tab.ha-post-tab-right .ha-post-tab-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 100%;
  }
  .ha-post-tab.ha-post-tab-left .ha-post-tab-filter li,
  .ha-post-tab.ha-post-tab-right .ha-post-tab-filter li {
    display: inline-block;
  }
}
.ha-pricing-table > .elementor-widget-container {
  position: relative;
  overflow: hidden;
  padding: 3em 4em;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-pricing-table:not(:has(.elementor-widget-container)) {
  position: relative;
  overflow: hidden;
  padding: 3em 4em;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-pricing-table-badge {
  position: absolute;
  top: -1px;
  padding: 0.8rem 1rem;
  background-color: #e2498a;
  color: #fff;
  line-height: 1;
}
.ha-pricing-table-badge--left {
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.ha-pricing-table-badge--right {
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.ha-pricing-table-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #242424;
  font-weight: 400;
  font-size: 24px;
}
.ha-pricing-table-price {
  margin-bottom: 3rem;
}
.ha-pricing-table-price-tag {
  margin-bottom: 0.5rem;
  color: #242424;
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
}
.ha-pricing-table-currency {
  font-size: 24px;
}
.ha-pricing-table-period {
  color: #8c8c8c;
  font-size: 16px;
}
.ha-pricing-table-body {
  margin-bottom: 3rem;
}
.ha-pricing-table-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 16px;
}
.ha-pricing-table-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ha-pricing-table-features-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  margin-bottom: 1rem;
  font-size: 16px;
}
.ha-pricing-table-features-list li > i,
.ha-pricing-table-features-list li > svg {
  margin-right: 0.5rem;
  min-width: 15px;
  text-align: center;
  font-size: 0.8em;
}
.ha-pricing-table-features-list li > svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-pricing-table-feature-text {
  display: inline-block;
}
.ha-pricing-table-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 40px;
  background-color: #e2498a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-pricing-table-btn:hover {
  background-color: #562dd4;
  color: #fff;
}
.ha-review {
  --ha-review-left-body-width: calc(
    100% - var(--ha-review-media-width) + (-1 * var(--ha-review-media-offset-x))
  );
  --ha-review-media-offset-x: calc(1px - 1px);
  --ha-review-media-offset-y: calc(1px - 1px);
  --ha-review-right-body-width: calc(
    100% - var(--ha-review-media-width) + (var(--ha-review-media-offset-x))
  );
}
.ha-review > .elementor-widget-container {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-review:not(:has(.elementor-widget-container)) {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.ha-review-header {
  margin-top: 25px;
}
.ha-review-figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-review-media-width, 70px);
  -ms-flex: 0 0 var(--ha-review-media-width, 70px);
  flex: 0 0 var(--ha-review-media-width, 70px);
  margin: 0;
  max-width: var(--ha-review-media-width, 70px);
  -webkit-transform: translate(
    var(--ha-review-media-offset-x),
    var(--ha-review-media-offset-y)
  );
  -ms-transform: translate(
    var(--ha-review-media-offset-x),
    var(--ha-review-media-offset-y)
  );
  transform: translate(
    var(--ha-review-media-offset-x),
    var(--ha-review-media-offset-y)
  );
}
.ha-review-figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-review-reviewer {
  margin-top: 0;
  margin-bottom: 10px;
  color: #151515;
  font-size: 18px;
}
.ha-review-position {
  margin-bottom: 10px;
  color: #7f7f7f;
  font-size: 15px;
}
.ha-review-ratting {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.ha-review-ratting--num {
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #562dd4;
  color: #fff;
}
.ha-review-ratting--star {
  color: #ffbf36;
}
.ha-review-desc {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
}
.ha-review-desc p {
  margin: 0;
}
.ha-review--top > .elementor-widget-container {
  padding: 25px;
}
.ha-review--top:not(:has(.elementor-widget-container)) {
  padding: 25px;
}
.ha-review--top .ha-review-figure {
  display: inline-block;
  height: 70px;
}
.ha-review--top .ha-review-body {
  margin-top: var(--ha-review-media-offset-y);
}
.ha-review--left,
.ha-review--right {
  --ha-review-media-width: 150px;
}
.ha-review--left > .elementor-widget-container,
.ha-review--right > .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-review--left:not(:has(.elementor-widget-container)),
.ha-review--right:not(:has(.elementor-widget-container)) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-review--left .ha-review-figure,
.ha-review--right .ha-review-figure {
  height: 150px;
}
.ha-review--left .ha-review-body,
.ha-review--right .ha-review-body {
  padding: 25px;
}
.ha-review--left .ha-review-body > :first-child,
.ha-review--right .ha-review-body > :first-child {
  margin-top: 0;
}
.ha-review--left > .elementor-widget-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 25px;
}
.ha-review--left:not(:has(.elementor-widget-container)) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 25px;
}
.ha-review--left .ha-review-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-review-left-body-width);
  -ms-flex: 0 0 var(--ha-review-left-body-width);
  flex: 0 0 var(--ha-review-left-body-width);
  margin-left: var(--ha-review-media-offset-x);
  max-width: var(--ha-review-left-body-width);
}
.ha-review--right > .elementor-widget-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 25px;
  text-align: right;
}
.ha-review--right:not(:has(.elementor-widget-container)) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 25px;
  text-align: right;
}
.ha-review--right .ha-review-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--ha-review-right-body-width);
  -ms-flex: 0 0 var(--ha-review-right-body-width);
  flex: 0 0 var(--ha-review-right-body-width);
  margin-right: calc(-1 * var(--ha-review-media-offset-x));
  max-width: var(--ha-review-right-body-width);
}
.ha-site-tagline .ha-st-icon svg {
  width: 1em;
  height: 1em;
}
.ha-site-title-small {
  font-size: 15px;
}
.ha-site-title-medium {
  font-size: 19px;
}
.ha-site-title-large {
  font-size: 29px;
}
.ha-site-title-xl {
  font-size: 39px;
}
.ha-site-title-xxl {
  font-size: 59px;
}
.ha-skills > .elementor-widget-container {
  padding-top: 1px;
}
.ha-skills:not(:has(.elementor-widget-container)) {
  padding-top: 1px;
}
.ha-skill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #e9ecef;
  font-size: 0.75rem;
}
.ha-skill--inside .ha-skill-info,
.ha-skill--outside .ha-skill-info {
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
.ha-skill--inside .ha-skill-level-text,
.ha-skill--outside .ha-skill-level-text {
  float: right;
}
.ha-skill--outside {
  height: 2px;
}
.ha-skill--outside .ha-skill-level {
  position: relative;
}
.ha-skill--outside .ha-skill-info {
  position: absolute;
  top: -25px;
  width: 100%;
  color: #242424;
}
.ha-skill--inside {
  height: 30px;
}
.ha-skill--inside .ha-skill-info {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
}
.ha-skill-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 10%;
  border-radius: inherit;
  background-color: #562dd4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ha-skill--outside {
  margin-top: 40px;
}
.ha-skill--inside:not(:first-child) {
  margin-top: 20px;
}
.ha-skill-name {
  display: inline-block;
  overflow: hidden;
  max-width: 70%;
  text-overflow: ellipsis;
}
.ha-carousel .slick-vertical .slick-slide,
.ha-slider .slick-vertical .slick-slide {
  border: 0;
}
.ha-carousel .slick-next,
.ha-carousel .slick-prev,
.ha-slider .slick-next,
.ha-slider .slick-prev {
  z-index: 999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #8c8c8c;
  font-size: 15px;
  opacity: 1;
}
.ha-carousel .slick-next:focus,
.ha-carousel .slick-next:hover,
.ha-carousel .slick-prev:focus,
.ha-carousel .slick-prev:hover,
.ha-slider .slick-next:focus,
.ha-slider .slick-next:hover,
.ha-slider .slick-prev:focus,
.ha-slider .slick-prev:hover {
  background-color: #fff;
  color: #8c8c8c;
}
.ha-carousel .slick-next:before,
.ha-carousel .slick-prev:before,
.ha-slider .slick-next:before,
.ha-slider .slick-prev:before {
  display: none;
  content: "";
}
.ha-carousel .slick-next > svg,
.ha-carousel .slick-prev > svg,
.ha-slider .slick-next > svg,
.ha-slider .slick-prev > svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}
.ha-carousel .slick-disabled,
.ha-slider .slick-disabled {
  opacity: 0.7;
}
.ha-carousel .slick-prev,
.ha-slider .slick-prev {
  right: auto;
  left: 25px;
}
.ha-carousel .slick-next,
.ha-slider .slick-next {
  right: 25px;
}
.ha-carousel .slick-dots,
.ha-slider .slick-dots {
  bottom: -40px;
}
.ha-carousel .slick-dots li,
.ha-slider .slick-dots li {
  margin-right: 2px;
  margin-left: 2px;
}
.ha-carousel .slick-dots li button:focus,
.ha-carousel .slick-dots li button:hover,
.ha-slider .slick-dots li button:focus,
.ha-slider .slick-dots li button:hover {
  background-color: transparent;
}
.ha-carousel .slick-dots li button:before,
.ha-slider .slick-dots li button:before {
  color: #1b1b1b;
  opacity: 1;
}
.ha-carousel .slick-dots .slick-active button:before,
.ha-carousel .slick-dots li button:hover:before,
.ha-slider .slick-dots .slick-active button:before,
.ha-slider .slick-dots li button:hover:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.ha-carousel .slick-next,
.ha-carousel .slick-prev {
  width: 2.66em;
  height: 2.66em;
}
.ha-slider .slick-next,
.ha-slider .slick-prev {
  width: 3.33em;
  height: 3.33em;
}
.ha-carousel .slick-slider:not(.slick-vertical) .slick-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.ha-carousel .slick-slider.slick-vertical .slick-slide {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ha-slick-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.ha-slick-content {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
.ha-slick-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 20px;
}
.ha-slick-subtitle {
  margin: 0;
  color: #fff;
}
.ha-social-icons-wrapper,
.ha-social-icons-wrapper a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ha-social-icons-wrapper a {
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.ha-social-icon:hover {
  position: relative;
  z-index: 1;
  background: #e2498a;
}
a.ha-social-icon:after,
a.ha-social-icon:before {
  border-radius: inherit;
}
.ha-social-icons-wrapper a.elementor-social-icon-label {
  color: #d30c5c;
}
.ha-social-icon:not(:last-child) {
  margin-right: 2px;
}
.ha-social-icon i,
.ha-social-icon svg {
  position: relative;
  display: initial;
  width: 1em;
  height: 1em;
}
.ha-social-icon svg {
  width: auto;
  fill: currentColor;
}
.ha-social-icon-label {
  margin: 0 0 0 10px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1;
}
.elementor-social-icon-label .ha-social-icon-label {
  margin-left: 0;
}
.elementor-element-edit-mode .ha-social-icon-sticky {
  z-index: 9999;
}
.ha-social-icons:not(.elementor-element-edit-mode) .ha-social-icon-sticky {
  position: fixed;
}
.ha-social-icon-separator {
  margin-right: 10px;
}
.ha-separator--stroke .ha-social-icon-separator {
  width: 1px;
  height: 1em;
  background: #d30c5c;
}
.ha-separator--custom .ha-social-icon-separator {
  color: #d30c5c;
  font-size: 24px;
}
.ha-social-icon-separator:last-child {
  display: none;
}
.ha-social-share .ha-share-buttons {
  display: block;
  padding: 0;
  list-style: none;
}
.ha-social-share .ha-share-buttons .ha-share-button {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ha-social-share .ha-share-buttons .ha-share-button:last-child {
  margin: 0;
}
.ha-social-share .ha-share-button .ha-share-network {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px;
  background-color: #5636d1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-social-share .ha-share-button .ha-share-network i {
  width: 1em;
  height: 1em;
}
.ha-social-share .ha-share-button .ha-share-network:hover {
  background-color: #e2498a;
  color: #fff;
}
.ha-social-share .ha-share-label {
  padding-left: 10px;
}
.ha-social-share.ha-separator-yes .ha-share-network i {
  margin-right: 10px;
}
.ha-social-share.ha-separator-yes .ha-share-label {
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .ha-social-share .ha-share-buttons .ha-share-button {
    margin: 0 0 10px;
  }
}
.ha-step-flow {
  --ha-stepflow-direction-origin-x: calc(
    -1 * ((var(--ha-stepflow-icon-size, 46px) / 2) +
          var(--ha-stepflow-icon-padding, 40px) +
          var(--ha-stepflow-direction-offset-x, 20px))
  );
}
.ha-step-flow > .elementor-widget-container {
  padding: 25px;
  text-align: center;
}
.ha-step-flow:not(:has(.elementor-widget-container)) {
  padding: 25px;
  text-align: center;
}
.ha-step-arrow,
.ha-step-arrow:after {
  position: absolute;
  display: inline-block;
  border-top: 1px solid #ddd;
}
.ha-step-arrow {
  top: 49%;
  left: calc(100% + 20px);
  width: 100px;
  -webkit-transform: rotate(var(--ha-stepflow-direction-angle, 0));
  -ms-transform: rotate(var(--ha-stepflow-direction-angle, 0));
  transform: rotate(var(--ha-stepflow-direction-angle, 0));
  -webkit-transform-origin: var(--ha-stepflow-direction-origin-x) center;
  -ms-transform-origin: var(--ha-stepflow-direction-origin-x) center;
  transform-origin: var(--ha-stepflow-direction-origin-x) center;
}
.ha-step-arrow:after {
  top: -2px;
  right: 5px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #ddd;
  color: #ddd;
  content: "";
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.ha-steps-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 40px;
  border-radius: 50%;
  background-color: #e9ecf0;
  color: #8056ee;
  text-align: center;
  font-size: 46px;
}
.ha-steps-icon i,
.ha-steps-icon svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.ha-steps-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ha-steps-icon .ha-steps-label {
  position: absolute;
  top: 5px;
  right: 0;
  overflow: hidden;
  padding: 8px 10px;
  max-width: 200%;
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #8056ee;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
.ha-steps-title {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.ha-steps-title a {
  display: block;
  color: #562dd4;
}
.ha-steps-title a:hover {
  color: #242424;
}
.ha-step-description {
  margin: 0;
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.ha-taxonomy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ha-taxonomy-list.ha-taxonomy-list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ha-taxonomy-list .ha-taxonomy-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  padding: 0;
}
.ha-taxonomy-list.ha-taxonomy-list-inline .ha-taxonomy-list-item {
  margin-right: 21px;
}
.ha-taxonomy-list .ha-taxonomy-list-item:last-child,
.ha-taxonomy-list.ha-taxonomy-list-inline .ha-taxonomy-list-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.ha-taxonomy-list .ha-taxonomy-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
.ha-taxonomy-list-title,
span.ha-taxonomy-list-count {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #242424;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
span.ha-taxonomy-list-count {
  margin-left: 5px;
}
.ha-taxonomy-list .ha-taxonomy-list-item a:hover .ha-taxonomy-list-title,
.ha-taxonomy-list .ha-taxonomy-list-item a:hover span.ha-taxonomy-list-count {
  color: #e04d8b;
}
.ha-taxonomy-list span.ha-taxonomy-list-icon {
  margin-right: 8px;
  color: #242424;
  font-size: 14px;
}
.ha-taxonomy-list span.ha-taxonomy-list-icon svg {
  display: block;
  width: auto;
  height: 1em;
}
.ha-taxonomy-list span.ha-taxonomy-list-image {
  margin-right: 15px;
  line-height: 1;
}
.ha-taxonomy-list span.ha-taxonomy-list-image img {
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-testimonial--basic > .elementor-widget-container {
  padding: 25px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.ha-testimonial--basic:not(:has(.elementor-widget-container)) {
  padding: 25px;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.ha-testimonial--basic .ha-testimonial__content {
  margin-bottom: 25px;
}
.ha-testimonial--bubble .ha-testimonial__content {
  position: relative;
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  line-height: 1.6;
}
.ha-testimonial--bubble .ha-testimonial__content:after {
  position: absolute;
  bottom: -14px;
  color: #fff;
  content: "\e911";
  font-style: normal;
  font-size: 36px;
  font-family: "Happy Icons";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.ha-testimonial--left.ha-testimonial--bubble .ha-testimonial__content:after {
  left: 15px;
}
.ha-testimonial--center.ha-testimonial--bubble .ha-testimonial__content:after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
.ha-testimonial--right.ha-testimonial--bubble .ha-testimonial__content:after {
  right: 15px;
}
.ha-testimonial__reviewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ha-testimonial__reviewer-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  max-width: 65px;
  height: 65px;
}
.ha-testimonial__reviewer-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-testimonial__reviewer-name {
  margin-bottom: 10px;
  color: #562dd4;
  font-weight: 700;
  font-size: 18px;
}
.ha-testimonial__reviewer-title {
  color: #8c8c8c;
  font-size: 16px;
}
.ha-testimonial--left .ha-testimonial__reviewer-meta {
  padding-left: 25px;
}
.ha-testimonial--center .ha-testimonial__reviewer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-testimonial--center .ha-testimonial__reviewer-meta {
  padding-top: 15px;
  max-width: 100%;
}
.ha-testimonial--left .ha-testimonial__reviewer-meta,
.ha-testimonial--right .ha-testimonial__reviewer-meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 65px);
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
}
.ha-testimonial--right .ha-testimonial__reviewer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-testimonial--right .ha-testimonial__reviewer-meta {
  padding-right: 25px;
}
.ha-text-scroll {
  background: #fff;
  color: #000;
  font-size: clamp(28px, 4.5vw, 300px);
  line-height: 1.2;
}
.ha-text-scroll .ha-split-lines {
  display: block;
  margin: 0 auto;
}
.ha-text-scroll .ha-line-mask {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
}
.ha-text-scroll .line {
  position: relative;
  color: #000;
}
.ha-text-scroll .line,
.ha-text-scroll .line .word,
.ha-text-scroll .line.highlight .word {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.ha-text-scroll .word .char {
  opacity: 0.2;
}
.ha-text-scroll .line.highlight .word {
  opacity: 1 !important;
}
.ha-text-scroll .mask-active.line {
  color: #000;
  opacity: 1 !important;
}
.ha-threesixty-rotation-inner {
  overflow: hidden;
  background: 0 0;
}
.ha-threesixty-rotation-inner img {
  cursor: move;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-img-magnifier-glass {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
}
span.ha-threesixty-rotation-magnify {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}
.ha-threesixty-rotation-autoplay {
  display: none;
}
.ha-threesixty-rotation-autoplay-button button {
  display: inline-block;
  padding: 0.4rem 2rem;
  outline: 0;
  border-radius: 40px;
  background-color: #e2498a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-threesixty-rotation-autoplay-button button:focus {
  outline: 0;
}
.ha-threesixty-rotation-autoplay-button button:hover {
  outline: 0;
  background-color: #562dd4;
  color: #fff;
}
.ha-threesixty-rotation-360img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(38, 39, 39, 0.5);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0 0 4px;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 4px;
  color: #505050;
  text-align: center;
  line-height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ha-twitter-feed .ha-tweeter-feed-icon i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #1da1f2;
  font-size: 22px;
}
.ha-twitter-feed .ha-tweet-items {
  display: grid;
  grid-gap: 30px;
}
.ha-twitter-feed .ha-tweet-item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
}
.ha-twitter-feed .ha-tweet-content:before,
.ha-twitter-feed .ha-tweet-item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.ha-twitter-feed .ha-tweet-inner-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 10px;
}
.ha-twitter-feed .ha-tweet-author,
.ha-twitter-feed .ha-tweet-inner-wrapper,
.ha-twitter-feed .ha-tweet-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-twitter-feed .ha-tweet-author {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}
.ha-twitter-feed .ha-tweet-avatar {
  width: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ha-twitter-feed .ha-tweet-user {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-twitter-feed .ha-tweet-author-name,
.ha-twitter-feed .ha-tweet-content p a:hover {
  color: #e2498a;
}
.ha-twitter-feed .ha-tweet-author-name:hover,
.ha-twitter-feed .ha-tweet-content p a {
  color: #562dd4;
}
.ha-twitter-feed .ha-tweet-username {
  color: #a7a7a7;
}
.ha-twitter-feed .ha-tweet-username:hover {
  color: #818181;
}
.ha-twitter-feed .ha-tweet-content {
  position: relative;
  color: #222;
}
.ha-twitter-feed .ha-tweet-content p {
  margin-bottom: 5px;
}
.ha-twitter-feed .ha-tweet-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  text-align: right;
}
.ha-twitter-feed .ha-tweet-date {
  color: #a7a7a7;
}
.ha-twitter-feed .ha-tweet-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 15px;
}
.ha-twitter-feed .ha-tweet-favorite,
.ha-twitter-feed .ha-tweet-retweet {
  display: inline-block;
  color: #a7a7a7;
}
.ha-twitter-feed .ha-tweet-favorite {
  margin-right: 12px;
}
.ha-twitter-feed .ha-twitter-load-more-wrapper {
  margin-top: 30px;
  text-align: center;
}
.ha-twitter-feed .ha-twitter-load-more {
  display: inline-block;
  padding: 10px 25px;
  outline: 0;
  border: 0;
  border-radius: 50px;
  background-color: #302a8c;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ha-twitter-feed .ha-twitter-load-more:hover {
  background-color: #e2498a;
}
.ha-twitter-feed .ha-tweet-error-message {
  padding: 20px;
  border-left: 4px solid #ff7726;
  background-color: #fff9f5;
}
.ha-twitter-feed.ha-twitter-left .ha-tweet-avatar {
  margin-right: 15px;
}
.ha-twitter-feed.ha-twitter-left .ha-tweet-content {
  text-align: left;
}
.ha-twitter-feed.ha-twitter-center .ha-tweet-author {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ha-twitter-feed.ha-twitter-center .ha-tweet-content {
  text-align: center;
}
.ha-twitter-feed.ha-twitter-right .ha-tweeter-feed-icon i {
  right: auto;
  left: 5px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ha-twitter-feed.ha-twitter-right .ha-tweet-author {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ha-twitter-feed.ha-twitter-right .ha-tweet-content {
  text-align: right;
}
.ha-twitter-feed.ha-twitter-user-bottom .ha-tweet-inner-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ha-twitter-feed.ha-twitter-user-bottom .ha-tweet-author {
  margin-top: 10px;
  margin-bottom: 0;
}
.ha-twitter-feed.ha-tweet-glassy-yes .ha-tweet-content:before {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
