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

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

.wp-block-avatar {
  line-height: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

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

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

@supports (-webkit-touch-callout:inherit) {

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

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

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

.wp-block-details summary {
  cursor: pointer
}

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

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

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

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

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

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

.wp-block-embed__wrapper {
  position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: .25em;
  margin-bottom: .5em;
  width: 100%
}

.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-form-input__label-content {
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: .5em;
  padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em
}

textarea.wp-block-form-input__input {
  min-height: 10em
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:600px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  width: 100%;
  will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000
}

@media (hover:none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative
}

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

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg
}

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

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

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

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

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

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

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

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

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

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

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

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

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

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px
}

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

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative
}

.wp-lightbox-container img {
  cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
  opacity: 1
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity .2s ease;
  width: 20px;
  z-index: 100
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1
}

.wp-lightbox-container button:focus {
  opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.active {
  animation: turn-on-visibility .25s both;
  visibility: visible
}

.wp-lightbox-overlay.active img {
  animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
  animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
  animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in .4s
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility .4s forwards
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
    animation: lightbox-zoom-out .4s
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility .4s forwards
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden
  }
}

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

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

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

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

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

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

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

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

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

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

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

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

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

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word
}

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

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

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

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

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

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

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

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

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

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

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

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

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0
}

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

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

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

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

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

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

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

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

:root :where(ul.has-background, ol.has-background) {
  padding: 1.25em 2.375em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation {
  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
}

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

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

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

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

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

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

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

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

.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
  text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

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

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

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

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

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

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

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

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

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
  padding: 0
}

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

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

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

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

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

@media (min-width:782px) {

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

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000
}

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

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

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

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

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

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

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation__responsive-close {
  width: 100%
}

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

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

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

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

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

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

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

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

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

.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px
}

.link-ui-block-inserter {
  padding-top: 8px
}

.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase
}

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

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

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

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

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

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

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

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

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

:root :where(p.has-background) {
  padding: 1.25em 2.375em
}

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

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%
}

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

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

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

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

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg
}

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

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

.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

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

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap
}

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

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

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

.wp-block-pullquote blockquote {
  margin: 0
}

.wp-block-pullquote p {
  margin-top: 0
}

.wp-block-pullquote p:last-child {
  margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr
  }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-quote>cite {
  display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

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

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

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

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

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

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

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
  max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit
}

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

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

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

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

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

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: none;
  border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center
}

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

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important
}

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

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0
}

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

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

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

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

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

:root :where(.wp-block-site-title a) {
  color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff
}

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4
}

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000
}

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000
}

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000
}

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000
}

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

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

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

:root :where(.wp-block-social-links .wp-social-link a) {
  padding: .25em
}

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

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

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

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

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

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

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

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

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

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

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

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

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

.wp-block-video video {
  vertical-align: middle;
  width: 100%
}

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

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

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

.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aligncenter {
  clear: both
}

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

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

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

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

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

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

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

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

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

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

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

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

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

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

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

:where(figure) {
  margin: 0 0 1em
}

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

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

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color)
}

.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: transparent
}

.pswp:focus {
  outline: 0
}

.pswp * {
  box-sizing: border-box
}

.pswp img {
  max-width: none
}

.pswp--open {
  display: block
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity
}

.pswp__bg {
  opacity: .005;
  background: var(--pswp-bg)
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out
}

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__item {
  z-index: 1;
  overflow: hidden
}

.pswp__hidden {
  display: none !important
}

.pswp__content {
  pointer-events: none
}

.pswp__content>* {
  pointer-events: auto
}

.pswp__error-msg-container {
  display: grid
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color)
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration)cubic-bezier(.4, 0, .22, 1);
  z-index: 10
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1
}

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: 0 0;
  border: 0;
  box-shadow: none;
  opacity: .85;
  -webkit-appearance: none;
  -webkit-touch-callout: none
}

.pswp--ui-visible .pswp__button:hover,
.pswp--ui-visible .pswp__button:active,
.pswp--ui-visible .pswp__button:focus {
  transition: none;
  padding: 0;
  background: 0 0;
  border: 0;
  box-shadow: none;
  opacity: 1
}

.pswp__button:disabled {
  opacity: .3;
  cursor: auto
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary)
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none
}

.pswp__icn:focus {
  outline: 0
}

div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important
}

.pswp__top-bar>* {
  pointer-events: auto;
  will-change: opacity
}

.pswp__button--close {
  margin-right: 6px
}

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: 0 0;
  border-radius: 0
}

.pswp--one-slide .pswp__button--arrow {
  display: none
}

.pswp--touch .pswp__button--arrow {
  visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0
}

.pswp__button--arrow--next {
  right: 0
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1, 1)
}

.pswp__button--zoom {
  display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none
}

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity .2s linear;
  animation: pswp-clockwise 600ms linear infinite
}

.pswp__preloader--active .pswp__icn {
  opacity: .85
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: .85
}

.pswp--one-slide .pswp__counter {
  display: none
}

.pswp__dynamic-caption {
  color: #ccc;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 120ms linear !important;
  line-height: 1.5em
}

.pswp__dynamic-caption--aside,
.pswp__dynamic-caption--below {
  opacity: 1 !important
}

.pswp-caption-content {
  display: none
}

.pswp__dynamic-caption a {
  color: #ccc
}

.pswp__dynamic-caption--faded {
  opacity: 0 !important
}

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px 15px 20px 20px;
  margin-top: 70px
}

.pswp__dynamic-caption--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0
}

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px
}

.pswp__dynamic-caption--mobile {
  width: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  padding: 10px 15px
}

.pswp__caption,
.pswp__caption__exif {
  padding-bottom: .5em
}

.pswp__caption__exif_camera {
  padding-left: 1.5em;
  padding-right: .5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg width=%2224%22 height=%2224%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23ccc%22 d=%22m4 5h3l2-2h6l2 2h3a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V7a2 2 0 012-2m8 3a5 5 0 00-5 5 5 5 0 005 5 5 5 0 005-5 5 5 0 00-5-5m0 2a3 3 0 013 3 3 3 0 01-3 3 3 3 0 01-3-3 3 3 0 013-3z%22/%3E%3C/svg%3E")
}

.pswp__caption__exif_lens {
  padding-left: 1.5em;
  padding-right: .5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 300 300%22%3E%3Cpath fill=%22%23ccc%22 d=%22M293.75 56.25H275V37.5c0-3.456-2.794-6.25-6.25-6.25h-1e2c-3.456.0-6.25 2.794-6.25 6.25v31.25H150V62.5c0-3.456-2.794-6.25-6.25-6.25h-87.5c-3.456.0-6.25 2.794-6.25 6.25v6.25H6.25C2.794 68.75.0 71.544.0 75v150c0 3.456 2.794 6.25 6.25 6.25H50v6.25c0 3.456 2.794 6.25 6.25 6.25h87.5c3.456.0 6.25-2.794 6.25-6.25v-6.25h12.5v31.25c0 3.456 2.794 6.25 6.25 6.25h1e2c3.456.0 6.25-2.794 6.25-6.25v-18.75h18.75c3.456.0 6.25-2.794 6.25-6.25v-175C3e2 59.044 297.206 56.25 293.75 56.25zM12.5 218.75V81.25H50v137.5H12.5zm125 12.5h-75V225 75v-6.25h75v162.5zm12.5-12.5V81.25h12.5v137.5H150zm112.5 37.5H175V43.75h87.5V62.5v175 18.75zm25-25H275V68.75h12.5v162.5z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 68.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 68.75 237.5 68.75z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 93.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 93.75 237.5 93.75z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 118.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 118.75 237.5 118.75z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 143.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 143.75 237.5 143.75z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 168.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 168.75 237.5 168.75z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 193.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 193.75 237.5 193.75z%22/%3E%3Cpath fill=%22%23ccc%22 d=%22M237.5 218.75H2e2c-3.456.0-6.25 2.794-6.25 6.25s2.794 6.25 6.25 6.25h37.5c3.456.0 6.25-2.794 6.25-6.25S240.956 218.75 237.5 218.75z%22/%3E%3Crect fill=%22%23ccc%22 x=%2275%22 y=%2281.25%22 width=%2250%22 height=%2212.5%22/%3E%3Crect fill=%22%23ccc%22 x=%2275%22 y=%22106.25%22 width=%2250%22 height=%2212.5%22/%3E%3Crect fill=%22%23ccc%22 x=%2275%22 y=%22131.25%22 width=%2250%22 height=%2212.5%22/%3E%3Crect fill=%22%23ccc%22 x=%2275%22 y=%22156.25%22 width=%2250%22 height=%2212.5%22/%3E%3Crect fill=%22%23ccc%22 x=%2275%22 y=%22181.25%22 width=%2250%22 height=%2212.5%22/%3E%3Crect fill=%22%23ccc%22 x=%2275%22 y=%22206.25%22 width=%2250%22 height=%2212.5%22/%3E%3C/svg%3E")
}

.pswp__caption__exif_focal {
  padding-left: 1.5em;
  padding-right: .5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23ccc%22 d=%22M12 6.5c3.79.0 7.17 2.13 8.82 5.5-1.65 3.37-5.02 5.5-8.82 5.5S4.83 15.37 3.18 12C4.83 8.63 8.21 6.5 12 6.5m0-2C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zm0 5c1.38.0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5m0-2c-2.48.0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5z%22/%3E%3C/svg%3E")
}

.pswp__caption__exif_shutter {
  padding-left: 1.5em;
  padding-right: .5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23ccc%22 d=%22M15 1H9v2h6V1zm4.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97.0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87.0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-.32-5H6.35c.57 1.62 1.82 2.92 3.41 3.56l-.11-.06 2.03-3.5zm5.97-4c-.57-1.6-1.78-2.89-3.34-3.54L12.26 11h5.39zm-7.04 7.83c.45.11.91.17 1.39.17 1.34.0 2.57-.45 3.57-1.19l-2.11-3.9-2.85 4.92zM7.55 8.99C6.59 10.05 6 11.46 6 13c0 .34.04.67.09 1h4.72L7.55 8.99zm8.79 8.14C17.37 16.06 18 14.6 18 13c0-.34-.04-.67-.09-1h-4.34l2.77 5.13zm-3.01-9.98C12.9 7.06 12.46 7 12 7c-1.4.0-2.69.49-3.71 1.29l2.32 3.56 2.72-4.7z%22/%3E%3C/svg%3E")
}

.pswp__caption__exif_fstop {
  padding-left: 1.5em;
  padding-right: .5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23ccc%22 d=%22M9.4 10.5l4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4.0-4.6.85-6.32 2.25l3.66 6.35.06-.1zM21.54 9c-.92-2.92-3.15-5.26-6-6.34L11.88 9h9.66zm.26 1h-7.49l.29.5 4.76 8.25C21 16.97 22 14.61 22 12c0-.69-.07-1.35-.2-2zM8.54 12l-3.9-6.75C3.01 7.03 2 9.39 2 12c0 .69.07 1.35.2 2h7.49l-1.15-2zm-6.08 3c.92 2.92 3.15 5.26 6 6.34L12.12 15H2.46zm11.27.0-3.9 6.76c.7.15 1.42.24 2.17.24 2.4.0 4.6-.85 6.32-2.25l-3.66-6.35-.93 1.6z%22/%3E%3C/svg%3E")
}

.pswp__caption__exif_iso {
  padding-left: 1.5em;
  padding-right: .5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23ccc%22 d=%22M19 3H5c-1.1.0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1.0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 19H5L19 5v14zm-2-2v-1.5h-5V17h5z%22/%3E%3C/svg%3E")
}

.pswp__caption__exif_datetime {
  padding-left: 1.5em;
  white-space: nowrap;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg width=%2224%22 height=%2224%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23ccc%22 stroke=%22null%22 id=%22svg_2%22 d=%22m20.84383 3.39692h-3.76424V2.8303c0-.31721-.25727-.57447-.57447-.57447s-.57447.25727-.57447.57447v.56662h-3.35617V2.8303c0-.31721-.25727-.57447-.57447-.57447s-.57447.25727-.57447.57447v.56662H8.21203V2.8303c0-.31721-.25727-.57447-.57447-.57447s-.57447.25727-.57447.57447v.56662h-3.9068c-.31721.0-.57447.25727-.57447.57447v12.98042c0 .31721.25727.57447.57447.57447h3.52593c.56499 2.41413 2.73402 4.21788 5.31781 4.21788s4.75281-1.80385 5.31781-4.21788h3.52593c.31721.0.57447-.25727.57447-.57447V3.97139c1e-4-.31721-.25708-.57447-.57438-.57447zM7.06307 4.54587V5.065c0 .31721.25727.57447.57447.57447s.57447-.25727.57447-.57447v-.51913h3.21351V5.065c0 .31721.25727.57447.57447.57447s.57447-.25727.57447-.57447v-.51913h3.35617V5.065c0 .31721.25727.57447.57447.57447s.57447-.25727.57447-.57447v-.51913h3.18976v2.34921H3.73071V4.54587h3.33233zM12 20.59523c-2.37851.0-4.31363-1.93511-4.31363-4.31363S9.62148 11.96797 12 11.96797s4.31363 1.93502 4.31363 4.31363S14.37861 20.59523 12 20.59523zm5.46018-4.21788c57e-5-.03198.00239-.06367.00239-.09575.0-3.01206-2.45051-5.46257-5.46257-5.46257s-5.46257 2.45051-5.46257 5.46257c0 .03207.00191.06377.00239.09575H3.73064V8.04413h16.53862v8.33322h-2.80908z%22/%3E%3Cpath fill=%22%23ccc%22 stroke=%22null%22 id=%22svg_3%22 d=%22m12.57447 16.42656v-2.77911c0-.31721-.25727-.57447-.57447-.57447s-.57447.25727-.57447.57447v3.01714c0 .15233.06051.29844.16823.40625l1.32033 1.32043c.11221.11212.25918.16823.40625.16823.14697.0.29403-.05611.40625-.16823.22433-.22433.22433-.58807.0-.8124l-1.15211-1.1523z%22/%3E%3C/svg%3E")
}

.pswp__dynamic-caption--overlay {
  position: absolute !important;
  bottom: 0;
  top: initial;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  padding-top: .5em
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background: 0 0
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""
}

.clearfix:after {
  clear: both
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.ht-grid {
  *zoom: 1
}

@media screen and (min-width:400px) {
  .ht-grid.ht-grid-gutter-10 {
    margin: 0 -10px
  }
}

@media screen and (min-width:400px) {
  .ht-grid.ht-grid-gutter-10 .ht-grid-col {
    padding: 0 10px
  }
}

@media screen and (min-width:400px) {
  .ht-grid.ht-grid-gutter-20 {
    margin: 0 -20px
  }
}

@media screen and (min-width:400px) {
  .ht-grid.ht-grid-gutter-20 .ht-grid-col {
    padding: 0 20px
  }
}

@media screen and (min-width:400px) {
  .ht-grid.ht-grid-gutter-30 {
    margin: 0 -30px
  }
}

@media screen and (min-width:400px) {
  .ht-grid.ht-grid-gutter-30 .ht-grid-col {
    padding: 0 30px
  }
}

.ht-grid.ht-grid-gutter-bottom-10 .ht-grid-col {
  margin-bottom: 10px
}

.ht-grid.ht-grid-gutter-bottom-20 .ht-grid-col {
  margin-bottom: 20px
}

.ht-grid.ht-grid-gutter-bottom-30 .ht-grid-col {
  margin-bottom: 30px
}

.ht-grid.ht-grid-gutter-bottom-40 .ht-grid-col {
  margin-bottom: 40px
}

.ht-grid:before,
.ht-grid:after {
  display: table;
  content: ""
}

.ht-grid:after {
  clear: both
}

.ht-grid .ht-grid-col {
  float: left
}

.ht-grid .ht-grid-12 {
  width: 100%
}

.ht-grid .ht-grid-11 {
  width: 91.666%
}

.ht-grid .ht-grid-10 {
  width: 83.333%
}

.ht-grid .ht-grid-9 {
  width: 75%
}

.ht-grid .ht-grid-8 {
  width: 66.666%
}

.ht-grid .ht-grid-7 {
  width: 58.333%
}

.ht-grid .ht-grid-6 {
  width: 50%
}

.ht-grid .ht-grid-5 {
  width: 41.666%
}

.ht-grid .ht-grid-4 {
  width: 33.333%
}

.ht-grid .ht-grid-3 {
  width: 25%
}

@media screen and (max-width:720px) {
  .ht-grid .ht-grid-3 {
    width: 50%
  }
}

@media screen and (max-width:480px) {
  .ht-grid .ht-grid-3 {
    width: 100%
  }
}

.ht-grid .ht-grid-2 {
  width: 16.666%
}

@media screen and (max-width:800px) {
  .ht-grid .ht-grid-2 {
    width: 33.333%
  }
}

@media screen and (max-width:600px) {
  .ht-grid .ht-grid-2 {
    width: 50%
  }
}

@media screen and (max-width:400px) {
  .ht-grid .ht-grid-2 {
    width: 100%
  }
}

.ht-grid .ht-grid-1 {
  width: 8.333%
}

@media screen and (max-width:800px) {
  .ht-grid .ht-grid-1 {
    width: 16.666%
  }
}

@media screen and (max-width:600px) {
  .ht-grid .ht-grid-1 {
    width: 25%
  }
}

@media screen and (max-width:400px) {
  .ht-grid .ht-grid-1 {
    width: 33.333%
  }
}

@media screen and (max-width:620px) {

  .ht-grid .ht-grid-11,
  .ht-grid .ht-grid-10,
  .ht-grid .ht-grid-9,
  .ht-grid .ht-grid-8,
  .ht-grid .ht-grid-7,
  .ht-grid .ht-grid-6,
  .ht-grid .ht-grid-5,
  .ht-grid .ht-grid-4 {
    width: 100%
  }
}

form {
  font-size: 13px
}

form textarea,
form select,
form input[type=date],
form input[type=datetime],
form input[type=datetime-local],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week] {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #6e6c6c;
  padding: 10px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto
}

form textarea[disabled],
form select[disabled],
form input[type=date][disabled],
form input[type=datetime][disabled],
form input[type=datetime-local][disabled],
form input[type=email][disabled],
form input[type=month][disabled],
form input[type=number][disabled],
form input[type=password][disabled],
form input[type=search][disabled],
form input[type=tel][disabled],
form input[type=text][disabled],
form input[type=time][disabled],
form input[type=url][disabled],
form input[type=week][disabled] {
  color: #eee
}

form input[disabled],
form select[disabled],
form select[disabled] option,
form select[disabled] optgroup,
form textarea[disabled],
form a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #c7c7c7;
  cursor: default
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #c7c7c7
}

form input:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #c7c7c7
}

form textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
  max-width: 600px
}

form button,
form input[type=reset],
form input[type=submit],
form input[type=button] {
  background: #434345;
  border: none;
  padding: 12px 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: nunito, sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0 .3s ease-out;
  -o-transition: all 0 .3s ease-out;
  -webkit-transition: all 0 .3s ease-out;
  -ms-transition: all 0 .3s ease-out;
  transition: all 0 .3s ease-out;
  text-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  text-decoration: none;
  vertical-align: top;
  width: auto
}

form button,
form input[type=submit],
form input[type=button],
form input[type=reset] {
  cursor: pointer
}

form button[disabled],
form input[disabled] {
  cursor: default
}

form button:hover,
form input[type=reset]:hover,
form input[type=submit]:hover,
form input[type=button]:hover {
  text-decoration: none
}

form form button:active,
form form input[type=reset]:active,
form form input[type=submit]:active,
form form input[type=button]:active {
  position: relative;
  top: 1px
}

form input[type=reset]::-moz-focus-inner,
form input[type=submit]::-moz-focus-inner,
form input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0
}

form textarea,
form select[size],
form select[multiple] {
  height: auto
}

form input[type=search]::-webkit-search-decoration {
  display: none
}

.entry-content .gallery {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
  overflow: hidden
}

.gallery .gallery-item {
  float: left;
  margin: 0;
  padding: 0
}

.gallery .gallery-item a {
  display: block;
  line-height: 0;
  text-align: center
}

.gallery .gallery-item img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto
}

.gallery .gallery-caption {
  font-size: 13px;
  margin: 5px 0 10px
}

.gallery .gallery-item {
  position: relative
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14%
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11%
}

body {
  background: #fff;
  color: #4b4d4d;
  font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  font-size-adjust: auto;
  -webkit-backface-visibility: hidden
}

@media screen and (min-width:321px) {
  body {
    font-size: 15px;
    line-height: 25px
  }
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  -webkit-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out
}

a:hover {
  cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: nunito, sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1
}

#ht-site-container {
  background: #fff;
  margin: 0 auto
}

#ht-site-container.ht-sc-boxed {
  max-width: 1200px;
  margin: 0 auto
}

.ht-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px
}

@media screen and (min-width:321px) {
  .ht-container {
    padding: 0 20px
  }
}

#primary.sidebar-left #content {
  float: right;
  width: 68%
}

#primary.sidebar-left #sidebar {
  padding-right: 50px
}

#primary.sidebar-right #content {
  float: left;
  width: 68%
}

#primary.sidebar-right #sidebar {
  padding-left: 50px
}

@media screen and (max-width:720px) {

  #primary.sidebar-off #content,
  #primary.sidebar-right #content,
  #primary.sidebar-left #content,
  #primary.sidebar-off #sidebar,
  #primary.sidebar-right #sidebar,
  #primary.sidebar-left #sidebar {
    width: 100%;
    float: none;
    clear: both;
    padding: 0
  }
}

#content {
  position: relative;
  width: 100%;
  margin: 20px 0 0
}

@media screen and (min-width:720px) {
  #content {
    margin: 40px 0 0
  }
}

#sidebar {
  position: relative;
  float: left;
  width: 32%;
  margin: 20px 0 0
}

@media screen and (min-width:720px) {
  #sidebar {
    margin: 40px 0 0
  }
}

#site-header {
  background: #2e97bd;
  color: #fff;
  padding: 15px 0;
  position: relative
}

@media screen and (min-width:321px) {
  #site-header {
    padding: 25px 0
  }
}

#site-header .ht-container {
  display: table;
  width: 100%
}

#site-header #logo {
  float: left
}

@media screen and (max-width:321px) {
  #site-header #logo {
    line-height: 35px;
    height: 35px
  }
}

#site-header #logo h1 {
  display: none
}

#site-header #logo img {
  max-width: 100%;
  height: auto
}

@media screen and (max-width:321px) {
  #site-header #logo img {
    max-height: 35px;
    vertical-align: middle
  }
}

#site-footer {
  background: #f5f8fa;
  color: #666;
  padding: 30px 0
}

#site-footer #copyright {
  color: #666;
  float: left;
  font-size: 13px;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 9
}

#site-footer #copyright a,
#site-footer #copyright a:visited {
  color: #1a1a1a
}

#site-footer-widgets {
  background: #f5f8fa;
  color: #666;
  padding: 60px 0 10px;
  font-size: 14px;
  line-height: 22px
}

#site-footer-widgets a,
#site-footer-widgets a:visited {
  color: #666
}

#site-footer-widgets a:hover {
  color: #1a1a1a
}

#site-footer-widgets .widget {
  margin-bottom: 30px;
  position: relative
}

#site-footer-widgets .widget .widget-title {
  margin-bottom: 25px
}

#site-footer-widgets .widget>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#site-footer-widgets .widget>ul>li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7e9
}

#site-footer-widgets .widget>ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

#nav-primary {
  font-family: nunito, sans-serif;
  display: table-cell;
  vertical-align: middle
}

#nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#nav-primary ul a {
  display: block
}

#nav-primary button {
  float: right;
  background: 0 0;
  border: none;
  color: #fff;
  padding: 0 0 0 50px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  outline: none;
  position: relative
}

#nav-primary button span:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin: 0 5px 0 0
}

@media screen and (max-width:770px) {
  #nav-primary #nav-primary-menu {
    display: none;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 20px;
    margin: 42px 0 0
  }

  #nav-primary #nav-primary-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0 15px;
    margin: 0 0 15px
  }

  #nav-primary #nav-primary-menu ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
  }

  #nav-primary #nav-primary-menu ul li ul {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-left: 20px;
    margin-top: 15px;
    padding-top: 15px
  }
}

@media screen and (min-width:770px) {
  #nav-primary #ht-nav-toggle {
    display: none
  }

  #nav-primary #nav-primary-menu {
    float: right;
    display: inline-block !important
  }

  #nav-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
  }

  #nav-primary ul>li {
    display: inline-block;
    position: relative
  }

  #nav-primary ul>li a {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 2px;
    padding: 6px 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
  }

  #nav-primary ul>li:hover>ul {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    margin: 0 0 2px
  }

  #nav-primary ul>li.menu-item-has-children>a {
    padding-right: 10px !important
  }

  #nav-primary ul>li.menu-item-has-children>a:after {
    content: "+";
    font-size: 20px;
    position: relative;
    right: -3px;
    top: 0;
    font-weight: 300
  }

  #nav-primary ul ul {
    margin: 50px 0 0;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    text-align: left;
    top: 45px;
    left: 15px;
    z-index: 99;
    width: 230px;
    background: #fff;
    position: absolute;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
  }

  #nav-primary ul ul li {
    float: none;
    display: block;
    position: relative
  }

  #nav-primary ul ul li.menu-item-has-children>a:after {
    content: "+";
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 15px;
    color: #999
  }

  #nav-primary ul ul li a,
  #nav-primary ul ul li a:visited {
    padding: 10px;
    display: block;
    float: none;
    text-transform: none;
    color: #4b4d4d;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif
  }

  #nav-primary ul ul li a:hover {
    background: #f1f1f1;
    color: #1a1a1a
  }

  #nav-primary ul ul li:first-child a {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  #nav-primary ul ul li:last-child a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
  }

  #nav-primary ul ul ul {
    position: absolute;
    top: 0;
    left: 230px
  }
}

#sidebar {
  font-size: 13px;
  line-height: 20px;
  color: #666
}

#sidebar .widget {
  background: #f5f8fa;
  margin-bottom: 20px;
  padding: 25px;
  position: relative
}

#sidebar .widget a,
#sidebar .widget a:visited {
  color: #666
}

#sidebar .widget a:hover {
  color: #4d4d4d
}

#sidebar .widget>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#sidebar .widget>ul>li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7e9
}

#sidebar .widget>ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

#sidebar .widget-title {
  font-size: 17px;
  margin: 0 0 25px;
  font-weight: 400;
  text-transform: normal;
  letter-spacing: 0;
  color: #1a1a1a
}

.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word
}

.entry-content::selection {
  background: #fcff99
}

.entry-content::-moz-selection {
  background: #fcff99
}

.entry-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin: 0 0 23px
}

@media screen and (min-width:321px) {

  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin: 0 0 25px
  }
}

.entry-content ul,
.entry-content ol {
  padding-left: 40px
}

.entry-content blockquote {
  font-style: italic;
  margin: 2em 0;
  padding: 0 0 0 60px;
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1.6;
  border-left: 6px solid #dfe4e6;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0;
  padding: 0 0 0 30px;
  position: relative;
  position: relative
}

.entry-content blockquote p {
  padding-bottom: 23px;
  margin: 0
}

@media screen and (min-width:321px) {
  .entry-content blockquote p {
    padding-bottom: 25px
  }
}

.entry-content blockquote p:last-of-type {
  padding-bottom: 0
}

.entry-content blockquote cite {
  display: block;
  font-size: 14px
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
  margin: 0 0 23px
}

@media screen and (min-width:321px) {

  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin: 0 0 25px
  }
}

.entry-content h1 {
  font-size: 36px
}

.entry-content h2 {
  font-size: 28px
}

.entry-content h3 {
  font-size: 22px
}

.entry-content h4 {
  font-size: 18px
}

.entry-content h5 {
  font-size: 16px
}

.entry-content h6 {
  font-size: 15px
}

.entry-content img {
  max-width: 100%;
  height: auto
}

.entry-content mark {
  background: #fdffc7;
  color: #383838;
  padding: 0 5px
}

.entry-content hr {
  height: 1px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0
}

.entry-content>ul li,
.entry-content>ol li {
  padding-left: 5px
}

.entry-content code,
.entry-content pre {
  background: #f5f8fa;
  display: block;
  padding: 15px 20px;
  font-family: Consolas, monaco, monospace;
  font-size: 14px;
  line-height: 23px
}

@media screen and (min-width:321px) {

  .entry-content code,
  .entry-content pre {
    font-size: 15px;
    line-height: 25px
  }
}

.entry-content .entry-content dl,
.entry-content .comment-content dl {
  margin: 0 23px
}

@media screen and (min-width:321px) {

  .entry-content .entry-content dl,
  .entry-content .comment-content dl {
    margin: 0 25px
  }
}

.entry-content .entry-content dt,
.entry-content .comment-content dt {
  font-weight: 700
}

.entry-content .entry-content dd,
.entry-content .comment-content dd {
  margin-bottom: 23px
}

@media screen and (min-width:321px) {

  .entry-content .entry-content dd,
  .entry-content .comment-content dd {
    margin-bottom: 25px
  }
}

.entry-content .entry-content table,
.entry-content .comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  line-height: 2;
  padding-bottom: 23px;
  width: 100%
}

@media screen and (min-width:321px) {

  .entry-content .entry-content table,
  .entry-content .comment-content table {
    padding-bottom: 25px
  }
}

.entry-content .entry-content table caption,
.entry-content .comment-content table caption {
  font-size: 15px;
  margin: 23px 0
}

@media screen and (min-width:321px) {

  .entry-content .entry-content table caption,
  .entry-content .comment-content table caption {
    margin: 25px 0
  }
}

.entry-content .entry-content td,
.entry-content .comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0
}

.entry-content table {
  width: 100%;
  margin: 0 0 23px
}

@media screen and (min-width:321px) {
  .entry-content table {
    margin: 0 0 25px
  }
}

.entry-content table thead,
.entry-content table tfoot {
  text-align: left;
  background: #ebeef0
}

.entry-content table tbody {
  background: #f5f8fa
}

.entry-content table td,
.entry-content table th {
  padding: 10px 15px
}

.entry-content .gallery {
  max-width: 820px
}

.entry-content .wp-caption {
  max-width: 100%;
  position: relative;
  font-size: 13px;
  margin: 0 0 25px
}

.entry-content .wp-caption>a {
  display: block;
  border: 0 !important;
  line-height: 0
}

.entry-content .wp-caption img {
  max-width: 100%;
  height: auto
}

.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption .wp-caption-dd {
  margin: 10px 0 0;
  text-align: center;
  font-style: italic
}

.entry-content .alignleft,
.entry-content .alignright,
.entry-content .aligncenter {
  display: inline;
  margin-bottom: 25px
}

.entry-content .alignleft {
  float: left;
  margin-right: 35px
}

.entry-content .alignright {
  float: right;
  margin-left: 35px
}

.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.entry-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  max-width: 100%
}

.entry-content .page-links {
  clear: both
}

.entry-content .gallery {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden
}

.entry-content .gallery.gallery-columns-2 .gallery-item,
.entry-content .gallery.gallery-columns-3 .gallery-item,
.entry-content .gallery.gallery-columns-4 .gallery-item,
.entry-content .gallery.gallery-columns-5 .gallery-item,
.entry-content .gallery.gallery-columns-6 .gallery-item,
.entry-content .gallery.gallery-columns-7 .gallery-item,
.entry-content .gallery.gallery-columns-8 .gallery-item,
.entry-content .gallery.gallery-columns-9 .gallery-item {
  float: left
}

.entry-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%
}

.entry-content .gallery.gallery-columns-2 .gallery-item:nth-child(2n+3) {
  clear: left
}

.entry-content .gallery.gallery-columns-3 .gallery-item {
  width: 33.333%
}

.entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n+4) {
  clear: left
}

.entry-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%
}

.entry-content .gallery.gallery-columns-4 .gallery-item:nth-child(4n+5) {
  clear: left
}

.entry-content .gallery.gallery-columns-5 .gallery-item {
  width: 20%
}

.entry-content .gallery.gallery-columns-5 .gallery-item:nth-child(5n+6) {
  clear: left
}

.entry-content .gallery.gallery-columns-6 .gallery-item {
  width: 16.666%
}

.entry-content .gallery.gallery-columns-6 .gallery-item:nth-child(6n+7) {
  clear: left
}

.entry-content .gallery.gallery-columns-7 .gallery-item {
  width: 14.285%
}

.entry-content .gallery.gallery-columns-7 .gallery-item:nth-child(7n+8) {
  clear: left
}

.entry-content .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.entry-content .gallery.gallery-columns-8 .gallery-item:nth-child(8n+9) {
  clear: left
}

.entry-content .gallery.gallery-columns-9 .gallery-item {
  width: 11.111%
}

.entry-content .gallery.gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left
}

#homepage-features {
  background: #f5f8fa;
  padding: 30px 0
}

@media screen and (min-width:550px) {
  #homepage-features {
    padding: 40px 0
  }
}

#homepage-features .hf-block {
  background: #fff;
  padding: 25px;
  text-align: center
}

#homepage-features .hf-block:hover {
  background: #434345;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#homepage-features .hf-block:hover i,
#homepage-features .hf-block:hover h4 {
  color: #fff
}

#homepage-features .hf-block:hover h5 {
  color: rgba(255, 255, 255, .8)
}

#homepage-features .hf-block i {
  float: left;
  font-size: 40px;
  margin: 0 0 20px
}

@media screen and (min-width:620px) and (max-width:770px) {
  #homepage-features .hf-block i {
    float: none
  }
}

#homepage-features .hf-block h4 {
  font-size: 22px;
  margin: 0 0 10px
}

#homepage-features .hf-block h5 {
  color: #999;
  font-size: 14px;
  margin: 0;
  line-height: 20px
}

@media screen and (min-width:620px) and (max-width:750px) {
  #homepage-features {
    padding: 30px 0
  }
}

#homepage-widgets {
  padding: 40px 0 0
}

#homepage-widgets .widget>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#homepage-widgets .widget>ul>li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 8%)
}

#homepage-widgets .widget>ul>li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

#page-header {
  background: #32a3cb;
  padding: 15px 0;
  color: #fff
}

@media screen and (min-width:321px) {
  #page-header {
    padding: 25px 0 20px
  }
}

@media screen and (min-width:550px) {
  #page-header {
    padding: 45px 0 40px
  }
}

#page-header.ph-large {
  padding: 40px 0
}

@media screen and (min-width:550px) {
  #page-header.ph-large {
    padding: 60px 0
  }
}

#page-header.ph-align-center {
  text-align: center
}

#page-header.ph-align-center .ht-container {
  max-width: 840px;
  text-align: center
}

#page-header.ph-align-center .hkb-site-search {
  margin-left: auto;
  margin-right: auto
}

#page-header #page-header-title {
  color: #fff;
  margin: 0;
  font-size: 30px;
  line-height: 32px
}

@media screen and (min-width:321px) {
  #page-header #page-header-title {
    font-size: 34px;
    line-height: 36px
  }
}

@media screen and (min-width:550px) {
  #page-header #page-header-title {
    font-size: 52px;
    line-height: 48px
  }
}

#page-header #page-header-title>span {
  color: rgba(255, 255, 255, .8);
  font-size: 15px
}

#page-header #page-header-title>span:before {
  content: "/";
  margin: 0 5px 0 0
}

#page-header #page-header-tagline {
  color: #fff;
  color: rgba(255, 255, 255, .9);
  font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 10px 0 0
}

@media screen and (min-width:321px) {
  #page-header #page-header-tagline {
    font-size: 18px;
    line-height: 26px
  }
}

#page-header .hkb-site-search {
  margin-top: 10px;
  position: relative;
  max-width: 640px
}

@media screen and (min-width:321px) {
  #page-header .hkb-site-search {
    margin-top: 20px
  }
}

#page-header-breadcrumbs {
  background: #f5f8fa;
  padding: 10px 0;
  display: none
}

@media screen and (min-width:321px) {
  #page-header-breadcrumbs {
    display: block
  }
}

.ht-breadcrumbs {
  font-size: 12px;
  color: #8c8c8c
}

.ht-breadcrumbs a,
.ht-breadcrumbs a:visited {
  color: #666d73;
  text-decoration: none
}

.ht-breadcrumbs span {
  margin: 0 6px;
  color: #8c8c8c
}

#entry-author {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 23px
}

#entry-author #entry-author-title {
  margin: 0 0 10px 100px;
  font-size: 15px;
  color: #999
}

#entry-author .gravatar {
  float: left
}

#entry-author .entry-author-name {
  display: inline-block;
  margin: 0 0 15px 30px;
  font-size: 18px
}

#entry-author .entry-author-name a {
  color: #1a1a1a
}

#entry-author .entry-author-desc {
  margin: 0 0 0 100px
}

.hentry {
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #dfe4e6
}

.hentry .entry-header {
  margin: 0
}

.hentry .entry-thumb {
  position: relative;
  overflow: hidden;
  margin: -20px -15px 20px
}

@media screen and (min-width:321px) {
  .hentry .entry-thumb {
    margin: 0 0 20px
  }
}

.hentry .entry-thumb>a {
  position: relative;
  display: block
}

.hentry .entry-thumb>a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: 1;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear
}

.hentry .entry-thumb>a:hover:before,
.hentry .entry-thumb .entry-header:hover+a:before {
  background: rgba(0, 0, 0, .5);
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear
}

.hentry .entry-thumb a img {
  -webkit-transform: scale(1, 1)rotate(0);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1)rotate(0);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms
}

.hentry .entry-thumb a:hover img,
.hentry .entry-thumb .entry-header:hover+a img {
  -webkit-transform: scale(1.05, 1.07)rotate(2deg);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07)rotate(2deg);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms
}

.hentry .entry-thumb img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  position: relative
}

.hentry .entry-thumb .entry-header+a {
  background: red
}

.hentry .entry-video {
  margin: 0 0 20px
}

.hentry .entry-header {
  margin: 0 0 20px
}

.hentry .entry-title {
  color: #1a1a1a;
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  line-height: 1.2
}

@media screen and (min-width:321px) {
  .hentry .entry-title {
    font-size: 20px
  }
}

@media screen and (min-width:500px) {
  .hentry .entry-title {
    font-size: 24px
  }
}

.hentry .entry-title a {
  color: #1a1a1a;
  text-decoration: none;
  outline: none
}

.hentry .entry-title a:visited {
  color: #1a1a1a
}

.hentry .entry-title a:hover {
  color: #000
}

.hentry .post .entry-title {
  font-size: 24px
}

@media screen and (min-width:321px) {
  .hentry .post .entry-title {
    font-size: 26px
  }
}

@media screen and (min-width:500px) {
  .hentry .post .entry-title {
    font-size: 30px
  }
}

.hentry .entry-meta {
  font-size: 13px;
  color: #999;
  list-style: none;
  margin: 0;
  padding: 0
}

.hentry .entry-meta li {
  display: inline
}

.hentry .entry-meta li:after {
  content: "|";
  color: #999;
  margin: 0 5px
}

.hentry .entry-meta li:last-child:after {
  content: ""
}

.hentry.page .entry-title {
  margin: 0 0 25px
}

.hentry.type-post .entry-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2
}

@media screen and (min-width:321px) {
  .hentry.type-post .entry-title {
    font-size: 20px
  }
}

@media screen and (min-width:500px) {
  .hentry.type-post .entry-title {
    font-size: 28px
  }
}

.search .hentry {
  padding: 10px 0
}

.search .hentry .entry-title {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  margin: 0
}

@media screen and (min-width:321px) {
  .search .hentry .entry-title {
    font-size: 18px
  }
}

@media screen and (min-width:500px) {
  .search .hentry .entry-title {
    font-size: 24px
  }
}

.search .hentry .ht-kb-meta {
  margin: 5px 0 0
}

@media screen and (min-width:500px) {
  .search .hentry .ht-kb-meta {
    float: right;
    margin: 4px 0 0
  }
}

.search .ht-kb-search {
  margin: 30px 0 0
}

#respond #commentform p {
  margin: 0 0 20px
}

#respond #commentform p .ht-input-wrapper {
  position: relative;
  display: inline-block
}

#respond #commentform p .ht-input-wrapper input {
  padding-right: 40px
}

#respond #commentform p.comment-form-author .ht-input-wrapper:before,
#respond #commentform p.comment-form-email .ht-input-wrapper:before,
#respond #commentform p.comment-form-url .ht-input-wrapper:before {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 12px;
  color: #c7c7c7
}

#respond #commentform p.comment-form-author .ht-input-wrapper:before {
  content: "\f007"
}

#respond #commentform p.comment-form-email .ht-input-wrapper:before {
  content: "\f0e0"
}

#respond #commentform p.comment-form-url .ht-input-wrapper:before {
  content: "\f0c1"
}

#respond #commentform input,
#respond #commentform textarea {
  padding: 15px;
  font-size: 13px
}

#respond #commentform #submit {
  padding: 14px 24px 12px
}

#respond #commentform .comment-notes {
  margin: 0 0 50px
}

#respond #commentform label {
  font-size: 12px
}

#respond #commentform .form-author label,
#respond #commentform .form-email label,
#respond #commentform .form-url label {
  display: inline-block;
  margin: 10px 0 0
}

#respond #commentform .form-textarea label {
  display: block;
  margin: 0 0 5px
}

#respond #commentform .logged-in-as {
  margin: 0 0 50px
}

#respond #commentform .required {
  color: #c4524a
}

#respond .form-allowed-tags {
  font-size: 13px
}

#respond .form-allowed-tags code {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 50px
}

#respond #cancel-comment-reply-link {
  font-size: 11px;
  float: right;
  color: #c4524a;
  text-transform: uppercase;
  line-height: 22px
}

#respond #cancel-comment-reply-link:hover {
  color: #a3453e
}

#respond #cancel-comment-reply-link i {
  font-size: 22px;
  font-style: normal;
  position: relative;
  top: 2px
}

.comment #respond {
  margin: 20px 0 0
}

#comments-title {
  color: #1a1a1a;
  font-family: nunito, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 2px solid #dfe4e6
}

#reply-title {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 2px solid #dfe4e6
}

#comments {
  margin: 0 0 20px
}

#comments ol {
  list-style: none;
  margin: 0;
  padding: 0
}

#comments ol li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dfe4e6
}

#comments ol li.has-children {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

#comments ol li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

#comments ol.children {
  margin: 20px 0;
  padding: 20px;
  background: #f5f8fa
}

#comments ol.children .children {
  background: #fff
}

.comment {
  position: relative
}

.comment .comment-header {
  position: relative;
  margin: 0 0 15px;
  min-height: 60px
}

.comment .comment-author {
  display: inline-block
}

.comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px
}

@media screen and (min-width:321px) {
  .comment .avatar {
    height: auto;
    width: auto
  }
}

.comment .comment-author-name {
  display: inline-block;
  margin-top: 5px
}

.comment .comment-author-name .fn {
  font-style: normal;
  display: block;
  font-size: 18px;
  font-family: nunito, sans-serif;
  font-weight: 400
}

.comment .comment-author-name .fn a {
  color: #1a1a1a
}

.comment .comment-time {
  display: block;
  font-size: 13px;
  line-height: 1
}

.comment .comment-time a {
  color: #999
}

.comment .comment-time a:visited {
  color: #999
}

.comment .comment-time a:hover {
  color: #999
}

.comment .comment-author-name,
.comment .comment-time {
  margin-left: 75px
}

.comment .comment-action {
  font-size: 13px;
  line-height: 1;
  float: right
}

.comment .comment-action a {
  color: #999
}

.comment .comment-action a:visited {
  color: #999
}

.comment .comment-action a:hover {
  color: #999
}

.comment .comment-edit-link {
  margin: 0 5px 0 0
}

.comment .comment-edit-link:after {
  color: #999;
  content: "\b7";
  font-size: 32px;
  margin: 0 2px 0 10px;
  position: relative;
  top: 6px;
  line-height: 0
}

.comment .comment-content {
  font-size: 14px;
  line-height: 22px
}

.comment .comment-content p {
  margin: 0 0 15px
}

.comment .comment-awaiting-moderation {
  background: #fdffc7;
  color: #4b4d4d;
  padding: 0 5px
}

.comment .ht-voting {
  display: inline-block
}

.children .avatar {
  height: 30px;
  width: 30px
}

.children .comment-author-name,
.children .comment-time {
  margin: 0 0 0 45px
}

.widget .widget-title {
  font-size: 17px;
  margin: 0 0 20px
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.widget ul.sub-menu {
  margin-left: 1em
}

.widget li.kb-article {
  padding-left: 35px;
  position: relative
}

.widget li.kb-article>i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #333
}

.widget li.kb-article-standard>i {
  top: 5px
}

.widget li.kb-article-video>i {
  top: 3px
}

.widget .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px
}

.widget .entry-title a {
  color: #1a1a1a
}

.widget .entry-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  color: gray
}

.widget .entry-meta li {
  float: left;
  font-size: 13px;
  line-height: 1;
  margin: 0 10px 0 0
}

.widget .entry-meta a {
  color: gray
}

.widget .entry-meta .ht-entry-category a:before {
  display: inline-block;
  content: "";
  background: #cb6158;
  height: 9px;
  width: 9px;
  margin: 0 5px 0 0
}

.widget .entry-meta .ht-rating i {
  color: gray;
  margin: 0 5px 0 0
}

.widget img {
  max-width: 100%;
  height: auto
}

.widget_search .search-field {
  width: 100%
}

.widget_search .search-submit {
  display: none
}

#wp-calendar {
  width: 100%
}

#wp-calendar caption {
  color: #4b4d4d;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase
}

#wp-calendar thead {
  font-size: 10px
}

#wp-calendar thead th {
  padding-bottom: 10px
}

#wp-calendar tbody {
  color: #aaa;
  background: #fafafa
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 3%
}

#wp-calendar tbody td:hover {
  background: #fff
}

#wp-calendar tbody .pad {
  background: 0 0
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px
}

.widget_rss .widget-title>a img {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px
}

.widget_rss li {
  margin: 0 0 20px
}

.widget_rss li>a {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
  color: #4b4d4d
}

.widget_rss li .rss-date {
  display: block;
  color: #737980;
  margin: 0 0 10px;
  font-size: 13px
}

.widget_rss li .rssSummary {
  margin: 0 0 10px
}

.recentcomments a {
  color: inherit
}

.recentcomments a:visited {
  color: inherit
}

.widget_categories ul li span {
  float: right
}

.widget_categories ul .children {
  border-top: 1px solid #e5e7e9;
  margin-left: 20px;
  margin-top: 10px;
  padding-top: 10px
}

.HT_Posts_Widget_Plugin li {
  margin-left: 0
}

.HT_Posts_Widget_Plugin li:before {
  display: none
}

.HT_Posts_Widget_Plugin .widget-entry-thumb {
  float: left;
  margin: 0 20px 0 0
}

.HT_Posts_Widget_Plugin .widget-entry-thumb a {
  display: block;
  line-height: 0
}

.HT_Posts_Widget_Plugin .widget-entry-title {
  display: block;
  font-size: 14px !important;
  line-height: 1.4
}

.HT_Posts_Widget_Plugin .entry-date {
  font-size: 13px
}

.HT_Posts_Widget_Plugin .entry-date i {
  margin: 0 5px 0 0
}

.HT_Social_Widget_Display li {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important
}

.paging-navigation {
  font-size: 13px;
  padding: 15px 0
}

.paging-navigation .nav-next {
  float: right
}

.paging-navigation .nav-next i {
  margin: 0 0 0 5px
}

.paging-navigation .nav-previous {
  float: left
}

.paging-navigation .nav-previous i {
  margin: 0 5px 0 0
}

.paging-navigation .nav-next a,
.paging-navigation .nav-previous a {
  background: #fff;
  color: #4b4d4d;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase
}

.paging-navigation .nav-next a:hover,
.paging-navigation .nav-previous a:hover {
  color: #1a1a1a
}

.ht-pagination {
  font-size: 13px
}

.ht-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.ht-pagination ul li {
  display: inline-block
}

.ht-pagination ul a,
.ht-pagination ul span {
  color: #4b4d4d;
  border: 1px solid #dfe4e6;
  padding: 5px;
  line-height: 1;
  padding: 3px 6px
}

.ht-pagination ul a.current,
.ht-pagination ul span.current {
  background: #dfe4e6;
  color: #4b4d4d
}

.ht-pagination ul a:hover,
.ht-pagination ul span:hover {
  background: #dfe4e6
}

body.error404 #primary {
  background: #32a3cb
}

body.error404 .post.error404 {
  margin: 80px 0;
  text-align: center
}

body.error404 .post.error404 .entry-title {
  font-size: 160px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 20px;
  color: #fff
}

body.error404 .post.error404 .entry-tagline {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 100%;
  color: #fff
}

body.error404 .post.error404 .search-form .search-field {
  width: 320px
}

body.error404 .post.error404 .search-form .search-submit {
  display: none
}

.tags {
  margin: 0 0 20px;
  font-size: 13px
}

.tags a,
.widget_tag_cloud a {
  display: inline-block;
  background: #999;
  line-height: 1;
  margin: 0 0 5px 5px;
  padding: 5px 6px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  -webkit-transition: background .15s ease-out;
  -ms-transition: background .15s ease-out;
  transition: background .15s ease-out
}

.tags a,
.tags a:visited,
.widget_tag_cloud a,
.widget_tag_cloud a:visited {
  color: #fff !important
}

.tags a:hover,
.widget_tag_cloud a:hover {
  background: gray
}

.tags a:before,
.widget_tag_cloud a:before {
  content: "#";
  padding: 0 2px 0 0
}

body.single .hentry {
  margin: 0 0 20px
}

body.single .hentry .entry-header {
  border-bottom: 1px solid #dfe4e6;
  margin: 0 0 25px;
  padding: 0 0 20px
}

body.single .hentry .entry-title {
  font-size: 20px
}

@media screen and (min-width:321px) {
  body.single .hentry .entry-title {
    font-size: 22px
  }
}

@media screen and (min-width:500px) {
  body.single .hentry .entry-title {
    font-size: 28px
  }
}

body.single-ht_kb .hentry {
  border-bottom: 0;
  margin: 0
}

.avatar {
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  -ms-border-radius: 99%;
  border-radius: 99%
}

body.page .page {
  border-bottom: 0
}

body.author #content .hentry.post,
body.author #content .hentry.ht_kb {
  padding: 15px 0
}

@media screen and (min-width:500px) {

  body.author #content .hentry.post,
  body.author #content .hentry.ht_kb {
    padding: 30px 0
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.tocheckout .wp-video-shortcode {
  max-width: 100%
}

.tocheckout .wp-video {
  height: auto !important
}

.tocheckout .wp-audio-shortcode {
  max-width: 100%
}

.tocheckout .entry-content .twitter-tweet-rendered {
  max-width: 100% !important
}

.tocheckout .entry-content .cards-multimedia img {
  height: auto
}

.tocheckout .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%
}

.tocheckout .mejs-overlay,
.tocheckout .mejs-poster {
  width: 100% !important;
  height: 100% !important
}

.tocheckout .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important
}

.bypostauthor {
  outline: 0
}

.hkb-archive:after,
.hkb-site-search:after,
.hkb-breadcrumbs:after,
.hkb-category .hkb-category__header:after,
.hkb-meta:after,
.hkb-entry-content:after,
.hkb_widget_articles .hkb-meta:after,
.ht-voting:after,
.ht-voting-comment:after {
  content: "";
  display: table;
  clear: both
}

.hkb-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.hkb-archive {
  list-style: none;
  padding: 0;
  margin: 0
}

.hkb-archive>li {
  margin: 0
}

@media screen and (min-width:770px) {
  .hkb-archive.hkb-archive--two-cols {
    margin: 0 -20px
  }

  .hkb-archive.hkb-archive--two-cols>li {
    float: left;
    width: 50%;
    padding: 0 20px
  }

  .hkb-archive.hkb-archive--two-cols>li:nth-child(2n+3) {
    clear: left
  }
}

@media screen and (min-width:770px) {
  .hkb-archive.hkb-archive--three-cols {
    margin: 0 -20px
  }

  .hkb-archive.hkb-archive--three-cols>li {
    float: left;
    width: 33.333%;
    padding: 0 20px
  }

  .hkb-archive.hkb-archive--three-cols>li:nth-child(3n+4) {
    clear: left
  }
}

@media screen and (min-width:770px) {
  .hkb-archive.hkb-archive--four-cols {
    margin: 0 -20px
  }

  .hkb-archive.hkb-archive--four-cols>li {
    float: left;
    width: 25%;
    padding: 0 20px
  }

  .hkb-archive.hkb-archive--four-cols>li:nth-child(4n+5) {
    clear: left
  }
}

.hkb-site-search {
  margin: 20px 0 0;
  position: relative;
  max-width: 730px
}

.hkb-site-search .hkb-site-search__field {
  float: left;
  width: 86%;
  margin: 0;
  min-height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px 0 0 2px
}

@media screen and (min-width:550px) {
  .hkb-site-search .hkb-site-search__field {
    width: 82%
  }
}

.hkb-site-search .hkb-site-search__field.live-search-loading {
  background: #fff url(/wp-content/themes/helpguru/css/../images/loader.svg)no-repeat right 5px center
}

.hkb-site-search .hkb-site-search__button {
  width: 14%;
  margin: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center
}

@media screen and (min-width:550px) {
  .hkb-site-search .hkb-site-search__button {
    width: 18%
  }
}

.hkb-site-search .hkb-site-search__button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400
}

@media screen and (min-width:550px) {
  .hkb-site-search .hkb-site-search__button:before {
    display: none
  }
}

.hkb-site-search .hkb-site-search__button span {
  display: none
}

@media screen and (min-width:550px) {
  .hkb-site-search .hkb-site-search__button span {
    display: inline
  }
}

.hkb-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px
}

.hkb-breadcrumbs li {
  display: inline-block;
  margin: 0
}

.hkb-breadcrumbs li:after {
  content: "/";
  color: #8c8c8c;
  margin: 0 6px
}

.hkb-breadcrumbs li:last-child:after {
  content: "";
  margin: 0
}

.hkb-breadcrumbs a,
.hkb-breadcrumbs a:visited,
.hkb-breadcrumbs a:hover {
  color: #8c8c8c
}

.hkb-category {
  margin: 0 0 40px;
  position: relative
}

.hkb-category[data-hkb-cat-icon=true] .hkb-category__header {
  padding-left: 50px
}

.hkb-category[data-hkb-cat-icon=true] .hkb-category__icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 35px
}

.hkb-category[data-hkb-cat-icon=false] .hkb-category__header {
  padding-left: 50px
}

.hkb-category[data-hkb-cat-icon=false] .hkb-category__header:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px;
  content: "\f114";
  color: #6d6d6d;
  margin: 2px 0 0;
  position: absolute;
  top: 0;
  left: 0
}

.hkb-category .hkb-category__header {
  position: relative;
  padding: 0 0 15px;
  border-bottom: 2px solid #dfe4e6
}

.hkb-category .hkb-category__title {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  margin: 0
}

.hkb-category .hkb-category__title a,
.hkb-category .hkb-category__title a:visited {
  color: #1a1a1a
}

.hkb-category .hkb-category__count {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 2px
}

.hkb-category .hkb-category__count:before {
  content: "("
}

.hkb-category .hkb-category__count:after {
  content: ")"
}

.hkb-category .hkb-category__description {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5
}

.hkb-category .hkb-article-list {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px
}

.hkb-category .hkb-category__view-all {
  display: block;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  padding-left: 25px;
  color: inherit;
  font-weight: 400
}

.hkb-category .hkb-category__view-all:before {
  font-family: FontAwesome;
  content: "\f18e";
  color: #6d6d6d;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.hkb-subcats {
  list-style: none;
  padding: 0;
  margin: 10px 0 5px
}

.hkb-subcats>li {
  margin: 0 0 5px
}

.hkb-subcats a {
  color: inherit
}

.hkb-subcats .hkb-subcats__cat {
  position: relative;
  padding-left: 25px
}

.hkb-subcats .hkb-subcats__cat:before {
  font-family: FontAwesome;
  content: "\f07b";
  color: #6d6d6d;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.hkb-subcats .hkb-subcats__cat .hkb-article-list {
  margin-top: 5px
}

.hkb-subcats .hkb-subcats__cat-title {
  display: inline-block
}

.hkb-subcats .hkb-subcats__cat-count {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 2px
}

.hkb-subcats .hkb-subcats__cat-count:before {
  content: "("
}

.hkb-subcats .hkb-subcats__cat-count:after {
  content: ")"
}

.hkb-article-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.hkb-article-list>li {
  border-bottom: 1px solid #e1e3e6;
  margin: 0 0 8px;
  padding: 0 0 8px
}

.hkb-article-list a {
  color: inherit;
  font-weight: 400
}

.hkb-article-list .hkb-article-list__format-standard,
.hkb-article-list .hkb-article-list__format-video {
  position: relative;
  padding-left: 25px
}

.hkb-article-list .hkb-article-list__format-standard:before,
.hkb-article-list .hkb-article-list__format-video:before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #6d6d6d;
  font-size: 16px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0
}

.hkb-article-list .hkb-article-list__format-standard:before {
  content: "\f0f6"
}

.hkb-article-list .hkb-article-list__format-video:before {
  content: "\f0f6"
}

.hkb-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1
}

.hkb-meta li {
  float: left;
  margin: 0 0 0 5px;
  background: #ededed;
  padding: 4px 5px;
  border-radius: 3px
}

.hkb-meta li:first-child {
  margin-left: 0
}

.hkb-meta .hkb-meta__views:before {
  content: "\f06e";
  color: #6d6d6d;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px
}

.hkb-meta .hkb-meta__usefulness {
  background: #9cc051;
  color: #fff
}

.hkb-meta .hkb-meta__usefulness:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px
}

.hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
  content: "\f164";
  color: #fff
}

.hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
  background: #d26a40
}

.hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
  content: "\f165";
  color: #fff
}

.hkb-meta .hkb-meta__comments:before {
  content: "\f075";
  color: #6d6d6d;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px
}

.hkb-entry-meta {
  list-style: none;
  color: #999;
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0
}

.hkb-entry-meta a {
  text-decoration: none
}

.hkb-entry-meta a:hover {
  text-decoration: underline
}

.hkb-entry-meta li {
  float: left;
  margin: 0;
  padding: 0
}

.hkb-entry-meta li:after {
  content: "|";
  margin: 0 5px;
  color: #e1e3e6
}

.hkb-entry-meta li:last-child:after {
  content: none
}

.hkb-article {
  position: relative
}

.hkb-article .hkb-article__title {
  margin: 0 0 10px
}

.hkb-article .hkb-article__title a {
  color: inherit
}

.hkb-article__content {
  margin: 0 0 2em
}

.hkb-article__content ul li {
  list-style: disc
}

.hkb-article__links {
  margin: -1em 0 2em
}

.hkb-article-tags a {
  border: none;
  margin-left: 5px
}

.hkb-article-tags a:after {
  content: ","
}

.hkb-article-tags a:last-child:after {
  content: ""
}

.hkb-article-related {
  margin: 0 0 40px
}

.hkb-article-related .hkb-article-related__title {
  font-size: 22px;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 2px solid #dfe4e6
}

.hkb-article-related .hkb-meta {
  position: absolute;
  right: 0;
  top: 1px
}

.hkb-article-related .hkb-article-list>li {
  padding-right: 120px
}

.hkb-article-author {
  padding: 30px 0 0
}

.hkb-article-author .hkb-article-author__avatar {
  float: left;
  margin: 0 35px 0 0
}

.hkb-article-author .hkb-article-author__name {
  margin: 0 0 15px;
  display: inline-block
}

.hkb-article-author .hkb-article-author__bio {
  margin: 0 0 0 105px
}

.hkb-article-attachments {
  margin: 0 0 2em
}

.hkb-article-attachments .hkb-article-attachments__title {
  margin: 0 0 .6em;
  padding: 0
}

.hkb-article-attachments .hkb-article-attachments__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.hkb-article-attachments .hkb-article-attachments__item a {
  color: inherit;
  position: relative;
  padding-left: 25px
}

.hkb-article-attachments .hkb-article-attachments__item a:before {
  content: "\f0c6";
  color: #6d6d6d;
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before {
  content: "\f1c1"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before {
  content: "\f1c2"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before {
  content: "\f1c4"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before {
  content: "\f1c8"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before {
  content: "\f1c7"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before {
  content: "\f1c5"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before {
  content: "\f1c9"
}

.hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before,
.hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
  content: "\f1c6"
}

#hkb.hkb-template-category .hkb-article {
  padding: 15px 0;
  border-bottom: 1px solid #dfe4e6;
  margin: 0
}

#hkb.hkb-template-category .hkb-article .hkb-article__title {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0 90px 0 0
}

#hkb.hkb-template-category .hkb-article .hkb-meta {
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 10px
}

#hkb.hkb-template-category .hkb-article__format-standard,
#hkb.hkb-template-category .hkb-article__format-video {
  position: relative;
  padding-left: 30px
}

#hkb.hkb-template-category .hkb-article__format-standard:before,
#hkb.hkb-template-category .hkb-article__format-video:before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #6d6d6d;
  font-size: 16px;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0
}

#hkb.hkb-template-category .hkb-article__format-standard:before {
  content: "\f0f6"
}

#hkb.hkb-template-category .hkb-article__format-video:before {
  content: "\f0f6"
}

#hkb.hkb-template-search .hkb-article {
  padding: 10px 0;
  border-bottom: 1px solid #dfe4e6
}

#hkb.hkb-template-search .hkb-article .hkb-article__title {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0 90px 0 0
}

#hkb.hkb-template-search .hkb-article .hkb-meta {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px
}

#hkb-jquery-live-search {
  background: #fff;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  position: absolute;
  z-index: 99;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
}

#hkb.hkb-searchresults {
  list-style: none;
  margin: 0;
  padding: 0
}

#hkb.hkb-searchresults>li {
  position: relative;
  padding: 0 10px;
  margin: 0
}

#hkb.hkb-searchresults>li:hover,
#hkb.hkb-searchresults>li.hkb-searchresults__current {
  background: #f7f7f7
}

#hkb.hkb-searchresults>li:nth-last-child(2) a {
  padding-bottom: 12px
}

#hkb.hkb-searchresults>li.hkb-searchresults__article {
  padding-left: 30px
}

#hkb.hkb-searchresults>li.hkb-searchresults__article a:before {
  font-family: FontAwesome;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: 400
}

#hkb.hkb-searchresults>li.hkb-searchresults__article a:before {
  content: "\f0f6"
}

#hkb.hkb-searchresults>li.hkb-searchresults__showall,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults {
  background: #f7f7f7;
  text-align: center;
  font-size: 15px;
  line-height: 22px
}

#hkb.hkb-searchresults>li.hkb-searchresults__showall a,
#hkb.hkb-searchresults>li.hkb-searchresults__showall span,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults a,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults span {
  display: block;
  padding: 10px
}

#hkb.hkb-searchresults>li a {
  padding: 6px 0 6px 10px;
  display: block;
  color: inherit;
  text-decoration: none
}

#hkb.hkb-searchresults>li .hkb-searchresults__title,
#hkb.hkb-searchresults>li .hkb-searchresults__excerpt {
  display: block
}

#hkb.hkb-searchresults>li .hkb-searchresults__title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 90px 0 0
}

#hkb.hkb-searchresults>li .hkb-searchresults__excerpt {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400
}

#hkb.hkb-searchresults>li .hkb-meta {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 11px;
  font-weight: 400
}

.hkb_widget_articles>ul,
.hkb_widget_categories>ul,
.hkb_widget_authors>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.hkb_widget_articles>ul>li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px
}

.hkb_widget_articles>ul>li:before {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #6d6d6d;
  font-size: 100%;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0
}

.hkb_widget_articles>ul>li a {
  color: #4b4d4d
}

.hkb_widget_articles .hkb-widget__entry-title {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  color: #333 !important
}

.hkb_widget_articles .hkb-meta {
  list-style: none;
  margin: 2px 0 0 !important;
  padding: 0;
  font-size: 11px;
  line-height: 1
}

.hkb_widget_articles .hkb-meta li {
  float: left;
  margin: 0 0 0 5px;
  background: #ededed;
  padding: 4px 5px;
  border-radius: 3px
}

.hkb_widget_articles .hkb-meta li:first-child {
  margin-left: 0
}

.hkb_widget_articles .hkb-meta .hkb-meta__views:before {
  content: "\f06e";
  color: #6d6d6d;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px
}

.hkb_widget_articles .hkb-meta .hkb-meta__usefulness {
  background: #9cc051;
  color: #fff
}

.hkb_widget_articles .hkb-meta .hkb-meta__usefulness:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px
}

.hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
  content: "\f164";
  color: #fff
}

.hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
  background: #d26a40
}

.hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
  content: "\f165";
  color: #fff
}

.hkb_widget_articles .hkb-meta .hkb-meta__comments:before {
  content: "\f075";
  color: #6d6d6d;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 3px
}

.hkb_widget_categories>ul>li {
  position: relative;
  padding-right: 30px;
  margin: 0 0 10px
}

.hkb_widget_categories>ul>li span {
  position: absolute;
  right: 0
}

.hkb_widget_categories>ul>li .children {
  border-top: 1px solid #e5e7e9;
  margin-left: 20px;
  padding-top: 10px
}

.hkb_widget_categories>ul>li ul {
  margin-top: 10px
}

.hkb_widget_categories>ul>li ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7e9
}

.hkb_widget_categories>ul>li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.hkb_widget_authors .hkb-widget-author__avatar {
  float: left;
  margin: 0 15px 0 0
}

.hkb_widget_authors .hkb-widget-author__avatar a {
  color: #333 !important;
  display: block;
  line-height: 1
}

.hkb_widget_authors .hkb-widget-author__title {
  font-size: 14px;
  font-weight: 700;
  color: #333 !important
}

.hkb_widget_authors .hkb-widget-author__postcount span {
  clear: right;
  float: right;
  font-size: 85%;
  line-height: 1;
  padding: 5px;
  margin: 1px 0 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.hkb_widget_search .hkb_widget_search__field {
  width: 100%
}

.hkb_widget_exit .hkb_widget_exit__content {
  margin: 0 0 10px
}

.hkb_widget_exit .hkb_widget_exit__btn {
  display: inline-block;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 4px
}

.ht-voting .ht-voting-links .ht-voting-upvote,
.ht-voting .ht-voting-links .ht-voting-downvote {
  display: inline-block;
  background: #919195;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1;
  border: 0;
  text-align: center;
  min-width: 70px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  transition: all .3s linear 0s
}

.ht-voting .ht-voting-links .ht-voting-upvote span,
.ht-voting .ht-voting-links .ht-voting-downvote span {
  right: 0;
  position: relative;
  transition: all .2s ease-out 0s
}

.ht-voting .ht-voting-links .ht-voting-upvote i,
.ht-voting .ht-voting-links .ht-voting-downvote i {
  width: 18px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -9px;
  line-height: 18px;
  opacity: 0;
  transition: all .2s ease-out 0s;
  display: inline-block;
  font-family: FontAwesome
}

.ht-voting .ht-voting-links .ht-voting-upvote i:before,
.ht-voting .ht-voting-links .ht-voting-downvote i:before {
  content: "\f164"
}

.ht-voting .ht-voting-links .ht-voting-upvote:hover,
.ht-voting .ht-voting-links .ht-voting-downvote:hover {
  padding: 10px 16px
}

.ht-voting .ht-voting-links .ht-voting-upvote:hover span,
.ht-voting .ht-voting-links .ht-voting-downvote:hover span {
  right: -10px
}

.ht-voting .ht-voting-links .ht-voting-upvote:hover i,
.ht-voting .ht-voting-links .ht-voting-downvote:hover i {
  opacity: 1;
  left: 12px
}

.ht-voting .ht-voting-links .ht-voting-upvote {
  background: #9cc051
}

.ht-voting .ht-voting-links .ht-voting-upvote i:before {
  content: "\f164"
}

.ht-voting .ht-voting-links .ht-voting-downvote {
  background: #d26a40
}

.ht-voting .ht-voting-links .ht-voting-downvote i:before {
  content: "\f165"
}

.ht-voting .ht-voting-login-required {
  background-color: red;
  color: #fff;
  margin: 2px;
  padding: 2px
}

.ht-voting br {
  display: none
}

.ht-voting-comment {
  margin: 10px 0 0;
  max-width: 600px
}

.ht-voting-comment .ht-voting-comment__textarea {
  margin: 0 0 10px;
  width: 100%
}

.ht-voting-comment .ht-voting-comment__submit {
  float: right
}

.hkb-feedback {
  margin: 0 0 2em
}

.hkb-feedback .hkb-feedback__title {
  margin: 0 0 .6em;
  padding: 0
}

.hkb-feedback .ht-voting-comment__textarea {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #6e6c6c;
  padding: 10px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.hkb-feedback .ht-voting-comment__submit {
  background: #434345;
  border: none;
  padding: 10px 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: nunito, sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0 .3s ease-out;
  -o-transition: all 0 .3s ease-out;
  -webkit-transition: all 0 .3s ease-out;
  -ms-transition: all 0 .3s ease-out;
  transition: all 0 .3s ease-out
}

.hkb-pagination {
  margin: 20px 0 0;
  font-size: 14px
}

.hkb-pagination a {
  color: #4b4d4d;
  border: 1px solid #dfe4e6;
  line-height: 1;
  padding: 5px 8px
}

.hkb-pagination a:hover {
  background: #dfe4e6
}

:root {
  --main-color: #4353ff;
  --secondary-color: #3545EE;
  --main-color-transparent: #0066FF14;
  --main-color-semi-transparent: #0066FF1f;
  --main-color-semi-opaque: #0066FFa8;
  --main-color-shadow: #0066FF26;
  --gradient-start-color: #4353ff;
  --gradient-end-color: #4353ff;
  --heading-color: #1A1A1A;
  --drag-cursor-color: #1A1A1A;
  --subtitle-color: #617798;
  --text-color: #666666;
  --global-border-radius: 5px;
  --button-border-radius: 25px;
  --cards-border-radius: 5px;
  --button-border-width: 1px;
  --gray-color-overlay: #F2F4FE;
  --gray-transparent-overlay: rgb(0 0 0 / 3%);
  --border-color: #e7e7e7;
  --placeholder-color: #8C97AC;
  --fast-animation: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --image-animation: all 0.7s cubic-bezier(.2, 1, .22, 1);
  --medium-body-text-size: 1.125em;
  --large-body-text-size: 1.25em
}

body {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
#nav-primary,
body {
  font-family: inter, sans-serif
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--heading-color);
  letter-spacing: -.027em;
  font-weight: 700
}

h4,
h5,
h6 {
  font-weight: 600
}

.hkb-category .hkb-category__title a,
.hkb-category .hkb-category__title a:visited,
#page-header,
#page-header a,
#page-header a:visited,
#page-header a:hover,
#page-header #page-header-title {
  color: var(--heading-color) !important
}

#site-header #logo img {
  max-width: 110px;
  display: flex
}

#page-header {
  padding: 100px 0
}

#sidebar {
  margin: 50px 0 0
}

#content {
  margin: 50px 0
}

.entry-content h2,
.entry-content h3 {
  margin-top: 30px;
  line-height: 1.4em
}

.entry-content h2 {
  padding-bottom: 1rem;
  font-size: 24px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 700
}

.entry-content h3 {
  font-size: 20px;
  font-weight: 500
}

.entry-content h4 {
  margin: 1.75rem 0
}

.entry-content h4 strong {
  display: flex;
  align-items: center
}

.hkb-entry-meta .ht-kb-em-author {
  display: none
}

.hkb-site-search .hkb-site-search__button {
  display: none
}

#hkb.hkb-searchresults>li .hkb-meta {
  display: none
}

#hkb.hkb-searchresults>li .hkb-searchresults__title {
  text-decoration: underline
}

#hkb.hkb-searchresults>li a {
  padding: 10px
}

#hkb.hkb-searchresults>li .hkb-searchresults__title {
  padding: 0;
  line-height: 26px;
  font-weight: 400
}

#hkb.hkb-searchresults>li.hkb-searchresults__article a:before {
  left: 16px;
  top: 21px;
  color: var(--main-color)
}

#hkb-jquery-live-search {
  margin: 10px 0 0;
  border-radius: var(--cards-border-radius);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
}

.entry-content img {
  margin-bottom: 24px
}

.entry-content a img {
  cursor: zoom-in
}

.entry-content ul,
.entry-content ol {
  list-style-type: none;
  padding-left: 0;
  list-style-position: outside;
  margin: 20px 0;
  counter-reset: section
}

.entry-content>ul li,
.entry-content>ol li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color)
}

.entry-content>ul li {
  list-style-type: none
}

.entry-content>ul li::before,
.entry-content>ul li>ul li::before {
  counter-increment: section;
  content: "";
  font-weight: 600;
  color: #fff;
  background: #45515b;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-bottom: 2px;
  display: inline-block;
  margin-right: 12px
}

.entry-content>ul li:last-child,
.entry-content>ol li:last-child {
  border-bottom: 0
}

.entry-content ol li::before {
  counter-increment: section;
  content: counter(section)". ";
  font-weight: 500;
  margin-right: 5px
}

.entry-content>ol li>ul {
  margin-top: 10px;
  margin-bottom: 0
}

.entry-content>ol li>ul li {
  padding-left: 20px;
  list-style-type: none;
  border-bottom: 0
}

.hkb-feedback {
  padding: 2em;
  background-color: #eee;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}

.ht-voting-comment {
  max-width: initial
}

.ht-voting-comment .ht-voting-comment__submit {
  float: none
}

.hkb-feedback .hkb-feedback__title {
  font-weight: 700;
  font-size: 22px;
  text-align: center
}

.hkb-feedback .ht-voting {
  text-align: center
}

.hkb-article-related .hkb-article-list {
  display: flex;
  flex-flow: row wrap
}

.hkb-article-related .hkb-article-list>li {
  width: 100%;
  padding-left: 0
}

.hkb-article-related .hkb-meta {
  display: none
}

.hkb-site-search .hkb-site-search__field {
  width: 100%;
  font-size: 18px;
  border-radius: var(--cards-border-radius);
  padding: 15px 20px 15px 55px
}

.hkb-site-search::after {
  display: block;
  content: '';
  background-size: 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 15px;
  left: 18px
}

.ht-voting .ht-voting-links .ht-voting-downvote {
  background-color: #ef5350
}

.ht-voting .ht-voting-links .ht-voting-upvote {
  background: #00c853
}

#site-footer-widgets {
  background-color: #eee
}

#page-header-breadcrumbs {
  background-color: #eee
}

.hkb-entry-meta {
  list-style: none;
  color: var(--text-color);
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0;
  font-weight: 500
}

.hkb-entry-meta a:visited,
.hkb-entry-meta a * {
  color: var(--main-color)
}

.hkb-category .hkb-category__count {
  display: inline-block;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
  margin-right: 0;
  margin-left: auto
}

.hkb-category .hkb-category__description {
  font-size: 16px
}

@media screen and (min-width:321px) {
  .ht-container {
    max-width: 1240px
  }
}

#page-header {
  background: #F5F7F3FF !important
}

#site-header {
  background: #fff !important;
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0
}

#page-header {
  border-bottom: 1px solid var(--border-color)
}

#sidebar .sidebar-support-wrapper .sidebar-support-btn,
#nav-primary ul>li a {
  font-weight: 800;
  margin: 0 0 2px;
  padding: 6px 15px;
  line-height: 20px;
  text-transform: inherit;
  letter-spacing: 1px;
  font-size: 16px;
  opacity: 1;
  margin: 0;
  padding: 0 10px;
  line-height: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: var(--fast-animation);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--heading-color)
}

.hkb-site-search .hkb-site-search__field {
  width: 100%;
  font-size: 18px;
  border-radius: var(--cards-border-radius);
  padding: 13px 20px 13px 55px;
  box-shadow: none;
  border: 1px solid var(--border-color);
  color: var(--text-color)
}

.hkb-site-search::after {
  display: block;
  content: '';
  background: url(/wp-content/themes/helpguru-child/images/icon-search.svg)no-repeat 50%;
  background-size: 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 18px;
  left: 20px;
  opacity: .25
}

#site-footer-widgets li a:hover,
.hkb-category .hkb-category__view-all:hover,
#site-header a:hover {
  color: var(--main-color) !important
}

.hkb-article-list>li {
  border-bottom: 1px solid rgba(229, 231, 242, .85);
  margin: 0 0 8px;
  padding: 0 0 8px
}

.hkb-article-list .hkb-article-list__format-standard,
.hkb-article-list .hkb-article-list__format-video {
  position: relative;
  padding-left: 25px;
  padding-top: 3px
}

.hkb-category .hkb-category__title {
  display: flex;
  font-size: 42px;
  line-height: 1.4em;
  margin: 0;
  font-weight: 700;
  align-items: center;
  justify-content: space-between
}

.hkb-archive .hkb-category .hkb-category__title {
  font-size: 28px
}

.hkb-article-list>li {
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 8px;
  padding: 0 0 13px
}

.hkb-category .hkb-category__header {
  position: relative;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between
}

.hkb-article-list .hkb-article-list__format-standard:before,
.hkb-article-list .hkb-article-list__format-video:before,
.hkb_widget_articles>ul>li:before,
#hkb.hkb-template-category .hkb-article__format-standard:before,
#hkb.hkb-template-category .hkb-article__format-video:before {
  display: none
}

#hkb.hkb-template-category .hkb-article__format-standard {
  padding: 1.375rem 76px 1.375rem 0
}

#hkb.hkb-template-category .hkb-article__format-standard:before {
  top: 16px
}

#sidebar .sidebar-support-wrapper .sidebar-support-btn,
#menu-item-22 a {
  -webkit-transition: .3s !important;
  -moz-transition: .3s !important;
  -ms-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important;
  text-align: center;
  border: 0;
  min-width: 140px;
  color: #fff !important;
  padding: 0;
  padding: 16px 25px;
  margin: auto;
  display: table;
  box-sizing: border-box;
  line-height: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
  z-index: 11;
  position: relative;
  background-color: #034737;
  border-radius: var(--button-border-radius);
  margin-bottom: -27px;
  padding: 18px 25px !important;
  font-size: 14px !important;
  margin-left: 10px !important
}

#sidebar .sidebar-support-wrapper .sidebar-support-btn:hover,
#menu-item-22 a:hover {
  color: #fff !important;
  background-color: var(--heading-color)
}

#menu-item-22 a:visited {
  color: #fff !important
}

#sidebar .sidebar-support-wrapper .sidebar-support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
  max-height: 50px
}

.hkb_btn,
.hkb_widget_exit .hkb_widget_exit__btn,
#site-header #menu-item-12 a {
  -webkit-transition: .3s !important;
  -moz-transition: .3s !important;
  -ms-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important;
  text-align: center;
  border: 0;
  min-width: 140px;
  font-weight: 400;
  color: #fff !important;
  padding: 0;
  line-height: 1;
  padding: 18px 24px;
  margin: auto;
  display: table;
  box-sizing: border-box;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
  z-index: 11;
  position: relative;
  background-color: var(--main-color);
  border-radius: var(--cards-border-radius);
  margin-left: 10px;
  letter-spacing: 0;
  color: #fff !important;
  background: linear-gradient(90deg, var(--gradient-start-color) 0%, var(--gradient-end-color) 100%) !important;
  margin-top: -15px;
  margin-bottom: -19px;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--button-border-radius)
}

.hkb_widget_exit .hkb_widget_exit__btn {
  margin: 0;
  margin-top: 25px
}

.hkb_btn:hover,
.hkb_widget_exit .hkb_widget_exit__btn:hover,
#sidebar .hkb_widget_exit .hkb_widget_exit__btn:hover,
#site-header #menu-item-12 a:hover {
  color: #fff !important;
  background: linear-gradient(90deg, var(--gradient-end-color) 0%, var(--gradient-start-color) 100%) !important
}

#primary .hkb_btn {
  color: #fff !important;
  margin: 0
}

#hkb-jquery-live-search {
  margin: 0;
  margin-top: -1px;
  border-radius: var(--cards-border-radius);
  box-shadow: none;
  border: 1px solid var(--border-color);
  width: 100% !important;
  max-width: 640px
}

#hkb.hkb-searchresults>li .hkb-searchresults__title {
  font-size: 16px;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 18px
}

#hkb.hkb-searchresults>li .hkb-searchresults__title {
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 5px;
  letter-spacing: -.01em
}

#hkb.hkb-searchresults>li:hover,
#hkb.hkb-searchresults>li.hkb-searchresults__current {
  background: var(--gray-color-overlay)
}

#hkb.hkb-searchresults li {
  padding-top: 5px;
  padding-bottom: 5px
}

#hkb.hkb-searchresults>li.hkb-searchresults__showall,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults {
  background: #fff;
  border-top: 1px solid var(--border-color);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  font-weight: 500
}

#hkb.hkb-searchresults>li.hkb-searchresults__showall:hover {
  background: var(--gray-color-overlay)
}

#site-footer-widgets {
  background: var(--heading-color);
  border-top: 1px solid var(--border-color);
  padding-bottom: 75px;
  padding-top: 100px
}

#site-footer {
  background: var(--heading-color);
  color: inherit;
  padding: 25px 0;
  border-top: 1px solid #ffffff12
}

#site-footer-widgets .widget .widget-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 20px;
  color: #fff
}

.hkb-article-list a,
#site-footer-widgets li a,
#site-footer-widgets li,
#site-footer-widgets,
.hkb_widget_articles .hkb-widget__entry-title {
  font-size: 18px;
  color: var(--text-color) !important;
  font-weight: 400
}

#site-footer #copyright a,
#site-footer #copyright a:visited,
#site-footer-widgets li a {
  color: #d9d9d9 !important;
  font-size: 16px
}

#site-footer #copyright a:hover {
  color: var(--main-color) !important
}

.hkb-breadcrumbs a,
.hkb-breadcrumbs a:visited,
.hkb-breadcrumbs a:hover {
  color: var(--text-color)
}

.hkb-article-list a:hover,
.hkb-breadcrumbs a:hover {
  color: var(--main-color)
}

.hkb_widget_categories>ul>li span {
  font-size: 18px;
  color: var(--text-color)
}

#sidebar .widget.hkb_widget_categories li a {
  font-size: 16px
}

#sidebar .hkb_widget_categories li.active>a {
  color: var(--heading-color) !important;
  font-weight: 500
}

#sidebar .hkb_widget_categories .category-list-children {
  display: none;
  margin-top: 16px
}

#sidebar .hkb_widget_categories li.active .category-list-children {
  display: block
}

#sidebar .hkb_widget_categories .category-list-children li {
  border-bottom: 0;
  border-left: 1px solid var(--border-color);
  margin: 0;
  padding: 0
}

#sidebar .hkb_widget_categories .category-list-children li a {
  display: block;
  padding-bottom: 1em;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em
}

#sidebar .hkb_widget_categories .category-list-children li.active-child a {
  color: var(--main-color) !important;
  font-weight: 500
}

#sidebar .hkb_widget_categories .category-list-children li:last-child a {
  padding-bottom: 0
}

#page-header-breadcrumbs {
  background-color: initial;
  margin-bottom: 24px;
  padding: 0
}

.hkb-breadcrumbs {
  font-size: 14px
}

.hkb-breadcrumbs a {
  font-weight: 500
}

#page-header-breadcrumbs .hkb-breadcrumbs a,
#page-header-breadcrumbs .hkb-breadcrumbs a:visited,
#page-header-breadcrumbs .hkb-breadcrumbs a:hover {
  color: var(--main-color)
}

#page-header-breadcrumbs .hkb-breadcrumbs a:hover {
  text-decoration: underline
}

#page-header-breadcrumbs .hkb-breadcrumbs li:last-child a {
  color: var(--heading-color);
  text-decoration: none;
  pointer-events: none
}

#page-header-breadcrumbs .hkb-breadcrumbs li:last-child a:hover {
  opacity: 1
}

body.single .hentry .entry-title {
  padding-top: 10px;
  font-size: 42px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.4em
}

body.single .hentry .entry-header {
  border-bottom: 0;
  margin: 0 0 50px;
  padding: 0;
  margin-top: -10px
}

.hkb-meta li {
  float: left;
  margin: 0 0 0 5px;
  background: var(--gray-color-overlay);
  padding: 4px 5px;
  border-radius: var(--cards-border-radius);
  color: var(--text-color);
  background: 0 0;
  font-size: 18px
}

.hkb-meta .hkb-meta__views:before {
  color: var(--main-color);
  background: 0 0;
  font-size: 18px
}

.hkb-meta .hkb-meta__usefulness {
  background: var(--main-color);
  color: #fff
}

.hkb-category {
  margin: 0 0 50px;
  position: relative
}

.entry-content img {
  margin-bottom: 25px;
  border-radius: var(--cards-border-radius);
  border: 1px solid var(--border-color);
  box-shadow: none;
  padding: 10px;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor
}

.entry-content strong,
.entry-content b {
  color: var(--heading-color);
  font-weight: 600
}

.entry-content>ul li,
.entry-content>ol li {
  padding: 8px 0;
  border-bottom: 0
}

.entry-content>ul li:last-child,
.entry-content>ol li:last-child {
  padding-bottom: 0
}

.entry-content>ul li:first-child,
.entry-content>ol li:first-child {
  padding-top: 0
}

.hkb-entry-content .hkb-feedback {
  margin: 1.75rem 0;
  padding: 1.75rem;
  background-color: var(--gray-color-overlay);
  border: 1px solid var(--border-color);
  border-radius: var(--cards-border-radius);
  box-shadow: none
}

.hkb-feedback .hkb-feedback__title {
  font-weight: 400
}

.ht-voting .ht-voting-links .ht-voting-upvote,
.ht-voting .ht-voting-links .ht-voting-downvote {
  border-radius: var(--button-border-radius) !important
}

.entry-content hr {
  background: var(--border-color);
  margin: 30px 0 !important
}

.hkb-feedback a {
  font-weight: 400;
  border-radius: var(--cards-border-radius) !important
}

.entry-content a:hover {
  text-decoration: underline
}

.hkb-feedback .hkb-feedback__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px
}

.hkb-article-related {
  margin: 0 0 60px
}

.ht-voting .ht-voting-links .ht-voting-upvote {
  background: var(--main-color);
  background: linear-gradient(90deg, var(--gradient-start-color) 0%, var(--gradient-end-color) 100%) !important
}

.ht-voting .ht-voting-links .ht-voting-downvote {
  background-color: #252525
}

.hkb-article-list a:hover,
#hkb.hkb-template-category .hkb-article .hkb-article__title a:hover,
#sidebar .widget a:hover,
.hkb-category .hkb-category__title a:hover,
.hkb-article__content a,
.hkb-article__content a strong {
  color: var(--main-color) !important
}

.hkb-article__content {
  font-size: 16px;
  line-height: 28px
}

#sidebar .widget {
  background: 0 0;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: var(--cards-border-radius);
  margin-bottom: 30px
}

#sidebar .widget-title {
  font-size: 21px;
  margin: 0 0 30px;
  color: var(--heading-color);
  letter-spacing: -.027em;
  font-weight: 600
}

.hkb_widget_exit .hkb_widget_exit__content {
  margin: 0 0 10px;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 1.6
}

#sidebar .widget li a {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
  color: var(--text-color) !important
}

#sidebar,
.hkb-meta {
  font-size: 14px
}

#sidebar .widget>ul>li {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0
}

.hkb_widget_articles>ul>li:before {
  top: 0
}

#hkb.hkb-template-category .hkb-article .hkb-article__title {
  padding: 0;
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0
}

.category-article-excerpt {
  font-size: 14px
}

.category-article-excerpt p {
  margin-bottom: 0
}

#primary.sidebar-left #sidebar {
  padding-right: 50px;
  margin-bottom: 70px
}

#site-footer-widgets .widget {
  margin-bottom: 30px;
  position: relative;
  padding: 0 30px
}

#site-footer-widgets .widget p {
  line-height: 1.6;
  margin-bottom: 20px
}

#site-footer-widgets .widget>ul>li {
  margin-bottom: 12px;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: 0
}

#site-footer #copyright {
  color: inherit;
  float: left;
  font-size: 16px;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  float: none;
  width: 100%;
  display: block;
  color: #d9d9d9
}

.hkb-article-related .hkb-article-list>li {
  padding-right: 20px
}

.hkb-article-related .hkb-article-related__title {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--border-color)
}

.entry-content code,
.entry-content pre {
  margin: 1.5rem 0;
  padding: 1.75rem;
  font-size: .9em;
  background-color: rgba(242, 243, 245, .5);
  border: 1px solid #cfd1d3;
  border-radius: var(--cards-border-radius);
  white-space: pre-line
}

.entry-content pre.wp-block-code code {
  margin: 0;
  padding: 0;
  border: none
}

.entry-content hr {
  margin: 20px 0
}

.entry-content li p {
  margin-bottom: 10px
}

.entry-content li p img {
  margin: 10px 0 0
}

#sidebar #custom_html-2 {
  border: 0;
  padding: 0
}

.hkb-category .hkb-article-list {
  font-size: 18px;
  line-height: 28px
}

#site-footer-widgets {
  font-size: 16px;
  line-height: inherit
}

#site-header #logo {
  position: relative;
  float: left;
  font-size: 24px;
  font-weight: 500;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  display: block;
  float: left;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  padding-top: 12px
}

#site-header #logo:before {
  content: 'Help Center';
  font-size: 11px;
  padding: 0 8px;
  border-radius: var(--cards-border-radius);
  transition: var(--fast-animation);
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--main-color);
  line-height: 24px;
  height: 24px;
  text-transform: uppercase;
  background: hsl(234deg 95% 63%/8%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  z-index: 10;
  position: absolute;
  right: -10px;
  margin-top: 2px
}

.pswp__bg {
  background: rgba(0, 0, 0, .8) !important
}

.pswp--zoom-allowed .pswp__img,
.entry-content img {
  border-radius: var(--cards-border-radius)
}

.hkb-category .hkb-category__view-all:before,
.hkb-category .hkb-category__view-all {
  font-size: 18px;
  color: var(--text-color);
  line-height: 38px
}

.hkb-category .hkb-category__view-all:before {
  color: var(--main-color);
  content: "\f061" font-weight:400;
  font-size: 16px
}

.hkb-article-related .hkb-article-related__title {
  font-weight: 600;
  font-size: 24px
}

#hkb.hkb-searchresults>li .hkb-searchresults__excerpt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit
}

.hkb-breadcrumbs:nth-child(2) {
  display: none
}

.ht_kb_category-changelog .entry-content ul li:before {
  display: none
}

.ht_kb_category-changelog .entry-content ul li {
  padding: 7px 0
}

.ht_kb_category-changelog .entry-content ul li .Improved,
.ht_kb_category-changelog .entry-content ul li .Added,
.ht_kb_category-changelog .entry-content ul li .Fixed,
.ht_kb_category-changelog .entry-content ul li .Update {
  font-weight: 600
}

.wp-block-image .alignleft {
  margin-right: 0;
  margin-top: 0
}

.ht_kb_category-changelog .entry-content ul li .Improved {
  color: #00ad1d
}

.ht_kb_category-changelog .entry-content ul li .Added {
  color: #0099e5
}

.ht_kb_category-changelog .entry-content ul li .Fixed {
  color: #e74c3c
}

.ht_kb_category-changelog .entry-content ul li .Update {
  color: #faa700
}

.entry-content ul ul {
  margin-bottom: 0;
  padding-left: 30px
}

.entry-content ul ul li:before {
  display: none
}

#sidebar .sidebar-support-wrapper .sidebar-support-btn:hover {
  color: #fff !important
}

#sidebar .sidebar-support-wrapper .sidebar-support-btn:visited {
  color: #fff
}

.sidebar-support-wrapper .sidebar-support-btn i {
  margin-right: .5rem;
  font-size: 1rem
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  border-radius: var(--global-border-radius)
}

.hkb-archive--one-cols .hkb-category .hkb-category__title {
  width: 100%
}

#page-header #page-header-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.027em
}

#page-header #page-header-tagline {
  font-family: inter, sans-serif
}

#primary .hkb_button a {
  background-color: var(--main-color);
  border-radius: var(--button-border-radius);
  text-decoration: none;
  font-size: 14px;
  color: #fff !important
}

#primary .hkb_button a:hover {
  background: var(--heading-color) !important
}

#primary .hkb_button a {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: var(--fast-animation)
}

;
background-position:50%;
background-repeat:no-repeat;
background-size:contain;
display:inline-block
}

.entry-content figure.alignleft {
  margin-bottom: 0
}

.entry-content .instruction-list {
  padding: 1.75rem;
  margin: 1rem auto;
  border: 1px solid var(--border-color);
  border-radius: var(--cards-border-radius)
}

.entry-content .instruction-list ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  counter-reset: sequence-counter
}

.entry-content .instruction-list ol:first-child {
  margin-top: 0
}

.entry-content .instruction-list ol li {
  display: flex;
  padding: .5rem 0;
  padding-left: .25rem;
  counter-increment: sequence-counter
}

.entry-content .instruction-list ol li::before {
  display: inline-block;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
  font-size: .875rem;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  content: counter(sequence-counter);
  background: var(--heading-color);
  border-radius: 50%;
  margin-top: 2px
}

.entry-content .instruction-list ol ul {
  counter-reset: initial
}

.entry-content .instruction-list ol ul li {
  margin-left: 1rem;
  counter-increment: none
}

.entry-content .instruction-list ol ul li::before {
  margin-right: .25rem;
  color: var(--heading-color);
  content: "•";
  background: 0 0
}

.entry-content .instruction-list .wp-block-image {
  margin-top: 1rem
}

.entry-content .instruction-list .wp-block-image img {
  margin-bottom: 0
}

.instruction-list li span img {
  margin-top: 1rem;
  margin-bottom: 0
}

.hkb-breadcrumbs li {
  position: relative;
  padding: 0 1rem 0 0
}

.hkb-breadcrumbs li:after {
  position: absolute;
  top: 50%;
  right: .1rem;
  display: block;
  margin: 0;
  content: url("data:image/svg+xml,%3Csvg width=%227%22 height=%227%22 viewBox=%220 0 5.6 9%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.1.0.0 1.1l3.4 3.4L0 7.9 1.1 9l4.5-4.5z%22/%3E%3C/svg%3E");
  transform: translateY(-50%)
}

figure.wp-block-embed.is-type-video {
  margin: 30px 0
}

.list-number,
.list-number-secondary {
  display: inline-block;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: .35rem;
  font-size: .875rem;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: var(--heading-color);
  border-radius: 50%
}

.list-number-secondary {
  background-color: #8d8d8d;
  font-size: .65rem;
  line-height: 2.4
}

.hkb-note {
  margin: 1.75rem 0;
  padding: 1.75rem;
  background-color: var(--gray-color-overlay);
  border: 1px solid var(--border-color);
  border-radius: var(--cards-border-radius)
}

.hkb-note h4 {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
  margin-bottom: 1rem
}

.hkb-note h4::before {
  content: url("data:image/svg+xml,%3Csvg class=%22fill-current h-6 w-6 text-teal-500 mr-4%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 20 20%22%3E%3Cpath d=%22M2.93 17.07A10 10 0 1117.07 2.93 10 10 0 012.93 17.07zm12.73-1.41A8 8 0 104.34 4.34a8 8 0 0011.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z%22/%3E%3C/svg%3E");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: .375rem
}

.entry-content .hkb-note p {
  margin-bottom: 1rem
}

.entry-content .hkb-note p:last-child {
  margin-bottom: 0
}

.entry-content .hkb-note hr {
  margin: 1rem 0 !important
}

.homepage-template .hkb-archive__title {
  margin-bottom: 1.75rem;
  font-size: 24px;
  font-weight: 700
}

.homepage-template .hkb-category__header {
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: var(--cards-border-radius)
}

.homepage-template .hkb-category__header .hkb-category__title {
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  transition: var(--fast-animation);
  font-weight: 600
}

.homepage-template .hkb-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.homepage-template ul.hkb-archive .hkb-category__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  transform: translate(0, -50%)
}

.homepage-template ul.hkb-archive li.cat-general .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22.32c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10ZM2 12.32h20' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22.32c1.933 0 3.5-4.477 3.5-10s-1.567-10-3.5-10-3.5 4.477-3.5 10 1.567 10 3.5 10Z' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-getting-started .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.658 9.286c1.44.9 2.16 1.35 2.407 1.926a2 2 0 0 1 0 1.576c-.247.576-.967 1.026-2.407 1.926L9.896 18.94c-1.598.999-2.397 1.498-3.056 1.445a2 2 0 0 1-1.446-.801C5 19.053 5 18.111 5 16.226V7.774c0-1.885 0-2.827.394-3.358a2 2 0 0 1 1.446-.801c.66-.053 1.458.446 3.056 1.445l6.762 4.226Z' stroke='%231A1A1A' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-site-setup .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2226%22 height=%2226%22 viewBox=%22-.5 0 25 25%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M12 7.82h10m-20 0h2m16 9h2m-20 0h10m-4-5a4 4 0 100-8 4 4 0 000 8zm8 9a4 4 0 100-8 4 4 0 000 8z%22 stroke=%22%231a1a1a%22 stroke-width=%221.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E")
}

.homepage-template ul.hkb-archive li.cat-blog .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.28 6.4-9.54 9.54c-.95.95-3.77 1.39-4.4.76-.63-.63-.2-3.45.75-4.4l9.55-9.55a2.58 2.58 0 1 1 3.64 3.65v0Z' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 4H6a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h11c2.21 0 3-1.8 3-4v-5' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-portfolio .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6.56 21C12.13 8.9 16.76 6.78 22 14.63' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 3H6a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4Z' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-shop .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10.79v7.77a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-7.77M3 5.56a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 8.56a3 3 0 0 1-6 0M15 8.56a3 3 0 0 1-6 0M9 8.56a3 3 0 1 1-6 0M21 5.56v3M15 5.56v3M9 5.56v3M3 5.56v3M12 15.56v4' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-how-to .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17v-.007m0-2.136c0-3.214 3-2.5 3-5C15 8.28 13.657 7 12 7c-1.343 0-2.48.84-2.863 2M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-troubleshooting .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19a5 5 0 0 1-5-5m5 5a5 5 0 0 0 5-5m-5 5v-5m-5 0v-2.143c0-.798 0-1.197.112-1.518A2 2 0 0 1 8.34 9.112C8.66 9 9.06 9 9.857 9h4.286c.798 0 1.197 0 1.518.112a2 2 0 0 1 1.227 1.227c.112.321.112.72.112 1.518V14M7 14H4m13 0h3m-3-4 2.5-2.5m-15 13L8 17m-1-7L4.5 7.5m15 13L16 17M14 6V5a2 2 0 1 0-4 0v1h4Z' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.homepage-template ul.hkb-archive li.cat-developer .hkb-category__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 8-4 3.692L7 16m10-8 4 3.692L17 16M14 4l-4 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

@media(max-width:767px) {
  .homepage-template .hkb-archive {
    grid-template-columns: 1fr;
    grid-gap: 0
  }

  .homepage-template .hkb-category .hkb-category__header {
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid var(--border-color)
  }

  .homepage-template .hkb-archive li:last-child .hkb-category .hkb-category__header {
    border: 0
  }
}

.homepage-template .hkb-archive .hkb-category {
  margin: 0
}

.homepage-template .hkb-archive li a:hover .hkb-category__title {
  color: var(--main-color)
}

.homepage-template .hkb-archive li a:hover .hkb-category__description,
.homepage-template .hkb-archive .hkb-category__description {
  color: var(--text-color)
}

.promoted-articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2.25rem;
  padding: 0;
  margin: 0;
  list-style: none
}

@media screen and (min-width:768px) {
  .promoted-articles {
    grid-template-columns: repeat(2, 1fr)
  }
}

.promoted-articles li {
  position: relative;
  padding: 1rem 76px 1rem 0;
  margin: 0;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--border-color)
}

.promoted-articles li a {
  color: var(--main-color)
}

.promoted-articles li a:hover {
  text-decoration: underline
}

.promoted-articles li:first-child {
  border-top: 1px solid var(--border-color)
}

@media screen and (min-width:768px) {
  .promoted-articles li:nth-child(2) {
    border-top: 1px solid var(--border-color)
  }
}

@media screen and (min-width:768px) {
  .promoted-articles li {
    padding: 1.375rem 76px 1.375rem 0
  }
}

.promoted-articles li::after,
#hkb.hkb-template-category .hkb-article__format-standard::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 12px;
  content: "";
  background: 50%/cover no-repeat url('data:image/svg+xml,<svg width="21" height="14" viewBox="0 0 21 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7H20M20 7L14.1667 1M20 7L14.1667 13" stroke="%2315171e" stroke-width="1.25"/></svg>');
  transform: translate(0, -50%)
}

@media(min-width:767px) {}

@media(max-width:767px) {
  #site-header #logo {
    padding-top: 6px;
    padding-bottom: 6px
  }

  .hkb-category h1.hkb-category__title {
    font-size: 32px
  }

  #page-header {
    padding: 50px 0
  }

  #content {
    margin: 50px 0
  }

  #page-header #page-header-tagline {
    font-size: 16px
  }

  #page-header #page-header-title {
    font-size: 24px;
    margin-bottom: 20px
  }

  .hkb-site-search .hkb-site-search__field {
    font-size: 16px
  }

  .hkb-category {
    margin: 0 0 25px
  }

  .hkb-category .hkb-category__header {
    padding: 0 0 15px
  }

  #primary.sidebar-left #sidebar {
    padding-right: 0;
    margin-bottom: 50px
  }

  #site-footer-widgets {
    padding-top: 50px;
    padding-bottom: 20px
  }

  #site-footer-widgets .widget {
    width: 100%;
    padding: 0
  }

  #sidebar .widget {
    padding: 20px;
    margin-bottom: 50px
  }

  #sidebar .widget-title {
    margin: 0 0 20px
  }

  #hkb-jquery-live-search {
    max-width: calc(100% - 40px)
  }

  #hkb.hkb-searchresults>li .hkb-searchresults__excerpt {
    font-size: 14px
  }

  .hkb_widget_exit .hkb_widget_exit__btn {
    width: 100%
  }

  #page-header-breadcrumbs {
    padding: 0;
    margin-bottom: 10px
  }

  body.single .hentry .entry-header {
    margin: 0 0 25px;
    margin-top: 0
  }

  body.single .hentry .entry-title {
    font-size: 32px;
    padding: 0
  }

  .entry-content img {
    margin-bottom: 0;
    padding: 0
  }

  .hkb-feedback {
    margin: 25px 0 !important
  }

  #sidebar {
    margin-top: 25px
  }

  .entry-content embed,
  .entry-content iframe,
  .entry-content object,
  .entry-content video {
    aspect-ratio: 1.618;
    height: auto
  }

  #nav-primary ul>li a {
    padding: 0
  }

  #nav-primary #nav-primary-menu {
    padding: 30px 20px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7
  }

  #sidebar .sidebar-support-wrapper .sidebar-support-btn,
  #menu-item-22 a {
    margin-left: 0 !important
  }

  .ht-grid.ht-grid-gutter-20 {
    margin: 0
  }
}

/*!
<<<<<<< master
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

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

.fa-star-o:before {
  content: "\f006"
}

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

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

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

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

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

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

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

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

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

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

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

.fa-italic:before {
  content: "\f033"
}

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

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

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

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

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

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

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

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

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

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

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

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

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

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

.fa-leaf:before {
  content: "\f06c"
}

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

.fa-eye:before {
  content: "\f06e"
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

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

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

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

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

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

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

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

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

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

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

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

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

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

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

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

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

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

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

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

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

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

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

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

.fa-hand-o-left:before {
  content: "\f0a5"
}

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

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

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

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

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

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

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

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

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

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

.fa-flask:before {
  content: "\f0c3"
}

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

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

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

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

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

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

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

.fa-caret-down:before {
  content: "\f0d7"
}

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

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

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

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

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

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

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

.fa-umbrella:before {
  content: "\f0e9"
}

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

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

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

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

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

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

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

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

.fa-h-square:before {
  content: "\f0fd"
}

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

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

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

.fa-angle-left:before {
  content: "\f104"
}

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

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

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

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

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

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

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

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

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

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

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

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

.fa-chevron-circle-up:before {
  content: "\f139"
}

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

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

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

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

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

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

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

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

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

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

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

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

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

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

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

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

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

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

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

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

.fa-gittip:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

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

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

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

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

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

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

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

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

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

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

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

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

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

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

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

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

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

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

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

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

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

.fa-birthday-cake:before {
  content: "\f1fd"
}

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

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

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

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

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

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

=======* Font Awesome 4.3.0 by @davegandy - http: //fontawesome.io - @fontawesome
* License - http: //fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

*/@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/wp-content/themes/helpguru/inc/ht-core/libraries/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0)
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

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

.fa-star-o:before {
  content: "\f006"
}

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

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

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

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

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

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}