.is-style-outline > :where(.yt-block-button__link),
:where(.yt-block-button__link).is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.is-style-outline > .yt-block-button__link:not(.has-text-color),
.yt-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.is-style-outline > .yt-block-button__link:not(.has-background),
.yt-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
.yt-block-buttons.is-vertical {
  flex-direction: column;
}
.yt-block-buttons.is-vertical > .yt-block-button:last-child {
  margin-bottom: 0;
}
.yt-block-buttons > .yt-block-button {
  display: inline-block;
  margin: 0;
}
.yt-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.yt-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.yt-block-buttons.is-content-justification-center {
  justify-content: center;
}
.yt-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.yt-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.yt-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.yt-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.yt-block-buttons.aligncenter {
  text-align: center;
}
.yt-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center)
  .yt-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.yt-block-button.aligncenter,
.yt-block-calendar {
  text-align: center;
}
.yt-block-calendar tbody td,
.yt-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.yt-block-calendar tfoot td {
  border: none;
}
.yt-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.yt-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.yt-block-calendar a {
  text-decoration: underline;
}
.yt-block-calendar table caption,
.yt-block-calendar table tbody {
  color: #40464d;
}
.yt-block-categories.alignleft {
  margin-right: 2em;
}
.yt-block-categories.alignright {
  margin-left: 2em;
}
.yt-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.yt-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}
@media (min-width: 782px) {
  .yt-block-columns {
    flex-wrap: nowrap !important;
  }
}
.yt-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.yt-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.yt-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .yt-block-columns:not(.is-not-stacked-on-mobile) > .yt-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .yt-block-columns:not(.is-not-stacked-on-mobile) > .yt-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .yt-block-columns:not(.is-not-stacked-on-mobile)
    > .yt-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.yt-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.yt-block-columns.is-not-stacked-on-mobile > .yt-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.yt-block-columns.is-not-stacked-on-mobile
  > .yt-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.yt-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.yt-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.yt-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.yt-block-column.is-vertically-aligned-center {
  align-self: center;
}
.yt-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.yt-block-column.is-vertically-aligned-bottom,
.yt-block-column.is-vertically-aligned-center,
.yt-block-column.is-vertically-aligned-top {
  width: 100%;
}
.yt-block-comments-pagination > .yt-block-comments-pagination-next,
.yt-block-comments-pagination > .yt-block-comments-pagination-numbers,
.yt-block-comments-pagination > .yt-block-comments-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.yt-block-comments-pagination > .yt-block-comments-pagination-next:last-child,
.yt-block-comments-pagination
  > .yt-block-comments-pagination-numbers:last-child,
.yt-block-comments-pagination
  > .yt-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.yt-block-comments-pagination .yt-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.yt-block-comments-pagination
  .yt-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.yt-block-comments-pagination .yt-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.yt-block-comments-pagination
  .yt-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.yt-block-comments-pagination.aligncenter {
  justify-content: center;
}
.yt-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.yt-block-comment-template li {
  clear: both;
}
.yt-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem;
}
.yt-block-cover,
.yt-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.yt-block-cover-image.has-parallax,
.yt-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: inherit) {
  .yt-block-cover-image.has-parallax,
  .yt-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yt-block-cover-image.has-parallax,
  .yt-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.yt-block-cover-image.is-repeated,
.yt-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.yt-block-cover-image.has-background-dim:not([class*="-background-color"]),
.yt-block-cover-image .has-background-dim:not([class*="-background-color"]),
.yt-block-cover.has-background-dim:not([class*="-background-color"]),
.yt-block-cover .has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.yt-block-cover-image .has-background-dim.has-background-gradient,
.yt-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent;
}
.yt-block-cover-image.has-background-dim:before,
.yt-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.yt-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.yt-block-cover-image .yt-block-cover__background,
.yt-block-cover-image .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim:not(.has-background-gradient):before,
.yt-block-cover .yt-block-cover__background,
.yt-block-cover .yt-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.yt-block-cover-image.has-background-dim.has-background-dim-10
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-10
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-10
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-10
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.yt-block-cover-image.has-background-dim.has-background-dim-20
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-20
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-20
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-20
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.yt-block-cover-image.has-background-dim.has-background-dim-30
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-30
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-30
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-30
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.yt-block-cover-image.has-background-dim.has-background-dim-40
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-40
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-40
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-40
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.yt-block-cover-image.has-background-dim.has-background-dim-50
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-50
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-50
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-50
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.yt-block-cover-image.has-background-dim.has-background-dim-60
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-60
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-60
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-60
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.yt-block-cover-image.has-background-dim.has-background-dim-70
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-70
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-70
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-70
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.yt-block-cover-image.has-background-dim.has-background-dim-80
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-80
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-80
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-80
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.yt-block-cover-image.has-background-dim.has-background-dim-90
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-90
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-90
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-90
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.yt-block-cover-image.has-background-dim.has-background-dim-100
  .yt-block-cover__background,
.yt-block-cover-image.has-background-dim.has-background-dim-100
  .yt-block-cover__gradient-background,
.yt-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.yt-block-cover.has-background-dim.has-background-dim-100
  .yt-block-cover__background,
.yt-block-cover.has-background-dim.has-background-dim-100
  .yt-block-cover__gradient-background,
.yt-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-0,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-0,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-10,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-10,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-20,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-20,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-30,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-30,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-40,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-40,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-50,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-50,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-60,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-60,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-70,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-70,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-80,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-80,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-90,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-90,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.yt-block-cover-image
  .yt-block-cover__background.has-background-dim.has-background-dim-100,
.yt-block-cover-image
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.yt-block-cover
  .yt-block-cover__background.has-background-dim.has-background-dim-100,
.yt-block-cover
  .yt-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.yt-block-cover-image .block-library-cover__padding-visualizer,
.yt-block-cover .block-library-cover__padding-visualizer {
  z-index: 2;
}
.yt-block-cover-image.alignleft,
.yt-block-cover-image.alignright,
.yt-block-cover.alignleft,
.yt-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.yt-block-cover-image:after,
.yt-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .yt-block-cover-image:after,
  .yt-block-cover:after {
    content: none;
  }
}
.yt-block-cover-image.aligncenter,
.yt-block-cover-image.alignleft,
.yt-block-cover-image.alignright,
.yt-block-cover.aligncenter,
.yt-block-cover.alignleft,
.yt-block-cover.alignright {
  display: flex;
}
.yt-block-cover-image .yt-block-cover__inner-container,
.yt-block-cover .yt-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.yt-block-cover-image.is-light .yt-block-cover__inner-container,
.yt-block-cover.is-light .yt-block-cover__inner-container {
  color: #000;
}
.yt-block-cover-image h1:not(.has-text-color),
.yt-block-cover-image h2:not(.has-text-color),
.yt-block-cover-image h3:not(.has-text-color),
.yt-block-cover-image h4:not(.has-text-color),
.yt-block-cover-image h5:not(.has-text-color),
.yt-block-cover-image h6:not(.has-text-color),
.yt-block-cover-image p:not(.has-text-color),
.yt-block-cover h1:not(.has-text-color),
.yt-block-cover h2:not(.has-text-color),
.yt-block-cover h3:not(.has-text-color),
.yt-block-cover h4:not(.has-text-color),
.yt-block-cover h5:not(.has-text-color),
.yt-block-cover h6:not(.has-text-color),
.yt-block-cover p:not(.has-text-color) {
  color: inherit;
}
.yt-block-cover-image.is-position-top-left,
.yt-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.yt-block-cover-image.is-position-top-center,
.yt-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.yt-block-cover-image.is-position-top-right,
.yt-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.yt-block-cover-image.is-position-center-left,
.yt-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.yt-block-cover-image.is-position-center-center,
.yt-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.yt-block-cover-image.is-position-center-right,
.yt-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.yt-block-cover-image.is-position-bottom-left,
.yt-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.yt-block-cover-image.is-position-bottom-center,
.yt-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.yt-block-cover-image.is-position-bottom-right,
.yt-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.yt-block-cover-image.has-custom-content-position.has-custom-content-position
  .yt-block-cover__inner-container,
.yt-block-cover.has-custom-content-position.has-custom-content-position
  .yt-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.yt-block-cover-image img.yt-block-cover__image-background,
.yt-block-cover-image video.yt-block-cover__video-background,
.yt-block-cover img.yt-block-cover__image-background,
.yt-block-cover video.yt-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.yt-block-cover__image-background,
.yt-block-cover__video-background {
  z-index: 0;
}
.yt-block-cover-image-text,
.yt-block-cover-image-text a,
.yt-block-cover-image-text a:active,
.yt-block-cover-image-text a:focus,
.yt-block-cover-image-text a:hover,
.yt-block-cover-text,
.yt-block-cover-text a,
.yt-block-cover-text a:active,
.yt-block-cover-text a:focus,
.yt-block-cover-text a:hover,
section.yt-block-cover-image h2,
section.yt-block-cover-image h2 a,
section.yt-block-cover-image h2 a:active,
section.yt-block-cover-image h2 a:focus,
section.yt-block-cover-image h2 a:hover {
  color: #fff;
}
.yt-block-cover-image .yt-block-cover.has-left-content {
  justify-content: flex-start;
}
.yt-block-cover-image .yt-block-cover.has-right-content {
  justify-content: flex-end;
}
.yt-block-cover-image.has-left-content .yt-block-cover-image-text,
.yt-block-cover.has-left-content .yt-block-cover-text,
section.yt-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.yt-block-cover-image.has-right-content .yt-block-cover-image-text,
.yt-block-cover.has-right-content .yt-block-cover-text,
section.yt-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.yt-block-cover-image .yt-block-cover-image-text,
.yt-block-cover .yt-block-cover-text,
section.yt-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
.yt-block-embed.alignleft,
.yt-block-embed.alignright,
.yt-block[data-align="left"] > [data-type="core/embed"],
.yt-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.yt-block-embed.alignleft .yt-block-embed__wrapper,
.yt-block-embed.alignright .yt-block-embed__wrapper,
.yt-block[data-align="left"]
  > [data-type="core/embed"]
  .yt-block-embed__wrapper,
.yt-block[data-align="right"]
  > [data-type="core/embed"]
  .yt-block-embed__wrapper {
  min-width: 280px;
}
.yt-block-cover .yt-block-embed {
  min-width: 320px;
  min-height: 240px;
}
.yt-block-embed {
  margin: 0 0 1em;
  overflow-wrap: break-word;
}
.yt-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.yt-block-embed iframe {
  max-width: 100%;
}
.yt-block-embed__wrapper {
  position: relative;
}
.yt-embed-responsive .yt-has-aspect-ratio .yt-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.yt-embed-responsive .yt-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.yt-embed-responsive .yt-embed-aspect-21-9 .yt-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.yt-embed-responsive .yt-embed-aspect-18-9 .yt-block-embed__wrapper:before {
  padding-top: 50%;
}
.yt-embed-responsive .yt-embed-aspect-16-9 .yt-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.yt-embed-responsive .yt-embed-aspect-4-3 .yt-block-embed__wrapper:before {
  padding-top: 75%;
}
.yt-embed-responsive .yt-embed-aspect-1-1 .yt-block-embed__wrapper:before {
  padding-top: 100%;
}
.yt-embed-responsive .yt-embed-aspect-9-16 .yt-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.yt-embed-responsive .yt-embed-aspect-1-2 .yt-block-embed__wrapper:before {
  padding-top: 200%;
}
.yt-block-file {
  margin-bottom: 1.5em;
}
.yt-block-file.aligncenter {
  text-align: center;
}
.yt-block-file.alignright {
  text-align: right;
}
.yt-block-file .yt-block-file__embed {
  margin-bottom: 1em;
}
.yt-block-file .yt-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.yt-block-file a.yt-block-file__button {
  text-decoration: none;
}
.yt-block-file a.yt-block-file__button:active,
.yt-block-file a.yt-block-file__button:focus,
.yt-block-file a.yt-block-file__button:hover,
.yt-block-file a.yt-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.yt-block-file * + .yt-block-file__button {
  margin-left: 0.75em;
}
.blocks-gallery-grid:not(.has-nested-images),
.yt-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item:nth-of-type(2n),
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.yt-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.yt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.yt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.yt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.yt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.yt-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.yt-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .yt-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .yt-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .yt-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .yt-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .yt-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .yt-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .yt-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .yt-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .yt-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .yt-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .yt-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .yt-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .yt-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .yt-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .yt-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .yt-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .yt-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .yt-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .yt-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .yt-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .yt-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .yt-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .yt-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .yt-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .yt-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .yt-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .yt-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .yt-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.yt-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.yt-block-gallery:not(.has-nested-images).alignleft,
.yt-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure,
.yt-block-gallery:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure {
  justify-content: center;
}
.yt-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.yt-block-gallery.has-nested-images {
  align-items: normal;
}
.yt-block-gallery.has-nested-images
  figure.yt-block-image:not(#individual-image) {
  width: calc(50% - var(--yt--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}
.yt-block-gallery.has-nested-images figure.yt-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
}
.yt-block-gallery.has-nested-images figure.yt-block-image > a,
.yt-block-gallery.has-nested-images figure.yt-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
.yt-block-gallery.has-nested-images figure.yt-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.yt-block-gallery.has-nested-images figure.yt-block-image figcaption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.yt-block-gallery.has-nested-images figure.yt-block-image figcaption img {
  display: inline;
}
.yt-block-gallery.has-nested-images figure.yt-block-image figcaption a {
  color: inherit;
}
.yt-block-gallery.has-nested-images figure.yt-block-image.is-style-rounded > a,
.yt-block-gallery.has-nested-images
  figure.yt-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.yt-block-gallery.has-nested-images
  figure.yt-block-image.is-style-rounded
  figcaption {
  flex: initial;
  background: 0 0;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.yt-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
.yt-block-gallery.has-nested-images:not(.is-cropped)
  figure.yt-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
.yt-block-gallery.has-nested-images.is-cropped
  figure.yt-block-image:not(#individual-image) {
  align-self: inherit;
}
.yt-block-gallery.has-nested-images.is-cropped
  figure.yt-block-image:not(#individual-image)
  > a,
.yt-block-gallery.has-nested-images.is-cropped
  figure.yt-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.yt-block-gallery.has-nested-images.is-cropped
  figure.yt-block-image:not(#individual-image)
  a,
.yt-block-gallery.has-nested-images.is-cropped
  figure.yt-block-image:not(#individual-image)
  img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.yt-block-gallery.has-nested-images.columns-1
  figure.yt-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .yt-block-gallery.has-nested-images.columns-3
    figure.yt-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--yt--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .yt-block-gallery.has-nested-images.columns-4
    figure.yt-block-image:not(#individual-image) {
    width: calc(25% - var(--yt--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .yt-block-gallery.has-nested-images.columns-5
    figure.yt-block-image:not(#individual-image) {
    width: calc(20% - var(--yt--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .yt-block-gallery.has-nested-images.columns-6
    figure.yt-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--yt--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .yt-block-gallery.has-nested-images.columns-7
    figure.yt-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--yt--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .yt-block-gallery.has-nested-images.columns-8
    figure.yt-block-image:not(#individual-image) {
    width: calc(12.5% - var(--yt--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .yt-block-gallery.has-nested-images.columns-default
    figure.yt-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--yt--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .yt-block-gallery.has-nested-images.columns-default
    figure.yt-block-image:not(#individual-image):first-child:nth-last-child(2),
  .yt-block-gallery.has-nested-images.columns-default
    figure.yt-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.yt-block-image:not(#individual-image) {
    width: calc(50% - var(--yt--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .yt-block-gallery.has-nested-images.columns-default
    figure.yt-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.yt-block-gallery.has-nested-images.alignleft,
.yt-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.yt-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.yt-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.yt-block-image {
  margin: 0 0 1em;
}
.yt-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.yt-block-image:not(.is-style-rounded) > a,
.yt-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.yt-block-image.aligncenter {
  text-align: center;
}
.yt-block-image.alignfull img,
.yt-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.yt-block-image.aligncenter,
.yt-block-image .aligncenter,
.yt-block-image.alignleft,
.yt-block-image .alignleft,
.yt-block-image.alignright,
.yt-block-image .alignright {
  display: table;
}
.yt-block-image.aligncenter > figcaption,
.yt-block-image .aligncenter > figcaption,
.yt-block-image.alignleft > figcaption,
.yt-block-image .alignleft > figcaption,
.yt-block-image.alignright > figcaption,
.yt-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.yt-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.yt-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.yt-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.yt-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.yt-block-image.is-style-circle-mask img,
.yt-block-image.is-style-rounded img,
.yt-block-image .is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .yt-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.yt-block-image figure {
  margin: 0;
}
ol.yt-block-latest-comments {
  margin-left: 0;
}
.yt-block-latest-comments .yt-block-latest-comments {
  padding-left: 0;
}
.yt-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .yt-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}
.has-avatars
  .yt-block-latest-comments__comment
  .yt-block-latest-comments__comment-excerpt,
.has-avatars
  .yt-block-latest-comments__comment
  .yt-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .yt-block-latest-comments__comment,
.has-excerpts .yt-block-latest-comments__comment {
  line-height: 1.5;
}
.yt-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.yt-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.yt-block-latest-comments .avatar,
.yt-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.yt-block-latest-posts.alignleft {
  margin-right: 2em;
}
.yt-block-latest-posts.alignright {
  margin-left: 2em;
}
.yt-block-latest-posts.yt-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.yt-block-latest-posts.yt-block-latest-posts__list li {
  clear: both;
}
.yt-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.yt-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .yt-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .yt-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .yt-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .yt-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .yt-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .yt-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .yt-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .yt-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .yt-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .yt-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.yt-block-latest-posts__post-author,
.yt-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.yt-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.yt-block-latest-posts__featured-image a {
  display: inline-block;
}
.yt-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.yt-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left;
}
.yt-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right;
}
.yt-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.yt-block-media-text {
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.yt-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.yt-block-media-text.is-vertically-aligned-top .yt-block-media-text__content,
.yt-block-media-text.is-vertically-aligned-top .yt-block-media-text__media {
  align-self: start;
}
.yt-block-media-text.is-vertically-aligned-center .yt-block-media-text__content,
.yt-block-media-text.is-vertically-aligned-center .yt-block-media-text__media,
.yt-block-media-text .yt-block-media-text__content,
.yt-block-media-text .yt-block-media-text__media {
  align-self: center;
}
.yt-block-media-text.is-vertically-aligned-bottom .yt-block-media-text__content,
.yt-block-media-text.is-vertically-aligned-bottom .yt-block-media-text__media {
  align-self: end;
}
.yt-block-media-text .yt-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.yt-block-media-text .yt-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}
.yt-block-media-text.has-media-on-the-right .yt-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.yt-block-media-text.has-media-on-the-right .yt-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
.yt-block-media-text__media img,
.yt-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.yt-block-media-text.is-image-fill .yt-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.yt-block-media-text.is-image-fill .yt-block-media-text__media > a {
  display: block;
  height: 100%;
}
.yt-block-media-text.is-image-fill .yt-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .yt-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .yt-block-media-text.is-stacked-on-mobile .yt-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .yt-block-media-text.is-stacked-on-mobile .yt-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.yt-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.yt-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.yt-block-navigation ul,
.yt-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.yt-block-navigation .yt-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}
.yt-block-navigation
  .yt-block-navigation-item
  .yt-block-navigation__submenu-container:empty {
  display: none;
}
.yt-block-navigation .yt-block-navigation-item__content {
  color: inherit;
  display: block;
  padding: 0;
}
.yt-block-navigation.has-text-decoration-underline
  .yt-block-navigation-item__content,
.yt-block-navigation.has-text-decoration-underline
  .yt-block-navigation-item__content:active,
.yt-block-navigation.has-text-decoration-underline
  .yt-block-navigation-item__content:focus {
  text-decoration: underline;
}
.yt-block-navigation.has-text-decoration-line-through
  .yt-block-navigation-item__content,
.yt-block-navigation.has-text-decoration-line-through
  .yt-block-navigation-item__content:active,
.yt-block-navigation.has-text-decoration-line-through
  .yt-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.yt-block-navigation:where(:not([class*="has-text-decoration"])) a,
.yt-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.yt-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.yt-block-navigation .yt-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
}
.yt-block-navigation .yt-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: 0.075em;
}
.yt-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.yt-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.yt-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.yt-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.yt-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.yt-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.yt-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.yt-block-navigation
  .has-child
  :where(.yt-block-navigation__submenu-container) {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}
.yt-block-navigation
  .has-child
  :where(.yt-block-navigation__submenu-container)
  > .yt-block-navigation-item
  > .yt-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.yt-block-navigation
  .has-child
  :where(.yt-block-navigation__submenu-container)
  > .yt-block-navigation-item
  > .yt-block-navigation-item__content
  .yt-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}
.yt-block-navigation
  .has-child
  :where(.yt-block-navigation__submenu-container)
  .yt-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .yt-block-navigation
    .has-child
    :where(.yt-block-navigation__submenu-container)
    .yt-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .yt-block-navigation
    .has-child
    :where(.yt-block-navigation__submenu-container)
    .yt-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: 0 0;
  }
  .yt-block-navigation
    .has-child
    :where(.yt-block-navigation__submenu-container)
    .yt-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .yt-block-navigation
    .has-child
    :where(.yt-block-navigation__submenu-container)
    .yt-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.yt-block-navigation
  .has-child:where(:not(.open-on-click)):hover
  > .yt-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.yt-block-navigation
  .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within
  > .yt-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.yt-block-navigation
  .has-child
  .yt-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .yt-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.yt-block-navigation.has-background
  .has-child
  .yt-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .yt-block-navigation.has-background
    .has-child
    .yt-block-navigation__submenu-container
    .yt-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.yt-block-navigation-submenu {
  position: relative;
  display: flex;
}
.yt-block-navigation-submenu .yt-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.yt-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left;
}
.yt-block-navigation-submenu__toggle {
  cursor: pointer;
}
.yt-block-navigation-item.open-on-click .yt-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}
.yt-block-navigation-item.open-on-click
  .yt-block-navigation-submenu__toggle
  + .yt-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.yt-block-navigation,
.yt-block-navigation .yt-block-page-list,
.yt-block-navigation:where(.has-background),
.yt-block-navigation:where(.has-background)
  .yt-block-navigation
  .yt-block-page-list,
.yt-block-navigation:where(.has-background) .yt-block-navigation__container,
.yt-block-navigation__container,
.yt-block-navigation__responsive-close,
.yt-block-navigation__responsive-container,
.yt-block-navigation__responsive-container-content,
.yt-block-navigation__responsive-dialog {
  gap: inherit;
}
.yt-block-navigation:where(.has-background) .yt-block-navigation-item__content,
.yt-block-navigation
  :where(.yt-block-navigation__submenu-container)
  .yt-block-navigation-item__content {
  padding: 0.5em 1em;
}
.yt-block-navigation.items-justified-right
  .yt-block-navigation__container
  .has-child
  .yt-block-navigation__submenu-container,
.yt-block-navigation.items-justified-right
  .yt-block-page-list
  > .has-child
  .yt-block-navigation__submenu-container,
.yt-block-navigation.items-justified-space-between
  .yt-block-page-list
  > .has-child:last-child
  .yt-block-navigation__submenu-container,
.yt-block-navigation.items-justified-space-between
  > .yt-block-navigation__container
  > .has-child:last-child
  .yt-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.yt-block-navigation.items-justified-right
  .yt-block-navigation__container
  .has-child
  .yt-block-navigation__submenu-container
  .yt-block-navigation__submenu-container,
.yt-block-navigation.items-justified-right
  .yt-block-page-list
  > .has-child
  .yt-block-navigation__submenu-container
  .yt-block-navigation__submenu-container,
.yt-block-navigation.items-justified-space-between
  .yt-block-page-list
  > .has-child:last-child
  .yt-block-navigation__submenu-container
  .yt-block-navigation__submenu-container,
.yt-block-navigation.items-justified-space-between
  > .yt-block-navigation__container
  > .has-child:last-child
  .yt-block-navigation__submenu-container
  .yt-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .yt-block-navigation.items-justified-right
    .yt-block-navigation__container
    .has-child
    .yt-block-navigation__submenu-container
    .yt-block-navigation__submenu-container,
  .yt-block-navigation.items-justified-right
    .yt-block-page-list
    > .has-child
    .yt-block-navigation__submenu-container
    .yt-block-navigation__submenu-container,
  .yt-block-navigation.items-justified-space-between
    .yt-block-page-list
    > .has-child:last-child
    .yt-block-navigation__submenu-container
    .yt-block-navigation__submenu-container,
  .yt-block-navigation.items-justified-space-between
    > .yt-block-navigation__container
    > .has-child:last-child
    .yt-block-navigation__submenu-container
    .yt-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.yt-block-navigation:not(.has-background)
  .yt-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.yt-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.yt-block-navigation__container .is-responsive {
  display: none;
}
.yt-block-navigation__container:only-child,
.yt-block-page-list:only-child {
  flex-grow: 1;
}
.yt-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yt-block-navigation__responsive-container
  .yt-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
}
.yt-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important;
}
.yt-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  padding: 2rem;
  overflow: auto;
  z-index: 100000;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit);
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation__container,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-page-list {
  justify-content: flex-start;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation__submenu-icon {
  display: none;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .has-child
  .submenu-container,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .has-child
  .yt-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation__container,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation__submenu-container {
  gap: inherit;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation__submenu-container {
  padding-top: var(--yt--style--block-gap, 2em);
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation-item__content {
  padding: 0;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation-item,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-navigation__container,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__responsive-container-content
  .yt-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial);
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation-item,
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation-item
  .yt-block-navigation__submenu-container,
.yt-block-navigation__responsive-container.is-menu-open .yt-block-page-list {
  color: inherit !important;
  background: transparent !important;
}
.yt-block-navigation__responsive-container.is-menu-open
  .yt-block-navigation__submenu-container.yt-block-navigation__submenu-container.yt-block-navigation__submenu-container.yt-block-navigation__submenu-container {
  right: auto;
  left: auto;
}
@media (min-width: 600px) {
  .yt-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .yt-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)
    .yt-block-navigation__responsive-container-close {
    display: none;
  }
  .yt-block-navigation__responsive-container.is-menu-open
    .yt-block-navigation__submenu-container.yt-block-navigation__submenu-container.yt-block-navigation__submenu-container.yt-block-navigation__submenu-container {
    left: 0;
  }
}
.yt-block-navigation:not(.has-background)
  .yt-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.yt-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.yt-block-navigation__responsive-container-close,
.yt-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}
.yt-block-navigation__responsive-container-close svg,
.yt-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}
.yt-block-navigation__responsive-container-open {
  display: flex;
}
@media (min-width: 600px) {
  .yt-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.yt-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.yt-block-navigation__responsive-close {
  width: 100%;
}
.yt-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .yt-block-navigation__responsive-close,
.is-menu-open .yt-block-navigation__responsive-container-content,
.is-menu-open .yt-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.yt-block-navigation__responsive-dialog {
  position: relative;
}
html.has-modal-open {
  overflow: hidden;
}
.yt-block-navigation .yt-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.yt-block-navigation .yt-block-navigation-item__description {
  display: none;
}
.yt-block-navigation .yt-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
}
.yt-block-navigation .yt-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.yt-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.yt-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.yt-block-post-author__avatar {
  margin-right: 1em;
}
.yt-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.yt-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0;
}
.yt-block-post-author__name {
  margin: 0;
}
.yt-block-post-comments .alignleft {
  float: left;
}
.yt-block-post-comments .alignright {
  float: right;
}
.yt-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both;
}
.yt-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.yt-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.yt-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.yt-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yt-block-post-comments .comment-author {
  line-height: 1.5;
}
.yt-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.yt-block-post-comments .comment-author cite {
  font-style: normal;
}
.yt-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.yt-block-post-comments .comment-meta b {
  font-weight: 400;
}
.yt-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
.yt-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.yt-block-post-comments .comment-form-author label,
.yt-block-post-comments .comment-form-comment label,
.yt-block-post-comments .comment-form-email label,
.yt-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.yt-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.yt-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.yt-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.yt-block-post-comments
  .comment-form-cookies-consent
  #yt-comment-cookies-consent {
  margin-top: 0.35em;
}
.yt-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.yt-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--yt--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.yt-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.yt-block-post-comments input:not([type="submit"]),
.yt-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.yt-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.yt-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
.yt-block-post-comments input[type="submit"] {
  border: none;
}
.yt-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.yt-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.yt-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.yt-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.yt-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.yt-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.yt-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.yt-block-post-comments-form input[type="submit"] {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.yt-block-post-comments-form input:not([type="submit"]),
.yt-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.yt-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.yt-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.yt-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.yt-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.yt-block-post-comments-form .comment-form-author label,
.yt-block-post-comments-form .comment-form-email label,
.yt-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.yt-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.yt-block-post-comments-form
  .comment-form-cookies-consent
  #yt-comment-cookies-consent {
  margin-top: 0.35em;
}
.yt-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.yt-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--yt--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.yt-block-post-excerpt__more-link {
  display: inline-block;
}
.yt-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.yt-block-post-featured-image a {
  display: block;
}
.yt-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.yt-block-post-featured-image.alignfull img,
.yt-block-post-featured-image.alignwide img {
  width: 100%;
}
.yt-block-post-terms__separator {
  white-space: pre-wrap;
}
.yt-block-post-title {
  word-break: break-word;
}
.yt-block-post-title a {
  display: inline-block;
}
.yt-block-preformatted {
  white-space: pre-wrap;
}
.yt-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.yt-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.yt-block-pullquote blockquote,
.yt-block-pullquote cite,
.yt-block-pullquote p {
  color: inherit;
}
.yt-block-pullquote.alignleft,
.yt-block-pullquote.alignright,
.yt-block-pullquote.has-text-align-left,
.yt-block-pullquote.has-text-align-right {
  max-width: 420px;
}
.yt-block-pullquote.alignleft p,
.yt-block-pullquote.alignright p,
.yt-block-pullquote.has-text-align-left p,
.yt-block-pullquote.has-text-align-right p {
  font-size: 1.25em;
}
.yt-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.yt-block-pullquote cite,
.yt-block-pullquote footer {
  position: relative;
}
.yt-block-pullquote .has-text-color a {
  color: inherit;
}
.yt-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.yt-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.yt-block-pullquote.is-style-solid-color {
  border: none;
}
.yt-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.yt-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.yt-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.yt-block-pullquote cite {
  color: inherit;
}
.yt-block-post-template,
.yt-block-query-loop {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.yt-block-post-template.yt-block-post-template,
.yt-block-query-loop.yt-block-post-template {
  background: 0 0;
}
.yt-block-post-template.is-flex-container,
.yt-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.yt-block-post-template.is-flex-container li,
.yt-block-query-loop.is-flex-container li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .yt-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .yt-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .yt-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .yt-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .yt-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .yt-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .yt-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .yt-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .yt-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
  .yt-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.yt-block-query-pagination > .yt-block-query-pagination-next,
.yt-block-query-pagination > .yt-block-query-pagination-numbers,
.yt-block-query-pagination > .yt-block-query-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.yt-block-query-pagination > .yt-block-query-pagination-next:last-child,
.yt-block-query-pagination > .yt-block-query-pagination-numbers:last-child,
.yt-block-query-pagination > .yt-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.yt-block-query-pagination .yt-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.yt-block-query-pagination
  .yt-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.yt-block-query-pagination .yt-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.yt-block-query-pagination
  .yt-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.yt-block-query-pagination.aligncenter {
  justify-content: center;
}
.yt-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.yt-block-quote.is-large:not(.is-style-plain),
.yt-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.yt-block-quote.is-large:not(.is-style-plain) p,
.yt-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.yt-block-quote.is-large:not(.is-style-plain) cite,
.yt-block-quote.is-large:not(.is-style-plain) footer,
.yt-block-quote.is-style-large:not(.is-style-plain) cite,
.yt-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right;
}
.yt-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.yt-block-read-more:not([style*="text-decoration"]),
.yt-block-read-more:not([style*="text-decoration"]):active,
.yt-block-read-more:not([style*="text-decoration"]):focus {
  text-decoration: none;
}
ul.yt-block-rss {
  list-style: none;
  padding: 0;
}
ul.yt-block-rss.yt-block-rss {
  box-sizing: border-box;
}
ul.yt-block-rss.alignleft {
  margin-right: 2em;
}
ul.yt-block-rss.alignright {
  margin-left: 2em;
}
ul.yt-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
ul.yt-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.yt-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.yt-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.yt-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.yt-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.yt-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.yt-block-rss__item-author,
.yt-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.yt-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.yt-block-search__button.has-icon {
  line-height: 0;
}
.yt-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
}
.yt-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.yt-block-search__label {
  width: 100%;
}
.yt-block-search__input {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.yt-block-search.yt-block-search__button-only .yt-block-search__button {
  margin-left: 0;
}
.yt-block-search.yt-block-search__button-inside
  .yt-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.yt-block-search.yt-block-search__button-inside
  .yt-block-search__inside-wrapper
  .yt-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.yt-block-search.yt-block-search__button-inside
  .yt-block-search__inside-wrapper
  .yt-block-search__input:focus {
  outline: none;
}
.yt-block-search.yt-block-search__button-inside
  .yt-block-search__inside-wrapper
  .yt-block-search__button {
  padding: 0.125em 0.5em;
}
.yt-block-search.aligncenter .yt-block-search__inside-wrapper {
  margin: auto;
}
.yt-block-separator {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.yt-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
.yt-block-separator.is-style-dots:before {
  content: "Â·Â·Â·";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.yt-block-site-logo {
  line-height: 0;
}
.yt-block-site-logo a {
  display: inline-block;
}
.yt-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.yt-block-site-logo a,
.yt-block-site-logo img {
  border-radius: inherit;
}
.yt-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.yt-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.yt-block-social-links {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: 0 0;
}
.yt-block-social-links .yt-social-link a,
.yt-block-social-links .yt-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.yt-block-social-links .yt-social-link a {
  padding: 0.25em;
}
.yt-block-social-links .yt-social-link svg {
  width: 1em;
  height: 1em;
}
.yt-block-social-links .yt-social-link span:not(.screen-reader-text) {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.65em;
}
.yt-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.yt-block-social-links,
.yt-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.yt-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.yt-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.yt-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.yt-block-social-links.alignright {
  justify-content: flex-end;
}
.yt-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .yt-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.yt-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.yt-block-social-link:hover {
  transform: scale(1.1);
}
.yt-block-social-links .yt-block-social-link .yt-block-social-link-anchor,
.yt-block-social-links
  .yt-block-social-link
  .yt-block-social-link-anchor:active,
.yt-block-social-links .yt-block-social-link .yt-block-social-link-anchor:hover,
.yt-block-social-links
  .yt-block-social-link
  .yt-block-social-link-anchor:visited,
.yt-block-social-links .yt-block-social-link .yt-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.yt-block-social-links:not(.is-style-logos-only) .yt-social-link-youtube {
  background-color: red;
  color: #fff;
}
.yt-block-social-links.is-style-logos-only .yt-social-link {
  background: 0 0;
}
.yt-block-social-links.is-style-logos-only .yt-social-link a {
  padding: 0;
}
.yt-block-social-links.is-style-logos-only .yt-social-link svg {
  width: 1.25em;
  height: 1.25em;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-amazon {
  color: #f90;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-bandcamp {
  color: #1ea0c3;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-behance {
  color: #0757fe;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-codepen {
  color: #1e1f26;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-deviantart {
  color: #02e49b;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-dribbble {
  color: #e94c89;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-dropbox {
  color: #4280ff;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-etsy {
  color: #f45800;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-facebook {
  color: #1778f2;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-fivehundredpx {
  color: #000;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-flickr {
  color: #0461dd;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-foursquare {
  color: #e65678;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-github {
  color: #24292d;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-goodreads {
  color: #382110;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-google {
  color: #ea4434;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-instagram {
  color: #f00075;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-lastfm {
  color: #e21b24;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-linkedin {
  color: #0d66c2;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-mastodon {
  color: #3288d4;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-medium {
  color: #02ab6c;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-meetup {
  color: #f6405f;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-patreon {
  color: #ff424d;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-pinterest {
  color: #e60122;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-pocket {
  color: #ef4155;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-reddit {
  color: #fe4500;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-skype {
  color: #0478d7;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-soundcloud {
  color: #ff5600;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-spotify {
  color: #1bd760;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-telegram {
  color: #2aabee;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-tiktok {
  color: #000;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-tumblr {
  color: #011835;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-twitch {
  color: #6440a4;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-twitter {
  color: #1da1f2;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-vimeo {
  color: #1eb7ea;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-vk {
  color: #4680c2;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-wordpress {
  color: #3499cd;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-yelp {
  color: #d32422;
}
.yt-block-social-links.is-style-logos-only .yt-social-link-youtube {
  color: red;
}
.yt-block-social-links.is-style-pill-shape .yt-social-link {
  width: auto;
}
.yt-block-social-links.is-style-pill-shape .yt-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.yt-block-spacer {
  clear: both;
}
.yt-block-tag-cloud.aligncenter {
  text-align: center;
}
.yt-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.yt-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.yt-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.yt-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.yt-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.yt-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
.yt-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.yt-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.yt-block-table .has-fixed-layout td,
.yt-block-table .has-fixed-layout th {
  word-break: break-word;
}
.yt-block-table.aligncenter,
.yt-block-table.alignleft,
.yt-block-table.alignright {
  display: table;
  width: auto;
}
.yt-block-table.aligncenter td,
.yt-block-table.aligncenter th,
.yt-block-table.alignleft td,
.yt-block-table.alignleft th,
.yt-block-table.alignright td,
.yt-block-table.alignright th {
  word-break: break-word;
}
.yt-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.yt-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.yt-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.yt-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.yt-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.yt-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.yt-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.yt-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.yt-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.yt-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.yt-block-table.is-style-stripes td,
.yt-block-table.is-style-stripes th {
  border-color: transparent;
}
.yt-block-table .has-border-color > *,
.yt-block-table .has-border-color td,
.yt-block-table .has-border-color th,
.yt-block-table .has-border-color tr {
  border-color: inherit;
}
.yt-block-table table[style*="border-style"] > *,
.yt-block-table table[style*="border-style"] td,
.yt-block-table table[style*="border-style"] th,
.yt-block-table table[style*="border-style"] tr {
  border-style: inherit;
}
.yt-block-table table[style*="border-width"] > *,
.yt-block-table table[style*="border-width"] td,
.yt-block-table table[style*="border-width"] th,
.yt-block-table table[style*="border-width"] tr {
  border-width: inherit;
  border-style: inherit;
}
.yt-block-text-columns,
.yt-block-text-columns.aligncenter {
  display: flex;
}
.yt-block-text-columns .yt-block-column {
  margin: 0 1em;
  padding: 0;
}
.yt-block-text-columns .yt-block-column:first-child {
  margin-left: 0;
}
.yt-block-text-columns .yt-block-column:last-child {
  margin-right: 0;
}
.yt-block-text-columns.columns-2 .yt-block-column {
  width: 50%;
}
.yt-block-text-columns.columns-3 .yt-block-column {
  width: 33.33333%;
}
.yt-block-text-columns.columns-4 .yt-block-column {
  width: 25%;
}
pre.yt-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}
.yt-block-video {
  margin: 0 0 1em;
}
.yt-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .yt-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.yt-block-video.aligncenter {
  text-align: center;
}
.yt-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
:root {
  --yt--preset--font-size--normal: 16px;
  --yt--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--yt--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--yt--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color),
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where(img[class*="yt-image-"]) {
  height: auto;
  max-width: 100%;
}
.yt-block-audio figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .yt-block-audio figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.yt-block-code {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.yt-block-embed figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .yt-block-embed figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .blocks-gallery-caption {
  color: hsla(0, 0%, 100%, 0.65);
}
.yt-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .yt-block-image figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.yt-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin-bottom: 1.75em;
  color: currentColor;
}
.yt-block-pullquote__citation,
.yt-block-pullquote cite,
.yt-block-pullquote footer {
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-style: normal;
}
.yt-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.yt-block-quote cite,
.yt-block-quote footer {
  color: currentColor;
  font-size: 0.8125em;
  position: relative;
  font-style: normal;
}
.yt-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid;
  padding-left: 0;
  padding-right: 1em;
}
.yt-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
.yt-block-quote.is-large,
.yt-block-quote.is-style-large,
.yt-block-quote.is-style-plain {
  border: none;
}
.yt-block-search .yt-block-search__label {
  font-weight: 700;
}
:where(.yt-block-group.has-background) {
  padding: 1.25em 2.375em;
}
.yt-block-separator.has-css-opacity {
  opacity: 0.4;
}
.yt-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
.yt-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.yt-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.yt-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.yt-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
.yt-block-table thead {
  border-bottom: 3px solid;
}
.yt-block-table tfoot {
  border-top: 3px solid;
}
.yt-block-table td,
.yt-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}
.yt-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .yt-block-table figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.yt-block-video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .yt-block-video figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.yt-block-template-part.has-background {
  padding: 1.25em 2.375em;
  margin-top: 0;
  margin-bottom: 0;
}
body {
  --yt--preset--color--black: #000;
  --yt--preset--color--cyan-bluish-gray: #abb8c3;
  --yt--preset--color--white: #fff;
  --yt--preset--color--pale-pink: #f78da7;
  --yt--preset--color--vivid-red: #cf2e2e;
  --yt--preset--color--luminous-vivid-orange: #ff6900;
  --yt--preset--color--luminous-vivid-amber: #fcb900;
  --yt--preset--color--light-green-cyan: #7bdcb5;
  --yt--preset--color--vivid-green-cyan: #00d084;
  --yt--preset--color--pale-cyan-blue: #8ed1fc;
  --yt--preset--color--vivid-cyan-blue: #0693e3;
  --yt--preset--color--vivid-purple: #9b51e0;
  --yt--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --yt--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --yt--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --yt--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --yt--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --yt--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --yt--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --yt--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --yt--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --yt--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --yt--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --yt--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --yt--preset--duotone--dark-grayscale: url("#yt-duotone-dark-grayscale");
  --yt--preset--duotone--grayscale: url("#yt-duotone-grayscale");
  --yt--preset--duotone--purple-yellow: url("#yt-duotone-purple-yellow");
  --yt--preset--duotone--blue-red: url("#yt-duotone-blue-red");
  --yt--preset--duotone--midnight: url("#yt-duotone-midnight");
  --yt--preset--duotone--magenta-yellow: url("#yt-duotone-magenta-yellow");
  --yt--preset--duotone--purple-green: url("#yt-duotone-purple-green");
  --yt--preset--duotone--blue-orange: url("#yt-duotone-blue-orange");
  --yt--preset--font-size--small: 13px;
  --yt--preset--font-size--medium: 20px;
  --yt--preset--font-size--large: 36px;
  --yt--preset--font-size--x-large: 42px;
}
.has-black-color {
  color: var(--yt--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--yt--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--yt--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--yt--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--yt--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--yt--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--yt--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--yt--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--yt--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--yt--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--yt--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--yt--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--yt--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--yt--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--yt--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--yt--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--yt--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--yt--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--yt--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--yt--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--yt--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--yt--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--yt--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--yt--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--yt--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--yt--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--yt--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--yt--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--yt--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--yt--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--yt--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--yt--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--yt--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--yt--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--yt--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--yt--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --yt--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --yt--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --yt--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --yt--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --yt--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--yt--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--yt--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--yt--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--yt--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--yt--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--yt--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--yt--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--yt--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--yt--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--yt--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--yt--preset--font-size--x-large) !important;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf)
    format("truetype");
} /*!
 *  GLightbox.js
 */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.gslide:not(.current) {
  pointer-events: none;
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing:before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-button-hidden {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}
.gbtn.focused {
  outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
} /*!
 *  Themify Icons
 *  https://themify.me/themify-icons
 */
@font-face {
  font-family: themify;
  src: url(../fonts/themify.eot);
  src: url(../fonts/themify.eot?#iefix-fvbane)
      format("embedded-opentype"),
    url(../fonts/themify.woff)
      format("woff"),
    url(../fonts/themify.ttf)
      format("truetype"),
    url(../fonts/themify.svg?-fvbane#themify)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
.rfpp_core_wp {
  background: #212121;
  width: 100%;
}
.rfpp_core_wp .left-content {
  align-items: unset;
  overflow: auto;
  scrollbar-width: none;
}
.rfpp_core_wp .left-content::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}
.rfpp_core_wp .left-content::-webkit-scrollbar-thumb {
  background: red;
}
.rfpp_core_wp .left-content .inner-content {
  -webkit-transform: rotateY(0) !important;
  transform: rotateY(0) !important;
  height: 100%;
}
.rfpp_core_wp .left-content .inner-content .widget-area {
  padding-bottom: 16rem;
  padding-top: 20rem;
}
.rfpp_core_wp.no_sidebar .left-content {
  display: none !important;
}
.rfpp_core_wp.no_sidebar .right-content .inner-content {
  left: 0;
  width: 100%;
}
.rfpp_core_wp.no_sidebar .right-content .inner-content .section-container {
  max-width: 90rem;
  margin: 0 auto;
}
.rfpp_core_wp .right-content .inner-content .section-container {
  padding-bottom: 16rem;
}
.admin-bar .m-menu-button {
  top: 10rem;
}
@media (max-width: 800px) {
  .rfpp_core_wp .left-content {
    display: none !important;
  }
  .rfpp_core_wp .right-content .inner-content {
    left: 0;
    width: 100% !important;
  }
  .rfpp_core_wp .right-content .inner-content .section-container {
    margin: 0 auto !important;
    padding: 0 4rem !important;
  }
}
.rfpp_core_wp hr {
  margin-bottom: 4rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.rfpp_core_wp table {
  margin-bottom: 4rem;
}
.rfpp_core_wp address {
  margin-bottom: 3rem !important;
  font-size: 3.4rem;
  color: #7c7c7c;
}
.rfpp_core_wp code {
  font-family: "Source Sans Pro", sans-serif;
  color: #7c7c7c;
  background: #181818;
  line-height: 1.3em;
  padding: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  display: block;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.rfpp_core_wp iframe {
  width: 100%;
}
.yt-header-title {
  display: none;
  opacity: 0;
}
.rfpp_blog_mode .yt-header-title {
  display: block;
  opacity: 1;
  position: fixed;
  bottom: 6rem;
  writing-mode: vertical-rl;
  left: 3rem;
  z-index: 60;
}
.rfpp_blog_mode .yt-header-title p {
  color: #fff;
  word-wrap: break-word;
}
.rfpp_blog_mode .widget-area h1,
.rfpp_blog_mode .widget-area h2,
.rfpp_blog_mode .widget-area h3,
.rfpp_blog_mode .widget-area h4,
.rfpp_blog_mode .widget-area h5,
.rfpp_blog_mode .widget-area h6 {
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.rfpp_blog_mode .widget-area .widget {
  margin-bottom: 6rem;
}
@media (max-width: 800px) {
  .rfpp_blog_mode .yt-header-title {
    position: absolute;
    bottom: unset;
    top: 4rem;
    writing-mode: unset;
    left: 3rem;
  }
  .rfpp_blog_mode.admin-bar .yt-header-title {
    top: 8.6rem;
  }
}
.rfpp_core_wp .page-links,
.rfpp_core_wp .pagination .page-numbers {
  margin-right: 3rem;
  font-size: 3.4rem;
  color: #7c7c7c;
}
.rfpp_core_wp .pagination .page-numbers.prev {
  margin-right: 3rem;
  margin-left: 0;
  font-size: 2.1rem;
  display: none;
}
.rfpp_core_wp .pagination .page-numbers.next {
  margin-left: 0;
  margin-right: 0;
  font-size: 2.1rem;
  display: none;
}
.rfpp_core_wp .pagination .page-numbers.current,
.rfpp_core_wp .page-links .post-page-numbers.current {
  border: 1px solid #fff;
  width: 5.7rem;
  height: 5.7rem;
  line-height: 5.7rem;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}
.rfpp_core_wp .page-links .post-page-numbers.current span {
  color: inherit;
}
.rfpp_core_wp .page-links .post-page-numbers {
  margin-left: 1rem;
}
.rfpp_core_wp .post-navigation {
  margin-top: 8rem;
}
.rfpp_core_wp .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rfpp_core_wp .post-navigation .nav-links .nav-title {
  font-size: 3.4rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.rfpp_core_wp .post-navigation .nav-links .nav-title-icon-wrapper span {
  border: 1px solid #fff;
  width: 5.7rem;
  height: 5.7rem;
  color: #fff;
  line-height: 5.7rem;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 100%;
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
}
.rfpp_core_wp .post-navigation .nav-links .nav-subtitle,
.rfpp_core_wp .post-navigation .nav-links .nav-next {
  display: none !important;
}
.rfpp_core_wp .post-container {
  padding-top: 20rem;
  overflow-x: hidden;
}
.rfpp_core_wp .post-container .blog-post {
  margin-bottom: 18rem;
}
.rfpp_core_wp .post-container .blog-post.sticky {
  background: #181818;
  padding: 6rem 8rem;
}
.rfpp_core_wp .post-container .blog-post:last-child {
  margin-bottom: 0 !important;
}
.rfpp_core_wp .right-content .blog-post .blog-post-title {
  margin-bottom: 3.2rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.rfpp_core_wp .right-content .blog-post .blog-post-date {
  margin-bottom: 2rem;
}
.rfpp_core_wp .right-content .blog-post .featured-container-image {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 51%;
}
.rfpp_core_wp
  .right-content
  .blog-post
  .featured-container-image
  .featured-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rfpp_core_wp .right-content .blog-post .blog-post-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.rfpp_core_wp .right-content .blog-post .blog-post-button > * {
  margin: 0;
}
.rfpp_core_wp .post-password-form input[name="post_password"] {
  padding: 0;
  font-size: 3.4rem;
  letter-spacing: -0.005em;
  font-weight: 300;
  line-height: 1.4em;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #fff !important;
}
.rfpp_core_wp .post-password-form input[name="Submit"] {
  font-size: 3.4rem;
  color: #fff !important;
  background: 0 0 !important;
  border: 1px solid #fff !important;
  border-radius: 200px;
  padding: 0 4.5rem !important;
  height: 8.7rem;
  line-height: 1.4em;
  font-weight: 300;
  width: auto;
  letter-spacing: -0.005em;
  margin-top: 4rem;
}
@media (max-width: 800px) {
  .m-menu {
    width: 76% !important;
  }
}
.wp_menu_wrapper {
  position: relative;
}
.wp_menu_wrapper ul {
  list-style: none;
}
.wp_menu_wrapper ul {
  height: 0;
  overflow: hidden;
}
.wp_menu_wrapper ul.is-active {
  height: auto;
  overflow: hidden;
}
.wp_menu_wrapper .menu-item {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.m-menu .m-menu-inner .wp_menu_wrapper .menu-item a {
  color: #7c7c7c;
  font-size: clamp(16px, 2.1rem, 60px);
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
}
.wp_menu_wrapper .menu-item.menu-item-has-children a:before,
.wp_menu_wrapper .menu-item.back a:before {
  content: "\e628";
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-right: 1.7rem;
}
.wp_menu_wrapper .menu-item.back a:before {
  content: "\e6bd";
}
.rfpp_core_wp .comments-area .logged-in-as,
.rfpp_core_wp .comments-area .comment-reply-title,
.rfpp_core_wp .comments-area .comment-form-comment label {
  display: none;
}
.rfpp_core_wp .comments-area .comment-form-comment textarea {
  resize: vertical;
}
.rfpp_core_wp .comments-area .comment-respond {
  margin-top: 4rem;
}
.rfpp_core_wp .comments-area .form-submit .submit {
  width: auto;
  display: inline-block;
  border: none;
  padding: 0;
  padding-right: 8rem;
  vertical-align: middle;
}
.rfpp_core_wp .comments-area .form-submit .icon-button {
  -webkit-transform: translateX(-6rem);
  -ms-transform: translateX(-6rem);
  transform: translateX(-6rem);
  z-index: -2;
  vertical-align: middle;
}
.rfpp_core_wp .comments-area .comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 8rem;
  margin-top: 6rem;
}
.rfpp_core_wp .comments-area .comment-list > ul,
.rfpp_core_wp .comments-area .comment-list ul.children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 4rem;
  margin-top: 6rem;
}
.rfpp_core_wp .comments-area .comment-list .comment-author {
  margin-bottom: 0;
}
.rfpp_core_wp .comments-area .comment-list img.avatar {
  border-radius: 100%;
  margin-right: 1.6rem;
}
.rfpp_core_wp .comments-area .comment-list .comment-author .fn,
.rfpp_core_wp .comments-area .comment-list .comment-author .says {
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
}
.rfpp_core_wp .comments-area .comment-list .comment-meta {
  margin-top: 1.5rem;
}
.rfpp_core_wp .comments-area .comment-list .comment-meta a {
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
}
.rfpp_core_wp .comments-area .comment-list .comment-body > p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.rfpp_core_wp .comments-area .comment-list .reply a {
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
}
.rfpp_core_wp .comments-area .comment-list .reply a:before {
  content: "\e61c";
  font-family: themify;
  speak: none;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-right: 1.4rem;
}
select {
  margin-bottom: 3rem !important;
  position: relative;
  font-weight: 300;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border: 1px solid #fff;
  outline: none !important;
  font-size: 2.6rem;
  background: 0 0 !important;
  color: #fff;
  padding: 0 0.1rem !important;
  line-height: 8rem;
  height: 8rem;
  padding: 0.3rem;
  font-family: "Source Sans Pro", sans-serif;
}
select option {
  background: #181818;
  color: #7c7c7c;
}
.rfpp_core_wp h1,
.rfpp_core_wp h2,
.rfpp_core_wp h3,
.rfpp_core_wp h4,
.rfpp_core_wp h5,
.rfpp_core_wp h6 {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.rfpp_core_wp p {
  margin-bottom: 3rem;
}
.rfpp_core_wp ul {
  list-style: disc;
  margin: 2.6rem 0;
  margin-bottom: 4rem;
  padding-left: 4rem;
}
.rfpp_core_wp ol {
  margin: 2.6rem 0;
  padding-left: 4rem;
  margin-bottom: 4rem;
}
.rfpp_core_wp dl {
  margin: 2.6rem 0;
  padding-left: 0;
  margin-bottom: 4rem;
}
.rfpp_core_wp ul li,
.rfpp_core_wp ol li,
.rfpp_core_wp dl dt,
.rfpp_core_wp dl dd {
  font-size: 3.4rem;
  line-height: 1.4em;
  letter-spacing: -0.005em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #7c7c7c;
  font-family: "Source Sans Pro", sans-serif;
}
.rfpp_core_wp dl dt {
  color: #fff;
}
.rfpp_core_wp dl dd {
  margin-bottom: 2rem;
  margin-left: 0;
}
.rfpp_core_wp dl dd:last-child {
  margin-bottom: 0 !important;
}
.rfpp_core_wp .yt-caption-text {
  margin-top: 2rem;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.rfpp_core_wp .yt-caption {
  max-width: 100%;
  margin: 4rem 0;
}
.rfpp_core_wp .yt-caption img {
  margin: 0;
}
.rfpp_core_wp .yt-caption.alignright {
  float: right;
  margin-left: 4rem;
}
.rfpp_core_wp .yt-caption.alignleft {
  float: left;
  margin-right: 4rem;
}
.rfpp_core_wp .yt-caption.aligncenter {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.rfpp_core_wp img.aligncenter {
  margin: 0 auto;
  display: block;
}
.rfpp_core_wp img {
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.rfpp_core_wp img.alignleft {
  margin-right: 4rem;
  float: left;
}
.rfpp_core_wp img.alignright {
  margin-left: 4rem;
  float: right;
}
.rfpp_core_wp .yt-block-image {
  margin: 0;
}
.yt-block-image figcaption {
  color: #7c7c7c;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4rem;
}
.yt-block-image .alignleft figcaption,
.yt-block-image .alignright figcaption {
  margin-top: 3rem;
}
.yt-block-image .alignleft img,
.yt-block-image .alignright img {
  margin: 0;
}
.yt-block-image .alignleft {
  margin: 4rem 0;
  margin-right: 4rem;
}
.yt-block-image .alignright {
  margin: 4rem 0;
  margin-left: 4rem;
}
.yt-block-button .yt-block-button__link {
  background: #181818;
  line-height: unset;
  padding: 2.2rem 4.5rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 3.4rem;
  margin-bottom: 3rem;
}
.yt-block-button.is-style-outline .yt-block-button__link {
  border: 1px solid #fff;
}
.yt-block-button.is-style-squared .yt-block-button__link {
  border-radius: 0.3rem;
}
.yt-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.yt-block-button.aligncenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yt-block-button.alignright {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.yt-block-cover {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.yt-block-cover.has-parallax {
  background-attachment: unset;
}
.rfpp_core_wp .yt-block-gallery {
  margin-bottom: 0;
}
.rfpp_core_wp .yt-block-gallery.alignleft {
  float: left;
  margin-right: 4rem;
}
.rfpp_core_wp .yt-block-gallery.alignright {
  float: right;
  margin-left: 4rem;
}
.rfpp_core_wp .yt-block-gallery .blocks-gallery-caption {
  color: #7c7c7c;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4rem;
}
.rfpp_core_wp .yt-block-gallery ul.blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}
.rfpp_core_wp .yt-block-gallery img {
  margin-top: 0;
  margin-bottom: 0;
}
.yt-block-gallery .blocks-gallery-item figcaption {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.yt-block-gallery.columns-5 .blocks-gallery-item figcaption,
.yt-block-gallery.columns-6 .blocks-gallery-item figcaption,
.yt-block-gallery.columns-7 .blocks-gallery-item figcaption,
.yt-block-gallery.columns-8 .blocks-gallery-item figcaption,
.yt-block-gallery.columns-9 .blocks-gallery-item figcaption,
.yt-block-gallery.columns-10 .blocks-gallery-item figcaption,
.yt-block-gallery.columns-11 .blocks-gallery-item figcaption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.yt-block-quote,
.yt-block-pullquote,
.rfpp_core_wp blockquote {
  border: none !important;
  margin: 0;
  background: 0 0 !important;
  padding: 0;
  margin-bottom: 4rem !important;
}
.yt-block-quote p,
.yt-block-pullquote p,
.rfpp_core_wp blockquote p {
  border: none !important;
  position: relative;
  padding: 6rem 8rem !important;
  color: #7c7c7c !important;
  background: #181818 !important;
  margin-bottom: 3rem !important;
}
.yt-block-pullquote p {
  background: #080808 !important;
}
.yt-block-quote cite,
.yt-block-pullquote cite,
.rfpp_core_wp blockquote cite {
  font-size: 3.4rem !important;
  line-height: 1.4em;
  letter-spacing: -0.005em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.rfpp_core_wp blockquote cite {
  margin-top: 2rem;
  display: block;
}
.yt-block-audio {
  margin-bottom: 4rem;
}
.yt-block-file {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.yt-block-file a {
  font-size: 3.4rem;
  line-height: 1.4em;
  letter-spacing: -0.005em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.yt-block-file .yt-block-file__button {
  background: #111;
  line-height: 6.7rem;
  padding: 0 4.5rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 2.1rem;
  margin-left: 3rem;
  height: 6.7rem;
  display: inline-block;
}
.yt-block-video {
  margin-bottom: 5rem;
}
.yt-block-video figcaption {
  color: #7c7c7c;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
.yt-block-embed {
  margin-bottom: 5rem;
}
.yt-block-embed.yt-block-embed-twitter blockquote {
  margin-left: 0;
}
.yt-block-embed figcaption {
  text-align: left;
  margin-bottom: 5rem;
  color: #7c7c7c;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
.widget_search form > div,
.searchform > div {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.widget_search form {
  margin-bottom: 5rem;
  gap: 1rem;
}
.widget_search form input,
.searchform input {
  padding: 0;
  font-size: 3.4rem;
  letter-spacing: -0.005em;
  font-weight: 300;
  line-height: 1.4em;
  border: none !important;
  border-bottom: 1px solid #fff !important;
}
.widget_search form button,
.widget_search form input[type="submit"],
.searchform input[type="submit"] {
  font-size: 3.4rem;
  color: #fff !important;
  background: 0 0 !important;
  border: 1px solid #fff !important;
  border-radius: 200px;
  padding: 0 4.5rem !important;
  height: 8.7rem;
  line-height: 1.4em;
  font-weight: 300;
  width: unset;
  cursor: pointer;
  letter-spacing: -0.005em;
}
.widget_search form input[type="submit"],
.searchform input[type="submit"] {
  margin-left: 0.625em;
}
.widget_search form .yt-block-search__label {
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.yt-block-tag-cloud {
  margin-bottom: 5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.4rem;
}
.yt-block-tag-cloud a {
  background: #181818 !important;
  border: none;
  border-radius: 10rem;
  font-size: 2.1rem !important;
  height: 6rem;
  padding: 0 3rem;
  line-height: 6rem;
}
.yt-block-latest-posts-list,
.yt-block-latest-comments,
.yt-block-archives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.yt-block-latest-comments {
  padding-left: 0 !important;
}
.yt-block-preformatted {
  margin-bottom: 4rem !important;
}
.rfpp_core_wp table tbody td,
.rfpp_core_wp table tbody th {
  padding: 4rem 0 2.2rem;
  position: relative;
}
.rfpp_core_wp table tbody tr td,
.rfpp_core_wp table tbody tr th {
  padding-right: 3.5rem;
}
.rfpp_core_wp table tbody tr td:last-child,
.rfpp_core_wp table tbody tr th:last-child {
  padding-right: 0;
}
.yt-block-calendar,
.yt-calendar-table,
.yt-block-table {
  margin-bottom: 5rem !important;
}
.yt-block-table {
  border: none !important;
}
.yt-block-calendar caption,
.yt-calendar-table caption {
  text-align: left;
  color: #7c7c7c !important;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 3rem;
}
.yt-block-calendar .yt-calendar-nav,
.yt-calendar-table .yt-calendar-nav {
  margin-top: 3rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.yt-block-calendar tbody td,
.yt-calendar-table tbody td,
.yt-block-table tbody td,
.yt-block-calendar table th,
.yt-calendar-table th,
.yt-block-table table th {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-weight: 300;
  color: #7c7c7c;
  font-size: 2.1rem;
}
.yt-block-calendar tbody td,
.yt-calendar-table tbody td,
.yt-block-table tbody td {
  background: #181818 !important;
}
.yt-block-calendar table th,
.yt-calendar-table th,
.yt-block-table table th {
  background: #181818;
  text-align: center;
}
.yt-block-calendar table td,
.yt-calendar-table td {
  padding-left: 0 !important;
  text-align: center;
  padding-right: 0 !important;
}
.yt-block-table table td {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.yt-block-calendar a,
.yt-calendar-table a {
  text-decoration: none;
}
.yt-calendar-table th {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
.rfpp_core_wp .yt-block-calendar tbody td,
.rfpp_core_wp .yt-block-calendar tbody th,
.rfpp_core_wp .yt-calendar-table tbody td,
.rfpp_core_wp .yt-calendar-table tbody th {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.gallery {
  margin-bottom: 5rem !important;
}
.gallery .gallery-caption {
  margin-top: 3rem;
  text-align: left;
  margin-bottom: 5rem;
  color: #7c7c7c;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
.gallery .gallery-item {
  text-align: left !important;
}
.gallery img {
  border: none !important;
}
.gallery .gallery-item img {
  margin-bottom: 0;
  margin-top: 0;
}
.yt-block-group,
.yt-block-media-text {
  margin-bottom: 5rem !important;
}
.yt-block-group.has-background,
.yt-block-media-text.has-background {
  padding: 6rem 8rem;
}
.yt-block-columns {
  margin-bottom: 4rem !important;
}
.yt-block-separator {
  margin-bottom: 5rem !important;
  margin-top: 3rem !important;
  margin-left: 0;
}
.yt-block-separator.is-style-dots {
  text-align: left;
}
.yt-block-separator.is-style-dots:before {
  padding-left: 0;
}
.yt-block-code {
  background: 0 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  font-size: 3.4rem;
  line-height: 1.3em;
  letter-spacing: -0.005em;
  font-weight: 300;
  color: #7c7c7c;
  font-family: "Source Sans Pro", sans-serif;
}
.widget-area .widget_archive ul {
  list-style: none;
  padding-left: 0;
}
.widget-area .widget_categories ul,
.widget-area .widget_nav_menu ul,
.widget-area .widget_pages ul {
  padding-left: 2rem;
  list-style: none;
}
.widget-area .widget_categories > ul,
.widget-area .widget_nav_menu > ul,
.widget-area .widget_pages > ul {
  padding-left: 0;
}
.widget-area .widget_categories ul.children,
.widget-area .widget_nav_menu ul.sub-menu,
.widget-area .widget_pages ul.children {
  margin-top: 0;
  margin-bottom: 0;
}
.widget-area .widget_meta ul,
.widget-area .widget_recent_comments ul,
.widget-area .widget_recent_entries ul,
.widget-area .widget_rss ul,
.widget-area .widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
}
.widget-area .widget_rss > ul li {
  margin-bottom: 1.6rem;
}
.widget-area .widget_rss > ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_rss .rss-date {
  display: block;
  margin-bottom: 0.8rem;
}
.widget-area .widget_rss .rss-widget-feed img {
  margin: 0;
  vertical-align: baseline;
}
.widget-area .widget_rss .widget-title {
  display: block;
  margin-bottom: 1rem;
}
html {
  font-size: 10px;
  font-size: calc(100vw / 192);
}
@media (max-width: 800px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 6px;
  }
}
body {
  font-size: 2.1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #fff;
  background: #212121;
  -webkit-font-smoothing: antialiased;
}
body.cursor-hidden::-webkit-scrollbar,
body.loading-screen-on-display::-webkit-scrollbar {
  display: none;
}
body.cursor-hidden,
body.loading-screen-on-display {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@-moz-document url-prefix() {
  :root {
    scrollbar-width: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.005em;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
h1 {
  font-size: 10rem;
  line-height: 1em;
  font-weight: 200;
}
h2 {
  font-size: 6.5rem;
  font-weight: 200;
}
h3 {
  font-size: 5rem;
}
h4 {
  font-size: 4rem;
}
h5 {
  font-size: 3.4rem;
  line-height: 1.18em;
}
h6 {
  font-size: 3rem;
  font-weight: 500;
}
p {
  font-size: 3.4rem;
  line-height: 1.4em;
  letter-spacing: -0.005em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #7c7c7c;
  font-family: "Source Sans Pro", sans-serif;
}
p.small {
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
}
p.tag {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #fff;
}
a,
a:hover,
a:focus {
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  outline: none !important;
  outline-color: unset !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
span {
  color: #7c7c7c;
}
::-moz-selection {
  background: 0 0;
  color: #fdc60c;
}
::selection {
  background: 0 0;
  color: #fdc60c;
}
::-moz-selection {
  background: 0 0;
  color: #fdc60c;
}
img,
svg {
  vertical-align: middle;
}
.button-box {
  display: block;
}
.default-button-link {
  background: #161616;
  padding: 0 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20rem;
  height: 8.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.default-button-link span,
.default-button-link p {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
.default-button-link span {
  overflow: hidden;
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-button-link p {
  font-size: 3.4rem;
}
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: -0.005em;
  font-family: inherit;
  padding: 0;
  margin: 0;
  height: 8.7rem;
}
button.button-filled {
  background: #161616;
  padding: 0 4.5rem;
  border-radius: 200px;
}
button.button-border {
  border: 0.1rem solid #fff;
  border-radius: 200px;
  padding: 0 4.5rem;
}
button.button-filled span.icon,
button.button-border span.icon {
  font-size: 2.1rem;
  color: #fff;
}
button .button-text {
  font-size: 3.4rem;
  color: #fff;
}
ul.default-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem 3rem;
}
ul.default-list.inline-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
ul.default-list li {
  line-height: 6.5rem;
}
ul.icon-list span,
ul.icon-list p {
  vertical-align: middle;
  display: inline-block;
}
ul.icon-list span {
  overflow: hidden;
  font-size: 2.1rem;
  background: #181818;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.8rem;
  border-radius: 100%;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  position: relative;
}
table th {
  text-align: left;
  margin-bottom: 1rem;
}
table tbody tr {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
table tbody td {
  padding: 4rem 0 2.2rem;
  position: relative;
}
table tbody tr:first-child td {
  padding-top: 3rem;
}
html.no-cursor {
  cursor: none !important;
}
html.no-cursor *:hover {
  cursor: none !important;
}
.embed-wrapper {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
canvas {
  position: fixed;
  z-index: -1;
}
.mobile br {
  display: none;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}
input,
textarea {
  display: block;
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 0.1rem solid #fff;
  font-size: 3.4rem;
  letter-spacing: -0.005em;
  line-height: 1.4em;
  font-weight: 300;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
input {
  padding-bottom: 2rem;
}
textarea {
  height: 14rem;
}
input:focus,
textarea:focus {
  outline: none;
}
input.error,
textarea.error {
  border-color: #ff5252 !important;
}
form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
form ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
form ::placeholder {
  color: #fff;
  opacity: 1;
}
form .hpc {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: -999;
  position: absolute;
  display: none;
}
form .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
form .button-area button.flex-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
form .success-box {
  position: absolute;
  z-index: -100;
  background: #181818;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
form.success .success-box {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
form .success-box p {
  color: #37dd5e;
}
form .success-box .icon-button {
  color: #37dd5e;
  border-color: #37dd5e;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #161616 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 200;
  left: 0;
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform;
}
.loading-screen .inner {
  overflow: hidden;
}
.loading-screen .text-box {
  overflow: hidden;
}
.loading-screen .line-frame {
  overflow: hidden;
  height: 1px;
  width: 100%;
  position: relative;
}
.loading-screen .line-frame.self-width {
  width: 20vw;
  position: relative;
}
.loading-screen .line {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation-name: loader_animation;
  animation-name: loader_animation;
  will-change: transform;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.1, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0.1, 0.2, 1);
}
@-webkit-keyframes loader_animation {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  48% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  52% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes loader_animation {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  48% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  52% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.scroll-bar {
  position: fixed;
  top: 0;
  z-index: 11;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2px;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.scroll-bar .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 30px;
  height: 10%;
  background: #fff;
}
.scroll-progress {
  position: fixed;
  top: 0;
  z-index: 11;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2px;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.scroll-progress .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
}
.c_cursor_outer {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 100%;
  pointer-events: none;
  overflow: hidden;
}
.c_cursor_outer .bg {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  border: 1px solid #e3af00;
  z-index: 1000;
  border-radius: 100%;
  pointer-events: none;
}
.c_cursor_outer .circle {
  width: 0;
  height: 0;
  position: absolute;
  border: 1px solid #e3af00;
  z-index: 1000;
  top: 50%;
  left: 50%;
  opacity: 0;
  background: 0 0;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.c_cursor_inner {
  width: 6px;
  height: 6px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #e3af00;
  border-radius: 100%;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c_cursor_inner,
  .c_cursor_outer {
    display: none;
  }
}
.scroll-indicator-content {
  display: none;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -9999;
  position: absolute;
}
.provoke-scroll-bottom {
  position: fixed;
  right: 6rem;
  bottom: 3.6rem;
  opacity: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.provoke-scroll-bottom.is-active {
  opacity: 1;
}
.provoke-scroll-bottom.is-visible {
  display: none;
}
.provoke-scroll-bottom .fill {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 0.1rem;
  height: 5rem;
}
.provoke-scroll-bottom .fill:after {
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  position: absolute;
  border-width: 0;
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  width: 0;
  height: 100%;
}
.provoke-scroll-bottom .fill .inner {
  width: 0;
  position: absolute;
  left: 0;
  height: 100%;
  border-width: 0;
  border-left: 0.1rem solid #fff;
}
.provoke-scroll-bottom .text {
  position: relative;
  padding-top: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.provoke-scroll-bottom p {
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.info-msg {
  font-size: 2.6rem;
  background: #d7b555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  z-index: 100;
  width: 100%;
}
.mobile .c_cursor_inner,
.mobile .c_cursor_outer {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.m-menu-button {
  position: fixed;
  right: 6rem;
  top: 6rem;
  z-index: 60;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-menu-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-menu-button.is-visble {
  display: none;
}
.m-menu-button .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.7rem;
  width: 2.6rem;
}
.m-menu-button .burger .line {
  height: 0;
  width: 100%;
  border-width: 0;
  border-bottom: 0.1rem solid #fff;
  display: block;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.m-menu-button:hover .burger .line {
  border-color: #e3af00;
}
.menu-content-data {
  opacity: 0;
  display: none;
  height: 0;
  position: absolute;
  width: 0;
}
.m-menu {
  position: fixed;
  right: 0;
  width: 24%;
  z-index: 101;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #181818;
}
.mobile .m-menu {
  width: 76%;
}
.m-menu .m-menu-inner {
  position: relative;
  width: 46%;
  left: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-menu .head {
  overflow: hidden;
}
.m-menu .m-menu-inner .main-items,
.m-menu .m-menu-inner .main-items > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.7rem;
  padding-left: 0.4rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-menu .m-menu-inner .head-main-items {
  margin-bottom: 3rem;
}
.m-menu .m-menu-inner .head-main-items > p,
.m-menu .m-menu-inner .head-social-items > p {
  font-size: clamp(17px, 2.1rem, 60px);
}
.m-menu .m-menu-inner .main-items li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.m-menu .m-menu-inner .main-items a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.m-menu .m-menu-inner .main-items li .scroll-to {
  cursor: pointer;
}
.m-menu .m-menu-inner .main-items li p {
  display: inline-block;
  letter-spacing: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  font-size: clamp(16px, 2.1rem, 60px);
  transition: 0.2s ease;
}
.m-menu .m-menu-inner .main-items li span {
  display: inline-block;
  color: #7c7c7c;
  font-size: clamp(16px, 2.1rem, 60px);
  border-radius: 100%;
  padding-right: 2.6rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.m-menu .m-menu-inner .main-items li a.is-active span,
.m-menu .m-menu-inner .main-items li a:hover span {
  color: #fff;
}
.m-menu .m-menu-inner .main-items li a.is-active span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: -2;
  top: 0;
}
.m-menu .m-menu-inner .main-items li a {
  display: block;
  color: #fff;
}
.m-menu .m-menu-inner .main-items li:hover p,
.m-menu .m-menu-inner .main-items a.is-active p {
  color: #fdc60c;
}
.m-menu .m-menu-inner .social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
  padding-left: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-menu .m-menu-inner .social-items > * {
  margin: 0;
}
.m-menu .m-menu-inner .social-items .item {
  overflow: hidden;
}
.m-menu .m-menu-inner .head-social-items {
  margin-bottom: 2.6rem;
  margin-top: 9rem;
}
.m-menu .m-menu-inner .social-items a {
  text-align: center;
  font-size: clamp(16px, 2.1rem, 60px);
  display: block;
}
.m-menu .m-menu-inner .social-items a span {
  font-size: clamp(16px, 2.1rem, 60px);
}
.m-menu .m-menu-inner .social-items a:hover span {
  color: #fdc60c;
}
.menu-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -100;
  background: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.color-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-linetrough {
  text-decoration: line-through;
}
.text-highlight {
  background: rgba(0, 0, 0, 0.25);
  padding: 0 0.6rem;
}
.flex-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
  margin: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-0-5 {
  margin-bottom: 0.5rem !important;
}
.m-b-1 {
  margin-bottom: 1rem !important;
}
.m-b-1-5 {
  margin-bottom: 1.5rem !important;
}
.m-b-2 {
  margin-bottom: 2rem !important;
}
.m-b-2-5 {
  margin-bottom: 2.5rem !important;
}
.m-b-3 {
  margin-bottom: 3rem !important;
}
.m-b-4 {
  margin-bottom: 4rem !important;
}
.m-b-5 {
  margin-bottom: 5rem !important;
}
.m-b-6 {
  margin-bottom: 6rem !important;
}
.m-b-7 {
  margin-bottom: 7rem !important;
}
.m-b-8 {
  margin-bottom: 8rem !important;
}
.m-b-9 {
  margin-bottom: 9rem !important;
}
.m-b-10 {
  margin-bottom: 10rem !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-0-5 {
  margin-top: 0.5rem !important;
}
.m-t-1 {
  margin-top: 1rem !important;
}
.m-t-1-5 {
  margin-top: 1.5rem !important;
}
.m-t-2 {
  margin-top: 2rem !important;
}
.m-t-2-5 {
  margin-top: 2.5rem !important;
}
.m-t-3 {
  margin-top: 3rem !important;
}
.m-t-4 {
  margin-top: 4rem !important;
}
.m-t-5 {
  margin-top: 5rem !important;
}
.m-t-6 {
  margin-top: 6rem !important;
}
.m-t-7 {
  margin-top: 7rem !important;
}
.m-t-8 {
  margin-top: 8rem !important;
}
.m-t-9 {
  margin-top: 9rem !important;
}
.m-t-10 {
  margin-top: 10rem !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-0-5 {
  margin-right: 0.5rem !important;
}
.m-r-1 {
  margin-right: 1rem !important;
}
.m-r-1-5 {
  margin-right: 1.5rem !important;
}
.m-r-2 {
  margin-right: 2rem !important;
}
.m-r-2-5 {
  margin-right: 2.5rem !important;
}
.m-r-3 {
  margin-right: 3rem !important;
}
.m-r-4 {
  margin-right: 4rem !important;
}
.m-r-5 {
  margin-right: 5rem !important;
}
.m-r-6 {
  margin-right: 6rem !important;
}
.m-r-7 {
  margin-right: 7rem !important;
}
.m-r-8 {
  margin-right: 8rem !important;
}
.m-r-9 {
  margin-right: 9rem !important;
}
.m-r-10 {
  margin-right: 10rem !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-0-5 {
  margin-left: 0.5rem !important;
}
.m-l-1 {
  margin-left: 1rem !important;
}
.m-l-1-5 {
  margin-left: 1.5rem !important;
}
.m-l-2 {
  margin-left: 2rem !important;
}
.m-l-2-5 {
  margin-left: 2.5rem !important;
}
.m-l-3 {
  margin-left: 3rem !important;
}
.m-l-4 {
  margin-left: 4rem !important;
}
.m-l-5 {
  margin-left: 5rem !important;
}
.m-l-6 {
  margin-left: 6rem !important;
}
.m-l-7 {
  margin-left: 7rem !important;
}
.m-l-8 {
  margin-left: 8rem !important;
}
.m-l-9 {
  margin-left: 9rem !important;
}
.m-l-10 {
  margin-left: 10rem !important;
}
#main {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
.right-content {
  position: fixed;
  width: 100%;
  overflow: auto;
  height: 100%;
}
.right-content .inner-content {
  position: relative;
  width: 50%;
  left: 50%;
}
.page-404 .error-content {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
}
.page-404 .error-content .inner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
_:-ms-fullscreen,
:root .right-content .inner-content {
  position: fixed;
}
.left-content {
  position: fixed;
  height: 100%;
  width: 50%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-perspective: 38rem;
  perspective: 38rem;
}
.left-content .inner-content {
  position: relative;
  width: 26vw;
  height: 32vw;
  -webkit-transform: rotateY(5deg);
  transform: rotateY(5deg);
}
.left-content .inner-content[data-3d='"0"'] {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.left-content .inner-content .picture-box {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
}
.left-content .inner-content .picture {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.left-content .inner-content canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  z-index: 3;
  left: 0;
}
.left-content .inner-content .frame {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border: 1px solid #fff;
}
.left-content .inner-content .frame.frame-1 {
  opacity: 0.25;
  -webkit-transform: translate(-2rem, 2rem);
  -ms-transform: translate(-2rem, 2rem);
  transform: translate(-2rem, 2rem);
}
.left-content .inner-content .frame.frame-2 {
  opacity: 0.15;
  -webkit-transform: translate(-4rem, 4rem);
  -ms-transform: translate(-4rem, 4rem);
  transform: translate(-4rem, 4rem);
}
.left-content .inner-content .frame.frame-3 {
  opacity: 0.05;
  -webkit-transform: translate(-6rem, 6rem);
  -ms-transform: translate(-6rem, 6rem);
  transform: translate(-6rem, 6rem);
}
.left-content .inner-content .name {
  position: absolute;
  left: 4rem;
  bottom: 3rem;
  z-index: 10;
}
.left-content .inner-content .name p {
  letter-spacing: 0.02em;
  font-weight: 300;
}
.left-content .inner-content .name .seperator-line {
  margin-top: 0.6rem;
}
.section-container {
  max-width: 70rem;
}
.section-container .section {
  position: relative;
  width: 100%;
}
.section-container .section.height-100 {
  min-height: 100vh;
}
.section-container .section.y-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
_:-ms-fullscreen,
:root .section-container .section.y-center .container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-container .section .container {
  display: block;
  width: 100%;
}
.mobile .left-content {
  width: 100%;
}
.mobile .left-content .inner-content {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mobile .left-content .inner-content .frame {
  display: none !important;
}
.mobile .right-content .inner-content {
  padding-top: 100vh;
  position: relative;
  width: 80%;
  left: 10%;
}
.mobile .left-content .inner-content:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -15;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
}
.mobile .left-content .inner-content .name {
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.mobile .left-content .inner-content .name p {
  font-size: 4rem;
}
.mobile .left-content .inner-content .picture-box {
  opacity: 0.7;
}
.mobile .section-container {
  max-width: 60rem;
  margin: 0 auto;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
.bg-bubbles.white {
  opacity: 0.1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles.white li {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-bubbles.white li:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-bubbles.white li:nth-child(6) {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-bubbles.white li:nth-child(9) {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}
.bg-color {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: -6;
  left: 0;
}
#main > canvas {
  z-index: -5;
  top: 0;
  left: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider .item:focus {
  outline: none !important;
}
.slick-dots {
  position: absolute;
  bottom: -8rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
}
.slick-dots li:after {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  opacity: 1;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  border: 1px solid rgb(255 255 255/60%);
}
.slick-dots li.slick-active:after,
.slick-dots li:hover:after {
  background: rgba(255, 255, 255, 0);
}
.slick-dots li button {
  display: none;
}
.open-options-panel {
  position: fixed;
  left: 0;
  top: 10rem;
  cursor: pointer;
  z-index: 10;
  background: #272727;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  height: 5rem;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.open-options-panel:hover {
  width: 6.5rem;
}
.open-options-panel span {
  font-size: 1.7rem;
  opacity: 0.7;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  line-height: inherit;
}
.options-panel {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10000;
  width: 100%;
  height: 100%;
}
.options-panel .close-button {
  cursor: pointer;
  position: absolute;
  left: 6rem;
  top: 6rem;
  z-index: 11111;
  font-size: 2.1rem;
  color: #fff;
  opacity: 0.7;
}
.options-panel .close-button:after {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10rem;
  border-radius: 100%;
  z-index: -2;
  height: 10rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.options-panel .panel {
  position: absolute;
  max-width: 61.8%;
  top: 0;
  right: 0;
  opacity: 0;
  overflow: auto;
  height: 100%;
  padding: 12rem 16rem;
  z-index: 10;
  background: #272727;
}
.options-panel .panel-overlay {
  position: absolute;
  background: #212121;
  opacity: 0.96;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
  z-index: 5;
}
.options-panel .headline p {
  color: #fff;
  display: inline-block;
}
.options-panel .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
}
.options-panel .options .option {
  cursor: pointer;
}
.options-panel .options .color {
  border-radius: 100%;
  height: 5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  border: 1px solid rgba(255, 255, 255, 0);
  width: 5rem;
}
.options-panel .options .color.active {
  border-color: #fff;
}
.options-panel .options .color .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.2rem;
  border-radius: 100%;
  height: 3.2rem;
}
.options-panel .button {
  border: 1px solid rgba(255, 255, 255, 0);
  height: 5rem;
  border-radius: 10rem;
  line-height: 5rem;
  padding: 0 2.6rem;
}
.options-panel .button.active {
  border-color: #fff;
  height: 5rem;
  border-radius: 10rem;
  line-height: 5rem;
  padding: 0 2.6rem;
}
.options-panel .button p {
  color: #fff;
  line-height: inherit;
}
.goverlay {
  background: rgba(22, 22, 22, 0.95) !important;
}
.gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gslide-image img {
  max-height: 86vh;
}
.glightbox-container {
  z-index: 500 !important;
}
.glightbox-container .gprev,
.glightbox-container .gclose,
.glightbox-container .gnext {
  z-index: 40 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glightbox-container .gnext {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  position: fixed;
  padding: 0 !important;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: unset !important;
  height: unset !important;
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 1 !important;
  display: block;
}
.glightbox-container .gprev {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  position: fixed;
  padding: 0 !important;
  top: 50%;
  left: 6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: unset !important;
  height: unset !important;
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 1 !important;
  display: block;
}
.glightbox-container .gclose {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  padding: 0 !important;
  transition: 0.2s ease;
  opacity: 1 !important;
  width: unset !important;
  height: unset !important;
  top: 6rem !important;
  left: 6rem !important;
  right: unset !important;
  position: fixed;
  display: block;
  background-color: rgba(0, 0, 0, 0) !important;
}
.glightbox-container .gbtn span {
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 2.1rem;
}
.glightbox-container .gbtn:focus-visible {
  outline: none !important;
}
.glightbox-container .gbtn:hover span {
  color: #fdc60c;
}
.glightbox-container .gbtn span:after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .info-button,
.glightbox-container .gnext.disabled,
.glightbox-container .gprev.disabled {
  opacity: 0 !important;
}
.glightbox-container .info-button {
  position: fixed;
  top: 5rem;
  cursor: pointer;
  z-index: 100;
  right: 5rem;
}
.glightbox-container .info {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  bottom: 0;
  width: 61.8%;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
}
.glightbox-container .info-overlay {
  position: fixed;
  left: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  z-index: 80;
  opacity: 0;
  background: rgba(24, 24, 24, 0.4);
}
.glightbox-container .info .info-container {
  max-width: 76rem;
  padding: 0 6rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 810px) {
  .glightbox-container .info {
    width: 100%;
  }
}
.icon-button {
  border: 0.1rem solid #fff;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5.6rem;
  overflow: hidden;
  height: 5.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon-button.icon-button-filled {
  border: 0;
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  background: #181818;
}
.icon-button span {
  color: inherit;
  font-size: inherit;
}
.accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.accordion .acc_section {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.accordion .acc_section .acc_head {
  position: relative;
  padding: 2.2rem 0;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 0.1rem;
}
.accordion .acc_section .acc_head .icon {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  will-change: transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-33%) rotate(45deg);
  -ms-transform: translateY(-33%) rotate(45deg);
  transform: translateY(-33%) rotate(45deg);
}
.accordion .acc_section.acc_active .acc_head .icon {
  -webkit-transform: translateY(33%) rotate(225deg);
  -ms-transform: translateY(33%) rotate(225deg);
  transform: translateY(33%) rotate(225deg);
}
.accordion .acc_section .acc_content {
  padding: 3rem 0 1rem;
}
.pricing-accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pricing-accordion .acc_section {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.pricing-accordion .acc_section .acc_head {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-accordion .acc_section .acc_head .icon {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  border-width: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  will-change: transform;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-33%) rotate(45deg);
  -ms-transform: translateY(-33%) rotate(45deg);
  transform: translateY(-33%) rotate(45deg);
}
.pricing-accordion .acc_section.acc_active .acc_head .icon {
  -webkit-transform: translateY(33%) rotate(225deg);
  -ms-transform: translateY(33%) rotate(225deg);
  transform: translateY(33%) rotate(225deg);
}
.pricing-accordion .acc_section .acc_content {
  padding: 0;
}
.seperator-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.seperator-line {
  width: 4rem;
  height: 0;
  border-width: 0;
  margin-top: 1rem;
  border-color: #fff;
  border-style: solid;
  border-bottom-width: 0.1rem;
}
.customer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-grid .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  opacity: 0.8;
}
.customer-grid .item img {
  max-width: 65%;
}
.skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.skill-bar .head {
  padding-top: 2rem;
}
.skill-bar .bar {
  border-width: 0;
  border-style: solid;
  border-bottom-width: 0.1rem;
  border-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
  position: relative;
}
.skill-bar .bar .fill {
  position: absolute;
  border-width: 0;
  border-style: solid;
  border-bottom-width: inherit;
  top: 0;
  left: 0;
}
.skill-bar .bar .number-tag {
  position: absolute;
  background: #181818;
  color: #fff;
  padding: 0.3rem 1.2rem;
  bottom: 0;
  margin-bottom: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.skill-bar .bar .number-tag:after {
  content: "";
  position: absolute;
  background: inherit;
  color: #fff;
  width: 0.9rem;
  height: 0.9rem;
  bottom: 0;
  z-index: -2;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}
.skill-bar .bar .number-tag p {
  color: #fff;
  font-weight: 300;
}
.number-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.number-item .text {
  width: 75%;
}
.number-item .info {
  width: 25%;
}
.timeline {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.timeline .item {
  margin-left: 5rem;
  position: relative;
  padding: 7rem 9rem;
  background: #181818;
}
.timeline .item:after {
  content: "";
  position: absolute;
  left: -5rem;
  top: 20%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 4rem;
  border-left: 1px solid #fff;
}
.timeline .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 3.6rem;
  height: 3.6rem;
  background: inherit;
}
.timeline .item .info-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timeline .item .position {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.pricing-item {
  padding: 5rem 7rem;
  background: #181818;
}
.pricing-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-item .features {
  gap: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pricing-item .features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-item .features .feature-item span,
.pricing-item .features .feature-item i {
  color: #7c7c7c;
  font-size: 2rem;
  overflow: hidden;
  width: 4.6rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}
.pricing-item .features .feature-item p {
  display: inline-block;
  vertical-align: middle;
}
.pricing-item h2 {
  margin-left: 1rem;
  margin-right: 2rem;
}
.pricing-item .label {
  margin-bottom: 0.5rem;
}
.pricing-item .seperator-line {
  margin-top: 2rem;
}
.testimonial-carousel .slick-list {
  padding: 0 !important;
}
.testimonial-carousel .item .name,
.testimonial-carousel .item .role {
  line-height: 1.2em;
}
.testimonial-carousel .arrow-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonial-carousel .arrow-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.testimonial-carousel .slick-arrow.slick-disabled {
  opacity: 0;
}
.testimonial-carousel .quote {
  position: relative;
  padding: 6rem 8rem;
  margin-bottom: 3rem;
  background: #181818;
}
.work-grid {
  gap: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work-grid .item {
  position: relative;
  cursor: pointer;
  padding-bottom: 46%;
  display: block;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.work-grid .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    40%,
    rgba(0, 0, 0, 0)
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(40%),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    40%,
    rgba(0, 0, 0, 0)
  );
  z-index: -1;
}
.work-grid .item .cover {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.work-grid .item .info {
  position: absolute;
  left: 5rem;
  bottom: 4rem;
  z-index: 2;
  overflow: hidden;
}
.work-grid .item .icon-button {
  position: absolute;
  right: 5rem;
  bottom: 3rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.work-grid .item:hover .icon-button {
  opacity: 1;
  -webkit-transition: 0.3s ease-out 0.1s;
  -o-transition: 0.3s ease-out 0.1s;
  transition: 0.3s ease-out 0.1s;
}
.work-grid .item .lightbox-content {
  display: none;
}
.skill-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.skill-tags li {
  padding: 1.4rem 2.3rem;
  margin: 1.2rem;
  font-weight: 300;
  border-radius: 100px;
  background: #181818;
  font-size: 2.1rem;
  line-height: 1.48em;
  letter-spacing: 0;
  font-weight: 400;
}
.pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.pill {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding: 0 3rem;
  height: 7.2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
}
.pill.pill-filled {
  border: none;
  background: #181818;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pill {
    margin-right: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.card {
  position: relative;
  padding: 6rem 8rem;
  background: #181818;
}
.image-carousel {
  height: 30vh;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.image-carousel .slick-list {
  padding: 0 !important;
  height: inherit;
}
.image-carousel .slick-track {
  height: inherit;
}
.image-carousel .item {
  height: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-carousel .arrow-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.image-carousel .arrow-next {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.image-carousel .slick-arrow.slick-disabled {
  opacity: 0;
}
.card {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #181818;
}
.card .inner {
  display: block;
  position: relative;
  padding: 8rem;
}
.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-grid .left-side,
.card-grid .right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.card-grid .item {
  padding-bottom: 100%;
  background: #111;
  position: relative;
  overflow: hidden;
}
.card-grid .item .item-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tabs ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  gap: 4rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.tabs ul li {
  padding: 0 0 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0);
}
.tabs ul li.active,
.tabs ul li:hover {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 1);
}
.tabs ul li p {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.tabs ul li.active p,
.tabs ul li:hover p {
  color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tabs ul li {
    margin-right: 4rem;
  }
}
.audio-player {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.audio-player audio {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.audio-player .toggle-btn {
  font-size: 1.6rem;
  color: #fff;
}
.audio-player .progress-bar {
  height: 0;
  position: relative;
  width: calc(100% - 7.6rem);
  cursor: pointer;
  border-width: 0;
}
.audio-player .progress-bar:after {
  height: 5rem;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.audio-player .progress-bar .fill {
  width: 0;
  will-change: width;
  height: 0;
  border-width: 0;
  border-bottom-width: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.video-player {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.video-player .toggle-btn {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  font-size: 1.6rem;
  color: #fff;
  will-change: opacity;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.video-player.hide-ui .toggle-btn {
  opacity: 0;
  pointer-events: none;
}
.video-player .fullscreen-btn {
  position: absolute;
  left: 2.6rem;
  top: 2.6rem;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 1.8rem;
  will-change: opacity;
  opacity: 0.4;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.video-player .fullscreen-btn:hover {
  opacity: 1;
}
.video-player:not([data-fullscreen="true"]) .fullscreen-btn {
  display: none !important;
  pointer-events: none !important;
  z-index: -5000 !important;
  opacity: 0 !important;
}
.video-player .fullscreen-btn .p1 {
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
}
.video-player .fullscreen-btn .p1:before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  left: 0;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-left: 2px solid rgba(255, 255, 255, 1);
}
.video-player .fullscreen-btn .p1:after {
  content: "";
  position: absolute;
  width: 35%;
  right: 0;
  height: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
}
.video-player .fullscreen-btn .p2 {
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
}
.video-player .fullscreen-btn .p2:before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  left: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  border-left: 2px solid rgba(255, 255, 255, 1);
}
.video-player .fullscreen-btn .p2:after {
  content: "";
  position: absolute;
  width: 35%;
  right: 0;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
}
.video-player.hide-ui .fullscreen-btn,
.video-player.hide-secondary-controls .fullscreen-btn {
  opacity: 0;
  pointer-events: none;
}
.video-player .progress-bar {
  height: 0;
  width: calc(100% - 4.8rem);
  position: absolute;
  cursor: pointer;
  left: 0;
  border-width: 0;
  z-index: 10;
  bottom: 0;
  background: 0 0;
  will-change: opacity;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.video-player:not([data-bar="true"]) .progress-bar {
  display: none !important;
  pointer-events: none !important;
  z-index: -5000 !important;
  opacity: 0 !important;
}
.video-player.hide-ui .progress-bar {
  opacity: 0;
  pointer-events: none;
}
.video-player .progress-bar:after {
  height: 5rem;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-player .progress-bar .fill {
  width: 0;
  border-width: 0;
  will-change: width;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-width: inherit;
}
.icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
}
.icon-wrapper .icongrid {
  font-size: 3.5rem;
  color: #7c7c7c;
}
.icon-wrapper .icongrid span {
  font-size: 4.5rem;
  margin-right: 1.2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-wrapper .icongrid {
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5rem;
}
.image-grid .item {
  display: flex;
  justify-content: start;
}
.image-grid .item img {
  max-width: 65%;
  opacity: 0.8;
}
.colors_warning_yellow .c_cursor_inner {
  background: #e3af00;
}
.colors_warning_yellow .c_cursor_outer .bg,
.colors_warning_yellow .c_cursor_outer .circle,
.colors_warning_yellow
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_warning_yellow .m-menu-button:hover .burger .line {
  border-color: #e3af00;
}
.colors_warning_yellow ::selection {
  color: #fdc60c;
}
.colors_warning_yellow ::-moz-selection {
  color: #fdc60c;
}
.colors_warning_yellow .m-menu .m-menu-inner .main-items li:hover p,
.colors_warning_yellow .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_warning_yellow .m-menu .m-menu-inner .social-items a:hover span,
.colors_warning_yellow .glightbox-container .gbtn:hover span,
.colors_warning_yellow
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_warning_yellow .m-menu .m-menu-inner .main-items li a:hover span,
.colors_warning_yellow
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to:hover
  span,
.colors_warning_yellow .options-panel .close-button:hover,
.colors_warning_yellow
  .m-menu
  .m-menu-inner
  .wp_menu_wrapper
  .main-items
  a:hover {
  color: #fdc60c;
}
.colors_future_blue .c_cursor_inner {
  background: #1338f3;
}
.colors_future_blue .c_cursor_outer .bg,
.colors_future_blue .c_cursor_outer .circle,
.colors_future_blue
  .m-menu-button:hover
  .burger
  .line
  .colors_future_blue
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after {
  border-color: #1338f3;
}
.colors_future_blue ::selection {
  color: #1338f3;
}
.colors_future_blue ::-moz-selection {
  color: #1338f3;
}
.colors_future_blue .m-menu .m-menu-inner .main-items li:hover p,
.colors_future_blue .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_future_blue .m-menu .m-menu-inner .social-items a:hover span,
.colors_future_blue .glightbox-container .gbtn:hover span,
.colors_future_blue
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_future_blue .m-menu .m-menu-inner .main-items li a:hover span,
.colors_future_blue .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_future_blue .options-panel .close-button:hover,
.colors_future_blue .m-menu .m-menu-inner .wp_menu_wrapper .main-items a:hover {
  color: #1338f3;
}
.colors_dynamic_red .c_cursor_inner {
  background: #f31313;
}
.colors_dynamic_red .c_cursor_outer .bg,
.colors_dynamic_red .c_cursor_outer .circle,
.colors_dynamic_red
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_dynamic_red .m-menu-button:hover .burger .line {
  border-color: #f31313;
}
.colors_dynamic_red ::selection {
  color: #f31313;
}
.colors_dynamic_red ::-moz-selection {
  color: #f31313;
}
.colors_dynamic_red .m-menu .m-menu-inner .main-items li:hover p,
.colors_dynamic_red .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_dynamic_red .m-menu .m-menu-inner .social-items a:hover span,
.colors_dynamic_red .glightbox-container .gbtn:hover span,
.colors_dynamic_red
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_dynamic_red .m-menu .m-menu-inner .main-items li a:hover span,
.colors_dynamic_red .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_dynamic_red .options-panel .close-button:hover,
.colors_dynamic_red .m-menu .m-menu-inner .wp_menu_wrapper .main-items a:hover {
  color: #f31313;
}
.colors_mystic_orange .c_cursor_inner {
  background: #ff6f1e;
}
.colors_mystic_orange .c_cursor_outer .bg,
.colors_mystic_orange .c_cursor_outer .circle,
.colors_mystic_orange
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_mystic_orange .m-menu-button:hover .burger .line {
  border-color: #ff6f1e;
}
.colors_mystic_orange ::selection {
  color: #ff6f1e;
}
.colors_mystic_orange ::-moz-selection {
  color: #ff6f1e;
}
.colors_mystic_orange .m-menu .m-menu-inner .main-items li:hover p,
.colors_mystic_orange .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_mystic_orange .m-menu .m-menu-inner .social-items a:hover span,
.colors_mystic_orange .glightbox-container .gbtn:hover span,
.colors_mystic_orange
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_mystic_orange .m-menu .m-menu-inner .main-items li a:hover span,
.colors_mystic_orange
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to:hover
  span,
.colors_mystic_orange .options-panel .close-button:hover,
.colors_mystic_orange
  .m-menu
  .m-menu-inner
  .wp_menu_wrapper
  .main-items
  a:hover {
  color: #ff6f1e;
}
.colors_dreamy_turquoise .c_cursor_inner {
  background: #0bc5fc;
}
.colors_dreamy_turquoise .c_cursor_outer .bg,
.colors_dreamy_turquoise .c_cursor_outer .circle,
.colors_dreamy_turquoise
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_dreamy_turquoise .m-menu-button:hover .burger .line {
  border-color: #0bc5fc;
}
.colors_dreamy_turquoise ::selection {
  color: #0bc5fc;
}
.colors_dreamy_turquoise ::-moz-selection {
  color: #0bc5fc;
}
.colors_dreamy_turquoise .m-menu .m-menu-inner .main-items li:hover p,
.colors_dreamy_turquoise
  .m-menu
  .m-menu-inner
  .main-items
  .scroll-to.is-active
  p,
.colors_dreamy_turquoise .m-menu .m-menu-inner .social-items a:hover span,
.colors_dreamy_turquoise .glightbox-container .gbtn:hover span,
.colors_dreamy_turquoise
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_dreamy_turquoise .m-menu .m-menu-inner .main-items li a:hover span,
.colors_dreamy_turquoise
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to:hover
  span,
.colors_dreamy_turquoise .options-panel .close-button:hover,
.colors_dreamy_turquoise
  .m-menu
  .m-menu-inner
  .wp_menu_wrapper
  .main-items
  a:hover {
  color: #0bc5fc;
}
.colors_polar_white .c_cursor_inner {
  background: #fff;
}
.colors_polar_white .c_cursor_outer .bg,
.colors_polar_white .c_cursor_outer .circle,
.colors_polar_white
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_polar_white .m-menu-button:hover .burger .line {
  border-color: #fff;
}
.colors_polar_white ::selection {
  color: #fff;
}
.colors_polar_white ::-moz-selection {
  color: #fff;
}
.colors_polar_white .m-menu .m-menu-inner .main-items li:hover p,
.colors_polar_white .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_polar_white .m-menu .m-menu-inner .social-items a:hover span,
.colors_polar_white .glightbox-container .gbtn:hover span,
.colors_polar_white
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_polar_white .m-menu .m-menu-inner .main-items li a:hover span,
.colors_polar_white .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_polar_white .options-panel .close-button:hover,
.colors_polar_white .m-menu .m-menu-inner .wp_menu_wrapper .main-items a:hover {
  color: #fff;
}
.colors_sweet_purple .c_cursor_inner {
  background: #f9c;
}
.colors_sweet_purple .c_cursor_outer .bg,
.colors_sweet_purple .c_cursor_outer .circle,
.colors_sweet_purple
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_sweet_purple .m-menu-button:hover .burger .line {
  border-color: #f9c;
}
.colors_sweet_purple ::selection {
  color: #f9c;
}
.colors_sweet_purple ::-moz-selection {
  color: #f9c;
}
.colors_sweet_purple .m-menu .m-menu-inner .main-items li:hover p,
.colors_sweet_purple .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_sweet_purple .m-menu .m-menu-inner .social-items a:hover span,
.colors_sweet_purple .glightbox-container .gbtn:hover span,
.colors_sweet_purple
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_sweet_purple .m-menu .m-menu-inner .main-items li a:hover span,
.colors_sweet_purple .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_sweet_purple .options-panel .close-button:hover,
.colors_sweet_purple
  .m-menu
  .m-menu-inner
  .wp_menu_wrapper
  .main-items
  a:hover {
  color: #f9c;
}
.colors_eco_green .c_cursor_inner {
  background: #0dd02e;
}
.colors_eco_green .c_cursor_outer .bg,
.colors_eco_green .c_cursor_outer .circle,
.colors_eco_green .m-menu .m-menu-inner .main-items > li a.is-active span:after,
.colors_eco_green .m-menu-button:hover .burger .line {
  border-color: #0dd02e;
}
.colors_eco_green ::selection {
  color: #0dd02e;
}
.colors_eco_green ::-moz-selection {
  color: #0dd02e;
}
.colors_eco_green .m-menu .m-menu-inner .main-items li:hover p,
.colors_eco_green .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_eco_green .m-menu .m-menu-inner .social-items a:hover span,
.colors_eco_green .glightbox-container .gbtn:hover span,
.colors_eco_green
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_eco_green .m-menu .m-menu-inner .main-items li a:hover span,
.colors_eco_green .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_eco_green .options-panel .close-button:hover,
.colors_eco_green .m-menu .m-menu-inner .wp_menu_wrapper .main-items a:hover {
  color: #0dd02e;
}
.colors_acid_green .c_cursor_inner {
  background: #cceb00;
}
.colors_acid_green .c_cursor_outer .bg,
.colors_acid_green .c_cursor_outer .circle,
.colors_acid_green
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_acid_green .m-menu-button:hover .burger .line {
  border-color: #cceb00;
}
.colors_acid_green ::selection {
  color: #cceb00;
}
.colors_acid_green ::-moz-selection {
  color: #cceb00;
}
.colors_acid_green .m-menu .m-menu-inner .main-items li:hover p,
.colors_acid_green .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_acid_green .m-menu .m-menu-inner .social-items a:hover span,
.colors_acid_green .glightbox-container .gbtn:hover span,
.colors_acid_green
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_acid_green .m-menu .m-menu-inner .main-items li a:hover span,
.colors_acid_green .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_acid_green .options-panel .close-button:hover,
.colors_acid_green .m-menu .m-menu-inner .wp_menu_wrapper .main-items a:hover {
  color: #cceb00;
}
.colors_coated_grey .c_cursor_inner {
  background: silver;
}
.colors_coated_grey .c_cursor_outer .bg,
.colors_coated_grey .c_cursor_outer .circle,
.colors_coated_grey
  .m-menu
  .m-menu-inner
  .main-items
  > li
  a.is-active
  span:after,
.colors_coated_grey .m-menu-button:hover .burger .line {
  border-color: silver;
}
.colors_coated_grey ::selection {
  color: silver;
}
.colors_coated_grey ::-moz-selection {
  color: silver;
}
.colors_coated_grey .m-menu .m-menu-inner .main-items li:hover p,
.colors_coated_grey .m-menu .m-menu-inner .main-items .scroll-to.is-active p,
.colors_coated_grey .m-menu .m-menu-inner .social-items a:hover span,
.colors_coated_grey .glightbox-container .gbtn:hover span,
.colors_coated_grey
  .m-menu
  .m-menu-inner
  .main-items
  li
  .scroll-to.is-active
  span,
.colors_coated_grey .m-menu .m-menu-inner .main-items li a:hover span,
.colors_coated_grey .m-menu .m-menu-inner .main-items li .scroll-to:hover span,
.colors_coated_grey .options-panel .close-button:hover,
.colors_coated_grey .m-menu .m-menu-inner .wp_menu_wrapper .main-items a:hover {
  color: silver;
} /*! elementor-icons - v5.16.0 - 12-07-2022 */
@font-face {
  font-family: eicons;
  src: url(../fonts/eicons.eot?5.16.0);
  src: url(../fonts/eicons.eot?5.16.0#iefix)
      format("embedded-opentype"),
    url(../fonts/eicons.woff2?5.16.0)
      format("woff2"),
    url(../fonts/eicons.woff?5.16.0)
      format("woff"),
    url(../fonts/eicons.ttf?5.16.0)
      format("truetype"),
    url(../fonts/eicons.svg?5.16.0#eicon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: a 2s infinite linear;
}
.eicon-editor-link:before {
  content: "\e800";
}
.eicon-editor-unlink:before {
  content: "\e801";
}
.eicon-editor-external-link:before {
  content: "\e802";
}
.eicon-editor-close:before {
  content: "\e803";
}
.eicon-editor-list-ol:before {
  content: "\e804";
}
.eicon-editor-list-ul:before {
  content: "\e805";
}
.eicon-editor-bold:before {
  content: "\e806";
}
.eicon-editor-italic:before {
  content: "\e807";
}
.eicon-editor-underline:before {
  content: "\e808";
}
.eicon-editor-paragraph:before {
  content: "\e809";
}
.eicon-editor-h1:before {
  content: "\e80a";
}
.eicon-editor-h2:before {
  content: "\e80b";
}
.eicon-editor-h3:before {
  content: "\e80c";
}
.eicon-editor-h4:before {
  content: "\e80d";
}
.eicon-editor-h5:before {
  content: "\e80e";
}
.eicon-editor-h6:before {
  content: "\e80f";
}
.eicon-editor-quote:before {
  content: "\e810";
}
.eicon-editor-code:before {
  content: "\e811";
}
.eicon-elementor:before {
  content: "\e812";
}
.eicon-elementor-circle:before {
  content: "\e813";
}
.eicon-pojome:before {
  content: "\e814";
}
.eicon-plus:before {
  content: "\e815";
}
.eicon-menu-bar:before {
  content: "\e816";
}
.eicon-apps:before {
  content: "\e817";
}
.eicon-accordion:before {
  content: "\e818";
}
.eicon-alert:before {
  content: "\e819";
}
.eicon-animation-text:before {
  content: "\e81a";
}
.eicon-animation:before {
  content: "\e81b";
}
.eicon-banner:before {
  content: "\e81c";
}
.eicon-blockquote:before {
  content: "\e81d";
}
.eicon-button:before {
  content: "\e81e";
}
.eicon-call-to-action:before {
  content: "\e81f";
}
.eicon-captcha:before {
  content: "\e820";
}
.eicon-carousel:before {
  content: "\e821";
}
.eicon-checkbox:before {
  content: "\e822";
}
.eicon-columns:before {
  content: "\e823";
}
.eicon-countdown:before {
  content: "\e824";
}
.eicon-counter:before {
  content: "\e825";
}
.eicon-date:before {
  content: "\e826";
}
.eicon-divider-shape:before {
  content: "\e827";
}
.eicon-divider:before {
  content: "\e828";
}
.eicon-download-button:before {
  content: "\e829";
}
.eicon-dual-button:before {
  content: "\e82a";
}
.eicon-email-field:before {
  content: "\e82b";
}
.eicon-facebook-comments:before {
  content: "\e82c";
}
.eicon-facebook-like-box:before {
  content: "\e82d";
}
.eicon-form-horizontal:before {
  content: "\e82e";
}
.eicon-form-vertical:before {
  content: "\e82f";
}
.eicon-gallery-grid:before {
  content: "\e830";
}
.eicon-gallery-group:before {
  content: "\e831";
}
.eicon-gallery-justified:before {
  content: "\e832";
}
.eicon-gallery-masonry:before {
  content: "\e833";
}
.eicon-icon-box:before {
  content: "\e834";
}
.eicon-image-before-after:before {
  content: "\e835";
}
.eicon-image-box:before {
  content: "\e836";
}
.eicon-image-hotspot:before {
  content: "\e837";
}
.eicon-image-rollover:before {
  content: "\e838";
}
.eicon-info-box:before {
  content: "\e839";
}
.eicon-inner-section:before {
  content: "\e83a";
}
.eicon-mailchimp:before {
  content: "\e83b";
}
.eicon-menu-card:before {
  content: "\e83c";
}
.eicon-navigation-horizontal:before {
  content: "\e83d";
}
.eicon-nav-menu:before {
  content: "\e83e";
}
.eicon-navigation-vertical:before {
  content: "\e83f";
}
.eicon-number-field:before {
  content: "\e840";
}
.eicon-parallax:before {
  content: "\e841";
}
.eicon-php7:before {
  content: "\e842";
}
.eicon-post-list:before {
  content: "\e843";
}
.eicon-post-slider:before {
  content: "\e844";
}
.eicon-post:before {
  content: "\e845";
}
.eicon-posts-carousel:before {
  content: "\e846";
}
.eicon-posts-grid:before {
  content: "\e847";
}
.eicon-posts-group:before {
  content: "\e848";
}
.eicon-posts-justified:before {
  content: "\e849";
}
.eicon-posts-masonry:before {
  content: "\e84a";
}
.eicon-posts-ticker:before {
  content: "\e84b";
}
.eicon-price-list:before {
  content: "\e84c";
}
.eicon-price-table:before {
  content: "\e84d";
}
.eicon-radio:before {
  content: "\e84e";
}
.eicon-rtl:before {
  content: "\e84f";
}
.eicon-scroll:before {
  content: "\e850";
}
.eicon-search:before {
  content: "\e851";
}
.eicon-select:before {
  content: "\e852";
}
.eicon-share:before {
  content: "\e853";
}
.eicon-sidebar:before {
  content: "\e854";
}
.eicon-skill-bar:before {
  content: "\e855";
}
.eicon-slider-3d:before {
  content: "\e856";
}
.eicon-slider-album:before {
  content: "\e857";
}
.eicon-slider-device:before {
  content: "\e858";
}
.eicon-slider-full-screen:before {
  content: "\e859";
}
.eicon-slider-push:before {
  content: "\e85a";
}
.eicon-slider-vertical:before {
  content: "\e85b";
}
.eicon-slider-video:before {
  content: "\e85c";
}
.eicon-slides:before {
  content: "\e85d";
}
.eicon-social-icons:before {
  content: "\e85e";
}
.eicon-spacer:before {
  content: "\e85f";
}
.eicon-table:before {
  content: "\e860";
}
.eicon-tabs:before {
  content: "\e861";
}
.eicon-tel-field:before {
  content: "\e862";
}
.eicon-text-area:before {
  content: "\e863";
}
.eicon-text-field:before {
  content: "\e864";
}
.eicon-thumbnails-down:before {
  content: "\e865";
}
.eicon-thumbnails-half:before {
  content: "\e866";
}
.eicon-thumbnails-right:before {
  content: "\e867";
}
.eicon-time-line:before {
  content: "\e868";
}
.eicon-toggle:before {
  content: "\e869";
}
.eicon-url:before {
  content: "\e86a";
}
.eicon-t-letter:before {
  content: "\e86b";
}
.eicon-wordpress:before {
  content: "\e86c";
}
.eicon-text:before {
  content: "\e86d";
}
.eicon-anchor:before {
  content: "\e86e";
}
.eicon-bullet-list:before {
  content: "\e86f";
}
.eicon-code:before {
  content: "\e870";
}
.eicon-favorite:before {
  content: "\e871";
}
.eicon-google-maps:before {
  content: "\e872";
}
.eicon-image:before {
  content: "\e873";
}
.eicon-photo-library:before {
  content: "\e874";
}
.eicon-woocommerce:before {
  content: "\e875";
}
.eicon-youtube:before {
  content: "\e876";
}
.eicon-flip-box:before {
  content: "\e877";
}
.eicon-settings:before {
  content: "\e878";
}
.eicon-headphones:before {
  content: "\e879";
}
.eicon-testimonial:before {
  content: "\e87a";
}
.eicon-counter-circle:before {
  content: "\e87b";
}
.eicon-person:before {
  content: "\e87c";
}
.eicon-chevron-right:before {
  content: "\e87d";
}
.eicon-chevron-left:before {
  content: "\e87e";
}
.eicon-close:before {
  content: "\e87f";
}
.eicon-file-download:before {
  content: "\e880";
}
.eicon-save:before {
  content: "\e881";
}
.eicon-zoom-in:before {
  content: "\e882";
}
.eicon-shortcode:before {
  content: "\e883";
}
.eicon-nerd:before {
  content: "\e884";
}
.eicon-device-desktop:before {
  content: "\e885";
}
.eicon-device-tablet:before {
  content: "\e886";
}
.eicon-device-mobile:before {
  content: "\e887";
}
.eicon-document-file:before {
  content: "\e888";
}
.eicon-folder-o:before {
  content: "\e889";
}
.eicon-hypster:before {
  content: "\e88a";
}
.eicon-h-align-left:before {
  content: "\e88b";
}
.eicon-h-align-right:before {
  content: "\e88c";
}
.eicon-h-align-center:before {
  content: "\e88d";
}
.eicon-h-align-stretch:before {
  content: "\e88e";
}
.eicon-v-align-top:before {
  content: "\e88f";
}
.eicon-v-align-bottom:before {
  content: "\e890";
}
.eicon-v-align-middle:before {
  content: "\e891";
}
.eicon-v-align-stretch:before {
  content: "\e892";
}
.eicon-pro-icon:before {
  content: "\e893";
}
.eicon-mail:before {
  content: "\e894";
}
.eicon-lock-user:before {
  content: "\e895";
}
.eicon-testimonial-carousel:before {
  content: "\e896";
}
.eicon-media-carousel:before {
  content: "\e897";
}
.eicon-section:before {
  content: "\e898";
}
.eicon-column:before {
  content: "\e899";
}
.eicon-edit:before {
  content: "\e89a";
}
.eicon-clone:before {
  content: "\e89b";
}
.eicon-trash:before {
  content: "\e89c";
}
.eicon-play:before {
  content: "\e89d";
}
.eicon-angle-right:before {
  content: "\e89e";
}
.eicon-angle-left:before {
  content: "\e89f";
}
.eicon-animated-headline:before {
  content: "\e8a0";
}
.eicon-menu-toggle:before {
  content: "\e8a1";
}
.eicon-fb-embed:before {
  content: "\e8a2";
}
.eicon-fb-feed:before {
  content: "\e8a3";
}
.eicon-twitter-embed:before {
  content: "\e8a4";
}
.eicon-twitter-feed:before {
  content: "\e8a5";
}
.eicon-sync:before {
  content: "\e8a6";
}
.eicon-import-export:before {
  content: "\e8a7";
}
.eicon-check-circle:before {
  content: "\e8a8";
}
.eicon-library-save:before {
  content: "\e8a9";
}
.eicon-library-download:before {
  content: "\e8aa";
}
.eicon-insert:before {
  content: "\e8ab";
}
.eicon-preview-medium:before {
  content: "\e8ac";
}
.eicon-sort-down:before {
  content: "\e8ad";
}
.eicon-sort-up:before {
  content: "\e8ae";
}
.eicon-heading:before {
  content: "\e8af";
}
.eicon-logo:before {
  content: "\e8b0";
}
.eicon-meta-data:before {
  content: "\e8b1";
}
.eicon-post-content:before {
  content: "\e8b2";
}
.eicon-post-excerpt:before {
  content: "\e8b3";
}
.eicon-post-navigation:before {
  content: "\e8b4";
}
.eicon-yoast:before {
  content: "\e8b5";
}
.eicon-nerd-chuckle:before {
  content: "\e8b6";
}
.eicon-nerd-wink:before {
  content: "\e8b7";
}
.eicon-comments:before {
  content: "\e8b8";
}
.eicon-download-circle-o:before {
  content: "\e8b9";
}
.eicon-library-upload:before {
  content: "\e8ba";
}
.eicon-save-o:before {
  content: "\e8bb";
}
.eicon-upload-circle-o:before {
  content: "\e8bc";
}
.eicon-ellipsis-h:before {
  content: "\e8bd";
}
.eicon-ellipsis-v:before {
  content: "\e8be";
}
.eicon-arrow-left:before {
  content: "\e8bf";
}
.eicon-arrow-right:before {
  content: "\e8c0";
}
.eicon-arrow-up:before {
  content: "\e8c1";
}
.eicon-arrow-down:before {
  content: "\e8c2";
}
.eicon-play-o:before {
  content: "\e8c3";
}
.eicon-archive-posts:before {
  content: "\e8c4";
}
.eicon-archive-title:before {
  content: "\e8c5";
}
.eicon-featured-image:before {
  content: "\e8c6";
}
.eicon-post-info:before {
  content: "\e8c7";
}
.eicon-post-title:before {
  content: "\e8c8";
}
.eicon-site-logo:before {
  content: "\e8c9";
}
.eicon-site-search:before {
  content: "\e8ca";
}
.eicon-site-title:before {
  content: "\e8cb";
}
.eicon-plus-square:before {
  content: "\e8cc";
}
.eicon-minus-square:before {
  content: "\e8cd";
}
.eicon-cloud-check:before {
  content: "\e8ce";
}
.eicon-drag-n-drop:before {
  content: "\e8cf";
}
.eicon-welcome:before {
  content: "\e8d0";
}
.eicon-handle:before {
  content: "\e8d1";
}
.eicon-cart:before {
  content: "\e8d2";
}
.eicon-product-add-to-cart:before {
  content: "\e8d3";
}
.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}
.eicon-product-categories:before {
  content: "\e8d5";
}
.eicon-product-description:before {
  content: "\e8d6";
}
.eicon-product-images:before {
  content: "\e8d7";
}
.eicon-product-info:before {
  content: "\e8d8";
}
.eicon-product-meta:before {
  content: "\e8d9";
}
.eicon-product-pages:before {
  content: "\e8da";
}
.eicon-product-price:before {
  content: "\e8db";
}
.eicon-product-rating:before {
  content: "\e8dc";
}
.eicon-product-related:before {
  content: "\e8dd";
}
.eicon-product-stock:before {
  content: "\e8de";
}
.eicon-product-tabs:before {
  content: "\e8df";
}
.eicon-product-title:before {
  content: "\e8e0";
}
.eicon-product-upsell:before {
  content: "\e8e1";
}
.eicon-products:before {
  content: "\e8e2";
}
.eicon-bag-light:before {
  content: "\e8e3";
}
.eicon-bag-medium:before {
  content: "\e8e4";
}
.eicon-bag-solid:before {
  content: "\e8e5";
}
.eicon-basket-light:before {
  content: "\e8e6";
}
.eicon-basket-medium:before {
  content: "\e8e7";
}
.eicon-basket-solid:before {
  content: "\e8e8";
}
.eicon-cart-light:before {
  content: "\e8e9";
}
.eicon-cart-medium:before {
  content: "\e8ea";
}
.eicon-cart-solid:before {
  content: "\e8eb";
}
.eicon-exchange:before {
  content: "\e8ec";
}
.eicon-preview-thin:before {
  content: "\e8ed";
}
.eicon-device-laptop:before {
  content: "\e8ee";
}
.eicon-collapse:before {
  content: "\e8ef";
}
.eicon-expand:before {
  content: "\e8f0";
}
.eicon-navigator:before {
  content: "\e8f1";
}
.eicon-plug:before {
  content: "\e8f2";
}
.eicon-dashboard:before {
  content: "\e8f3";
}
.eicon-typography:before {
  content: "\e8f4";
}
.eicon-info-circle-o:before {
  content: "\e8f5";
}
.eicon-integration:before {
  content: "\e8f6";
}
.eicon-plus-circle-o:before {
  content: "\e8f7";
}
.eicon-rating:before {
  content: "\e8f8";
}
.eicon-review:before {
  content: "\e8f9";
}
.eicon-tools:before {
  content: "\e8fa";
}
.eicon-loading:before {
  content: "\e8fb";
}
.eicon-sitemap:before {
  content: "\e8fc";
}
.eicon-click:before {
  content: "\e8fd";
}
.eicon-clock:before {
  content: "\e8fe";
}
.eicon-library-open:before {
  content: "\e8ff";
}
.eicon-warning:before {
  content: "\e900";
}
.eicon-flow:before {
  content: "\e901";
}
.eicon-cursor-move:before {
  content: "\e902";
}
.eicon-arrow-circle-left:before {
  content: "\e903";
}
.eicon-flash:before {
  content: "\e904";
}
.eicon-redo:before {
  content: "\e905";
}
.eicon-ban:before {
  content: "\e906";
}
.eicon-barcode:before {
  content: "\e907";
}
.eicon-calendar:before {
  content: "\e908";
}
.eicon-caret-left:before {
  content: "\e909";
}
.eicon-caret-right:before {
  content: "\e90a";
}
.eicon-caret-up:before {
  content: "\e90b";
}
.eicon-chain-broken:before {
  content: "\e90c";
}
.eicon-check-circle-o:before {
  content: "\e90d";
}
.eicon-check:before {
  content: "\e90e";
}
.eicon-chevron-double-left:before {
  content: "\e90f";
}
.eicon-chevron-double-right:before {
  content: "\e910";
}
.eicon-undo:before {
  content: "\e911";
}
.eicon-filter:before {
  content: "\e912";
}
.eicon-circle-o:before {
  content: "\e913";
}
.eicon-circle:before {
  content: "\e914";
}
.eicon-clock-o:before {
  content: "\e915";
}
.eicon-cog:before {
  content: "\e916";
}
.eicon-cogs:before {
  content: "\e917";
}
.eicon-commenting-o:before {
  content: "\e918";
}
.eicon-copy:before {
  content: "\e919";
}
.eicon-database:before {
  content: "\e91a";
}
.eicon-dot-circle-o:before {
  content: "\e91b";
}
.eicon-envelope:before {
  content: "\e91c";
}
.eicon-external-link-square:before {
  content: "\e91d";
}
.eicon-eyedropper:before {
  content: "\e91e";
}
.eicon-folder:before {
  content: "\e91f";
}
.eicon-font:before {
  content: "\e920";
}
.eicon-adjust:before {
  content: "\e921";
}
.eicon-lightbox:before {
  content: "\e922";
}
.eicon-heart-o:before {
  content: "\e923";
}
.eicon-history:before {
  content: "\e924";
}
.eicon-image-bold:before {
  content: "\e925";
}
.eicon-info-circle:before {
  content: "\e926";
}
.eicon-link:before {
  content: "\e927";
}
.eicon-long-arrow-left:before {
  content: "\e928";
}
.eicon-long-arrow-right:before {
  content: "\e929";
}
.eicon-caret-down:before {
  content: "\e92a";
}
.eicon-paint-brush:before {
  content: "\e92b";
}
.eicon-pencil:before {
  content: "\e92c";
}
.eicon-plus-circle:before {
  content: "\e92d";
}
.eicon-zoom-in-bold:before {
  content: "\e92e";
}
.eicon-sort-amount-desc:before {
  content: "\e92f";
}
.eicon-sign-out:before {
  content: "\e930";
}
.eicon-spinner:before {
  content: "\e931";
}
.eicon-square:before {
  content: "\e932";
}
.eicon-star-o:before {
  content: "\e933";
}
.eicon-star:before {
  content: "\e934";
}
.eicon-text-align-justify:before {
  content: "\e935";
}
.eicon-text-align-center:before {
  content: "\e936";
}
.eicon-tags:before {
  content: "\e937";
}
.eicon-text-align-left:before {
  content: "\e938";
}
.eicon-text-align-right:before {
  content: "\e939";
}
.eicon-close-circle:before {
  content: "\e93a";
}
.eicon-trash-o:before {
  content: "\e93b";
}
.eicon-font-awesome:before {
  content: "\e93c";
}
.eicon-user-circle-o:before {
  content: "\e93d";
}
.eicon-video-camera:before {
  content: "\e93e";
}
.eicon-heart:before {
  content: "\e93f";
}
.eicon-wrench:before {
  content: "\e940";
}
.eicon-help:before {
  content: "\e941";
}
.eicon-help-o:before {
  content: "\e942";
}
.eicon-zoom-out-bold:before {
  content: "\e943";
}
.eicon-plus-square-o:before {
  content: "\e944";
}
.eicon-minus-square-o:before {
  content: "\e945";
}
.eicon-minus-circle:before {
  content: "\e946";
}
.eicon-minus-circle-o:before {
  content: "\e947";
}
.eicon-code-bold:before {
  content: "\e948";
}
.eicon-cloud-upload:before {
  content: "\e949";
}
.eicon-search-bold:before {
  content: "\e94a";
}
.eicon-map-pin:before {
  content: "\e94b";
}
.eicon-meetup:before {
  content: "\e94c";
}
.eicon-slideshow:before {
  content: "\e94d";
}
.eicon-t-letter-bold:before {
  content: "\e94e";
}
.eicon-preferences:before {
  content: "\e94f";
}
.eicon-table-of-contents:before {
  content: "\e950";
}
.eicon-tv:before {
  content: "\e951";
}
.eicon-upload:before {
  content: "\e952";
}
.eicon-instagram-comments:before {
  content: "\e953";
}
.eicon-instagram-nested-gallery:before {
  content: "\e954";
}
.eicon-instagram-post:before {
  content: "\e955";
}
.eicon-instagram-video:before {
  content: "\e956";
}
.eicon-instagram-gallery:before {
  content: "\e957";
}
.eicon-instagram-likes:before {
  content: "\e958";
}
.eicon-facebook:before {
  content: "\e959";
}
.eicon-twitter:before {
  content: "\e95a";
}
.eicon-pinterest:before {
  content: "\e95b";
}
.eicon-frame-expand:before {
  content: "\e95c";
}
.eicon-frame-minimize:before {
  content: "\e95d";
}
.eicon-archive:before {
  content: "\e95e";
}
.eicon-colors-typography:before {
  content: "\e95f";
}
.eicon-custom:before {
  content: "\e960";
}
.eicon-footer:before {
  content: "\e961";
}
.eicon-header:before {
  content: "\e962";
}
.eicon-layout-settings:before {
  content: "\e963";
}
.eicon-lightbox-expand:before {
  content: "\e964";
}
.eicon-error-404:before {
  content: "\e965";
}
.eicon-theme-style:before {
  content: "\e966";
}
.eicon-search-results:before {
  content: "\e967";
}
.eicon-single-post:before {
  content: "\e968";
}
.eicon-site-identity:before {
  content: "\e969";
}
.eicon-theme-builder:before {
  content: "\e96a";
}
.eicon-download-bold:before {
  content: "\e96b";
}
.eicon-share-arrow:before {
  content: "\e96c";
}
.eicon-global-settings:before {
  content: "\e96d";
}
.eicon-user-preferences:before {
  content: "\e96e";
}
.eicon-lock:before {
  content: "\e96f";
}
.eicon-export-kit:before {
  content: "\e970";
}
.eicon-import-kit:before {
  content: "\e971";
}
.eicon-lottie:before {
  content: "\e972";
}
.eicon-products-archive:before {
  content: "\e973";
}
.eicon-single-product:before {
  content: "\e974";
}
.eicon-disable-trash-o:before {
  content: "\e975";
}
.eicon-single-page:before {
  content: "\e976";
}
.eicon-wordpress-light:before {
  content: "\e977";
}
.eicon-cogs-check:before {
  content: "\e978";
}
.eicon-custom-css:before {
  content: "\e979";
}
.eicon-global-colors:before {
  content: "\e97a";
}
.eicon-globe:before {
  content: "\e97b";
}
.eicon-typography-1:before {
  content: "\e97c";
}
.eicon-background:before {
  content: "\e97d";
}
.eicon-device-responsive:before {
  content: "\e97e";
}
.eicon-device-wide:before {
  content: "\e97f";
}
.eicon-code-highlight:before {
  content: "\e980";
}
.eicon-video-playlist:before {
  content: "\e981";
}
.eicon-download-kit:before {
  content: "\e982";
}
.eicon-kit-details:before {
  content: "\e983";
}
.eicon-kit-parts:before {
  content: "\e984";
}
.eicon-kit-upload:before {
  content: "\e985";
}
.eicon-kit-plugins:before {
  content: "\e986";
}
.eicon-kit-upload-alt:before {
  content: "\e987";
}
.eicon-hotspot:before {
  content: "\e988";
}
.eicon-paypal-button:before {
  content: "\e989";
}
.eicon-shape:before {
  content: "\e98a";
}
.eicon-wordart:before {
  content: "\e98b";
}
.eicon-checkout:before {
  content: "\e98c";
}
.eicon-container:before {
  content: "\e98d";
}
.eicon-flip:before {
  content: "\e98e";
}
.eicon-info:before {
  content: "\e98f";
}
.eicon-my-account:before {
  content: "\e990";
}
.eicon-purchase-summary:before {
  content: "\e991";
}
.eicon-page-transition:before {
  content: "\e992";
}
.eicon-spotify:before {
  content: "\e993";
}
.eicon-stripe-button:before {
  content: "\e994";
}
.eicon-woo-settings:before {
  content: "\e995";
}
.eicon-woo-cart:before {
  content: "\e996";
}
.eicon-grow:before {
  content: "\e997";
}
.eicon-order-end:before {
  content: "\e998";
}
.eicon-nowrap:before {
  content: "\e999";
}
.eicon-order-start:before {
  content: "\e99a";
}
.eicon-progress-tracker:before {
  content: "\e99b";
}
.eicon-shrink:before {
  content: "\e99c";
}
.eicon-wrap:before {
  content: "\e99d";
}
.eicon-align-center-h:before {
  content: "\e99e";
}
.eicon-align-center-v:before {
  content: "\e99f";
}
.eicon-align-end-h:before {
  content: "\e9a0";
}
.eicon-align-end-v:before {
  content: "\e9a1";
}
.eicon-align-start-h:before {
  content: "\e9a2";
}
.eicon-align-start-v:before {
  content: "\e9a3";
}
.eicon-align-stretch-h:before {
  content: "\e9a4";
}
.eicon-align-stretch-v:before {
  content: "\e9a5";
}
.eicon-justify-center-h:before {
  content: "\e9a6";
}
.eicon-justify-center-v:before {
  content: "\e9a7";
}
.eicon-justify-end-h:before {
  content: "\e9a8";
}
.eicon-justify-end-v:before {
  content: "\e9a9";
}
.eicon-justify-space-around-h:before {
  content: "\e9aa";
}
.eicon-justify-space-around-v:before {
  content: "\e9ab";
}
.eicon-justify-space-between-h:before {
  content: "\e9ac";
}
.eicon-justify-space-between-v:before {
  content: "\e9ad";
}
.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}
.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}
.eicon-justify-start-h:before {
  content: "\e9b0";
}
.eicon-justify-start-v:before {
  content: "\e9b1";
}
.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}
.eicon-woocommerce-notices:before {
  content: "\e9b3";
}
.eicon-inner-container:before {
  content: "\e9b4";
}
.eicon-warning-full:before {
  content: "\e9b5";
}
.eicon-exit:before {
  content: "\e9b6";
}
.eicon-loop-builder:before {
  content: "\e9b7";
}
.eicon-notes:before {
  content: "\e9b8";
}
.eicon-read:before {
  content: "\e9b9";
}
.eicon-unread:before {
  content: "\e9ba";
}
.eicon-eye:before {
  content: "\e8ac";
}
.eicon-elementor-square:before {
  content: "\e813";
} /*! elementor - v3.7.1 - 14-08-2022 */
.dialog-widget-content {
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.dialog-message {
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dialog-type-lightbox .dialog-widget-content {
  margin: auto;
  width: 375px;
}
.dialog-type-lightbox .dialog-header {
  font-size: 15px;
  color: #495157;
  padding: 30px 0 10px;
  font-weight: 500;
}
.dialog-type-lightbox .dialog-message {
  padding: 0 30px 30px;
  min-height: 50px;
}
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center;
}
.dialog-type-lightbox .dialog-buttons-wrapper {
  border-top: 1px solid #e6e9ec;
  text-align: center;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  width: 50%;
  border: none;
  background: 0 0;
  color: #6d7882;
  font-size: 15px;
  cursor: pointer;
  padding: 13px 0;
  outline: 0;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
  background-color: #f4f6f7;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
  color: #b01b1b;
}
.dialog-type-lightbox
  .dialog-buttons-wrapper
  > .dialog-button.dialog-take_over {
  color: #39b54a;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
  background-color: rgba(230, 233, 236, 0.5);
}
.dialog-type-lightbox
  .dialog-buttons-wrapper
  > .dialog-button::-moz-focus-inner {
  border: 0;
}
.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 1;
}
.dialog-close-button:not(:hover) {
  opacity: 0.4;
}
.dialog-alert-widget .dialog-buttons-wrapper > button {
  width: 100%;
}
.dialog-confirm-widget .dialog-button:first-child {
  border-right: 1px solid #e6e9ec;
}
#elementor-change-exit-preference-dialog .dialog-message a {
  cursor: pointer;
}
#elementor-change-exit-preference-dialog .dialog-message > div {
  margin-bottom: 10px;
}
#elementor-change-exit-preference-dialog .dialog-ok {
  color: #39b54a;
}
.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh;
}
@media (min-width: 1024px) {
  body.admin-bar .dialog-lightbox-widget {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 1024px) {
  body.admin-bar .dialog-type-lightbox {
    position: sticky;
    height: 100vh;
  }
}
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  padding-bottom: 42.8571%;
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  padding-bottom: 56.25%;
}
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  padding-bottom: 75%;
}
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  padding-bottom: 66.6666%;
}
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  padding-bottom: 100%;
}
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
  padding-bottom: 177.8%;
}
.elementor-fit-aspect-ratio {
  position: relative;
  height: 0;
}
.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000;
}
.elementor-fit-aspect-ratio video {
  width: 100%;
}
.flatpickr-calendar {
  width: 280px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300;
}
.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.flatpickr-calendar .flatpickr-days {
  width: 280px;
}
.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px;
}
.elementor-templates-modal .dialog-widget-content {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  background-color: #f1f3f5;
  width: 100%;
}
@media (max-width: 1439px) {
  .elementor-templates-modal .dialog-widget-content {
    max-width: 990px;
  }
}
@media (min-width: 1440px) {
  .elementor-templates-modal .dialog-widget-content {
    max-width: 1200px;
  }
}
.elementor-templates-modal .dialog-header {
  padding: 0;
  z-index: 1;
}
.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.elementor-templates-modal .dialog-buttons-wrapper {
  border: none;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
  height: 40px;
  margin-left: 5px;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
  padding: 12px 36px;
  color: #fff;
  width: auto;
  font-size: 15px;
}
.elementor-templates-modal
  .dialog-buttons-wrapper
  .elementor-button-success:hover {
  background-color: #39b54a;
}
.elementor-templates-modal .dialog-message {
  height: 750px;
  max-height: 85vh;
  overflow: auto;
  padding-top: 25px;
}
.elementor-templates-modal .dialog-content {
  height: 100%;
}
.elementor-templates-modal .dialog-loading {
  display: none;
}
.elementor-templates-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
}
.elementor-templates-modal__header__logo {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.elementor-templates-modal__header__logo-area {
  text-align: left;
  padding-left: 15px;
}
.elementor-templates-modal__header__logo-area > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-templates-modal__header__logo__icon-wrapper {
  margin-right: 10px;
  font-size: 12px;
}
.elementor-templates-modal__header__logo__title {
  padding-top: 2px;
}
.elementor-templates-modal__header__items-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-templates-modal__header__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.elementor-templates-modal__header__item > i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.elementor-templates-modal__header__item > i:not(:hover) {
  color: #a4afb7;
}
.elementor-templates-modal__header__close--normal {
  width: 47px;
  border-left: 1px solid #e6e9ec;
}
.elementor-templates-modal__header__close--normal i {
  font-size: 18px;
}
.elementor-templates-modal__header__close--skip {
  padding: 10px 10px 10px 20px;
  margin-right: 10px;
  color: #fff;
  background-color: #a4afb7;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}
.elementor-templates-modal__header__close--skip > i {
  font-size: inherit;
  padding-left: 10px;
  margin-left: 15px;
  border-left: 1px solid;
}
.elementor-templates-modal__header__close--skip > i:not(:hover) {
  color: #fff;
}
.elementor-templates-modal__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.elementor-templates-modal__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.05);
}
#wpadminbar
  #yt-admin-bar-elementor_edit_page
  .elementor-general-section
  + .elementor-second-section {
  border-top: 1px solid #464b50;
  margin-top: 6px;
}
.elementor-hidden {
  display: none;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.e-logo-wrapper {
  background: #93003c;
  display: inline-block;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
.e-logo-wrapper i {
  color: #fff;
  font-size: 1em;
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
  color: #39b54a;
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
  color: #b01b1b;
}
.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elementor a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  margin: 0;
  background-color: transparent;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
  figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.elementor .elementor-custom-embed {
  line-height: 0;
}
.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.elementor .elementor-background-video-container {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
  max-width: none;
}
.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor .elementor-background-slideshow {
  z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.e-container > .elementor-element.elementor-absolute,
.elementor-widget-wrap > .elementor-element.elementor-absolute {
  position: absolute;
}
.e-container > .elementor-element.elementor-fixed,
.elementor-widget-wrap > .elementor-element.elementor-fixed {
  position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: var(--flex-direction);
  flex-direction: var(--flex-direction);
  -ms-flex-wrap: var(--flex-wrap);
  flex-wrap: var(--flex-wrap);
  -webkit-box-pack: var(--justify-content);
  -ms-flex-pack: var(--justify-content);
  justify-content: var(--justify-content);
  -webkit-box-align: var(--align-items);
  -ms-flex-align: var(--align-items);
  align-items: var(--align-items);
  -ms-flex-line-pack: var(--align-content);
  align-content: var(--align-content);
  gap: var(--gap);
  -ms-flex-preferred-size: var(--flex-basis);
  flex-basis: var(--flex-basis);
  -webkit-box-flex: var(--flex-grow);
  -ms-flex-positive: var(--flex-grow);
  flex-grow: var(--flex-grow);
  -ms-flex-negative: var(--flex-shrink);
  flex-shrink: var(--flex-shrink);
  -webkit-box-ordinal-group: var(--order);
  -ms-flex-order: var(--order);
  order: var(--order);
  -ms-flex-item-align: var(--align-self);
  align-self: var(--align-self);
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-invisible {
  visibility: hidden;
}
.elementor-align-center {
  text-align: center;
}
.elementor-align-center .elementor-button {
  width: auto;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-right .elementor-button {
  width: auto;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-left .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}
.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  -webkit-filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  -webkit-animation: eicon-spin 2s linear infinite;
  animation: eicon-spin 2s linear infinite;
}
.elementor-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.elementor-ken-burns {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 10s;
  -o-transition-duration: 10s;
  transition-duration: 10s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.elementor-ken-burns--out {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.elementor-ken-burns--active {
  -webkit-transition-duration: 20s;
  -o-transition-duration: 20s;
  transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media (min-width: -1px) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-center .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-left .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1px) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-center .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-left .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1px) {
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1px) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}
.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display);
}
@-webkit-keyframes eicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes eicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  -webkit-animation: eicon-spin 2s linear infinite;
  animation: eicon-spin 2s linear infinite;
}
.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}
.elementor-bc-flex-widget
  .elementor-section-content-top
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-bc-flex-widget
  .elementor-section-content-middle
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-bc-flex-widget
  .elementor-section-content-bottom
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}
.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}
.elementor-column {
  min-height: 1px;
}
.elementor-column,
.elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-column-wrap {
  width: 100%;
}
.elementor-column-gap-narrow
  > .elementor-column
  > .elementor-element-populated {
  padding: 5px;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated {
  padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}
@media (min-width: -1px) {
  .elementor-reverse-widescreen > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > :first-child,
  .elementor-reverse-laptop > .elementor-container > :nth-child(2),
  .elementor-reverse-laptop > .elementor-container > :nth-child(3),
  .elementor-reverse-laptop > .elementor-container > :nth-child(4),
  .elementor-reverse-laptop > .elementor-container > :nth-child(5),
  .elementor-reverse-laptop > .elementor-container > :nth-child(6),
  .elementor-reverse-laptop > .elementor-container > :nth-child(7),
  .elementor-reverse-laptop > .elementor-container > :nth-child(8),
  .elementor-reverse-laptop > .elementor-container > :nth-child(9),
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: -1px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1px) {
  .elementor-reverse-tablet > .elementor-container > :first-child,
  .elementor-reverse-tablet > .elementor-container > :nth-child(2),
  .elementor-reverse-tablet > .elementor-container > :nth-child(3),
  .elementor-reverse-tablet > .elementor-container > :nth-child(4),
  .elementor-reverse-tablet > .elementor-container > :nth-child(5),
  .elementor-reverse-tablet > .elementor-container > :nth-child(6),
  .elementor-reverse-tablet > .elementor-container > :nth-child(7),
  .elementor-reverse-tablet > .elementor-container > :nth-child(8),
  .elementor-reverse-tablet > .elementor-container > :nth-child(9),
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .elementor-column {
    width: 100%;
  }
}
ul.elementor-icon-list-items.elementor-inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1px) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1px) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1px) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1px) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1px) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1px) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1px) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}
.e-container {
  --border-radius: 0;
  --display: flex;
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  --content-width: Min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0;
  --margin-right: 0;
  --margin-bottom: 0;
  --margin-left: 0;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --transition: 0;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  position: var(--position);
  display: var(--display);
  text-align: var(--text-align);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: var(--flex-direction);
  flex-direction: var(--flex-direction);
  -webkit-box-flex: var(--flex-grow);
  -ms-flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom)
    var(--margin-left);
  padding: var(--padding-top)
    max(var(--padding-right), (100% - var(--content-width))/2)
    var(--padding-bottom)
    max(var(--padding-left), (100% - var(--content-width))/2);
  z-index: var(--z-index);
  overflow: var(--overflow);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-container {
  --margin-right: auto;
  --margin-left: auto;
  max-width: min(100%, var(--width));
}
.e-container .elementor-empty-view {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: var(--min-height, 100px);
}
.e-container .elementor-empty-view .elementor-first-add {
  width: auto;
  height: auto;
  inset: 0;
}
.e-container .elementor-widget-placeholder {
  --size: 10px;
  --margin-start: calc(-1 * var(--size));
  --margin-end: calc(-2 * var(--size));
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  z-index: 1;
  pointer-events: none;
}
.e-container.e-container--row > .elementor-widget-placeholder {
  position: relative;
  z-index: 9999;
  width: var(--size);
  -webkit-margin-start: var(--margin-start);
  margin-inline-start: var(--margin-start);
  height: auto;
  min-height: 100%;
  -webkit-animation-name: dnd-placeholder-widget-vertical;
  animation-name: dnd-placeholder-widget-vertical;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"])
  > .elementor-widget-placeholder {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: calc(var(--margin-start) + var(--margin-end));
  margin-inline-start: calc(var(--margin-start) + var(--margin-end));
}
.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"])
  > :not(.elementor-element)
  + .elementor-widget-placeholder {
  -webkit-margin-end: var(--margin-end);
  margin-inline-end: var(--margin-end);
  -webkit-margin-start: var(--margin-start);
  margin-inline-start: var(--margin-start);
}
.e-container.e-container--column > .elementor-widget-placeholder {
  height: var(--size);
  -webkit-margin-before: var(--margin-start);
  margin-block-start: var(--margin-start);
  -webkit-margin-after: var(--margin-end);
  margin-block-end: var(--margin-end);
  -webkit-animation-name: dnd-placeholder-widget-horizontal;
  animation-name: dnd-placeholder-widget-horizontal;
}
.e-container.e-container--column
  > .elementor-widget-placeholder:nth-last-child(2) {
  -webkit-margin-before: calc(2 * var(--margin-start));
  margin-block-start: calc(2 * var(--margin-start));
  --margin-end: 0;
}
.e-container .elementor-sortable-helper {
  height: 84px;
  width: 125px;
  z-index: -1;
}
.e-container .elementor-widget.elementor-widget {
  margin-bottom: 0;
}
.e-container:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  -webkit-transition: var(--overlay-transition);
  -o-transition: var(--overlay-transition);
  transition: var(--overlay-transition);
  border-radius: var(--border-radius);
}
.e-container .elementor-background-slideshow,
.e-container .elementor-background-video-container {
  z-index: -1;
}
.e-container .elementor-widget {
  min-width: 0;
}
.e-container .elementor-widget-google_maps,
.e-container .elementor-widget-video {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.e-container .elementor-widget.e-widget-swiper {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.e-container > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting {
  position: relative;
  background-color: #556068;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:hover,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:hover {
  background-color: #495157;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting.elementor-editor-element-add,
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting.elementor-editor-element-edit
  + .elementor-editor-element-remove,
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:first-child:before,
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:last-child:after,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting.elementor-editor-element-add,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting.elementor-editor-element-edit
  + .elementor-editor-element-remove,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:first-child:before,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:last-child:after {
  display: none;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:not(.elementor-editor-element-edit),
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-setting:not(.elementor-editor-element-edit) {
  -webkit-margin-start: -25px;
  margin-inline-start: -25px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  transition: all 0.3s;
  will-change: margin-inline-start;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  > .elementor-editor-element-settings:hover
  > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove),
.elementor-widget
  .e-container
  > .elementor-element-overlay
  > .elementor-editor-element-settings:hover
  > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove) {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-settings,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-settings {
  inset: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  inset-inline-start: 0;
  top: 0;
  border-radius: 0;
  border-end-end-radius: 3px;
  height: auto;
  background-color: #556068;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-settings:hover,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-settings:hover {
  background-color: #495157;
}
.e-container
  > .e-container
  > .elementor-element-overlay
  .elementor-editor-element-settings
  i.eicon-handle:before,
.elementor-widget
  .e-container
  > .elementor-element-overlay
  .elementor-editor-element-settings
  i.eicon-handle:before {
  content: "\e9b4";
  font-size: 20px;
  display: block;
  padding: 2px;
}
.elementor .elementor-section-wrap .e-container > .elementor-widget {
  max-width: 100%;
}
@media (max-width: 767px) {
  .e-container {
    --width: 100%;
    --flex-wrap: wrap;
  }
}
@-webkit-keyframes dnd-placeholder-widget-vertical {
  0% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: translateX(50%) scaleX(0);
    transform: translateX(50%) scaleX(0);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: translateX(50%) scaleX(1);
    transform: translateX(50%) scaleX(1);
    opacity: 0.9;
  }
}
@keyframes dnd-placeholder-widget-vertical {
  0% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: translateX(50%) scaleX(0);
    transform: translateX(50%) scaleX(0);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: translateX(50%) scaleX(1);
    transform: translateX(50%) scaleX(1);
    opacity: 0.9;
  }
}
@-webkit-keyframes dnd-placeholder-widget-horizontal {
  0% {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
  }
}
@keyframes dnd-placeholder-widget-horizontal {
  0% {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
  }
}
.elementor-form-fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > input,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > textarea {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  > input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-field-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
  color: #373a3c;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple
  .elementor-select-wrapper:before {
  content: "";
}
.elementor-field-subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  label {
  display: inline;
}
.elementor-field-label {
  cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px;
}
.elementor-button-align-stretch
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-button-align-center
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-end
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-start
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  -ms-flex-preferred-size: initial;
  flex-basis: auto;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: 0;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  -ms-flex-preferred-size: initial;
  flex-basis: auto;
}
@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-tablet-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .elementor-mobile-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
  }
}
.elementor-error .elementor-field {
  border-color: #d9534f;
}
.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}
.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
.elementor-message.form-message-success {
  color: #5cb85c;
}
.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.elementor-form .elementor-button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}
.elementor-element .elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-button-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.elementor-button span {
  text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}
.elementor-tab-title a {
  color: inherit;
}
.elementor-view-stacked .elementor-icon {
  padding: 0.5em;
  background-color: #818a91;
  color: #fff;
  fill: #fff;
}
.elementor-view-framed .elementor-icon {
  padding: 0.5em;
  color: #818a91;
  border: 3px solid #818a91;
  background-color: transparent;
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
}
.elementor-icon:hover {
  color: #818a91;
}
.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-icon i.fad {
  width: auto;
}
.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}
.e-transform .elementor-widget-container {
  -webkit-transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  -webkit-transform-origin: var(--e-transform-origin-y)
    var(--e-transform-origin-x);
  -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  -webkit-transition: -webkit-transform
    var(--e-transform-transition-duration, 0.4s);
  transition: -webkit-transform var(--e-transform-transition-duration, 0.4s);
  -o-transition: transform var(--e-transform-transition-duration, 0.4s);
  transition: transform var(--e-transform-transition-duration, 0.4s);
  transition: transform var(--e-transform-transition-duration, 0.4s),
    -webkit-transform var(--e-transform-transition-duration, 0.4s);
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container .swiper-slide figure {
  line-height: 0;
}
.swiper-container .elementor-lightbox-content-source {
  display: none;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background: no-repeat 50%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-fraction {
  color: #000;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px;
}
.elementor-pagination-position-outside .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-swiper {
  position: relative;
}
.elementor-main-swiper {
  position: static;
}
.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px);
}
.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0;
}
.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0;
}
.swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%;
}
.elementor-swiper-button {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, 0.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-swiper-button-prev {
  left: 10px;
}
.elementor-swiper-button-next {
  right: 10px;
}
.elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-container-cube .elementor-swiper-button {
  -webkit-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
    no-repeat 50%;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox .dialog-header {
  display: none;
}
.elementor-lightbox .dialog-widget-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.elementor-lightbox .dialog-message {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
  height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: 0.75em;
  margin-top: 13px;
  padding: 0.25em;
  z-index: 2;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper-container {
  height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0;
  }
}
.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  border: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3),
    0 0 8px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .elementor-lightbox .elementor-video-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
    width: 70%;
  }
}
.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size);
}
.elementor-lightbox .elementor-swiper-button-prev {
  left: 0;
}
.elementor-lightbox .elementor-swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: none;
  }
  .elementor-lightbox .elementor-swiper-button-next,
  .elementor-lightbox .elementor-swiper-button-prev {
    width: 20%;
  }
  .elementor-lightbox .elementor-swiper-button-next i,
  .elementor-lightbox .elementor-swiper-button-prev i {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.elementor-slideshow__counter {
  color: currentColor;
  font-size: 0.75em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.elementor-slideshow__footer,
.elementor-slideshow__header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-slideshow__footer {
  color: var(--lightbox-text-color);
}
.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: var(--lightbox-header-icons-size);
  padding-left: 1em;
  padding-right: 2.6em;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.elementor-slideshow__header > i,
.elementor-slideshow__header > svg {
  cursor: pointer;
  padding: 0.25em;
  margin: 0 0.35em;
}
.elementor-slideshow__header > i {
  font-size: inherit;
}
.elementor-slideshow__header > i:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header > svg {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  fill: var(--lightbox-ui-color);
  height: 1em;
  width: 1em;
}
.elementor-slideshow__header > svg:hover {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header .elementor-slideshow__counter {
  margin-right: auto;
}
.elementor-slideshow__header .elementor-icon-share {
  z-index: 5;
}
.elementor-slideshow__share-menu {
  background-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #2c2c2c;
}
.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 2.8em;
  top: 3em;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: 90% 10%;
  -ms-transform-origin: 90% 10%;
  transform-origin: 90% 10%;
  -webkit-transition: all 0.25s 0.1s;
  -o-transition: all 0.25s 0.1s;
  transition: all 0.25s 0.1s;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-slideshow__share-links a {
  text-align: left;
  color: #55595c;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.1s;
  -o-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}
.elementor-slideshow__share-links a:hover {
  color: #000;
}
.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
  margin-right: 0.75em;
}
.elementor-slideshow__share-links a i {
  font-size: 1.25em;
}
.elementor-slideshow__share-links a svg {
  height: 1.25em;
  width: 1.25em;
}
.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0.5em;
  border: 0.45em solid transparent;
  border-bottom-color: #fff;
  -webkit-transform: translateY(-100%) scaleX(0.7);
  -ms-transform: translateY(-100%) scaleX(0.7);
  transform: translateY(-100%) scaleX(0.7);
}
.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed;
}
.elementor-slideshow__description,
.elementor-slideshow__title {
  margin: 0;
}
.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700;
}
.elementor-slideshow__description {
  font-size: 14px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 0;
  pointer-events: none;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
  opacity: 0;
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%;
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-twitter {
  color: #1da1f2;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-facebook {
  color: #3b5998;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-pinterest {
  color: #bd081c;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-download-bold {
  color: #a4afb7;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-twitter {
  fill: #1da1f2;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-facebook {
  fill: #3b5998;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-pinterest {
  fill: #bd081c;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-download-bold {
  fill: #a4afb7;
}
.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2;
}
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.animated.animated-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.animated-fast {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.reverse {
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation: none;
    animation: none;
  }
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape-top {
  top: -1px;
}
.elementor-shape-top:not([data-negative="false"]) svg {
  z-index: -1;
}
.elementor-shape-bottom {
  bottom: -1px;
}
.elementor-shape-bottom:not([data-negative="true"]) svg {
  z-index: -1;
}
.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#yt-admin-bar-elementor_edit_page > .ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px;
}
#yt-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}
#yt-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#yt-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #55595c;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px;
}
#yt-admin-bar-elementor_inspector > .ab-item:before {
  content: "\f348";
  top: 2px;
}
#wpadminbar * {
  font-style: normal;
}
.page-template-elementor_canvas.elementor-page:before {
  display: none;
}
.elementor-post__thumbnail__link {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0;
}
.e--ua-appleWebkit.rtl {
  --flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
  --justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
  --justify-content: center;
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-center
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-justify
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-right
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right
  .elementor-grid {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: var(--justify-content, space-between);
  -ms-flex-pack: var(--justify-content, space-between);
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-0.5 * var(--grid-column-gap));
  margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-center
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-justify
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-right
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right
  .elementor-grid-item {
  margin-left: calc(0.5 * var(--grid-column-gap));
  margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-left
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
  .elementor-grid {
  display: inline-block;
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-left
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-left
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
  .elementor-grid-item {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-justify
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-right
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right
    .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content, space-between);
    -ms-flex-pack: var(--justify-content, space-between);
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-justify
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-right
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right
    .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-tablet--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
    .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-tablet--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-tablet--align-left
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
    .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-justify
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-right
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right
    .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content, space-between);
    -ms-flex-pack: var(--justify-content, space-between);
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-justify
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-right
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right
    .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-mobile--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
    .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-mobile--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-mobile--align-left
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
    .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1px) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, left);
}
.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  -webkit-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1))
    scaleY(var(--scale-y, 1));
  -ms-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1))
    scaleY(var(--scale-y, 1));
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1))
    scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke;
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  -webkit-transition: var(--stroke-transition) stroke,
    var(--stroke-transition) fill;
  -o-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
  transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
  --path-fill: var(--path-fill-hover);
  --stroke-color: var(--stroke-color-hover);
  --stroke-width: var(--stroke-width-hover);
}
.elementor-widget-text-path svg text {
  --fill: var(--text-color);
  fill: var(--fill);
  direction: var(--direction, ltr);
  -webkit-transition: var(--transition) stroke, var(--transition) stroke-width,
    var(--transition) fill;
  -o-transition: var(--transition) stroke, var(--transition) stroke-width,
    var(--transition) fill;
  transition: var(--transition) stroke, var(--transition) stroke-width,
    var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
  --color: var(--text-color-hover, var(--text-color));
  --fill: var(--color);
  color: var(--color);
}
.elementor-kit-4 {
  --e-global-color-primary: #6ec1e4;
  --e-global-color-secondary: #54595f;
  --e-global-color-text: #7a7a7a;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.e-container {
  --container-max-width: 1140px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-element {
  --widgets-spacing: 20px;
}
 {
}
h1.entry-title {
  display: var(--page-title-display);
}
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
  .e-container {
    --container-max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
  .e-container {
    --container-max-width: 767px;
  }
}
.elementor-1352
  .elementor-element.elementor-element-5e318f50
  > .elementor-container {
  min-height: 100vh;
}
.m-menu {
  background-color: #181818;
}
.m-menu-button .burger .line {
  border-color: #fff;
  border-style: solid;
  border-bottom-width: 0.1rem;
}
.m-menu-button .burger {
  width: 2.6rem;
  gap: 0.7rem;
}
.m-menu-button:after {
  width: 7rem;
  height: 7rem;
}
.m-menu-button {
  right: 6rem;
  top: 6rem;
}
.m-menu .m-menu-inner .main-items {
  gap: 2.7rem;
}
.m-menu .m-menu-inner .head-main-items p {
  color: #7c7c7c;
}
.m-menu .m-menu-inner .head-main-items {
  margin-bottom: 3rem;
}
.m-menu .m-menu-inner .main-items p {
  color: #7c7c7c;
}
.m-menu .m-menu-inner .main-items span {
  color: #7c7c7c;
}
.m-menu .m-menu-inner .main-items > li span {
  font-size: 2.1rem;
  padding-right: 2.6rem;
}
.m-menu .m-menu-inner .social-items {
  gap: 3.8rem;
}
.m-menu .m-menu-inner .head-social-items {
  margin-top: 9rem;
  margin-bottom: 2.6rem;
}
.m-menu .m-menu-inner .head-social-items p {
  color: #7c7c7c;
}
.m-menu .m-menu-inner .social-items .item a span {
  color: #7c7c7c;
  font-size: 2rem;
}
.provoke-scroll-bottom {
  flex-direction: column;
  gap: 1rem;
  right: 6rem;
  bottom: 3.6rem;
}
.provoke-scroll-bottom .fill {
  height: 5rem;
  width: 0.1rem;
}
.provoke-scroll-bottom .fill:after {
  border-left-width: 0.1rem;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
}
.provoke-scroll-bottom .fill .inner {
  border-left-width: 0.1rem;
  border-color: #fff !important;
  border-style: solid;
}
.provoke-scroll-bottom p {
  color: #fff;
}
.elementor-1352 .elementor-element.elementor-element-355b625a p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-355b625a
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-4e7103e5
  > .elementor-widget-container {
  margin: 0 0 4rem 3rem;
}
.elementor-1352 .elementor-element.elementor-element-1294cceb .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-1294cceb .seperator-box {
  justify-content: start;
}
.elementor-1352 .elementor-element.elementor-element-532f8af8 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-c25f39f p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-c25f39f
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-2900496b
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-794d5a71 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-794d5a71 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-794d5a71
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352 .elementor-element.elementor-element-74b50972 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-221b6b5d p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-221b6b5d
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-38f681be
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-60d5f8a0 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-60d5f8a0 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-60d5f8a0
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-7c59491b
  > .elementor-widget-container {
  margin: 0 0 5rem;
}
.elementor-1352
  .elementor-element.elementor-element-6e9e7b17
  .card-grid
  .item
  h2 {
  color: #fff;
  text-align: start;
  margin-bottom: 0;
}
.elementor-1352
  .elementor-element.elementor-element-6e9e7b17
  .card-grid
  .item
  h3
  span {
  color: #7c7c7c;
}
.elementor-1352
  .elementor-element.elementor-element-6e9e7b17
  .card-grid
  .item
  h3 {
  text-align: start;
  font-size: 5rem;
  margin-bottom: 1rem;
}
.elementor-1352
  .elementor-element.elementor-element-6e9e7b17
  .card-grid
  .item
  p {
  color: #7c7c7c;
  text-align: start;
}
.elementor-1352 .elementor-element.elementor-element-1eb43530 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-ed0ead p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-ed0ead
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-e3c1329
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-145cc55f .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-145cc55f .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-145cc55f
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-34589bf0
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352 .elementor-element.elementor-element-24689f95 .accordion {
  gap: 2rem;
}
.elementor-1352 .elementor-element.elementor-element-24689f95 .acc_head h5 {
  color: #fff;
}
.elementor-1352 .elementor-element.elementor-element-24689f95 .acc_head .icon {
  border-color: rgba(255, 255, 255, 0.8);
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 0.1rem;
  border-right-width: 0.1rem;
  width: 1.4rem;
  height: 1.4rem;
}
.elementor-1352 .elementor-element.elementor-element-24689f95 .acc_head {
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 0.1rem;
  border-radius: 0;
  padding-right: 1rem;
  padding-left: 0;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}
.elementor-1352 .elementor-element.elementor-element-24689f95 .acc_content {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  padding-top: 3rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-style: none;
  border-radius: 0;
}
.elementor-1352 .elementor-element.elementor-element-7dc90f0 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-7dd2253b p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-7dd2253b
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-51a884d1
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-57ebbbfb .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-57ebbbfb .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-57ebbbfb
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-703ba40d
  > .elementor-widget-container {
  margin: 0 0 6rem;
}
.elementor-1352 .elementor-element.elementor-element-4c6b7079 .item .info-line {
  flex-direction: row;
}
.elementor-1352 .elementor-element.elementor-element-4c6b7079 .timeline {
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.2);
  border-left-width: 0.1rem;
  gap: 6rem;
}
.elementor-1352 .elementor-element.elementor-element-4c6b7079 .timeline .item {
  text-align: start;
  background-color: #181818;
  padding-right: 9rem;
  padding-left: 9rem;
  padding-bottom: 7rem;
  padding-top: 7rem;
  margin-left: 5rem;
}
.elementor-1352
  .elementor-element.elementor-element-4c6b7079
  .timeline
  .item:before {
  background-color: #181818;
  width: 3.6rem;
  height: 3.6rem;
}
.elementor-1352 .elementor-element.elementor-element-4c6b7079 .item:before {
  display: block;
}
.elementor-1352
  .elementor-element.elementor-element-4c6b7079
  .timeline
  .item:after {
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 1);
  border-left-width: 0.1rem;
  left: -5rem;
}
.elementor-1352
  .elementor-element.elementor-element-4c6b7079
  .timeline
  .item
  .info-line {
  gap: 1.5rem;
}
.elementor-1352
  .elementor-element.elementor-element-4c6b7079
  .timeline
  .item
  .company {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-4c6b7079
  .timeline
  .item
  .date {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-4c6b7079
  .timeline
  .item
  .position {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.elementor-1352 .elementor-element.elementor-element-2ef89890 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-72ab8538 p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-72ab8538
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-48459056
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-2b8df22 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-2b8df22 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-2b8df22
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .elementor-repeater-item-1e0c774
  .fill {
  width: 80%;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .elementor-repeater-item-1e0c774
  .number-tag {
  left: 80%;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .elementor-repeater-item-e7a16a0
  .fill {
  width: 70%;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .elementor-repeater-item-e7a16a0
  .number-tag {
  left: 70%;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .elementor-repeater-item-fc0ba00
  .fill {
  width: 90%;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .elementor-repeater-item-fc0ba00
  .number-tag {
  left: 90%;
}
.elementor-1352 .elementor-element.elementor-element-f9f701a .skills {
  gap: 2rem;
}
.elementor-1352 .elementor-element.elementor-element-f9f701a .skill-bar h5 {
  color: #fff;
  margin-bottom: 2rem;
}
.elementor-1352 .elementor-element.elementor-element-f9f701a .skill-bar .bar {
  border-bottom-width: 0.1rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}
.elementor-1352 .elementor-element.elementor-element-f9f701a .skill-bar .fill {
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
}
.elementor-1352 .elementor-element.elementor-element-f9f701a .number-tag p {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .skill-bar
  .number-tag {
  background-color: #181818;
  padding: 0.3rem 1.2rem;
  margin-bottom: 1.1rem;
}
.elementor-1352
  .elementor-element.elementor-element-f9f701a
  .skill-bar
  .number-tag:after {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
}
.elementor-1352 .elementor-element.elementor-element-6ba6f625 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-18ba0d16 p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-18ba0d16
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-50fe32eb
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-17de0cb7 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-17de0cb7 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-17de0cb7
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-2876339b
  > .elementor-widget-container {
  margin: 0 0 6rem;
}
.elementor-1352 .elementor-element.elementor-element-6ae8c02 .work-grid {
  gap: 6rem;
}
.elementor-1352 .elementor-element.elementor-element-6ae8c02 .work-grid .item {
  padding-bottom: 46%;
}
.elementor-1352
  .elementor-element.elementor-element-6ae8c02
  .work-grid
  .item
  .info
  p {
  color: #fff;
  margin-bottom: 1rem;
}
.elementor-1352
  .elementor-element.elementor-element-6ae8c02
  .work-grid
  .item
  .info
  .seperator-line {
  border-color: #fff;
  border-style: solid;
  border-bottom-width: 0.1rem;
  width: 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-6ae8c02
  .work-grid
  .item
  .icon-button {
  font-size: 1.6rem;
  height: 5.6rem;
  width: 5.6rem;
  border-style: solid;
  border-color: #fff;
  border-width: 0.1rem;
  border-radius: 100%;
}
.glightbox-container .gslide-image img {
  max-height: 86vh;
}
.glightbox-container .goverlay {
  background: rgba(22, 22, 22, 0.95) !important;
}
.glightbox-container .gbtn span {
  font-size: 2.1rem;
  color: #7c7c7c;
}
.glightbox-container .info-button .icon-button {
  font-size: 1.6rem;
  height: 5.6rem;
  width: 5.6rem;
  color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 0.1rem;
  border-radius: 100%;
}
.glightbox-container .info {
  background-color: #212121;
}
.glightbox-container .info .info-container {
  max-width: 76rem;
  padding-right: 6rem;
  padding-left: 6rem;
}
.elementor-1352 .elementor-element.elementor-element-74415ac {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-598454ad p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-598454ad
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-5e5c36f9
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-6c637d83 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-6c637d83 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-6c637d83
  > .elementor-widget-container {
  margin: 0 0 6rem;
}
.elementor-1352 .elementor-element.elementor-element-349fe60 .image-grid {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5rem;
  column-gap: 0;
}
.elementor-1352
  .elementor-element.elementor-element-349fe60
  .image-grid
  .item
  img {
  max-width: 65%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-style: none;
  border-radius: 0;
}
.elementor-1352 .elementor-element.elementor-element-349fe60 .image-grid .item {
  justify-content: start;
}
.elementor-1352 .elementor-element.elementor-element-7cffad5b {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-2fc97c9d p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-2fc97c9d
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-1943b7d9
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-16518d72 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-16518d72 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-16518d72
  > .elementor-widget-container {
  margin: 0 0 6rem;
}
.elementor-1352
  .elementor-element.elementor-element-63c1362b
  .testimonial-carousel
  .quote {
  text-align: start;
  color: #7c7c7c;
  background-color: #181818;
  padding: 6rem 8rem;
  border-style: none;
  border-radius: 0;
  margin-bottom: 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-63c1362b
  .testimonial-carousel
  .name {
  color: #fff;
  text-align: start;
  margin-bottom: 0;
}
.elementor-1352
  .elementor-element.elementor-element-63c1362b
  .testimonial-carousel
  .position {
  color: #7c7c7c;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-63c1362b
  .testimonial-carousel
  .icon-button {
  color: #fff;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 1.6rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  border-width: 0.1rem;
  border-radius: 100%;
}
.elementor-1352 .elementor-element.elementor-element-1b197799 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-354bd78f p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-354bd78f
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-549d8000
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-5c62a45d .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-5c62a45d .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-5c62a45d
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-fb6b392
  > .elementor-widget-container {
  margin: 0 0 5rem;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .features
  .feature-item {
  flex-direction: row;
}
.elementor-1352 .elementor-element.elementor-element-54c32492 .pricing-item {
  background-color: #030303;
  padding: 5rem 7rem;
  border-style: none;
  border-radius: 0;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .label {
  color: #fff;
  margin-bottom: 0.5rem;
}
.elementor-1352 .elementor-element.elementor-element-54c32492 .pricing-item h2 {
  color: #fff;
  margin-left: 1rem;
  margin-right: 2rem;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .price
  p {
  color: #7c7c7c;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .seperator-line {
  border-bottom-width: 0.1rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  margin-top: 2rem;
}
.elementor-1352 .elementor-element.elementor-element-54c32492 .acc_head .icon {
  border-color: rgba(255, 255, 255, 0.8);
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 0.1rem;
  border-right-width: 0.1rem;
  width: 1.4rem;
  height: 1.4rem;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .features {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  gap: 2.4rem;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .features
  .feature-item {
  gap: 0.3rem;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .features
  span {
  color: #7c7c7c;
  border-style: none;
  border-radius: 100%;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .feature-item
  span {
  font-size: 1.6rem;
  width: 4.6rem;
  height: 4.6rem;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  .pricing-item
  .features
  p {
  color: #7c7c7c;
}
.elementor-1352
  .elementor-element.elementor-element-54c32492
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352 .elementor-element.elementor-element-e54c3db .pricing-item {
  background-color: #181818;
  padding: 5rem 7rem;
  border-style: none;
  border-radius: 0;
}
.elementor-1352
  .elementor-element.elementor-element-e54c3db
  .pricing-item
  .label {
  color: #fff;
  margin-bottom: 0.5rem;
}
.elementor-1352 .elementor-element.elementor-element-e54c3db .pricing-item h2 {
  color: #fff;
  margin-left: 1rem;
  margin-right: 2rem;
}
.elementor-1352
  .elementor-element.elementor-element-e54c3db
  .pricing-item
  .price
  p {
  color: #7c7c7c;
}
.elementor-1352
  .elementor-element.elementor-element-e54c3db
  .pricing-item
  .seperator-line {
  border-bottom-width: 0.1rem;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  margin-top: 2rem;
}
.elementor-1352 .elementor-element.elementor-element-3cfb0395 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-3df5a55e p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-3df5a55e
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-57ec3505
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-355802b1 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-355802b1 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-355802b1
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-7802b141
  > .elementor-widget-container {
  margin: 0 0 5rem;
}
.elementor-1352 .elementor-element.elementor-element-7577a77f .accordion {
  gap: 2rem;
}
.elementor-1352 .elementor-element.elementor-element-7577a77f .acc_head h5 {
  color: #fff;
}
.elementor-1352 .elementor-element.elementor-element-7577a77f .acc_head .icon {
  border-color: rgba(255, 255, 255, 0.8);
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 0.1rem;
  border-right-width: 0.1rem;
  width: 1.4rem;
  height: 1.4rem;
}
.elementor-1352 .elementor-element.elementor-element-7577a77f .acc_head {
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 0.1rem;
  border-radius: 0;
  padding-right: 1rem;
  padding-left: 0;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}
.elementor-1352 .elementor-element.elementor-element-7577a77f .acc_content {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  padding-top: 3rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-style: none;
  border-radius: 0;
}
.elementor-1352 .elementor-element.elementor-element-30870442 {
  padding: 0 0 20rem;
}
.elementor-1352 .elementor-element.elementor-element-6bb71111 p {
  color: #fff;
  text-align: start;
}
.elementor-1352
  .elementor-element.elementor-element-6bb71111
  > .elementor-widget-container {
  margin: 0 0 3rem;
}
.elementor-1352
  .elementor-element.elementor-element-2f16e07
  > .elementor-widget-container {
  margin: 0 0 3rem 1rem;
}
.elementor-1352 .elementor-element.elementor-element-6f9288c2 .seperator-line {
  border-color: #fff;
  border-style: solid;
  width: 4rem;
  border-bottom-width: 0.1rem;
}
.elementor-1352 .elementor-element.elementor-element-6f9288c2 .seperator-box {
  justify-content: start;
}
.elementor-1352
  .elementor-element.elementor-element-6f9288c2
  > .elementor-widget-container {
  margin: 0 0 4rem;
}
.elementor-1352
  .elementor-element.elementor-element-6bf71dbf
  > .elementor-widget-container {
  margin: 0 0 6rem;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  .button-area
  .default-button {
  flex-direction: row;
}
.elementor-1352 .elementor-element.elementor-element-413206c7 form {
  gap: 5rem;
}
.elementor-1352 .elementor-element.elementor-element-413206c7 form input {
  color: #fff;
  padding: 0 0 2rem;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 0.1rem;
  border-radius: 0;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  input::-webkit-input-placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  input::-moz-placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  input:-ms-input-placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  input::placeholder {
  color: #fff;
}
.elementor-1352 .elementor-element.elementor-element-413206c7 form textarea {
  color: #fff;
  padding: 0;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 0.1rem;
  border-radius: 0;
  height: 14rem;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  textarea::-webkit-input-placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  textarea::-moz-placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  textarea:-ms-input-placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  form
  textarea::placeholder {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  .button-area
  .flex-button {
  gap: 2rem;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  .button-area
  .button-text {
  color: #fff;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  .button-area
  .icon-button {
  color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 0.1rem;
  border-radius: 100%;
  font-size: 1.6rem;
  width: 5.6rem;
  height: 5.6rem;
}
.elementor-1352
  .elementor-element.elementor-element-413206c7
  .button-area
  .info-text {
  color: #7c7c7c;
}
@media (max-width: 1024px) {
  .elementor-1352 .elementor-element.elementor-element-349fe60 .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-1352 .elementor-element.elementor-element-349fe60 .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzc.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsE.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzc.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc9.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOmb2Rm.ttf)
    format("truetype");
} /*! elementor - v3.7.1 - 14-08-2022 */
.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.elementor-widget-heading
  .elementor-heading-title[class*="elementor-size-"]
  > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
} /*! elementor - v3.7.1 - 14-08-2022 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked
  .elementor-drop-cap {
  background-color: #818a91;
  color: #fff;
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed
  .elementor-drop-cap {
  color: #818a91;
  border: 3px solid;
  background-color: transparent;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default)
  .elementor-drop-cap {
  margin-top: 8px;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default)
  .elementor-drop-cap-letter {
  width: 1em;
  height: 1em;
}
.elementor-widget-text-editor .elementor-drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
}
.elementor-widget-text-editor .elementor-drop-cap-letter {
  display: inline-block;
}
