@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports(position:sticky) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-embed__wrapper {
  position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:600px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

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

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

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

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

.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:782px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-post-template.wp-block-post-template {
  background: 0 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)
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-spacer {
  clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-element-button {
  cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aligncenter {
  clear: both
}

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

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

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

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

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

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0 0 1em
}

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

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

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

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

.h2,
.h4,
h2,
h4 {
  font-weight: 600
}

.button i,
.req,
code,
figure figcaption,
kbd,
legend,
mark,
samp,
sub,
sup {
  position: relative
}

.button,
img,
video {
  height: auto
}

audio,
iframe,
img,
table,
video {
  max-width: 100%
}

*,
.col-xs,
.gridContainer,
.row {
  box-sizing: border-box
}

.row,
.row.reverse {
  -webkit-box-orient: horizontal
}

article:after,
aside:after,
details:after,
div:after,
figcaption:after,
figure:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after,
ul.dropdown-menu:after,
ul:after {
  clear: both
}

.color1 {
  color: #03a9f4
}

.color2 {
  color: #ff9800
}

.color3 {
  color: #fbc02d
}

.color4 {
  color: #8c239f
}

.color5 {
  color: #ff3369
}

.color6 {
  color: #343a40
}

.bg-color1 {
  background-color: #03a9f4
}

.bg-color2 {
  background-color: #ff9800
}

.bg-color3 {
  background-color: #fbc02d
}

.bg-color4 {
  background-color: #8c239f
}

.bg-color5 {
  background-color: #ff3369
}

.bg-color6 {
  background-color: #343a40
}

.bg-color-white {
  background-color: #fff
}

.bg-color-black {
  background-color: #000
}

.circle-counter.color-white .circle-bar {
  stroke: #fff
}

.circle-counter.color-black .circle-bar {
  stroke: #000
}

.y-move {
  transition: all .2s
}

.y-move:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23)
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch
}

article:after,
article:before,
aside:after,
aside:before,
details:after,
details:before,
div:after,
div:before,
figcaption:after,
figcaption:before,
figure:after,
figure:before,
footer:after,
footer:before,
header:after,
header:before,
hgroup:after,
hgroup:before,
menu:after,
menu:before,
nav:after,
nav:before,
section:after,
section:before,
ul:after,
ul:before {
  content: "";
  display: table;
  width: 0
}

svg {
  max-height: 100%
}

iframe {
  border: none
}

::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: .15rem;
  font-size: 115%;
  margin-right: 3px
}

input[type=search] {
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

body {
  text-align: center
}

@media(min-width:768px) {
  body {
    text-align: left
  }
}

.inverted {
  color: #fff
}

.error {
  color: #f03c69
}

.subscribe-form [class*=success],
.success {
  color: #35beb1
}

.warning {
  color: #f7ba45
}

.focus {
  color: #1c86f2
}

.aluminum {
  color: #f8f8f8
}

.silver {
  color: #e0e1e1
}

.lightgray {
  color: #f1f1f1
}

.gray {
  color: #bdbdbd
}

.midgray {
  color: #676b72
}

.darkgray {
  color: #313439
}

.bg-black {
  background-color: #4a4a4a
}

.bg-inverted {
  background-color: #fff
}

.bg-error {
  background-color: #f03c69
}

.bg-success {
  background-color: #35beb1
}

.bg-warning {
  background-color: #f7ba45
}

.bg-focus {
  background-color: #1c86f2
}

.bg-aluminum {
  background-color: #f8f8f8
}

.bg-silver {
  background-color: #e0e1e1
}

.bg-lightgray {
  background-color: #f1f1f1
}

.bg-gray {
  background-color: #bdbdbd
}

.bg-midgray {
  background-color: #676b72
}

.bg-darkgray {
  background-color: #313439
}

.bg-highlight {
  background-color: #edf2ff
}

i.fa.color1 {
  color: #03a9f4
}

i.fa.icon.bordered.color1,
i.fa.icon.color1.card[class*=bottom-border-] {
  border-color: #03a9f4
}

.button.color1,
button.color1,
i.fa.icon.reverse.color1 {
  background-color: #03a9f4
}

.button.color1:hover,
button.color1:hover {
  background-color: #2ebcfc
}

.button.color1.outline:hover,
button.color1.outline:hover {
  color: #2ebcfc
}

a.color1:not(.button) {
  color: #03a9f4
}

a.color1:not(.button):hover {
  color: #2ebcfc
}

hr.small-line.color1 {
  background-color: #03a9f4
}

.circle-counter.color1 .circle-bar {
  stroke: #03a9f4
}

i.fa.color2 {
  color: #ff9800
}

i.fa.icon.bordered.color2,
i.fa.icon.color2.card[class*=bottom-border-] {
  border-color: #ff9800
}

.button.color2,
button.color2,
i.fa.icon.reverse.color2 {
  background-color: #ff9800
}

.button.color2:hover,
button.color2:hover {
  background-color: #ffad33
}

.button.color2.outline:hover,
button.color2.outline:hover {
  color: #ffad33
}

a.color2:not(.button) {
  color: #ff9800
}

a.color2:not(.button):hover {
  color: #ffad33
}

hr.small-line.color2 {
  background-color: #ff9800
}

.circle-counter.color2 .circle-bar {
  stroke: #ff9800
}

i.fa.color3 {
  color: #fbc02d
}

i.fa.icon.bordered.color3,
i.fa.icon.color3.card[class*=bottom-border-] {
  border-color: #fbc02d
}

.button.color3,
button.color3,
i.fa.icon.reverse.color3 {
  background-color: #fbc02d
}

.button.color3:hover,
button.color3:hover {
  background-color: #fccf5f
}

.button.color3.outline:hover,
button.color3.outline:hover {
  color: #fccf5f
}

a.color3:not(.button) {
  color: #fbc02d
}

a.color3:not(.button):hover {
  color: #fccf5f
}

hr.small-line.color3 {
  background-color: #fbc02d
}

.circle-counter.color3 .circle-bar {
  stroke: #fbc02d
}

i.fa.color4 {
  color: #8c239f
}

i.fa.icon.bordered.color4,
i.fa.icon.color4.card[class*=bottom-border-] {
  border-color: #8c239f
}

.button.color4,
button.color4,
i.fa.icon.reverse.color4 {
  background-color: #8c239f
}

.button.color4:hover,
button.color4:hover {
  background-color: #b12cc9
}

.button.color4.outline:hover,
button.color4.outline:hover {
  color: #b12cc9
}

a.color4:not(.button) {
  color: #8c239f
}

a.color4:not(.button):hover {
  color: #b12cc9
}

hr.small-line.color4 {
  background-color: #8c239f
}

.circle-counter.color4 .circle-bar {
  stroke: #8c239f
}

i.fa.color5 {
  color: #ff3369
}

i.fa.icon.bordered.color5,
i.fa.icon.color5.card[class*=bottom-border-] {
  border-color: #ff3369
}

.button.color5,
button.color5,
i.fa.icon.reverse.color5 {
  background-color: #ff3369
}

.button.color5:hover,
button.color5:hover {
  background-color: #ff668f
}

.button.color5.outline:hover,
button.color5.outline:hover {
  color: #ff668f
}

a.color5:not(.button) {
  color: #ff3369
}

a.color5:not(.button):hover {
  color: #ff668f
}

hr.small-line.color5 {
  background-color: #ff3369
}

.circle-counter.color5 .circle-bar {
  stroke: #ff3369
}

i.fa.color6 {
  color: #343a40
}

i.fa.icon.bordered.color6,
i.fa.icon.color6.card[class*=bottom-border-] {
  border-color: #343a40
}

.button.color6,
button.color6,
i.fa.icon.reverse.color6 {
  background-color: #343a40
}

.button.color6:hover,
button.color6:hover {
  background-color: #4b545c
}

.button.color6.outline:hover,
button.color6.outline:hover {
  color: #4b545c
}

a.color6:not(.button) {
  color: #343a40
}

a.color6:not(.button):hover {
  color: #4b545c
}

hr.small-line.color6 {
  background-color: #343a40
}

.circle-counter.color6 .circle-bar {
  stroke: #343a40
}

i.fa.gray {
  color: #bdbdbd
}

i.fa.gray:hover {
  color: #a4a4a4
}

i.fa.darkgray {
  color: #8a8a8a
}

i.fa.darkgray:hover {
  color: #717171
}

i.fa.color-white {
  color: #fff
}

i.fa.icon.bordered.color-white,
i.fa.icon.color-white.card[class*=bottom-border-] {
  border-color: #fff
}

i.fa.icon.reverse.color-white {
  background-color: #fff
}

i.fa.color-black {
  color: #4a4a4a
}

i.fa.icon.bordered.color-black,
i.fa.icon.color-black.card[class*=bottom-border-] {
  border-color: #4a4a4a
}

figure pre,
kbd {
  border: 1px solid rgba(0, 0, 0, .1)
}

i.fa.icon.reverse.color-black {
  background-color: #4a4a4a
}

.grad-180-transparent-color1 {
  background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(3, 169, 244, .5) 82.5%, rgba(3, 169, 244, .8) 100%)
}

.grad-180-transparent-color2 {
  background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(255, 152, 0, .5) 82.5%, rgba(255, 152, 0, .8) 100%)
}

.grad-180-transparent-color3 {
  background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(251, 192, 45, .5) 82.5%, rgba(251, 192, 45, .8) 100%)
}

.grad-180-transparent-color4 {
  background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(140, 35, 159, .5) 82.5%, rgba(140, 35, 159, .8) 100%)
}

.grad-180-transparent-color5 {
  background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(255, 51, 105, .5) 82.5%, rgba(255, 51, 105, .8) 100%)
}

.grad-180-transparent-color6 {
  background: linear-gradient(180deg, transparent 0, transparent 50%, rgba(52, 58, 64, .5) 82.5%, rgba(52, 58, 64, .8) 100%)
}

pre,
pre code,
table.striped tr:nth-child(odd) td {
  background: #f8f8f8
}

.p,
body,
html {
  font-size: 16px;
  line-height: 1.5rem
}

body {
  font-family: open sans, sans-serif;
  color: #8e9dae;
  background-color: transparent
}

a {
  color: #03a9f4
}

a:hover {
  color: #2ebcfc
}

.comment-author .fn,
.widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
h1,
h1.title,
h2,
h3,
h4,
h5,
h6 {
  font-family: Muli, sans-serif;
  font-weight: 600;
  color: #3c424f;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px
}

.button:only-child,
.comment-author .fn:last-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h1:last-child:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h2:last-child:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h3:last-child:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h4:last-child:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h5:last-child:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h6:last-child:first-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0
}

.comment-author .inverted .fn,
.inverted .comment-author .fn,
.inverted .fa,
.inverted .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.inverted .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.inverted .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.inverted .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.inverted .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.inverted .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted h5,
.inverted h6,
.widget_block>.wp-block-group>.wp-block-group__inner-container .inverted h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .inverted h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .inverted h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .inverted h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .inverted h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .inverted h6:first-child {
  color: #fff
}

.comment-author .comment-meta a .fn,
.comment-author .muted .fn,
.comment-meta a .comment-author .fn,
.comment-meta a .fa,
.comment-meta a .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.comment-meta a .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.comment-meta a .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.comment-meta a .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.comment-meta a .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.comment-meta a .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.comment-meta a h1,
.comment-meta a h2,
.comment-meta a h3,
.comment-meta a h4,
.comment-meta a h5,
.comment-meta a h6,
.muted .comment-author .fn,
.muted .fa,
.muted .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.muted .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.muted .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.muted .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.muted .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.muted .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.muted h1,
.muted h2,
.muted h3,
.muted h4,
.muted h5,
.muted h6,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-meta a h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-meta a h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-meta a h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-meta a h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-meta a h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-meta a h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .muted h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .muted h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .muted h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .muted h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .muted h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .muted h6:first-child {
  opacity: .55
}

cite,
figcaption,
var {
  opacity: .6
}

h1.title {
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 8px
}

.h1,
h1 {
  font-size: 3rem;
  line-height: 4rem
}

.h2,
h2 {
  font-size: 2.5rem;
  line-height: 3rem
}

.h3,
h3 {
  font-size: 1.5rem;
  line-height: 2.25rem
}

.h4,
h4 {
  font-family: open sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
  letter-spacing: .0625rem
}

.monospace,
code,
kbd,
pre,
samp,
var {
  font-family: Consolas, Monaco, courier new, monospace
}

.comment-author .fn,
.h5,
.widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
h5 {
  font-size: "Open Sans", sans-serif;
  line-height: 1.5rem;
  font-weight: 800;
  letter-spacing: .14rem
}

.contact-form-wrapper label,
.h6,
h6 {
  font-size: .875rem;
  line-height: 1.375rem;
  font-weight: 800;
  letter-spacing: .1875rem
}

.comment-author .fn a,
.contact-form-wrapper label a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child a,
.widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child a,
.widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child a,
.widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child a,
.widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child a,
.widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

.comment-author blockquote+.fn,
.comment-author dl+.fn,
.comment-author figure+.fn,
.comment-author form+.fn,
.comment-author hr+.fn,
.comment-author ol+.fn,
.comment-author p+.fn,
.comment-author pre+.fn,
.comment-author table+.fn,
.comment-author ul+.fn,
.widget_block>.wp-block-group>.wp-block-group__inner-container blockquote+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container blockquote+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container blockquote+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container blockquote+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container blockquote+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container blockquote+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container dl+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container dl+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container dl+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container dl+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container dl+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container dl+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container figure+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container figure+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container figure+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container figure+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container figure+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container figure+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container form+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container form+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container form+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container form+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container form+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container form+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container hr+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container hr+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container hr+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container hr+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container hr+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container hr+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ol+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ol+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ol+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ol+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ol+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ol+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container p+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container p+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container p+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container p+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container p+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container p+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container pre+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container pre+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container pre+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container pre+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container pre+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container pre+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container table+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container table+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container table+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container table+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container table+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container table+h6:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ul+h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ul+h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ul+h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ul+h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ul+h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container ul+h6:first-child,
blockquote+h2,
blockquote+h3,
blockquote+h4,
blockquote+h5,
blockquote+h6,
dl+h2,
dl+h3,
dl+h4,
dl+h5,
dl+h6,
figure+h2,
figure+h3,
figure+h4,
figure+h5,
figure+h6,
form+h2,
form+h3,
form+h4,
form+h5,
form+h6,
hr+h2,
hr+h3,
hr+h4,
hr+h5,
hr+h6,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
pre+h2,
pre+h3,
pre+h4,
pre+h5,
pre+h6,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
  margin-top: 1.5rem
}

ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
  margin: 0 0 0 1.5rem
}

ol ol li {
  list-style-type: lower-alpha
}

ol ol ol li {
  list-style-type: lower-roman
}

nav ol,
nav ul {
  margin: 0;
  list-style: none
}

dd,
nav ol ol,
nav ol ul,
nav ul ol,
nav ul ul {
  margin-left: 1.5rem
}

dl dt {
  font-weight: 700
}

.p,
address,
blockquote,
dl,
fieldset,
figure,
form,
hr,
ol,
p,
pre,
table,
ul {
  margin-bottom: 16px
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: -1px
}

blockquote {
  padding-left: 1rem;
  font-style: italic
}

blockquote p {
  margin-bottom: .5rem
}

cite,
code,
figcaption,
kbd,
mark,
pre,
samp,
small,
time,
var {
  font-size: 87.5%
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, .5);
  cursor: help
}

var {
  font-style: normal
}

code,
kbd,
mark,
samp {
  top: -1px;
  padding: 4px 4px 2px;
  display: inline-block;
  line-height: 1;
  color: rgba(142, 157, 174, .85)
}

code {
  background: #e0e1e1
}

samp {
  color: #fff;
  background: #1c86f2
}

sub,
sup {
  font-size: .75em;
  line-height: 0;
  margin-left: .25rem
}

sup {
  top: 0
}

sub {
  bottom: 1px
}

pre,
pre code {
  padding: 0;
  top: 0;
  display: block;
  line-height: 1rem;
  color: rgba(142, 157, 174, .85);
  white-space: pre-wrap
}

.black,
.comment-meta a,
a.muted {
  color: #4a4a4a
}

pre {
  padding: 1rem
}

figure figcaption {
  top: -.5rem
}

figure pre {
  background: 0 0;
  border-radius: 4px
}

figure .video-container,
figure pre {
  margin-bottom: 8px
}

.contact-form-wrapper label,
.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

ul.unstyled {
  margin-left: 0
}

ul.unstyled,
ul.unstyled ul {
  list-style: none
}

.contact-form-wrapper label,
.upper {
  text-transform: uppercase
}

.lower {
  text-transform: lowercase
}

.italic {
  font-style: italic !important
}

.strong {
  font-weight: 700 !important
}

.normal {
  font-weight: 400 !important
}

.comment-meta a,
.muted {
  opacity: .55
}

.comment-meta a:hover,
a.muted:hover {
  opacity: 1
}

.smaller {
  font-size: .75em;
  line-height: 1rem
}

.comment-meta,
.comment-reply-link,
.small {
  font-size: .875em;
  line-height: 1rem
}

.big {
  font-size: 1.2em;
  line-height: 1.75rem
}

.large,
.lead {
  line-height: 2rem
}

.large {
  font-size: 1.4em
}

.end {
  margin-bottom: 0 !important
}

.highlight {
  background-color: #edf2ff
}

.nowrap,
.nowrap td {
  white-space: nowrap
}

@media(min-width:768px) and (max-width:1024px) {

  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 1.5rem
  }

  .columns-2 {
    column-count: 2
  }

  .columns-3 {
    column-count: 3
  }

  .columns-4 {
    column-count: 4
  }
}

@media(min-width:768px) {
  .text-left-sm {
    text-align: left
  }

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

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

  .text-justify-sm {
    text-align: justify
  }
}

@media(max-width:1024px) {

  body,
  html {
    font-size: 14px
  }
}

body .font-100 {
  font-weight: 100
}

body .font-200 {
  font-weight: 200
}

body .font-300 {
  font-weight: 300
}

body .font-400 {
  font-weight: 400
}

body .font-500 {
  font-weight: 500
}

body .font-600 {
  font-weight: 600
}

body .font-700 {
  font-weight: 700
}

body .font-800 {
  font-weight: 800
}

body .font-900 {
  font-weight: 900
}

.comment-author body #page .fn,
.widget_block>.wp-block-group>.wp-block-group__inner-container body #page h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container body #page h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container body #page h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container body #page h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container body #page h6:first-child,
body #page .comment-author .fn,
body #page .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
body #page .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
body #page .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
body #page .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
body #page .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
body #page a,
body #page h1,
body #page h2,
body #page h3,
body #page h4,
body #page h5,
body #page h6,
body #page p {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.lead {
  font-size: 1.2rem;
  color: #3c424f;
  font-weight: 300
}

.button,
.button:hover {
  color: #fff;
  text-decoration: none
}

.button {
  font-family: open sans;
  font-size: .75rem;
  background-color: #03a9f4;
  border-radius: 5px;
  min-width: 7rem;
  padding: .55rem 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  border: 2px solid #03a9f4;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-bottom: .75rem
}

.bypostauthor,
.gallery-caption,
.sticky,
fieldset,
input,
select,
textarea {
  font-family: inherit
}

.start-xs,
table caption,
th {
  text-align: left
}

.button i {
  top: 1px;
  margin: 0 2px
}

.button:hover {
  outline: 0;
  background-color: #2ebcfc;
  border-color: #2ebcfc
}

.button.disabled,
.button:disabled,
.button:disabled[disabled] {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, .7);
  background-color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .7);
  padding: .55rem 1.5rem
}

.button.disabled:hover,
.button:disabled:hover,
.button:disabled[disabled]:hover {
  color: #fff
}

.button .button-icon {
  font-size: 1.5em;
  margin-right: .25em;
  vertical-align: middle
}

input[type=submit] {
  width: auto
}

.button.comment-meta,
.button.comment-reply-link,
.button.small {
  font-size: .65rem;
  padding: .3rem 1.2rem;
  border-radius: 5px;
  line-height: 1.4rem
}

.button.big {
  font-size: .85rem;
  font-weight: 600;
  padding: .65rem 2rem;
  border-radius: 5px;
  line-height: 1.6rem
}

.button.large {
  font-size: 21px;
  padding: 20px 36px;
  border-radius: 5px
}

.button.outline {
  background: 0 0;
  border-color: #03a9f4;
  color: #03a9f4
}

.button.outline:hover {
  background: 0 0;
  color: rgba(3, 169, 244, .6);
  border-color: rgba(3, 169, 244, .5)
}

.button.outline.disabled,
.button.outline:disabled {
  background: 0 0;
  color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .5)
}

.button.link {
  background: 0 0;
  border-width: 0;
  border-color: #03a9f4;
  color: #03a9f4
}

.button.link:hover {
  background: 0 0;
  color: rgba(3, 169, 244, .6);
  border-color: rgba(3, 169, 244, .5)
}

.button.link.disabled,
.button.link:disabled {
  background: 0 0;
  color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .5)
}

.button.inverted,
.button.inverted:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.button.inverted.disabled,
.button.inverted:disabled {
  color: rgba(0, 0, 0, .7);
  background-color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7)
}

.button.inverted.outline {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.button.inverted.outline:hover {
  border-color: rgba(255, 255, 255, .7)
}

.button.inverted.outline.disabled,
.button.inverted.outline:disabled {
  background: 0 0;
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .5)
}

.button.inverted:hover {
  opacity: .7
}

.button.round {
  border-radius: 56px
}

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.button.upper,
.contact-form-wrapper label.button {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .65rem
}

.button.upper.comment-meta,
.button.upper.comment-reply-link,
.button.upper.small,
.contact-form-wrapper label.button.comment-meta,
.contact-form-wrapper label.button.comment-reply-link,
.contact-form-wrapper label.button.small {
  font-size: 11px
}

.button.upper.big,
.contact-form-wrapper label.button.big {
  font-size: .65rem
}

.button.upper.large,
.contact-form-wrapper label.button.large {
  font-size: .75rem
}

.button.secondary {
  color: #fff;
  background-color: #313439;
  border-color: #313439
}

.button.secondary:hover {
  color: #fff;
  background-color: #494d54;
  border-color: #494d54
}

.button.secondary.disabled,
.button.secondary:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(49, 52, 57, .7);
  border-color: rgba(49, 52, 57, .7)
}

.button.secondary.outline {
  background: 0 0;
  color: #313439;
  border-color: #313439
}

.button.secondary.outline:hover {
  border-color: rgba(49, 52, 57, .7)
}

.button.secondary.outline.disabled,
.button.secondary.outline:disabled {
  background: 0 0;
  color: rgba(49, 52, 57, .7);
  border-color: rgba(49, 52, 57, .5)
}

.button,
.nav-next a,
.nav-previous a {
  -moz-transition: all .3s linear;
  transition: all .3s linear
}

.button.comment-meta,
.button.comment-reply-link,
.button.small {
  min-width: 4rem;
  font-weight: 400
}

.button.big {
  min-width: 10rem
}

.button.color-white,
.button.color-white:hover {
  color: #313439;
  background-color: #fff;
  border-color: #fff
}

.button.color-white.disabled,
.button.color-white:disabled {
  color: rgba(49, 52, 57, .7);
  background-color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7)
}

.button.color-white.outline {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.button.color-white.outline:hover {
  border-color: rgba(255, 255, 255, .7)
}

.button.color-white.outline.disabled,
.button.color-white.outline:disabled {
  background: 0 0;
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .5)
}

.button.color-black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.button.color-black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a
}

.button.color-black.disabled,
.button.color-black:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7)
}

.button.color-black.outline {
  background: 0 0;
  color: #000;
  border-color: #000
}

.button.color-black.outline:hover {
  border-color: rgba(0, 0, 0, .7)
}

.button.color-black.outline.disabled,
.button.color-black.outline:disabled {
  background: 0 0;
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .5)
}

.button.white,
.button.white:hover {
  color: #313439;
  background-color: #fff;
  border-color: #fff
}

.button.white.disabled,
.button.white:disabled {
  color: rgba(49, 52, 57, .7);
  background-color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7)
}

.button.white.outline {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.button.white.outline:hover {
  border-color: rgba(255, 255, 255, .7)
}

.button.white.outline.disabled,
.button.white.outline:disabled {
  background: 0 0;
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .5)
}

.button.black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.button.black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a
}

.button.black.disabled,
.button.black:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7)
}

.button.black.outline {
  background: 0 0;
  color: #000;
  border-color: #000
}

.button.black.outline:hover {
  border-color: rgba(0, 0, 0, .7)
}

.button.black.outline.disabled,
.button.black.outline:disabled {
  background: 0 0;
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .5)
}

.button.color1 {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4
}

.button.color1:hover {
  color: #fff;
  background-color: #2ebcfc;
  border-color: #2ebcfc
}

.button.color1.disabled,
.button.color1:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .7)
}

.button.color1.outline {
  background: 0 0;
  color: #03a9f4;
  border-color: #03a9f4
}

.button.color1.outline:hover {
  border-color: rgba(3, 169, 244, .7)
}

.button.color1.outline.disabled,
.button.color1.outline:disabled {
  background: 0 0;
  color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .5)
}

.button.color2 {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800
}

.button.color2:hover {
  color: #fff;
  background-color: #ffad33;
  border-color: #ffad33
}

.button.color2.disabled,
.button.color2:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 152, 0, .7);
  border-color: rgba(255, 152, 0, .7)
}

.button.color2.outline {
  background: 0 0;
  color: #ff9800;
  border-color: #ff9800
}

.button.color2.outline:hover {
  border-color: rgba(255, 152, 0, .7)
}

.button.color2.outline.disabled,
.button.color2.outline:disabled {
  background: 0 0;
  color: rgba(255, 152, 0, .7);
  border-color: rgba(255, 152, 0, .5)
}

.button.color3 {
  color: #fff;
  background-color: #fbc02d;
  border-color: #fbc02d
}

.button.color3:hover {
  color: #fff;
  background-color: #fccf5f;
  border-color: #fccf5f
}

.button.color3.disabled,
.button.color3:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(251, 192, 45, .7);
  border-color: rgba(251, 192, 45, .7)
}

.button.color3.outline {
  background: 0 0;
  color: #fbc02d;
  border-color: #fbc02d
}

.button.color3.outline:hover {
  border-color: rgba(251, 192, 45, .7)
}

.button.color3.outline.disabled,
.button.color3.outline:disabled {
  background: 0 0;
  color: rgba(251, 192, 45, .7);
  border-color: rgba(251, 192, 45, .5)
}

.button.color4 {
  color: #fff;
  background-color: #8c239f;
  border-color: #8c239f
}

.button.color4:hover {
  color: #fff;
  background-color: #b12cc9;
  border-color: #b12cc9
}

.button.color4.disabled,
.button.color4:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(140, 35, 159, .7);
  border-color: rgba(140, 35, 159, .7)
}

.button.color4.outline {
  background: 0 0;
  color: #8c239f;
  border-color: #8c239f
}

.button.color4.outline:hover {
  border-color: rgba(140, 35, 159, .7)
}

.button.color4.outline.disabled,
.button.color4.outline:disabled {
  background: 0 0;
  color: rgba(140, 35, 159, .7);
  border-color: rgba(140, 35, 159, .5)
}

.button.color5 {
  color: #fff;
  background-color: #ff3369;
  border-color: #ff3369
}

.button.color5:hover {
  color: #fff;
  background-color: #ff668f;
  border-color: #ff668f
}

.button.color5.disabled,
.button.color5:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 51, 105, .7);
  border-color: rgba(255, 51, 105, .7)
}

.button.color5.outline {
  background: 0 0;
  color: #ff3369;
  border-color: #ff3369
}

.button.color5.outline:hover {
  border-color: rgba(255, 51, 105, .7)
}

.button.color5.outline.disabled,
.button.color5.outline:disabled {
  background: 0 0;
  color: rgba(255, 51, 105, .7);
  border-color: rgba(255, 51, 105, .5)
}

.button.color6 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.button.color6:hover {
  color: #fff;
  background-color: #4b545c;
  border-color: #4b545c
}

.button.color6.disabled,
.button.color6:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(52, 58, 64, .7);
  border-color: rgba(52, 58, 64, .7)
}

.button.color6.outline {
  background: 0 0;
  color: #343a40;
  border-color: #343a40
}

.button.color6.outline:hover {
  border-color: rgba(52, 58, 64, .7)
}

.button.color6.outline.disabled,
.button.color6.outline:disabled {
  background: 0 0;
  color: rgba(52, 58, 64, .7);
  border-color: rgba(52, 58, 64, .5)
}

.button.square {
  border-radius: 0
}

.button.white-text {
  color: #fff !important
}

.button.dark-text {
  color: #313439 !important
}

.button.y-move {
  transition: all .2s
}

.button.y-move:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23)
}

fieldset {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem
}

legend {
  font-weight: 700;
  font-size: .75em;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  line-height: 0
}

input,
select,
textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  height: 2.5rem;
  outline: 0;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px
}

td,
textarea {
  vertical-align: top
}

input.comment-meta,
input.comment-reply-link,
input.small,
select.comment-meta,
select.comment-reply-link,
select.small,
textarea.comment-meta,
textarea.comment-reply-link,
textarea.small {
  height: 2.25rem;
  font-size: .875rem;
  padding: 0 12px;
  border-radius: 3px
}

input.big,
select.big,
textarea.big {
  height: 3rem;
  font-size: 1.125rem;
  padding: 0 12px;
  border-radius: 3px
}

input:focus:not(.button):not([type=submit]),
select:focus:not(.button):not([type=submit]),
textarea:focus:not(.button):not([type=submit]) {
  outline: 0;
  background-color: #fff;
  border-color: #1c86f2;
  box-shadow: 0 0 0 1px #1c86f2 inset
}

input.error,
select.error,
textarea.error {
  background-color: rgba(240, 60, 105, .1);
  border: 1px solid #f583a0
}

input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #f03c69;
  box-shadow: 0 0 1px #f03c69 inset
}

.subscribe-form input[class*=success],
.subscribe-form select[class*=success],
.subscribe-form textarea[class*=success],
input.success,
select.success,
textarea.success {
  background-color: rgba(53, 190, 177, .1);
  border: 1px solid #6ad5cb
}

.subscribe-form input[class*=success]:focus,
.subscribe-form select[class*=success]:focus,
.subscribe-form textarea[class*=success]:focus,
input.success:focus,
select.success:focus,
textarea.success:focus {
  border-color: #35beb1;
  box-shadow: 0 0 1px #35beb1 inset
}

input.disabled,
input:disabled,
select.disabled,
select:disabled,
textarea.disabled,
textarea:disabled {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, .5)
}

select {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc5JyBoZWlnaHQ9JzEyJyB2aWV3Qm94PScwIDAgOSAxMic+PHBhdGggZmlsbD0nIzVlNmM3NScgZD0nTTAuNzIyLDQuODIzTC0wLjAxLDQuMSw0LjEzNC0uMDEsNC44NjYsMC43MTZabTcuNTU1LDBMOS4wMSw0LjEsNC44NjYtLjAxbC0wLjczMi43MjZaTTAuNzIyLDcuMTc3TC0wLjAxLDcuOSw0LjEzNCwxMi4wMWwwLjczMi0uNzI2Wm03LjU1NSwwTDkuMDEsNy45LDQuODY2LDEyLjAxbC0wLjczMi0uNzI2WicvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 1rem center
}

select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem
}

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 1.5rem
}

input[type=file] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: 0 0;
  box-shadow: none;
  display: inline-block
}

input.search,
input[type=search] {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9IjAuNCIgZD0iTTE0Ljg5MSwxNC4zOWwtMC41LjVhMC4zNTUsMC4zNTUsMCwwLDEtLjUsMEw5LjUyNiwxMC41MjlhNS4zLDUuMywwLDEsMSwyLjEwNi00LjIxMiw1LjI2OCw1LjI2OCwwLDAsMS0xLjEsMy4yMWw0LjM2Miw0LjM2MkEwLjM1NCwwLjM1NCwwLDAsMSwxNC44OTEsMTQuMzlaTTYuMzE2LDIuNDE4YTMuOSwzLjksMCwxLDAsMy45LDMuOUEzLjksMy45LDAsMCwwLDYuMzE2LDIuNDE4WiIvPjwvc3ZnPg==);
  padding-left: 32px
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0
}

label {
  color: #313439;
  margin-bottom: 4px;
  font-size: 15px
}

.subscribe-form label [class*=success],
label .desc,
label .error,
label .subscribe-form [class*=success],
label .success,
label.checkbox {
  text-transform: none;
  font-weight: 400
}

label.checkbox {
  font-size: 16px;
  line-height: 1.5rem;
  cursor: pointer;
  color: inherit
}

label.checkbox input {
  margin-top: 0
}

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px
}

.req {
  top: 1px;
  font-weight: 700;
  color: #f03c69;
  font-size: 110%
}

.desc {
  color: rgba(142, 157, 174, .5);
  font-size: .75em;
  line-height: 1rem
}

span.desc {
  margin-left: 4px
}

div.desc {
  margin-top: 4px;
  margin-bottom: -8px
}

.form-buttons .button,
.form-buttons button {
  margin-right: 8px
}

.form-item,
form {
  margin-bottom: 2rem
}

.form .row:last-child .form-item,
.form>.form-item:last-child {
  margin-bottom: 0
}

.form .subscribe-form span[class*=success],
.form span.error,
.form span.success,
.subscribe-form .form span[class*=success] {
  font-size: .75em;
  line-height: 1rem;
  margin-left: 4px
}

.form-inline input,
.form-inline select,
.form-inline textarea {
  display: inline-block;
  width: auto
}

.append,
.prepend {
  display: flex
}

.append input,
.prepend input {
  flex: 1
}

.append .button,
.append span,
.prepend .button,
.prepend span {
  flex-shrink: 0
}

.append span,
.prepend span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  border: 1px solid #f1f1f1;
  background-color: #f8f8f8;
  padding: 0 .875rem;
  color: rgba(0, 0, 0, .5);
  font-size: .75em;
  white-space: nowrap
}

.prepend input {
  border-radius: 0 3px 3px 0
}

.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important
}

.append input,
.prepend span {
  border-radius: 3px 0 0 3px
}

.prepend span {
  border-right: none
}

.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important
}

.append span {
  border-left: none;
  border-radius: 0 3px 3px 0
}

input[type=date] {
  -webkit-appearance: none;
  appearance: none;
  line-height: 2.5rem;
  -moz-appearance: textfield
}

input[type=date]::-webkit-inner-spin-button {
  display: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px
}

table caption {
  font-size: .875em;
  font-weight: 500;
  color: #676b72
}

th {
  font-weight: 700;
  vertical-align: bottom
}

td.align-middle,
tr.align-middle td {
  vertical-align: middle
}

td,
th {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

td:first-child,
th:first-child {
  padding-left: 0
}

td:last-child,
th:last-child {
  padding-right: 0
}

tfoot td,
tfoot th {
  color: rgba(142, 157, 174, .5)
}

.post-item table td,
.post-item table th,
table.bordered td,
table.bordered th,
table.card[class*=bottom-border-] td,
table.card[class*=bottom-border-] th {
  border: 1px solid rgba(0, 0, 0, .05)
}

.post-item table td:first-child,
.post-item table th:first-child,
table.bordered td:first-child,
table.bordered th:first-child,
table.card[class*=bottom-border-] td:first-child,
table.card[class*=bottom-border-] th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem
}

.post-item table td:last-child,
.post-item table th:last-child,
table.bordered td:last-child,
table.bordered th:last-child,
table.card[class*=bottom-border-] td:last-child,
table.card[class*=bottom-border-] th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem
}

table.unstyled td,
table.unstyled th {
  border: none;
  padding: 0
}

.flexbox,
.flexbox-strech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.flexbox-strech>* {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.gridContainer {
  max-width: 1232px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px
}

.gridContainer .gridContainer {
  max-width: 100%;
  width: 100%;
  padding-right: 0;
  padding-left: 0
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col.reverse,
.row.reverse {
  -webkit-box-direction: reverse
}

.row.basis-auto {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.row>* {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.row.no-gutter>* {
  padding-left: 0;
  padding-right: 0
}

.row:after,
.row:before {
  position: absolute
}

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.col-xs {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%
}

.col-xs-2 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%
}

.col-xs-3,
.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-3 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col-xs-4 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%
}

.col-xs-5,
.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-5 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%
}

.col-xs-6 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col-xs-7,
.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-7 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%
}

.col-xs-8 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%
}

.col-xs-10,
.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-9 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col-xs-10 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%
}

.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-11 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%
}

.col-xs-12 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.col-xs-offset-0,
.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0
}

.col-xs-offset-0 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0
}

.col-xs-offset-1 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.33333%
}

.col-xs-offset-2,
.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-offset-2 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25%
}

.col-xs-offset-4,
.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0
}

.col-xs-offset-4 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 41.66667%
}

.col-xs-offset-6,
.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-offset-6 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50%
}

.col-xs-offset-7 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 58.33333%
}

.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0
}

.col-xs-offset-8 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 75%
}

.col-xs-offset-10,
.col-xs-offset-11 {
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box
}

.col-xs-offset-10 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 100%
}

.col-xs-fit {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  -moz-flex-basis: 0%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  max-width: 100%
}

.no-grow-xs {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between
}

.first-xs {
  order: -1
}

.last-xs {
  order: 1
}

.flex-grow>div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

@media only screen and (min-width:768px) {

  .col-sm,
  .col-sm-fit {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .gridContainer {
    width: 90%
  }

  .col-sm {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .col-sm-fit {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%
  }

  .col-sm-1,
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-1 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-2 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-3 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-6,
  .post-comments .navigation .next-posts,
  .post-comments .navigation .prev-posts {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-sm-7,
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-7 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-8 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-10,
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-9 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-11 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-sm-12 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-sm-offset-0,
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-sm-offset-0 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0
  }

  .col-sm-offset-1 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%
  }

  .col-sm-offset-2,
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-offset-2 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16.66667%
  }

  .col-sm-offset-3 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 25%
  }

  .col-sm-offset-4,
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-sm-offset-4 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%
  }

  .col-sm-offset-5 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%
  }

  .col-sm-offset-6,
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-offset-6 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50%
  }

  .col-sm-offset-7 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 58.33333%
  }

  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-sm-offset-8 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%
  }

  .col-sm-offset-9 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%
  }

  .col-sm-offset-10,
  .col-sm-offset-11 {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-sm-offset-10 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 83.33333%
  }

  .col-sm-offset-11 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 91.66667%
  }

  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%
  }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -moz-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    max-width: 100%
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
  }

  .first-sm {
    order: -1
  }

  .last-sm {
    order: 1
  }
}

@media only screen and (min-width:1024px) {

  .col-md,
  .col-md-fit {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .gridContainer {
    width: 90%
  }

  .col-md {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .col-md-fit {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%
  }

  .col-md-1,
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-1 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-md-2 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3,
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-3 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5,
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-5 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-md-6 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-md-7,
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-7 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-md-8 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-md-10,
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-9 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-11 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-md-12 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-md-offset-0,
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-md-offset-0 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0
  }

  .col-md-offset-1 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%
  }

  .col-md-offset-2,
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-offset-2 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16.66667%
  }

  .col-md-offset-3 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 25%
  }

  .col-md-offset-4,
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-md-offset-4 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%
  }

  .col-md-offset-5 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%
  }

  .col-md-offset-6,
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-offset-6 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50%
  }

  .col-md-offset-7 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 58.33333%
  }

  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-md-offset-8 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%
  }

  .col-md-offset-9 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%
  }

  .col-md-offset-10,
  .col-md-offset-11 {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-md-offset-10 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 83.33333%
  }

  .col-md-offset-11 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 91.66667%
  }

  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%
  }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -moz-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    max-width: 100%
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
  }

  .first-md {
    order: -1
  }

  .last-md {
    order: 1
  }
}

@media only screen and (min-width:1200px) {

  .col-lg,
  .col-lg-fit {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .gridContainer {
    width: 90%
  }

  .col-lg {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .col-lg-fit {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%
  }

  .col-lg-1,
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-1 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-2 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-3,
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-3 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5,
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-5 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-6 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-lg-7,
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-7 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-10,
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-9 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-11 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
  }

  .col-lg-12 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-lg-offset-0,
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-lg-offset-0 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0
  }

  .col-lg-offset-1 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%
  }

  .col-lg-offset-2,
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-offset-2 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16.66667%
  }

  .col-lg-offset-3 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 25%
  }

  .col-lg-offset-4,
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-lg-offset-4 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%
  }

  .col-lg-offset-5 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%
  }

  .col-lg-offset-6,
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-offset-6 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50%
  }

  .col-lg-offset-7 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 58.33333%
  }

  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0
  }

  .col-lg-offset-8 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%
  }

  .col-lg-offset-9 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%
  }

  .col-lg-offset-10,
  .col-lg-offset-11 {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-lg-offset-10 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 83.33333%
  }

  .col-lg-offset-11 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 91.66667%
  }

  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%
  }

  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -moz-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    max-width: 100%
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
  }

  .first-lg {
    order: -1
  }

  .last-lg {
    order: 1
  }
}

#wp-toolbar ul {
  display: inline-block
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-bottom: 16px
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.alignright {
  margin-bottom: 16px
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: .6em;
  line-height: 150%;
  margin: 0;
  padding: 0 4px 5px
}

.fancybox-container {
  z-index: 100000 !important
}

.embed-container,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 1rem
}

.embed-container>iframe,
.embed-youtube>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mejs-inner .mejs-button>button[aria-controls] {
  min-width: 10px;
  width: 20px;
  display: block;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  transition: none
}

.mejs-inner .mejs-button>button[aria-controls]:focus,
.mejs-inner .mejs-button>button[aria-controls]:hover {
  background-color: transparent;
  padding: 0 4px;
  line-height: inherit;
  font-size: 85%;
  font-family: inherit
}

mark {
  background: unset
}

@media screen and (max-width:782px) {
  .logged-in.admin-bar .fixto-fixed {
    top: 0 !important
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #fff;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.header-top-bar {
  background-color: #222;
  display: none;
  padding-left: 5%;
  padding-right: 5%
}

.header-top-bar .content-placeholder-p {
  padding: 10px;
  font-size: .6rem;
  max-width: 100%
}

.header-top-bar.no-padding {
  padding-left: 0;
  padding-right: 0
}

.header-top-bar-inner {
  height: 40px
}

.header-top-bar-area {
  position: relative
}

.header-top-bar-area.area-left .top-bar-social-icons a:first-of-type {
  margin-left: -8px
}

.header-top-bar-area.area-left .top-bar-field:first-of-type {
  padding-left: 0
}

.header-top-bar-area.area-right .top-bar-field:last-of-type {
  padding-right: 0
}

.header-top-bar-area.area-right .top-bar-social-icons a:last-of-type {
  margin-right: -8px
}

.gridContainer .header-top-bar-area.area-left {
  margin-left: 0
}

.gridContainer .header-top-bar-area.area-right {
  margin-right: 0
}

.top-bar-social-icons {
  display: block;
  float: left
}

.top-bar-social-icons a {
  display: inline-block;
  font-size: 22px;
  padding: 2px 10px;
  color: #fff;
  max-height: 40px;
  float: left
}

.top-bar-social-icons a:hover {
  color: #fff
}

.top-bar-field {
  float: left;
  font-size: 12px;
  text-align: left;
  color: #fff;
  padding: 11px 15px
}

.top-bar-field i.fa {
  font-size: 18px;
  color: #999;
  margin-right: 10px;
  float: left
}

.top-bar-field span {
  line-height: 18px;
  font-size: .8rem;
  float: left
}

.top-bar-field a,
.top-bar-field a:hover {
  color: #fff
}

.top-bar-menu {
  list-style: none;
  display: block;
  margin: 0 -7px
}

.top-bar-menu li {
  float: left;
  padding: 0 7px
}

.top-bar-menu li a {
  color: #bdbdbd;
  text-decoration: none;
  line-height: 40px;
  font-size: 12px
}

@media(min-width:768px) {
  .header-top-bar {
    display: block
  }
}

#mainmenu_container {
  display: none
}

@media(min-width:768px) {
  #mainmenu_container {
    display: flex
  }
}

ul.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  position: absolute
}

ul.dropdown-menu li {
  display: block;
  position: relative;
  color: #fff;
  transition: all .4s;
  overflow: hidden;
  padding: .85rem
}

ul.dropdown-menu li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  position: relative
}

ul.dropdown-menu li.menu-item-has-children>a:after,
ul.dropdown-menu li.page_item_has_children>a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline-block;
  color: inherit;
  font-size: .8em;
  box-sizing: border-box;
  width: 20px;
  height: 100%;
  text-align: center;
  position: absolute;
  right: 1em;
  opacity: .9
}

ul.dropdown-menu li.menu-item-has-children.hover>a:after,
ul.dropdown-menu li.menu-item-has-children:hover>a:after,
ul.dropdown-menu li.page_item_has_children.hover>a:after,
ul.dropdown-menu li.page_item_has_children:hover>a:after {
  content: "\f0d8"
}

ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children.hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children>a:after,
ul.dropdown-menu li.menu-item-has-children li.page_item_has_children.hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.page_item_has_children:hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.page_item_has_children>a:after,
ul.dropdown-menu li.page_item_has_children li.menu-item-has-children.hover>a:after,
ul.dropdown-menu li.page_item_has_children li.menu-item-has-children:hover>a:after,
ul.dropdown-menu li.page_item_has_children li.menu-item-has-children>a:after,
ul.dropdown-menu li.page_item_has_children li.page_item_has_children.hover>a:after,
ul.dropdown-menu li.page_item_has_children li.page_item_has_children:hover>a:after,
ul.dropdown-menu li.page_item_has_children li.page_item_has_children>a:after {
  content: "\f0da";
  right: 0;
  z-index: 1
}

ul.dropdown-menu li.hover,
ul.dropdown-menu li.hover>ul,
ul.dropdown-menu li:hover,
ul.dropdown-menu li:hover>ul {
  opacity: 1;
  height: auto;
  overflow: visible
}

ul.dropdown-menu ul {
  margin-left: 0;
  left: 0;
  padding-left: 1em;
  min-width: 100%;
  display: block;
  box-sizing: border-box;
  transition: all .2s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .11);
  border-radius: 2px;
  background-color: #fff
}

ul.dropdown-menu ul li {
  border-top: 0;
  color: #6b7c93;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  padding: 0;
  font-size: 14px
}

ul.dropdown-menu ul li:after {
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: rgba(128, 128, 128, .2);
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: exclusion
}

ul.dropdown-menu ul li:last-of-type:after {
  display: none
}

ul.dropdown-menu:after,
ul.dropdown-menu:before {
  content: " ";
  display: table
}

ul.dropdown-menu ul li.hover,
ul.dropdown-menu ul li:hover {
  background-color: #f8f8f8;
  color: #000
}

ul.dropdown-menu ul li a {
  padding: .75rem 1.5rem
}

ul.dropdown-menu ul ul {
  left: 100%;
  top: 0
}

a[data-menu-toggler] {
  display: block;
  top: 0;
  right: 0;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  color: #fff;
  text-align: right;
  background: #1bc2a2
}

@media(min-width:768px) {
  ul.dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static
  }

  ul.dropdown-menu>li>a {
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase
  }

  ul.dropdown-menu>li.hover>a,
  ul.dropdown-menu>li:hover>a {
    color: #03a9f4
  }

  ul.dropdown-menu>li>ul {
    left: .85rem
  }

  ul.dropdown-menu li ul {
    position: absolute;
    padding-left: 0;
    min-width: 200px;
    z-index: 10;
    transition: none;
    top: 100%
  }

  ul.dropdown-menu li ul ul.open-reverse:after,
  ul.dropdown-menu li ul ul:before {
    content: " ";
    width: 5px;
    height: 100%;
    background: 0 0;
    position: absolute;
    z-index: -1
  }

  ul.dropdown-menu li ul ul {
    margin-left: 5px;
    top: 0
  }

  ul.dropdown-menu li ul ul:before {
    display: block;
    float: left;
    margin-left: -5px
  }

  ul.dropdown-menu li ul ul.open-reverse {
    right: 100%;
    left: auto;
    top: 0;
    margin-right: 5px;
    margin-left: 5px
  }

  ul.dropdown-menu li ul ul.open-reverse:before {
    display: none
  }

  ul.dropdown-menu li ul ul.open-reverse:after {
    display: block;
    top: 0;
    right: -5px
  }

  a[data-menu-toggler] {
    display: none
  }

  ul.main-menu>li.menu-item-has-children>a:after,
  ul.main-menu>li.page_item_has_children>a:after {
    vertical-align: middle;
    position: relative;
    right: 0;
    margin-left: -.2em;
    margin-top: -.3em
  }
}

ul.dropdown-menu>li {
  color: #fff
}

ul.dropdown-menu.simple-menu-items>.current-menu-item>a,
ul.dropdown-menu.simple-menu-items>.current_page_item>a {
  color: #03a9f4
}

ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a,
ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a {
  color: #d8d8d8
}

ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
ul.dropdown-menu.active-line-bottom>.current_page_item>a,
ul.dropdown-menu.default>.current-menu-item>a,
ul.dropdown-menu.default>.current_page_item>a {
  border-bottom: 3px solid #03a9f4
}

ul.dropdown-menu.active-line-top>li>a {
  margin-top: 3px
}

ul.dropdown-menu.active-line-top>.current-menu-item>a,
ul.dropdown-menu.active-line-top>.current_page_item>a {
  margin-top: 0;
  border-top: 3px solid #03a9f4
}

ul.dropdown-menu.active-round-button>li {
  padding: 5px
}

ul.dropdown-menu.active-round-button>li>a {
  padding: 4px 20px
}

ul.dropdown-menu.active-round-button>.current-menu-item>a,
ul.dropdown-menu.active-round-button>.current_page_item>a {
  border-radius: 10000px;
  background-color: #03a9f4;
  color: #fff
}

ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
  border-radius: 10000px;
  border: 2px solid #d8d8d8;
  color: #d8d8d8;
  margin: -2px
}

ul.dropdown-menu.active-arrow-down>.current-menu-item:after,
ul.dropdown-menu.active-arrow-down>.current_page_item:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 8px;
  border-color: transparent transparent #03a9f4;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px
}

ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item).hover:after,
ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item):hover:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 8px;
  border-color: transparent transparent #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px
}

ul.dropdown-menu.active-round-border-button>li>a {
  padding: .3em 1em
}

ul.dropdown-menu.active-round-border-button>.current-menu-item>a,
ul.dropdown-menu.active-round-border-button>.current_page_item>a {
  border-radius: 5px;
  border: 2px solid #03a9f4;
  color: #03a9f4;
  margin: -2px
}

ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
  border-radius: 5px;
  margin: -2px;
  border: 2px solid #d8d8d8;
  color: #d8d8d8
}

ul.dropdown-menu.active-line-top-bottom>li>a {
  padding-top: 1px;
  padding-bottom: 1px
}

ul.dropdown-menu.active-line-top-bottom>.current-menu-item>a,
ul.dropdown-menu.active-line-top-bottom>.current_page_item>a {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #03a9f4;
  border-bottom: 1px solid #03a9f4;
  color: #03a9f4
}

ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a {
  color: #d8d8d8
}

.coloured-nav ul.dropdown-menu>li,
.fixto-fixed ul.dropdown-menu>li {
  color: #000
}

.coloured-nav ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
.coloured-nav ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a,
.coloured-nav ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a {
  color: #03a9f4
}

.coloured-nav ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-bottom>.current_page_item>a,
.coloured-nav ul.dropdown-menu.default>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.default>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.default>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.default>.current_page_item>a {
  border-bottom: 3px solid #03a9f4
}

.coloured-nav ul.dropdown-menu.active-line-top>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-top>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-top>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-top>.current_page_item>a {
  border-top: 3px solid #03a9f4
}

.coloured-nav ul.dropdown-menu.active-round-button>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-round-button>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-round-button>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-round-button>.current_page_item>a {
  background-color: #03a9f4;
  color: #fff
}

.coloured-nav ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
  border-radius: 10000px;
  border: 2px solid #03a9f4;
  color: #03a9f4
}

.coloured-nav ul.dropdown-menu.active-arrow-down>.current-menu-item:after,
.coloured-nav ul.dropdown-menu.active-arrow-down>.current_page_item:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>.current-menu-item:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>.current_page_item:after {
  border-color: transparent transparent #03a9f4
}

.coloured-nav ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item).hover:after,
.coloured-nav ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item):hover:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item).hover:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item):hover:after {
  border-color: transparent transparent #d8d8d8
}

.coloured-nav ul.dropdown-menu.active-round-border-button>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-round-border-button>.current_page_item>a,
.coloured-nav ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
  border: 2px solid #03a9f4;
  color: #03a9f4
}

.coloured-nav ul.dropdown-menu.active-line-top-bottom>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-top-bottom>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>.current_page_item>a {
  border-top: 1px solid #03a9f4;
  border-bottom: 1px solid #03a9f4;
  color: #03a9f4
}

.coloured-nav ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a {
  color: #03a9f4
}

.header-separator-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%
}

.header-separator-reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.header-separator svg {
  display: block;
  width: calc(100% + 1.3px)
}

.header-separator {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: -2px;
  overflow: hidden;
  z-index: 45
}

.page .svg-white-bg {
  fill: #fff
}

.header-top {
  align-items: center;
  width: 100%;
  position: absolute;
  z-index: 100
}

.header-full-height {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.header-top.comment-meta,
.header-top.comment-reply-link,
.header-top.small {
  position: static;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33)
}

.header-top.comment-meta .main-menu,
.header-top.comment-meta .main_menu_col,
.header-top.comment-reply-link .main-menu,
.header-top.comment-reply-link .main_menu_col,
.header-top.small .main-menu,
.header-top.small .main_menu_col {
  z-index: 10
}

.navigation-bar {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative
}

.navigation-bar.coloured-nav {
  background-color: #fff
}

.navigation-bar.fixto-fixed {
  transform: translateZ(0);
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33)
}

.navigation-bar.fixto-fixed li {
  animation-name: navigation-force-color-change-animation;
  animation-duration: .1s;
  animation-fill-mode: both
}

.navigation-bar.fixto-fixed.bordered,
.navigation-bar.fixto-fixed.card[class*=bottom-border-],
.post-item table.navigation-bar.fixto-fixed {
  border-bottom: none
}

.navigation-bar.bordered,
.navigation-bar.card[class*=bottom-border-],
.post-item table.navigation-bar {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  border-bottom-style: solid
}

@keyframes navigation-force-color-change-animation {
  from {
    color: #fff
  }

  to {
    color: #000
  }
}

.navigation-wrapper:not(.gridContainer) {
  padding-left: 5%;
  padding-right: 5%
}

.navigation-wrapper .custom_area_col {
  display: none
}

.logo_col,
.main_menu_col {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.main_menu_col {
  justify-content: flex-end
}

.logo_col {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 80%
}

.custom_area_col {
  text-align: center;
  white-space: nowrap
}

.custom_area_col .button,
.custom_area_col button {
  margin-right: 1rem
}

.custom_area_col .button:last-of-type,
.custom_area_col button:last-of-type {
  margin-right: 0
}

a.text-logo,
a.text-logo:hover,
a.text-logo:visited {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.coloured-nav #main_menu>li.logo>a.text-logo,
.coloured-nav #main_menu>li.logo>a.text-logo:hover,
.coloured-nav #main_menu>li.logo>a.text-logo:visited,
.coloured-nav a.text-logo,
.coloured-nav a.text-logo:hover,
.coloured-nav a.text-logo:visited,
.dark-logo #main_menu>li.logo>a.text-logo,
.dark-logo #main_menu>li.logo>a.text-logo:hover,
.dark-logo #main_menu>li.logo>a.text-logo:visited,
.dark-logo a.text-logo,
.dark-logo a.text-logo:hover,
.dark-logo a.text-logo:visited,
.fixto-fixed #main_menu>li.logo>a.text-logo,
.fixto-fixed #main_menu>li.logo>a.text-logo:hover,
.fixto-fixed #main_menu>li.logo>a.text-logo:visited,
.fixto-fixed a.text-logo,
.fixto-fixed a.text-logo:hover,
.fixto-fixed a.text-logo:visited {
  text-decoration: none;
  color: #000
}

.coloured-nav .main_menu_col [data-component=offcanvas] .bubble,
.fixto-fixed .main_menu_col [data-component=offcanvas] .bubble {
  background-color: #000
}

.coloured-nav .main_menu_col [data-component=offcanvas],
.fixto-fixed .main_menu_col [data-component=offcanvas] {
  color: #000
}

.header-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-grow: 0
}

.header-wrapper>div[class*=header] {
  flex-grow: 1
}

.header,
.header-homepage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0
}

h1.hero-title {
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: .9px
}

p.header-subtitle,
p.header-subtitle2 {
  font-family: Muli, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
  color: #fff;
  margin-bottom: 1.25rem
}

.color-overlay:after,
.color-overlay:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  content: " "
}

.color-overlay:after {
  z-index: 2;
  display: block
}

.background-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  content: ""
}

a.hp-header-primary-button {
  color: #fff;
  background-color: #f5b219;
  border-color: #f5b219
}

a.hp-header-primary-button:hover {
  color: #fff;
  background-color: #f7c24a;
  border-color: #f7c24a
}

a.hp-header-primary-button.disabled,
a.hp-header-primary-button:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(245, 178, 25, .7);
  border-color: rgba(245, 178, 25, .7)
}

a.hp-header-primary-button.outline {
  background: 0 0;
  color: #f5b219;
  border-color: #f5b219
}

a.hp-header-primary-button.outline:hover {
  border-color: rgba(245, 178, 25, .7)
}

a.hp-header-primary-button.outline.disabled,
a.hp-header-primary-button.outline:disabled {
  background: 0 0;
  color: rgba(245, 178, 25, .7);
  border-color: rgba(245, 178, 25, .5)
}

.header-buttons-wrapper .button {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px
}

.header-buttons-wrapper .badge-button {
  width: 12rem;
  font-size: 0;
  vertical-align: top;
  line-height: 0;
  border-radius: 8px;
  padding: 0;
  background: 0 0;
  border: none
}

.header-buttons-wrapper .badge-button:hover {
  border: none
}

.header-buttons-wrapper .badge-button svg {
  width: 100%;
  height: auto
}

.header-homepage-arrow-c {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500
}

@media(max-width:767px) {
  .header-homepage-arrow-c {
    display: none
  }
}

.header-homepage-arrow {
  display: inline-block;
  line-height: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  bottom: 60px;
  color: #000;
  position: relative;
  font-size: 20px;
  padding: 10px
}

.header-homepage-arrow i.fa {
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center
}

@-moz-keyframes move-down-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@-webkit-keyframes move-down-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@keyframes move-down-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

.move-down-bounce {
  -moz-animation: move-down-bounce 2s infinite;
  -webkit-animation: move-down-bounce 2s infinite;
  animation: move-down-bounce 2s infinite
}

img.homepage-header-image.round {
  border-radius: 100%;
  border: 5px solid #fff;
  text-align: center
}

iframe.header-hero-video {
  width: 100%;
  display: block
}

.video-popup-button {
  position: relative;
  z-index: 1;
  text-align: center
}

.video-popup-button.with-image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, .5);
  display: inline-block;
  content: ' '
}

.video-popup-button img.poster {
  position: relative;
  width: 100%;
  display: block;
  z-index: -2
}

a.video-popup-button-link {
  color: #fff;
  font-size: 100px;
  width: 100px;
  height: 100px
}

a.video-popup-button-link:hover {
  color: #7aa7f5
}

.video-popup-button img.poster+a.video-popup-button-link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px
}

img.custom-logo,
img.logo.dark {
  vertical-align: middle;
  max-height: 100%;
  width: auto
}

.logo-link.dark {
  opacity: 0;
  display: none
}

.coloured-nav a.logo-link.dark,
.fixto-fixed a.logo-link.dark {
  opacity: 1;
  display: inline-block
}

.coloured-nav a.logo-link.dark+a.custom-logo-link,
.fixto-fixed a.logo-link.dark+a.custom-logo-link {
  display: none
}

.fixto-fixed .fixed-white-logo a.logo-link.dark,
.white-logo a.logo-link.dark {
  opacity: 0;
  display: none
}

.dark-logo a.logo-link.dark,
.fixto-fixed .fixed-dark-logo a.logo-link.dark,
.fixto-fixed .fixed-white-logo a.logo-link.dark+a.custom-logo-link,
.white-logo a.logo-link.dark+a.custom-logo-link {
  opacity: 1;
  display: inline-block
}

.dark-logo a.logo-link.dark+a.custom-logo-link,
.fixto-fixed .fixed-dark-logo a.logo-link.dark+a.custom-logo-link {
  opacity: 0;
  display: none
}

.nav-search.widget_search * {
  background: 0 0;
  color: #fff;
  margin-bottom: 0
}

.nav-search.widget_search input::-webkit-input-placeholder {
  color: #fff
}

.nav-search.widget_search input:-ms-input-placeholder {
  color: #fff
}

.nav-search.widget_search input::-moz-placeholder {
  color: #fff
}

.nav-search.widget_search input:-moz-placeholder {
  color: #fff
}

.nav-search.widget_search input::placeholder {
  color: #fff
}

.nav-search.widget_search input:focus {
  background: 0 0
}

.nav-search.widget_search label {
  display: block;
  position: relative
}

.nav-search.widget_search label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  height: 40px;
  left: 0;
  position: absolute;
  width: 32px;
  line-height: 40px;
  font-size: 1rem;
  z-index: 100
}

.nav-search.widget_search input {
  border-color: #fff
}

.nav-search.widget_search _:-ms-lang(x),
.nav-search.widget_search input {
  position: relative;
  left: -40px
}

.fixto-fixed {
  position: relative
}

.fixto-fixed .nav-search.widget_search * {
  color: #000
}

.fixto-fixed .nav-search.widget_search input::-webkit-input-placeholder {
  color: #000
}

.fixto-fixed .nav-search.widget_search input:-ms-input-placeholder {
  color: #000
}

.fixto-fixed .nav-search.widget_search input::-moz-placeholder {
  color: #000
}

.fixto-fixed .nav-search.widget_search input:-moz-placeholder {
  color: #000
}

.fixto-fixed .nav-search.widget_search input::placeholder {
  color: #000
}

.fixto-fixed .nav-search.widget_search input {
  border-color: #000
}

.navigation-custom-area .social-icons {
  margin-left: -10px;
  margin-right: -10px
}

.navigation-custom-area .social-icons a {
  display: inline-block;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: .9;
  transition: all .3s linear
}

.navigation-custom-area .social-icons a:hover {
  opacity: 1
}

.navigation-custom-area .button {
  margin-bottom: 0
}

.header-description,
.inner-header-description {
  position: relative;
  z-index: 50
}

.mesmerize-front-page.only-template .header-description {
  padding-top: 5%;
  padding-bottom: 5%
}

.media-on-bottom .header-media-container,
.media-on-top .header-media-container {
  width: 100%
}

@media(min-width:768px) {

  .content-video-container.iframe-holder,
  iframe.header-hero-video {
    position: relative;
    width: 100%
  }

  .header-buttons-wrapper {
    margin-left: -15px;
    margin-right: -15px
  }

  iframe.header-hero-video {
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100px;
    display: block
  }

  .content-video-container iframe.header-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .navigation-wrapper .custom_area_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
  }

  .mesmerize-front-page .header-description-row>div {
    display: flex
  }

  .logo_col {
    max-width: 30%
  }

  .media-on-bottom .header-media-container,
  .media-on-top .header-media-container {
    width: 50%;
    margin: auto
  }

  .header-content .align-holder {
    margin: auto
  }

  .header-content .align-holder.right {
    text-align: right;
    float: right;
    margin-right: 0
  }

  .header-content .align-holder.left {
    text-align: left;
    float: left;
    margin-left: 0
  }

  .header-content .align-holder.center {
    text-align: center;
    float: none
  }

  .header-hero-content-v-align,
  .header-hero-media-v-align {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.media-on-bottom .header-content,
.media-on-top .header-content {
  width: 100%
}

@media(min-width:1024px) {
  .header-description.media-on-left img.homepage-header-image {
    float: left
  }

  .header-description.media-on-right img.homepage-header-image {
    float: right
  }

  .header-description.content-on-center .header-content {
    margin-right: auto;
    margin-left: auto
  }

  .header-description.content-on-left .header-content {
    margin-right: auto
  }

  .header-description.content-on-right .header-content {
    margin-left: auto
  }
}

.offcanvas {
  background: #fff;
  position: fixed;
  padding: 1.5rem;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll
}

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px
}

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, .1)
}

.offcanvas-right {
  left: auto;
  right: 0
}

.offcanvas-push-body {
  position: relative
}

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0
  }
}

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0)
  }

  to {
    opacity: 1;
    transform: scaleY(1)
  }
}

@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1)
  }

  to {
    opacity: 0;
    transform: scaleY(0)
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes pulse {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.03, 1.03, 1.03)
  }
}

@keyframes shake {
  15% {
    transform: translateX(.5rem)
  }

  30% {
    transform: translateX(-.4rem)
  }

  45% {
    transform: translateX(.3rem)
  }

  60% {
    transform: translateX(-.2rem)
  }

  75% {
    transform: translateX(.1rem)
  }

  90% {
    transform: translateX(0)
  }
}

.fadeIn {
  animation: fadeIn 250ms
}

.fadeOut {
  animation: fadeOut 250ms
}

.zoomIn {
  animation: zoomIn .2s
}

.zoomOut {
  animation: zoomOut .5s
}

.slideInRight {
  animation: slideInRight .5s
}

.slideInLeft {
  animation: slideInLeft .5s
}

.slideInDown {
  animation: slideInDown .5s
}

.slideOutLeft {
  animation: slideOutLeft .5s
}

.slideOutRight {
  animation: slideOutRight .5s
}

.slideOutUp {
  animation: slideOutUp .5s
}

.slideUp {
  overflow: hidden;
  animation: slideUp .2s ease-in-out
}

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out
}

.flipIn {
  animation: flipIn 250ms cubic-bezier(.5, -.5, .5, 1.5)
}

.flipOut {
  animation: flipOut .5s cubic-bezier(.5, -.5, .5, 1.5)
}

.rotate {
  animation: rotate .5s
}

.pulse {
  animation: pulse 250ms 2
}

.shake {
  animation: shake .5s
}

@media(min-width:768px) {
  .logo-above-menu .logo_col {
    min-height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    max-height: none
  }

  .logo-above-menu .main_menu_col {
    justify-content: center
  }

  .logo-above-menu.fixto-fixed .logo_col {
    max-width: 30%;
    max-height: none;
    height: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .logo-above-menu.fixto-fixed .main_menu_col {
    justify-content: flex-end
  }

  .navigation-bar.logo-inside-menu .logo_col {
    display: none
  }

  .navigation-bar.logo-inside-menu #mainmenu_container,
  .navigation-bar.logo-inside-menu .main_menu_col {
    width: 100%
  }

  .navigation-bar.logo-inside-menu .navigation-wrapper:not(.gridContainer) {
    padding-left: 15px;
    padding-right: 15px
  }

  .navigation-bar.logo-inside-menu #main_menu {
    text-align: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center
  }

  .navigation-bar.logo-inside-menu #main_menu a.text-logo,
  .navigation-bar.logo-inside-menu #main_menu a.text-logo:hover,
  .navigation-bar.logo-inside-menu #main_menu>li>a.text-logo,
  .navigation-bar.logo-inside-menu #main_menu>li>a.text-logo:hover {
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    font-family: Muli, sans-serif;
    font-size: 2.5rem;
    text-align: left;
    color: #fff;
    border: none;
    background: 0 0;
    margin: 0
  }
}

#offcanvas-wrapper,
.site {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical
}

.comment-author .sidebar .fn,
.comment-metadata,
.contact-form-wrapper input[type=submit],
.content-placeholder-p,
.footer-7 .widgettitle,
.footer-7 h4,
.sidebar .comment-author .fn,
.sidebar .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.sidebar .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.sidebar .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.sidebar .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.sidebar .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.sidebar .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.sidebar h5,
.tags-list a,
.widget_block>.wp-block-group>.wp-block-group__inner-container .sidebar h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .sidebar h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .sidebar h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .sidebar h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .sidebar h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .sidebar h6:first-child {
  text-transform: uppercase
}

html.has-offscreen body:after {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(34, 43, 52, .7);
  opacity: 0;
  z-index: -1;
  transition: all .5s linear
}

html.has-offscreen.offcanvas-opened {
  overflow-y: auto !important
}

html.has-offscreen.offcanvas-opened body:after {
  opacity: 1;
  z-index: 299
}

.main_menu_col [data-component=offcanvas] {
  color: #fff;
  position: relative;
  text-align: center
}

.main_menu_col [data-component=offcanvas] .bubble {
  position: absolute;
  z-index: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #000;
  opacity: .1;
  border-radius: 100%;
  transition: all .2s linear
}

.main_menu_col [data-component=offcanvas]:hover .bubble {
  opacity: .3
}

.main_menu_col [data-component=offcanvas] i.fa {
  font-size: 1.1rem;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1
}

#offcanvas-wrapper {
  transition: transform .3s linear;
  left: auto;
  right: 0;
  background-color: #222b34;
  padding: 0;
  overflow: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

#offcanvas-wrapper.hide {
  display: none
}

#offcanvas-wrapper.force-hide {
  display: none !important;
  width: 0 !important;
  overflow: hidden
}

#offcanvas-wrapper .offcanvas-top {
  padding-top: 2rem;
  padding-bottom: 2rem
}

#offcanvas-wrapper .offcanvas-top .logo-holder a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  display: block
}

#offcanvas-wrapper .offcanvas-top .logo-holder img {
  max-width: 80%;
  display: block;
  margin: auto
}

#offcanvas-wrapper .social-icons {
  bottom: 0;
  padding-bottom: 1rem;
  z-index: 1;
  text-align: center;
  width: 100%
}

#offcanvas-wrapper .social-icons a,
#offcanvas-wrapper .social-icons i.fa {
  color: #fff
}

#offcanvas-wrapper .social-icons a {
  display: inline-block;
  text-decoration: none;
  padding: 8px;
  line-height: 1
}

#offcanvas-wrapper .social-icons i.fa {
  font-size: calc(.9rem + .5rem);
  margin-bottom: 0
}

#offcanvas-wrapper #offcanvas-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.offcanvas_menu {
  margin-left: 0;
  list-style: none;
  flex: 1
}

.offcanvas_menu * {
  color: #fff
}

.offcanvas_menu ul {
  list-style: none
}

.offcanvas_menu li {
  color: #fff;
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  font-size: .8rem;
  text-align: left;
  transition: all .1s linear
}

.offcanvas_menu li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  padding: .75rem 0 .75rem 2.5rem;
  font-size: .875rem;
  line-height: 1
}

.offcanvas_menu li a:hover {
  background-color: rgba(255, 255, 255, .1)
}

.offcanvas_menu li:first-of-type {
  border-bottom: 1px solid rgba(128, 128, 128, .2)
}

.offcanvas_menu li.menu-item-has-children>a .arrow,
.offcanvas_menu li.page_item_has_children>a .arrow {
  color: inherit !important;
  position: absolute;
  top: 0;
  width: 3.5em;
  height: 100%;
  line-height: 1em;
  text-align: center;
  right: 0;
  transition: all .3s linear
}

.offcanvas_menu li.menu-item-has-children>a .arrow:before,
.offcanvas_menu li.page_item_has_children>a .arrow:before {
  content: "\f054";
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
  left: 50%
}

.offcanvas_menu li>ul {
  display: none;
  margin-left: 0;
  background-color: rgba(255, 255, 255, .2)
}

.offcanvas_menu li.current-menu-item a,
.offcanvas_menu li.current-menu-item a:hover,
.offcanvas_menu li.current_page_item a,
.offcanvas_menu li.current_page_item a:hover,
.offcanvas_menu li.open {
  background-color: rgba(255, 255, 255, .05)
}

.offcanvas_menu li>ul>li>a {
  padding-left: 3.75rem
}

.offcanvas_menu li>ul>li>ul>li>a {
  padding-left: 5rem
}

.offcanvas_menu li.open {
  border-bottom: none
}

.offcanvas_menu li.open.menu-item-has-children>a .arrow,
.offcanvas_menu li.open.page_item_has_children>a .arrow {
  border-left-color: transparent;
  color: #2395f6
}

.offcanvas_menu li.open.menu-item-has-children>a .arrow:before,
.offcanvas_menu li.open.page_item_has_children>a .arrow:before {
  content: "\f078"
}

.offcanvas_menu li.open>a,
.offcanvas_menu li.open>a:hover {
  background-color: #fff;
  color: #2395f6;
  border-left: 3px solid #2395f6
}

.read-more,
.read-more.color1 {
  color: #03a9f4
}

@media(min-width:768px) and (max-width:1023px) {
  [data-component=offcanvas] {
    display: none
  }

  .offcanvas_menu-tablet [data-component=offcanvas] {
    display: inline-block
  }

  .offcanvas_menu-tablet #mainmenu_container {
    display: none !important
  }
}

@media(min-width:1024px) {
  [data-component=offcanvas] {
    display: none
  }

  .offcanvas_menu-desktop [data-component=offcanvas] {
    display: inline-block
  }

  .offcanvas_menu-desktop #mainmenu_container {
    display: none !important
  }
}

@media(min-width:768px) {
  .logo-area-menu-below .custom_area_col {
    text-align: right
  }

  .logo-area-menu-below .custom_area_col .widget_search {
    float: right;
    text-align: center
  }

  .logo-area-menu-below.fixto-fixed .custom_area_col {
    order: 2;
    width: auto
  }

  .logo-area-menu-below.fixto-fixed .custom_area_col,
  .logo-area-menu-below.fixto-fixed .logo_col {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .logo-area-menu-below.fixto-fixed .main_menu_col {
    order: 1;
    -webkit-flex-basis: 0%;
    -moz-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.logo-menu-area .custom_area_col {
  text-align: center
}

.read-more {
  transition: opacity .4s ease;
  display: inline-block;
  margin-top: 1rem;
  position: relative;
  cursor: pointer
}

.read-more:after,
blockquote:after {
  position: absolute;
  font-family: Fontawesome
}

.read-more:after {
  content: "\f101";
  display: block;
  right: -16px;
  top: 1px;
  transition: right .4s ease
}

.read-more:hover:after {
  right: -24px;
  transition: right .4s ease
}

.read-more.color2 {
  color: #ff9800
}

.read-more.color3 {
  color: #fbc02d
}

.read-more.color4 {
  color: #8c239f
}

.read-more.color5 {
  color: #ff3369
}

.read-more.color6 {
  color: #343a40
}

.read-more.color-black {
  color: #000
}

.read-more.color-white {
  color: #fff
}

.read-more.color1:hover {
  color: #2ebcfc
}

.read-more.color2:hover {
  color: #ffad33
}

.read-more.color3:hover {
  color: #fccf5f
}

.read-more.color4:hover {
  color: #b12cc9
}

.read-more.color5:hover {
  color: #ff668f
}

.tags-list {
  display: inline-block;
  width: 100%
}

.tags-list a {
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  color: #8e9dae;
  padding: .2rem .6rem;
  border: 1px solid #dadada;
  letter-spacing: .5px
}

.tags-list a:hover {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff
}

.post-item,
.post-list .post-list-item .card {
  border: 1px solid #e0e1e1;
  background-color: #fff;
  box-shadow: none
}

.content.blog-page,
.content.post-page {
  padding-top: 50px;
  padding-bottom: 50px
}

.post-list .post-list-item .card {
  padding: 0
}

@media(max-width:768px) {
  .post-list-item .card .col-padding {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.post-content-inner {
  margin: 2rem 0
}

.nav-links .nav-next .post-title,
.nav-links .nav-previous .font-icon-post,
.nav-links .next-navigation .post-title,
.post-comments .navigation .nav-next .post-title,
.post-comments .navigation .nav-previous .font-icon-post,
.post-comments .navigation .next-navigation .post-title {
  margin-right: .5rem
}

.post-item .post-content-single {
  padding: 3rem
}

.post-comments .post-item .navigation,
.post-item .nav-links,
.post-item .post-comments .navigation {
  border-left: none;
  border-right: none
}

@media(max-width:768px) {
  .post-item {
    margin-bottom: 1rem
  }

  .post-item .post-content-single {
    padding: 3rem 1rem
  }

  .post-item .post-content-single .post-content-inner {
    text-align: initial
  }
}

.form-submit,
.nav-links .nav-next,
.nav-links .next-navigation,
.post-comments .navigation .nav-next,
.post-comments .navigation .next-navigation,
.post-comments .navigation .next-posts {
  text-align: right
}

.nav-links,
.post-comments .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e0e1e1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px calc(2rem - 15px);
  width: 100%
}

.nav-links a,
.post-comments .navigation a {
  outline: 0;
  text-decoration: none
}

@media(max-width:767px) {

  .nav-links .next-navigation,
  .nav-links .prev-navigation,
  .post-comments .navigation .next-navigation,
  .post-comments .navigation .prev-navigation {
    display: none
  }
}

.nav-links .nav-next,
.nav-links .nav-previous,
.post-comments .navigation .nav-next,
.post-comments .navigation .nav-previous {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.nav-links .nav-next,
.post-comments .navigation .nav-next {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.nav-links .nav-previous+.nav-next,
.post-comments .navigation .nav-previous+.nav-next {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.nav-links .next-navigation,
.nav-links .prev-navigation,
.post-comments .navigation .next-navigation,
.post-comments .navigation .prev-navigation {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 40px;
  -moz-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  height: 40px
}

.nav-links .next-navigation a,
.nav-links .prev-navigation a,
.post-comments .navigation .next-navigation a,
.post-comments .navigation .prev-navigation a {
  height: 40px;
  width: 40px;
  border: 2px solid #03a9f4;
  color: #03a9f4;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.nav-links .numbers-navigation,
.post-comments .navigation .numbers-navigation,
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  box-sizing: border-box
}

.nav-links .next-navigation a:hover,
.nav-links .prev-navigation a:hover,
.post-comments .navigation .next-navigation a:hover,
.post-comments .navigation .prev-navigation a:hover {
  background-color: #2ebcfc;
  border: 0;
  color: #fff
}

.nav-links .next-navigation a i,
.nav-links .prev-navigation a i,
.post-comments .navigation .next-navigation a i,
.post-comments .navigation .prev-navigation a i {
  padding-left: 3px;
  font-size: 2em
}

.nav-links .prev-navigation a i,
.post-comments .navigation .prev-navigation a i {
  padding-left: 0;
  padding-right: 3px
}

.nav-links .numbers-navigation,
.post-comments .navigation .numbers-navigation {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: inherit
}

.nav-links .numbers-navigation .page-numbers,
.post-comments .navigation .numbers-navigation .page-numbers {
  padding: 8px 15px;
  margin: 5px
}

.post-excerpt>* :last-child,
.post-excerpt>:last-child,
.post-title {
  margin-bottom: 0
}

@media(min-width:768px) {

  .nav-links .numbers-navigation .page-numbers.next,
  .nav-links .numbers-navigation .page-numbers.prev,
  .post-comments .navigation .numbers-navigation .page-numbers.next,
  .post-comments .navigation .numbers-navigation .page-numbers.prev {
    display: none
  }

  .footer-7 .footer-social-icons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.nav-links .numbers-navigation a:hover,
.nav-links .numbers-navigation span.current,
.post-comments .navigation .numbers-navigation a:hover,
.post-comments .navigation .numbers-navigation span.current {
  background-color: #03a9f4;
  color: #fff
}

.post-title a {
  text-decoration: none
}

.post-thumbnail a.post-list-item-thumb {
  display: block
}

.post-thumbnail img,
.post-thumbnail svg {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  max-width: calc(100% + 2px)
}

.post-thumbnail svg {
  height: auto;
  margin-bottom: 0;
  display: block
}

.post-excerpt .button {
  margin-top: 1rem
}

blockquote,
br+code,
div>code {
  margin: 2rem 0
}

code {
  background-color: #def4ff;
  color: #191e24;
  padding: .5rem 1rem
}

blockquote {
  color: #9daab9;
  border-left: none;
  position: relative;
  line-height: 30px;
  padding: 0 3rem
}

blockquote p:first-of-type {
  padding-top: 1rem
}

blockquote:after {
  color: #bbc4ce;
  content: '\f10d';
  display: block;
  font-size: 1.5rem;
  left: 0;
  top: 0
}

.comment-author .says,
.comment-list li:before {
  display: none
}

.comment-form p.logged-in-as {
  font-size: .9em
}

.post-comments {
  margin-top: 2rem;
  padding: 3rem
}

.post-comments .navigation {
  margin: 2rem 0;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e0e1e1
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.comment-list li.comment {
  border-bottom: 1px dotted #bdbdbd
}

.comment-list li.comment.even {
  background-color: #f8f8f8
}

.comment-list li.comment.even blockquote,
.comment-list li.comment.odd {
  background-color: #fff
}

.comment-list li.comment:last-child {
  border-bottom: none
}

.comment-list li.comment.byuser {
  border: 1px solid #03a9f4;
  background-color: #def4ff
}

.comment-list .children {
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 1rem
}

.comment-body {
  margin-left: 65px;
  padding: 2rem
}

.comment-author {
  color: #3c424f;
  margin-bottom: .2em;
  position: relative;
  z-index: 2
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px
}

.comment-author .fn {
  font-style: normal
}

.comment-author .fn a {
  color: #3c424f;
  text-decoration: none
}

.comment-meta {
  margin-bottom: 1rem
}

.comment-meta a {
  text-decoration: none;
  color: #8e9dae
}

.comment-metadata {
  color: #bdbdbd;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .1818em
}

.comment-metadata a {
  color: #bdbdbd
}

.comment-metadata a.comment-edit-link {
  color: #4a4a4a;
  margin-left: 1em
}

.comment-reply-link {
  display: inline-block;
  color: #03a9f4;
  position: relative
}

.comment-reply-link:after {
  content: "\f112";
  font-family: Fontawesome;
  display: block;
  position: absolute;
  right: -20px;
  top: 4px;
  transition: opacity .4s ease;
  opacity: 0
}

.comment-reply-link:hover:after {
  transition: opacity .4s ease;
  opacity: 1
}

.comment-awaiting-moderation,
.no-comments {
  color: #bdbdbd;
  font-size: 14px;
  font-size: .875rem;
  font-style: italic
}

.comments-pagination {
  margin: 2em 0 3em
}

.comments-form {
  background-color: #f8f8f8;
  padding: 2rem 3rem .1rem
}

.sidebar a {
  text-decoration: none
}

.sidebar .widget_search form {
  margin-bottom: 0
}

.sidebar #wp-calendar td,
.sidebar #wp-calendar th {
  padding: .5rem
}

.sidebar .widget {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e0e1e1
}

.sidebar .widget>ul {
  list-style: none;
  margin: 0
}

.sidebar .widget>ul>li {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.sidebar .widget>ul>li:last-of-type {
  border-bottom: none
}

.sidebar .widget>ul>li a {
  font-size: 1rem
}

.sidebar .widget>ul>li a:hover {
  color: #2ebcfc
}

.comment-author .widget_block>.wp-block-group>.wp-block-group__inner-container .fn:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .comment-author .fn:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child {
  font-size: 1em
}

.widget_block ol,
.widget_block ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.widget_block ol>li,
.widget_block ul>li {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

div#block-2 label.wp-block-search__label {
  display: none
}

.footer-shadow {
  box-shadow: 0 20px 20px -10px rgba(49, 52, 57, .3), 0 20px 30px rgba(0, 0, 0, .08)
}

.footer {
  background-color: #fff;
  margin-bottom: -1px;
  color: #8e9dae
}

.footer .mesmerize-theme-link {
  color: inherit;
  text-decoration: none;
  border-bottom: none
}

.footer .mesmerize-theme-link:hover {
  color: inherit;
  border-bottom: none;
  text-decoration: underline
}

.footer .fa,
.footer table caption {
  color: #8e9dae
}

.footer a {
  color: #03a9f4
}

.footer a .fa {
  color: #8e9dae
}

.footer a:hover,
.footer a:hover .fa {
  color: #2ebcfc
}

.comment-author .footer .fn,
.footer .comment-author .fn,
.footer .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.footer .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.footer .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.footer .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.footer .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.footer .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer h6:first-child {
  color: #3c424f
}

.footer p {
  color: #8e9dae
}

.footer-contact-boxes,
.footer-contact-boxes .fa,
.footer-contact-boxes table caption {
  color: #fff
}

.footer .footer-content {
  position: relative;
  z-index: 0
}

.footer #wp-calendar td,
.footer #wp-calendar th {
  padding: .5rem
}

.footer .widget>ul {
  list-style: none;
  margin: 0
}

.footer .widget>ul>li a {
  font-size: 1rem;
  text-decoration: none
}

.footer input,
.footer select,
.footer textarea {
  width: auto;
  display: inline-block;
  max-width: 100%;
  height: 44px;
  border: 1px solid #c4cdd5;
  border-radius: 0
}

.footer form {
  margin-bottom: 25px
}

.footer form input[type=email] {
  width: 70%;
  float: left
}

.footer form input[type=submit] {
  width: 30%;
  float: right;
  height: 42px;
  line-height: 42px;
  background-color: #03a9f4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  outline: #03a9f4 solid 1px;
  margin-top: 1px;
  cursor: pointer
}

.footer ul {
  list-style: none;
  margin: 0;
  line-height: 32px
}

.footer .bottom-bar {
  background-color: #f8f8f8
}

.footer .bottom-bar h4 {
  margin-bottom: 0
}

.horizontal_footer_menu ul {
  list-style: none;
  margin-left: -.4rem;
  margin-right: -.4rem
}

.horizontal_footer_menu ul li {
  display: inline-block;
  position: relative;
  transition: all .4s;
  padding-left: .4rem;
  padding-right: .4rem
}

.horizontal_footer_menu ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap
}

.footer.paralax {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden
}

.footer-social-icons {
  max-width: 100%;
  margin: -5px
}

.footer-social-icons a {
  display: inline-block;
  font-size: 22px;
  margin: 5px;
  max-height: 40px;
  opacity: .9;
  transition: all .3s linear
}

.footer-social-icons a:hover {
  opacity: 1
}

.footer-social-icons.spaced {
  margin: -10px
}

.footer-social-icons.spaced a {
  margin: 10px
}

.footer .gridContainer {
  position: relative;
  z-index: 10
}

.no-parallax .footer {
  position: static !important
}

.no-parallax .footer-shadow {
  margin-bottom: 0 !important;
  box-shadow: none
}

@media(max-width:767px) {
  .footer .row:not(.no-spacing)>div:not(.no-gutter-col) {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .footer.footer-1 .footer-social-icons,
  .footer.footer-1 .menu-column {
    margin-top: 1rem
  }

  .footer.footer-1 .menu-column li {
    display: block
  }
}

.footer-simple .footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e8e8e8
}

@media(min-width:768px) and (max-width:1023px) {
  .footer.footer-1 .menu-column {
    order: 3;
    padding-top: 1rem;
    padding-bottom: 0
  }
}

.footer-contact-boxes .footer-content {
  background-color: #222
}

.footer-contact-boxes a {
  color: #03a9f4
}

.footer-contact-boxes a .fa {
  color: #fff
}

.footer-contact-boxes a:hover {
  color: #03a9f4
}

.footer-contact-boxes a:hover .fa {
  color: #3f464c
}

.comment-author .footer-contact-boxes .fn,
.footer-contact-boxes .comment-author .fn,
.footer-contact-boxes .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.footer-contact-boxes .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.footer-contact-boxes .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.footer-contact-boxes .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.footer-contact-boxes .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.footer-contact-boxes .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.footer-contact-boxes h1,
.footer-contact-boxes h2,
.footer-contact-boxes h3,
.footer-contact-boxes h4,
.footer-contact-boxes h5,
.footer-contact-boxes h6,
.footer-contact-boxes p,
.footer-content-lists,
.footer-content-lists .fa,
.footer-content-lists table caption,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-contact-boxes h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-contact-boxes h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-contact-boxes h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-contact-boxes h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-contact-boxes h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-contact-boxes h6:first-child {
  color: #fff
}

.footer-contact-boxes .big-icon {
  font-size: 48px;
  margin-bottom: 24px
}

.footer-contact-boxes .footer-bg-accent {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ff9800
}

.footer-contact-boxes .footer-social-icons {
  margin-bottom: 16px
}

.footer-contact-boxes .col-sm-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(128, 128, 128, .2)
}

.footer-contact-boxes .col-sm-3:last-child {
  border-right: 1px solid rgba(128, 128, 128, .2)
}

@media(min-width:768px) {
  .footer-contact-boxes .col-sm-3 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.footer-content-lists .footer-content {
  background-color: #222
}

.footer-content-lists a {
  color: #aaa
}

.footer-content-lists a .fa {
  color: #fff
}

.footer-content-lists a:hover {
  color: #aaa
}

.footer-content-lists a:hover .fa {
  color: #3f464c
}

.comment-author .footer-content-lists .fn,
.footer-content-lists .comment-author .fn,
.footer-content-lists .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
.footer-content-lists .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
.footer-content-lists .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
.footer-content-lists .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
.footer-content-lists .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
.footer-content-lists .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
.footer-content-lists h1,
.footer-content-lists h2,
.footer-content-lists h3,
.footer-content-lists h4,
.footer-content-lists h5,
.footer-content-lists h6,
.footer-content-lists p,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-content-lists h1:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-content-lists h2:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-content-lists h3:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-content-lists h4:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-content-lists h5:first-child,
.widget_block>.wp-block-group>.wp-block-group__inner-container .footer-content-lists h6:first-child {
  color: #fff
}

.footer-content-lists .widget li a {
  text-decoration: none
}

.footer-content-lists .widget li a:hover {
  border-bottom: 1px solid #999;
  text-decoration: none
}

.footer-content-lists .textwidget p {
  color: #999
}

.footer-content-lists .footer-border-accent {
  border-top: 5px solid #ff9800
}

.footer-content-lists .widgets-row>* {
  padding-top: 40px;
  padding-bottom: 40px;
  border-left: 1px solid rgba(128, 128, 128, .2)
}

.border-large,
.offset-box.border:after,
.overlay-box .offset-border,
.overlay-box .offset-border-top-left {
  border-width: 10px;
  border-style: solid
}

.footer-content-lists .widgets-row {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

body#tinymce {
  color: #333
}

html {
  background-color: #fff
}

body {
  min-height: 1px
}

[data-parallax-depth] {
  background-attachment: fixed;
  will-change: transform;
  transform: translate3d(0, 0, 0)
}

[data-parallax-depth]:after,
[data-parallax-depth]:before {
  background-attachment: fixed !important
}

@-moz-document url-prefix() {
  [data-parallax-depth] {
    will-change: unset;
    transform: unset
  }
}

.no-parallax [data-parallax-depth] {
  background-attachment: scroll
}

.no-parallax [data-parallax-depth]:after,
.no-parallax [data-parallax-depth]:before {
  background-attachment: scroll !important
}

.page-content .content-section a.button,
.page-content .content-section a.link {
  margin-right: 3px
}

.site {
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

.site>.content,
.site>.page-content {
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-grow: 1;
  background-color: #fff
}

.site>.content.landing,
.site>.page-content.landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.site>.content.landing .content,
.site>.page-content.landing .content {
  width: 100%
}

.site>.content {
  padding-top: 6rem;
  padding-bottom: 6rem
}

@media(max-width:768px) {
  .site>.content {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.mesmerize-content-padding #page>.page-content,
.mesmerize-inner-page #page>.page-content {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.mesmerize-content-padding #page>.page-content.no-padding,
.mesmerize-inner-page #page>.page-content.no-padding {
  padding: 0 !important
}

@media(max-width:768px) {

  .mesmerize-content-padding #page>.page-content,
  .mesmerize-inner-page #page>.page-content {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.mesmerize-content-no-padding .content,
.mesmerize-content-no-padding .page-content {
  padding-top: 0;
  padding-bottom: 0
}

.mesmerize-front-page.mesmerize-content-padding .page-content,
.mesmerize-inner-page .content,
.mesmerize-inner-page .page-content,
body.custom-background {
  background-color: #f5fafd
}

.offset-double-border-overlay {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: -15%;
  bottom: 15%;
  left: 15%;
  right: -15%;
  width: auto;
  height: auto;
  z-index: 12
}

.offset-double-border-overlay .border-1,
.offset-double-border-overlay .border-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: #fff
}

.offset-double-border-overlay .border-2 {
  border-color: rgba(0, 0, 0, .2);
  right: -10px;
  top: 10px;
  z-index: -1
}

.offset-box {
  position: relative;
  z-index: 0
}

.offset-box.bg:after,
.offset-box.border:after {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.offset-box.border:after {
  transform: translate(3%, -3%);
  border-color: rgba(0, 0, 0, .5)
}

.offset-box.bg:after {
  background-color: #fff;
  transform: translate(-5%, -5%)
}

.overlay-box {
  position: relative;
  z-index: 0
}

.overlay-box .offset-background,
.overlay-box .offset-background-top-left,
.overlay-box .offset-background-top-right {
  z-index: -1;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  bottom: 0;
  pointer-events: none
}

.overlay-box .offset-border {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(3%, -3%)
}

.overlay-box .offset-border-top-right {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(3%, -3%);
  border-width: 10px
}

.overlay-box .offset-border-top-left {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-3%, -3%)
}

.overlay-box .offset-background-top-right {
  transform: translate(5%, -5%)
}

.overlay-box .offset-background-top-left {
  transform: translate(-5%, -5%)
}

.center-overlay {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(.75);
  z-index: 12
}

.dark-overlay-bg {
  position: relative;
  z-index: 0
}

.dark-overlay-bg:before {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .498039);
  z-index: -1
}

.dark-overlay {
  position: relative
}

.dark-overlay:before {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .498039);
  z-index: 0
}

.dark-overlay>* {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -2.22em 0 0 -2.22em
}

@media(min-width:768px) {
  .overlay-box .offset-border-top-right {
    transform: translate(10%, -10%)
  }

  .overlay-box .offset-border-top-left {
    transform: translate(-10%, -10%)
  }
}

.image-group-1 {
  position: relative
}

.image-group-1 img {
  position: relative;
  width: 60%
}

.image-group-1 .img-1 {
  z-index: 2;
  margin-left: 9%
}

.image-group-1 .img-2 {
  margin-top: -10%;
  z-index: 1
}

.image-group-1 .img-3 {
  margin-top: -2%;
  margin-left: 15%
}

.image-group-2-img {
  position: relative
}

.image-group-2-img img {
  width: 100%;
  position: relative
}

.image-group-2-img a.img-1-anchor,
.image-group-2-img a.img-2-anchor,
.image-group-2-img>img {
  width: 60%
}

.image-group-2-img>.img-1,
.image-group-2-img>a.img-1-anchor {
  transform: translateY(-12%)
}

.image-group-2-img>.img-2,
.image-group-2-img>a.img-2-anchor {
  z-index: 1;
  margin-left: -25%;
  transform: translateY(12%)
}

.image-group-right-2 {
  position: relative
}

.image-group-right-2 img {
  width: 100%;
  position: relative
}

.image-group-right-2 .left-el,
.image-group-right-2 .right-el {
  display: inline-block;
  position: relative;
  width: 50%
}

.image-group-right-2 .left-el {
  z-index: 11
}

.image-group-right-2 .right-el {
  margin-top: 25%;
  margin-left: -20px
}

.image-group-right-3 {
  position: relative
}

.image-group-right-3 img {
  width: 100%;
  position: relative
}

.image-group-right-3 .bottom-media,
.image-group-right-3 .left-media,
.image-group-right-3 .right-media {
  display: inline-block;
  position: relative
}

.image-group-right-3 .top-media {
  width: 60%;
  margin-left: 30%
}

.image-group-right-3 .bottom-media {
  margin-left: 26%;
  margin-top: -10%;
  width: 60%;
  float: right
}

.image-group-right-3 .left-media {
  z-index: 11;
  width: 60%;
  margin-left: -40%;
  margin-top: -50%
}

.image-group-bottom-3>.left-img,
.image-group-bottom-3>a.left-img-anchor {
  margin-left: 0;
  margin-top: 10%;
  width: 30%;
  z-index: 11
}

.image-group-bottom-3 img {
  position: relative;
  max-width: 100%;
  float: left
}

.image-group-bottom-3>a.left-img-anchor {
  float: left;
  position: relative
}

.image-group-bottom-3>.center-img,
.image-group-bottom-3>a.center-img-anchor {
  margin-left: -16%;
  max-width: 100%;
  width: 70%
}

.image-group-bottom-3>a.center-img-anchor {
  float: left
}

.image-group-bottom-3>.right-img,
.image-group-bottom-3>a.right-img-anchor {
  margin-left: 60%;
  margin-top: -30%;
  width: 40%;
  max-width: 100%
}

.image-group-bottom-3>a.right-img-anchor {
  float: left
}

div.image-group-side-3-img .leftimg,
div.image-group-side-3-img .rightimg,
div.image-group-side-3-img .topimg {
  float: left;
  display: inline-block;
  position: relative;
  max-width: 100%
}

div.image-group-side-3-img .leftimg a,
div.image-group-side-3-img .leftimg img,
div.image-group-side-3-img .rightimg a,
div.image-group-side-3-img .rightimg img,
div.image-group-side-3-img .topimg a,
div.image-group-side-3-img .topimg img {
  width: 100%
}

div.image-group-side-3-img .topimg {
  width: 80%;
  z-index: 10;
  margin-left: 10%
}

div.image-group-side-3-img .rightimg {
  margin-top: -25%;
  width: auto;
  width: 80%;
  float: right
}

div.image-group-side-3-img a.right-img-anchor {
  margin-top: -25%;
  display: inline-block
}

div.image-group-side-3-img a.right-img-anchor img {
  margin-top: 0
}

div.image-group-side-3-img .leftimg {
  margin-top: -50%;
  z-index: 11;
  width: 60%
}

.image-group-bottom-3-img {
  overflow: hidden
}

.image-group-bottom-3-img>img {
  position: relative;
  max-width: 100%
}

.image-group-bottom-3-img>.left-img,
.image-group-bottom-3-img>.left-img-anchor {
  margin-right: -10%;
  width: 35%;
  z-index: 0
}

.image-group-bottom-3-img>.center-img,
.image-group-bottom-3-img>.center-img-anchor {
  max-width: 100%;
  width: 42%;
  z-index: 1
}

.image-group-bottom-3-img>.right-img,
.image-group-bottom-3-img>.right-img-anchor {
  margin-left: -10%;
  max-width: 100%;
  width: 35%
}

.image-group-bottom-3-img>a>img,
.image-group-bottom-3-img>div>img {
  display: block;
  width: 100%
}

.subscribe-form input,
.subscribe-form select,
.subscribe-form textarea {
  display: inline-block;
  width: auto
}

.subscribe-form .form-item,
.subscribe-form form {
  margin-bottom: 0
}

.subscribe-form input[type=submit] {
  margin-left: 20px
}

.subscribe-form input[type=email] {
  min-width: 220px
}

.subscribe-form .mc4wp-form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center
}

.lightbox-video {
  background-position: center;
  background-size: cover;
  min-height: 280px
}

.lightbox-video.lightbox-video-tall {
  min-height: 400px
}

.fa.video-icon {
  color: #fff;
  font-size: 4.44em;
  padding: 0 10px
}

.flexbox img {
  flex: 0 0 auto
}

.col-relative {
  position: relative
}

.col-xs-padding-medium {
  padding-left: 5%;
  padding-right: 5%
}

.col-xs-padding-large {
  padding-left: 10%;
  padding-right: 10%
}

.col-xs-margin-medium {
  margin: 5%
}

.col-xs-margin-large {
  margin: 10%
}

.border-large {
  border-color: #fff
}

.border-medium {
  border: 5px solid #fff
}

i.fa.icon.round,
img.round {
  border-radius: 100%
}

.force-shadow {
  box-shadow: 0 0 3px 0 rgba(189, 189, 189, .4), 0 2px 3px 0 rgba(189, 189, 189, .3), 0 2px 3px rgba(0, 0, 0, .08)
}

.inner-shadow {
  box-shadow: inset 0 0 10px rgba(189, 189, 189, .4)
}

.translate-cols-y-large>:nth-child(2n) {
  transform: translateY(-20%)
}

.content-section-spacing,
.content-section-spacing-top {
  padding-top: 48px
}

.content-section-spacing,
.content-section-spacing-bottom {
  padding-bottom: 48px
}

svg.section-separator-bottom path,
svg.section-separator-top path {
  background-color: #03a9f4
}

svg.section-separator-bottom path.svg-white-bg,
svg.section-separator-top path.svg-white-bg {
  fill: #03a9f4
}

.content-section-spacing-medium {
  padding-top: 40px;
  padding-bottom: 40px
}

.content-section-spacing-small {
  padding-top: 1.5rem;
  padding-bottom: .5rem
}

.content-section {
  text-align: center
}

.content-section>div:not([class*=gridContainer]):not([class*=separator]) {
  padding-left: 15px;
  padding-right: 15px
}

.content-section>div:not([class*=gridContainer]):not([class*=separator]) .full-no-padding {
  padding-left: 0;
  padding-right: 0
}

.content-section a {
  display: inline-block
}

.content-section p {
  display: block
}

.space-bottom {
  margin-bottom: 2rem
}

.sidebar .widget,
.space-bottom-small,
.v-spacing {
  margin-bottom: 1rem
}

.space-top {
  margin-top: 2rem
}

.space-top-small,
.v-spacing {
  margin-top: 1rem
}

.v-spacing.medium {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.v-spacing.large {
  margin-top: 2rem;
  margin-bottom: 2rem
}

svg.section-separator-bottom,
svg.section-separator-top {
  display: block;
  margin-left: -1%;
  max-height: 100%;
  width: 102%;
  height: 100%
}

svg.section-separator-top[data-separator-name*=-negative] {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

svg.section-separator-bottom:not([data-separator-name*=-negative]) {
  transform: rotateX(180deg)
}

div.section-separator-bottom {
  bottom: 0;
  margin-bottom: -1px
}

div.section-separator-top {
  top: 0;
  margin-top: -1px
}

.content-placeholder-p {
  padding: 80px 20px;
  background: rgba(255, 255, 255, .54);
  text-align: center;
  font-weight: 700;
  font-size: .8em;
  color: #000 !important;
  max-width: 80%;
  margin: auto
}

img.icon {
  width: 6rem
}

img.icon.comment-meta,
img.icon.comment-reply-link,
img.icon.small {
  width: 1.4rem
}

img.icon.big {
  width: 8rem
}

img.icon.large {
  width: 10rem
}

img.desaturate {
  filter: grayscale(100%);
  opacity: .6;
  transition: 1s all
}

img.desaturate:hover {
  filter: grayscale(0);
  opacity: 1
}

i.fa {
  color: #acb7c3
}

i.fa.icon {
  font-size: 2rem;
  line-height: 1.125em;
  margin-bottom: .5625em;
  text-align: center
}

i.fa.icon.comment-meta,
i.fa.icon.comment-reply-link,
i.fa.icon.small {
  font-size: 1.4rem
}

i.fa.icon.big {
  font-size: 2.5rem
}

i.fa.icon.large {
  font-size: 3.2rem
}

i.fa.icon.bordered,
i.fa.icon.card[class*=bottom-border-] {
  border: 2px solid #03a9f4;
  line-height: 2.125em;
  width: calc(2.125em + 4px)
}

i.fa.icon.bordered.reverse,
i.fa.icon.reverse.card[class*=bottom-border-] {
  background-color: transparent !important;
  padding: 0
}

i.fa.icon.bordered.reverse:before,
i.fa.icon.reverse.card[class*=bottom-border-]:before {
  min-width: 1em;
  min-height: 1em;
  display: block;
  line-height: 1
}

i.fa.icon.big.card[class*=bottom-border-],
i.fa.icon.bordered.big {
  font-size: 2.3rem
}

i.fa.icon.bordered.large,
i.fa.icon.large.card[class*=bottom-border-] {
  font-size: 3.2rem
}

i.fa.icon.reverse {
  color: #fff;
  background-color: #03a9f4;
  padding: .5em;
  font-size: 1.8rem;
  width: 2.142857146875em;
  height: 2.142857146875em;
  line-height: 1.205357146875em
}

i.fa.icon.reverse:before {
  display: block
}

i.fa.icon.reverse.comment-meta,
i.fa.icon.reverse.comment-reply-link,
i.fa.icon.reverse.small {
  font-size: 1.3rem
}

i.fa.icon.reverse.big {
  font-size: 2.3rem
}

i.fa.icon.reverse.large {
  font-size: 3.5rem
}

i.fa.icon.reverse.color-white {
  color: #d5d5d5
}

a i.fa,
a.icon-link i.fa {
  color: inherit
}

a.icon-link {
  text-decoration: none;
  display: inline-block
}

a.icon-link i.fa.icon {
  display: block;
  border-radius: 100%;
  margin-right: .5rem;
  margin-bottom: 0
}

hr.small-line {
  height: .25rem;
  width: 4.375rem;
  display: inline-block;
  background-color: #03a9f4
}

.full-title-col {
  max-width: 1170px
}

.full-height-row {
  height: 100%
}

.no-gutter-col {
  padding-left: 0;
  padding-right: 0
}

.gallery-items-wrapper a,
.gallery-items-wrapper dl,
.gallery-items-wrapper dt,
.gallery-items-wrapper img {
  margin-bottom: 0;
  display: block;
  width: 100%
}

.gallery-items-wrapper dt a {
  display: block;
  overflow: hidden
}

.circle-counter {
  position: relative
}

.circle-counter circle {
  stroke-dashoffset: 0;
  stroke: transparent;
  stroke-width: 4px
}

.circle-counter .circle-svg {
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 100%;
  max-height: none;
  display: block;
  transform: rotateZ(-90deg)
}

.circle-counter .circle-bar {
  stroke-dashoffset: 301.6px
}

.circle-counter .circle-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  text-align: center
}

[data-countup]:before {
  display: block;
  content: attr(data-max-computed);
  visibility: hidden;
  height: 0;
  overflow: hidden
}

.subscribe-form input[type=submit] {
  height: auto;
  font-family: open sans;
  font-size: .75rem;
  color: #fff;
  background-color: #03a9f4;
  border-radius: 5px;
  min-width: 7rem;
  padding: .55rem 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #03a9f4;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-bottom: 0;
  line-height: 1
}

.subscribe-form input[type=submit] i {
  position: relative;
  top: 1px;
  margin: 0 2px
}

.subscribe-form input[type=submit]:hover {
  outline: 0;
  text-decoration: none;
  color: #fff;
  background-color: #2ebcfc;
  border-color: #2ebcfc
}

.subscribe-form input[type=submit].disabled,
.subscribe-form input[type=submit]:disabled,
.subscribe-form input[type=submit]:disabled[disabled] {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, .7);
  background-color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .7);
  padding: .55rem 1.5rem
}

.subscribe-form input[type=submit].disabled:hover,
.subscribe-form input[type=submit]:disabled:hover,
.subscribe-form input[type=submit]:disabled[disabled]:hover {
  color: #fff
}

.subscribe-form input[type=submit] .button-icon {
  font-size: 1.5em;
  margin-right: .25em;
  vertical-align: middle
}

[data-ovid],
[data-section-ov] {
  position: relative
}

[data-ovid]>*,
[data-section-ov]>* {
  z-index: 1;
  position: relative
}

[data-ovid]:before,
[data-section-ov]:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.top-right-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent;
  display: inline-block;
  position: relative
}

.top-right-triangle.color1 {
  border-right-color: #03a9f4
}

.top-right-triangle.color2 {
  border-right-color: #ff9800
}

.top-right-triangle.color3 {
  border-right-color: #fbc02d
}

.top-right-triangle.color4,
.top-right-triangle.color5 {
  border-right-color: #8c239f
}

.top-right-triangle i.fa {
  position: absolute;
  top: 11.67px;
  right: -53.85px;
  color: #fff
}

.top-right-triangle.comment-meta,
.top-right-triangle.comment-reply-link,
.top-right-triangle.small {
  border-width: 0 35px 35px 0
}

.top-right-triangle.comment-meta i.fa,
.top-right-triangle.comment-reply-link i.fa,
.top-right-triangle.small i.fa {
  top: 5.83px;
  right: -30.17px
}

div.section-separator-bottom,
div.section-separator-top {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 0;
  height: 10%;
  display: flex
}

.content-relative,
.contentswap-effect {
  position: relative
}

.content-relative>* {
  position: relative;
  z-index: 1
}

@media(max-width:767px) {
  .page-content .page-sidebar-column {
    order: 2
  }

  .subscribe-form input[type=email] {
    min-width: unset;
    text-align: center;
    padding: 0
  }

  .subscribe-form input[type=submit] {
    margin-left: auto
  }

  .hide-xs {
    display: none !important
  }

  .navigation-c,
  .section-title-col>:last-child,
  .space-bottom-xs {
    margin-bottom: 2rem
  }

  .space-bottom-small-xs {
    margin-bottom: 1rem
  }

  .space-top-xs {
    margin-top: 2rem
  }

  .space-top-small-xs {
    margin-top: 1rem
  }

  .content-section>.row:not(.no-spacing)>div:not(.no-gutter-col),
  .content-section>div:not(.gridContainer)>.row:not(.no-spacing)>div:not(.no-gutter-col) {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .col-padding-xs {
    padding: 2rem
  }

  .col-padding-small-xs,
  .sidebar .widget {
    padding: 1rem
  }
}

.row[class*=col-] {
  margin-left: 0;
  margin-right: 0
}

@media(min-width:768px) {
  .content-section-spacing {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .content-section {
    text-align: left
  }

  .full-col-left-padding {
    padding-left: 8%
  }

  .full-col-right-padding {
    padding-right: 8%
  }

  .full-title-col {
    margin: auto
  }

  .col-padding {
    padding: 2rem
  }

  .col-padding-small,
  .sidebar .widget {
    padding: 1rem
  }

  .gridContainer .full-col-left-padding,
  .gridContainer .full-col-right-padding {
    padding-left: 15px;
    padding-right: 15px
  }

  .overlap-left-large,
  .overlap-x-large {
    margin-left: -30%
  }

  .overlap-right-large {
    margin-right: -30%
  }

  .col-sm-padding-medium {
    padding: 3rem 5%
  }

  .col-sm-padding-large {
    padding: 6rem 10%
  }

  .col-sm-margin-medium {
    margin: 5%
  }

  .col-sm-margin-large {
    margin: 10%
  }
}

.checked li:before,
.stared li:before {
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: .1rem;
  font-size: .75em;
  line-height: 2rem
}

.contentswap-effect .overlay,
.contentswap-effect .swap-inner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.contentswap-effect .initial-image img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: none
}

.contentswap-effect .overlay {
  z-index: 1
}

.contentswap-effect .swap-inner {
  z-index: 2
}

.contentswap-effect.hover .swap-inner {
  opacity: 1
}

.contentswap-effect.hover .overlay {
  opacity: .2
}

.contentswap-effect.visible .overlay,
.contentswap-effect:hover .overlay {
  opacity: .7
}

.contentswap-effect.visible .swap-inner,
.contentswap-effect:hover .swap-inner {
  opacity: 1
}

.row.spaced-cols {
  margin-bottom: -30px
}

.row.spaced-cols.space-bottom {
  margin-bottom: 0
}

.spaced-cols>div {
  margin-bottom: 30px
}

.checked li:before {
  content: '\2713'
}

.checked.decoration-color1 li:before {
  color: #03a9f4
}

.checked.decoration-color2 li:before {
  color: #ff9800
}

.checked.decoration-color3 li:before {
  color: #fbc02d
}

.checked.decoration-color4 li:before {
  color: #8c239f
}

.checked.decoration-color5 li:before {
  color: #ff3369
}

.checked.inverted {
  color: #fff !important
}

.stared li:before {
  content: '\2726'
}

.stared.decoration-color1 li:before {
  color: #03a9f4
}

.stared.decoration-color2 li:before {
  color: #ff9800
}

.stared.decoration-color3 li:before {
  color: #fbc02d
}

.stared.decoration-color4 li:before {
  color: #8c239f
}

.stared.decoration-color5 li:before {
  color: #ff3369
}

.stared.inverted {
  color: #fff !important
}

.shadow {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .11);
  border: 1px solid #e3e4e5
}

.shadow-small {
  box-shadow: 0 0 3px 0 rgba(189, 189, 189, .4), 0 2px 3px 0 rgba(189, 189, 189, .3), 0 2px 3px rgba(0, 0, 0, .08)
}

.shadow-medium {
  box-shadow: 0 4px 10px 0 rgba(74, 74, 74, .3), 0 4px 10px rgba(0, 0, 0, .08)
}

.shadow-large {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, .3), 0 10px 30px rgba(0, 0, 0, .08)
}

.shadow-large-black {
  box-shadow: 0 10px 30px 0 rgba(49, 52, 57, .3), 0 10px 30px rgba(0, 0, 0, .08)
}

.card {
  padding: 24px 40px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(189, 189, 189, .4), 0 2px 3px 0 rgba(189, 189, 189, .3), 0 2px 3px rgba(0, 0, 0, .08)
}

.card.small-padding {
  padding: 24px
}

.card.large-padding {
  padding: 48px
}

.card.no-padding {
  padding: 0 0 1rem
}

.card.row-card,
.section-title-col {
  padding-right: 15px;
  padding-left: 15px
}

.card.bordered,
.card[class*=bottom-border-],
.post-item table.card {
  box-shadow: none;
  border: 1px solid #e0e1e1
}

.card.bordered.y-move,
.card.y-move[class*=bottom-border-],
.post-item table.card.y-move {
  transition: all .2s
}

.card.bordered.y-move:hover,
.card.y-move[class*=bottom-border-]:hover,
.post-item table.card.y-move:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23)
}

.card.transparent {
  background: 0 0;
  border: 1px solid #e0e1e1
}

.card.rounded {
  border-radius: 10px
}

.card[class*=bottom-border-] {
  border-bottom: 3px solid transparent
}

.card.shadow {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .11);
  border: 1px solid #e3e4e5
}

.card.shadow-small {
  box-shadow: 0 0 3px 0 rgba(189, 189, 189, .4), 0 2px 3px 0 rgba(189, 189, 189, .3), 0 2px 3px rgba(0, 0, 0, .08)
}

.card.shadow-medium {
  box-shadow: 0 4px 10px 0 rgba(74, 74, 74, .3), 0 4px 10px rgba(0, 0, 0, .08)
}

.card.shadow-large {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, .3), 0 10px 30px rgba(0, 0, 0, .08)
}

.card.shadow-large-black {
  box-shadow: 0 10px 30px 0 rgba(49, 52, 57, .3), 0 10px 30px rgba(0, 0, 0, .08)
}

.card.bottom-border-color1 {
  border-bottom-color: #03a9f4
}

.card.bottom-border-color2 {
  border-bottom-color: #ff9800
}

.card.bottom-border-color3 {
  border-bottom-color: #fbc02d
}

.card.bottom-border-color4 {
  border-bottom-color: #8c239f
}

.card.bottom-border-color5 {
  border-bottom-color: #ff3369
}

.card.bottom-border-color6 {
  border-bottom-color: #343a40
}

.card.bottom-border-color-black {
  border-bottom-color: #000
}

.card.bottom-border-color-white {
  border-bottom-color: #fff
}

.card.card-color1 {
  background-color: #03a9f4
}

.card.card-color2 {
  background-color: #ff9800
}

.card.card-color3 {
  background-color: #fbc02d
}

.card.card-color4 {
  background-color: #8c239f
}

.card.card-color5 {
  background-color: #ff3369
}

.card.card-color6 {
  background-color: #343a40
}

.card.card-color-black {
  background-color: #000
}

.card.card-color-white {
  background-color: #fff
}

.card.bg-color1 {
  background-color: #03a9f4
}

.card.bg-color2 {
  background-color: #ff9800
}

.card.bg-color3 {
  background-color: #fbc02d
}

.card.bg-color4 {
  background-color: #8c239f
}

.card.bg-color5 {
  background-color: #ff3369
}

.card.bg-color6 {
  background-color: #343a40
}

.card.bg-color-black {
  background-color: #000
}

.card.bg-color-white {
  background-color: #fff
}

[class*=border-color] {
  border: 2px solid
}

.border-color1 {
  border-color: #03a9f4
}

.border-color2 {
  border-color: #ff9800
}

.border-color3 {
  border-color: #fbc02d
}

.border-color4 {
  border-color: #8c239f
}

.border-color5 {
  border-color: #ff3369
}

.border-color6 {
  border-color: #343a40
}

.border-color-black {
  border-color: #000
}

.border-color-white {
  border-color: #fff
}

.section-title-col-white-text .section-title-col *,
.white-text,
.white-text .section-title-col * {
  color: #fff
}

.dark-text,
.dark-text .section-title-col *,
.section-title-col-dark-text .section-title-col * {
  color: #4a4a4a
}

dl dt,
table th {
  color: #3c424f
}

.section-title-col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  margin: auto
}

@media(min-width:768px) {
  .content-section-spacing {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .section-title-col {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
  }

  .section-title-col>:last-child:not(.button) {
    margin-bottom: 2rem
  }
}

@media(min-width:1228px) {
  .section-title-col {
    max-width: 1024px
  }
}

table th {
  background-color: #f8f8f8
}

.mesmerize-google-maps {
  min-height: 400px
}

.mesmerize-google-maps.mesmerize-frame-map {
  width: 100%;
  height: 100%;
  display: block
}

.contact-form-wrapper {
  text-align: center
}

.contact-form-wrapper input[type=date],
.contact-form-wrapper input[type=email],
.contact-form-wrapper input[type=tel],
.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=url],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(102, 113, 123, .25), inset 0 1px 2px 0 rgba(102, 113, 123, .21);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.contact-form-wrapper input[type=date][class*=wpcf7-],
.contact-form-wrapper input[type=email][class*=wpcf7-],
.contact-form-wrapper input[type=tel][class*=wpcf7-],
.contact-form-wrapper input[type=text][class*=wpcf7-],
.contact-form-wrapper input[type=url][class*=wpcf7-],
.contact-form-wrapper select[class*=wpcf7-],
.contact-form-wrapper textarea[class*=wpcf7-] {
  margin-top: .45833rem
}

.contact-form-wrapper textarea {
  min-height: 180px;
  height: 180px;
  min-width: 100%;
  max-width: 100%
}

.contact-form-wrapper label {
  font-family: Muli, sans-serif;
  font-weight: 700
}

.contact-form-wrapper input[type=submit] {
  font-family: open sans;
  font-size: .75rem;
  color: #fff;
  background-color: #03a9f4;
  border-radius: 5px;
  min-width: 7rem;
  padding: .55rem 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #03a9f4;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-left: auto;
  margin-right: 0;
  height: auto;
  display: block;
  margin-bottom: 0;
  line-height: 1.2rem
}

.contact-form-wrapper input[type=submit] i {
  position: relative;
  top: 1px;
  margin: 0 2px
}

.contact-form-wrapper input[type=submit]:hover {
  outline: 0;
  text-decoration: none;
  color: #fff;
  background-color: #2ebcfc;
  border-color: #2ebcfc
}

.contact-form-wrapper input[type=submit].disabled,
.contact-form-wrapper input[type=submit]:disabled,
.contact-form-wrapper input[type=submit]:disabled[disabled] {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, .7);
  background-color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .7);
  padding: .55rem 1.5rem
}

.contact-form-wrapper input[type=submit].disabled:hover,
.contact-form-wrapper input[type=submit]:disabled:hover,
.contact-form-wrapper input[type=submit]:disabled[disabled]:hover {
  color: #fff
}

.contact-form-wrapper input[type=submit] .button-icon {
  font-size: 1.5em;
  margin-right: .25em;
  vertical-align: middle
}

.contact-form-wrapper form {
  margin-top: 0;
  margin-bottom: 0
}

.contact-form-wrapper form[class*=wpcf7-] p:last-of-type {
  margin-bottom: 0
}

.contact-form-wrapper .wpcf7-response-output[role=alert],
.contact-form-wrapper div.wpcf7-validation-errors {
  background-color: #ff8066;
  border: none;
  color: #fff;
  font-size: .77em;
  padding: 5px 10px
}

.contact-form-wrapper .wpcf7-mail-sent-ok[role=alert] {
  background-color: #3f464c
}

.contact-form-wrapper div.wpcf7 .ajax-loader {
  background-color: rgba(255, 255, 255, .86);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  height: 32px;
  margin-left: 13px;
  margin-top: -38px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all .4s;
  width: 32px
}

.contact-form-wrapper span.wpcf7-not-valid-tip {
  color: red;
  font-size: 10px;
  font-weight: 700;
  display: block
}

@media(min-width:768px) {
  .contact-form-wrapper {
    text-align: left
  }

  .contact-form-wrapper.inline-info form[class*=wpcf7-] p:nth-of-type(1),
  .contact-form-wrapper.inline-info form[class*=wpcf7-] p:nth-of-type(2) {
    display: block;
    width: 50%;
    max-width: 50%;
    float: left
  }

  .contact-form-wrapper.inline-info form[class*=wpcf7-] p:nth-of-type(1) {
    padding-right: 15px
  }

  .contact-form-wrapper.inline-info form[class*=wpcf7-] p:nth-of-type(2) {
    padding-left: 15px
  }

  .contact-form-wrapper.inline-info form[class*=wpcf7-] p:nth-of-type(2):after {
    clear: both
  }

  div.content-left-sm {
    text-align: left
  }

  .comment-author div.content-left-sm .fn,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-left-sm h1:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-left-sm h2:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-left-sm h3:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-left-sm h4:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-left-sm h5:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-left-sm h6:first-child,
  div.content-left-sm .comment-author .fn,
  div.content-left-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
  div.content-left-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
  div.content-left-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
  div.content-left-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
  div.content-left-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
  div.content-left-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
  div.content-left-sm h1,
  div.content-left-sm h2,
  div.content-left-sm h3,
  div.content-left-sm h4,
  div.content-left-sm h5,
  div.content-left-sm h6,
  div.content-left-sm img,
  div.content-left-sm p {
    margin-left: 0;
    margin-right: auto;
    text-align: left
  }

  div.content-left-sm .icon {
    margin-left: 0;
    margin-right: auto
  }

  div.content-center-sm {
    text-align: center
  }

  .comment-author div.content-center-sm .fn,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-center-sm h1:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-center-sm h2:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-center-sm h3:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-center-sm h4:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-center-sm h5:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-center-sm h6:first-child,
  div.content-center-sm .comment-author .fn,
  div.content-center-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
  div.content-center-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
  div.content-center-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
  div.content-center-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
  div.content-center-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
  div.content-center-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
  div.content-center-sm [data-type=group],
  div.content-center-sm h1,
  div.content-center-sm h2,
  div.content-center-sm h3,
  div.content-center-sm h4,
  div.content-center-sm h5,
  div.content-center-sm h6,
  div.content-center-sm img,
  div.content-center-sm p {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }

  div.content-center-sm .icon,
  div.content-center-sm img {
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  div.content-right-sm {
    text-align: right
  }

  .comment-author div.content-right-sm .fn,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-right-sm h1:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-right-sm h2:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-right-sm h3:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-right-sm h4:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-right-sm h5:first-child,
  .widget_block>.wp-block-group>.wp-block-group__inner-container div.content-right-sm h6:first-child,
  div.content-right-sm .comment-author .fn,
  div.content-right-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h1:first-child,
  div.content-right-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h2:first-child,
  div.content-right-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h3:first-child,
  div.content-right-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h4:first-child,
  div.content-right-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h5:first-child,
  div.content-right-sm .widget_block>.wp-block-group>.wp-block-group__inner-container h6:first-child,
  div.content-right-sm [data-type=group],
  div.content-right-sm h1,
  div.content-right-sm h2,
  div.content-right-sm h3,
  div.content-right-sm h4,
  div.content-right-sm h5,
  div.content-right-sm h6,
  div.content-right-sm img,
  div.content-right-sm p {
    margin-right: 0;
    margin-left: auto;
    text-align: right
  }

  div.content-right-sm .icon {
    margin-right: 0;
    margin-left: auto
  }
}

.social-icons-group,
a[data-fancybox] {
  display: inline-block
}

.social-icons-group {
  margin-bottom: 1rem;
  line-height: 1em;
  min-height: 0
}

.social-icons-group i.fa,
.social-icons-group>* {
  margin-bottom: 0
}

@media(min-width:767px) {
  [data-content-shortcode] .post-content.card {
    padding-bottom: 1rem
  }
}

.wpforms-form button[type=submit].wpforms-submit.comment-meta,
.wpforms-form button[type=submit].wpforms-submit.comment-reply-link,
.wpforms-form button[type=submit].wpforms-submit.small {
  min-width: 4rem;
  font-weight: 400
}

.wpforms-form button[type=submit].wpforms-submit.big {
  min-width: 10rem
}

.wpforms-form button[type=submit].wpforms-submit.color-white,
.wpforms-form button[type=submit].wpforms-submit.color-white:hover {
  color: #313439;
  background-color: #fff;
  border-color: #fff
}

.wpforms-form button[type=submit].wpforms-submit.color-white.disabled,
.wpforms-form button[type=submit].wpforms-submit.color-white:disabled {
  color: rgba(49, 52, 57, .7);
  background-color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color-white.outline {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.wpforms-form button[type=submit].wpforms-submit.color-white.outline:hover {
  border-color: rgba(255, 255, 255, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color-white.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color-white.outline:disabled {
  background: 0 0;
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color-black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.wpforms-form button[type=submit].wpforms-submit.color-black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a
}

.wpforms-form button[type=submit].wpforms-submit.color-black.disabled,
.wpforms-form button[type=submit].wpforms-submit.color-black:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color-black.outline {
  background: 0 0;
  color: #000;
  border-color: #000
}

.wpforms-form button[type=submit].wpforms-submit.color-black.outline:hover {
  border-color: rgba(0, 0, 0, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color-black.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color-black.outline:disabled {
  background: 0 0;
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .5)
}

.wpforms-form button[type=submit].wpforms-submit.white,
.wpforms-form button[type=submit].wpforms-submit.white:hover {
  color: #313439;
  background-color: #fff;
  border-color: #fff
}

.wpforms-form button[type=submit].wpforms-submit.white.disabled,
.wpforms-form button[type=submit].wpforms-submit.white:disabled {
  color: rgba(49, 52, 57, .7);
  background-color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7)
}

.wpforms-form button[type=submit].wpforms-submit.white.outline {
  background: 0 0;
  color: #fff;
  border-color: #fff
}

.wpforms-form button[type=submit].wpforms-submit.white.outline:hover {
  border-color: rgba(255, 255, 255, .7)
}

.wpforms-form button[type=submit].wpforms-submit.white.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.white.outline:disabled {
  background: 0 0;
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .5)
}

.wpforms-form button[type=submit].wpforms-submit.black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.wpforms-form button[type=submit].wpforms-submit.black:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a
}

.wpforms-form button[type=submit].wpforms-submit.black.disabled,
.wpforms-form button[type=submit].wpforms-submit.black:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .7)
}

.wpforms-form button[type=submit].wpforms-submit.black.outline {
  background: 0 0;
  color: #000;
  border-color: #000
}

.wpforms-form button[type=submit].wpforms-submit.black.outline:hover {
  border-color: rgba(0, 0, 0, .7)
}

.wpforms-form button[type=submit].wpforms-submit.black.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.black.outline:disabled {
  background: 0 0;
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color1 {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4
}

.wpforms-form button[type=submit].wpforms-submit.color1:hover {
  color: #fff;
  background-color: #2ebcfc;
  border-color: #2ebcfc
}

.wpforms-form button[type=submit].wpforms-submit.color1.disabled,
.wpforms-form button[type=submit].wpforms-submit.color1:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color1.outline {
  background: 0 0;
  color: #03a9f4;
  border-color: #03a9f4
}

.wpforms-form button[type=submit].wpforms-submit.color1.outline:hover {
  border-color: rgba(3, 169, 244, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color1.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color1.outline:disabled {
  background: 0 0;
  color: rgba(3, 169, 244, .7);
  border-color: rgba(3, 169, 244, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color2 {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800
}

.wpforms-form button[type=submit].wpforms-submit.color2:hover {
  color: #fff;
  background-color: #ffad33;
  border-color: #ffad33
}

.wpforms-form button[type=submit].wpforms-submit.color2.disabled,
.wpforms-form button[type=submit].wpforms-submit.color2:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 152, 0, .7);
  border-color: rgba(255, 152, 0, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color2.outline {
  background: 0 0;
  color: #ff9800;
  border-color: #ff9800
}

.wpforms-form button[type=submit].wpforms-submit.color2.outline:hover {
  border-color: rgba(255, 152, 0, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color2.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color2.outline:disabled {
  background: 0 0;
  color: rgba(255, 152, 0, .7);
  border-color: rgba(255, 152, 0, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color3 {
  color: #fff;
  background-color: #fbc02d;
  border-color: #fbc02d
}

.wpforms-form button[type=submit].wpforms-submit.color3:hover {
  color: #fff;
  background-color: #fccf5f;
  border-color: #fccf5f
}

.wpforms-form button[type=submit].wpforms-submit.color3.disabled,
.wpforms-form button[type=submit].wpforms-submit.color3:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(251, 192, 45, .7);
  border-color: rgba(251, 192, 45, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color3.outline {
  background: 0 0;
  color: #fbc02d;
  border-color: #fbc02d
}

.wpforms-form button[type=submit].wpforms-submit.color3.outline:hover {
  border-color: rgba(251, 192, 45, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color3.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color3.outline:disabled {
  background: 0 0;
  color: rgba(251, 192, 45, .7);
  border-color: rgba(251, 192, 45, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color4 {
  color: #fff;
  background-color: #8c239f;
  border-color: #8c239f
}

.wpforms-form button[type=submit].wpforms-submit.color4:hover {
  color: #fff;
  background-color: #b12cc9;
  border-color: #b12cc9
}

.wpforms-form button[type=submit].wpforms-submit.color4.disabled,
.wpforms-form button[type=submit].wpforms-submit.color4:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(140, 35, 159, .7);
  border-color: rgba(140, 35, 159, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color4.outline {
  background: 0 0;
  color: #8c239f;
  border-color: #8c239f
}

.wpforms-form button[type=submit].wpforms-submit.color4.outline:hover {
  border-color: rgba(140, 35, 159, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color4.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color4.outline:disabled {
  background: 0 0;
  color: rgba(140, 35, 159, .7);
  border-color: rgba(140, 35, 159, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color5 {
  color: #fff;
  background-color: #ff3369;
  border-color: #ff3369
}

.wpforms-form button[type=submit].wpforms-submit.color5:hover {
  color: #fff;
  background-color: #ff668f;
  border-color: #ff668f
}

.wpforms-form button[type=submit].wpforms-submit.color5.disabled,
.wpforms-form button[type=submit].wpforms-submit.color5:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 51, 105, .7);
  border-color: rgba(255, 51, 105, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color5.outline {
  background: 0 0;
  color: #ff3369;
  border-color: #ff3369
}

.wpforms-form button[type=submit].wpforms-submit.color5.outline:hover {
  border-color: rgba(255, 51, 105, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color5.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color5.outline:disabled {
  background: 0 0;
  color: rgba(255, 51, 105, .7);
  border-color: rgba(255, 51, 105, .5)
}

.wpforms-form button[type=submit].wpforms-submit.color6 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.wpforms-form button[type=submit].wpforms-submit.color6:hover {
  color: #fff;
  background-color: #4b545c;
  border-color: #4b545c
}

.wpforms-form button[type=submit].wpforms-submit.color6.disabled,
.wpforms-form button[type=submit].wpforms-submit.color6:disabled {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(52, 58, 64, .7);
  border-color: rgba(52, 58, 64, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color6.outline {
  background: 0 0;
  color: #343a40;
  border-color: #343a40
}

.wpforms-form button[type=submit].wpforms-submit.color6.outline:hover {
  border-color: rgba(52, 58, 64, .7)
}

.wpforms-form button[type=submit].wpforms-submit.color6.outline.disabled,
.wpforms-form button[type=submit].wpforms-submit.color6.outline:disabled {
  background: 0 0;
  color: rgba(52, 58, 64, .7);
  border-color: rgba(52, 58, 64, .5)
}

.wpforms-form button[type=submit].wpforms-submit.square {
  border-radius: 0
}

.wpforms-form button[type=submit].wpforms-submit.white-text {
  color: #fff !important
}

.wpforms-form button[type=submit].wpforms-submit.dark-text {
  color: #313439 !important
}

.wpforms-form button[type=submit].wpforms-submit.y-move {
  transition: all .2s
}

.wpforms-form button[type=submit].wpforms-submit.y-move:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23)
}

.content-section .wpforms-confirmation-container-full * {
  color: inherit
}

.content-section h1,
.content-section p,
.header-description-row h1,
.header-description-row p {
  display: block
}

.content-section h1 span>a,
.content-section h1 span>a:hover,
.content-section h1>a,
.content-section h1>a:hover,
.content-section p span>a,
.content-section p span>a:hover,
.content-section p>a,
.content-section p>a:hover,
.header-description-row h1 span>a,
.header-description-row h1 span>a:hover,
.header-description-row h1>a,
.header-description-row h1>a:hover,
.header-description-row p span>a,
.header-description-row p span>a:hover,
.header-description-row p>a,
.header-description-row p>a:hover {
  color: inherit !important
}

.content-section h1 span>a:hover,
.content-section h1>a:hover,
.content-section p span>a:hover,
.content-section p>a:hover,
.header-description-row h1 span>a:hover,
.header-description-row h1>a:hover,
.header-description-row p span>a:hover,
.header-description-row p>a:hover {
  text-shadow: 0 0 0 currentColor
}

.mesmerize-language-switcher.after-menu {
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  right: 0;
  position: fixed;
  top: 80px;
  display: inline-block;
  z-index: 10000;
  list-style: none;
  margin-left: 0;
  padding: 0;
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
  margin-bottom: 0
}

.mesmerize-language-switcher.after-menu select {
  display: block;
  margin: 10px
}

ul.mesmerize-language-switcher.after-menu>li {
  display: none;
  float: left;
  padding: 14px 8px;
  font-size: 0;
  line-height: 0
}

ul.mesmerize-language-switcher.after-menu.hover>li,
ul.mesmerize-language-switcher.after-menu:hover>li,
ul.mesmerize-language-switcher.after-menu>li.current-lang {
  display: block
}

ul.mesmerize-language-switcher.after-menu span {
  display: none
}

@charset "UTF-8";

/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
.fa.fa-pull-left,
.fa.pull-left {
  margin-right: .3em
}

.fa,
.fa-stack {
  display: inline-block
}

.fa-fw,
.fa-li {
  text-align: center
}

/* @font-face {
  font-family: FontAwesome;
  src: url(/web/20230606045213im_/https://mayalounge.net/wp-content/themes/mesmerize/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/web/20230606045213im_/https://mayalounge.net/wp-content/themes/mesmerize/assets/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'), url(/web/20230606045213im_/https://mayalounge.net/wp-content/themes/mesmerize/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/web/20230606045213im_/https://mayalounge.net/wp-content/themes/mesmerize/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/web/20230606045213im_/https://mayalounge.net/wp-content/themes/mesmerize/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/web/20230606045213im_/https://mayalounge.net/wp-content/themes/mesmerize/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
} */

.fa {
  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
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: .3em
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right,
.pull-right {
  float: right
}

.pull-left {
  float: left
}

.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(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-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 {
  -ms-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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none
}

.fa-stack {
  position: relative;
  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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-feed:before,
.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-floppy-o:before,
.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-pp: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-intersex:before,
.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-genderless:before {
  content: "\f22d"
}

.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-bed:before,
.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

/*!* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
* Copyright (c) 2016 Daniel Eden*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@keyframes pulse {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
}

@keyframes rubberBand {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

@keyframes tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {

  from,
  to {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

@keyframes wobble {

  from,
  to {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.warm_flame {
  background-image: linear-gradient(45deg, #ff9a9e 0, #fad0c4 99%, #fad0c4 100%)
}

.night_fade {
  background-image: linear-gradient(to top, #a18cd1 0, #fbc2eb 100%)
}

.spring_warmth {
  background-image: linear-gradient(to top, #fad0c4 0, #fad0c4 1%, #ffd1ff 100%)
}

.juicy_peach {
  background-image: linear-gradient(to right, #ffecd2 0, #fcb69f 100%)
}

.young_passion {
  background-image: linear-gradient(to right, #ff8177 0, #ff867a 0, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%)
}

.lady_lips {
  background-image: linear-gradient(to top, #ff9a9e 0, #fecfef 99%, #fecfef 100%)
}

.sunny_morning {
  background-image: linear-gradient(120deg, #f6d365 0, #fda085 100%)
}

.rainy_ashville {
  background-image: linear-gradient(to top, #fbc2eb 0, #a6c1ee 100%)
}

.frozen_dreams {
  background-image: linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%)
}

.winter_neva {
  background-image: linear-gradient(120deg, #a1c4fd 0, #c2e9fb 100%)
}

.dusty_grass {
  background-image: linear-gradient(120deg, #d4fc79 0, #96e6a1 100%)
}

.tempting_azure {
  background-image: linear-gradient(120deg, #84fab0 0, #8fd3f4 100%)
}

.heavy_rain {
  background-image: linear-gradient(to top, #cfd9df 0, #e2ebf0 100%)
}

.amy_crisp {
  background-image: linear-gradient(120deg, #a6c0fe 0, #f68084 100%)
}

.mean_fruit {
  background-image: linear-gradient(120deg, #fccb90 0, #d57eeb 100%)
}

.ripe_malinka {
  background-image: linear-gradient(120deg, #f093fb 0, #f5576c 100%)
}

.cloudy_knoxville {
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%)
}

.malibu_beach {
  background-image: linear-gradient(to right, #4facfe 0, #00f2fe 100%)
}

.new_life {
  background-image: linear-gradient(to right, #43e97b 0, #38f9d7 100%)
}

.true_sunset {
  background-image: linear-gradient(to right, #fa709a 0, #fee140 100%)
}

.morpheus_den {
  background-image: linear-gradient(to top, #30cfd0 0, #330867 100%)
}

.rare_wind {
  background-image: linear-gradient(to top, #a8edea 0, #fed6e3 100%)
}

.near_moon {
  background-image: linear-gradient(to top, #5ee7df 0, #b490ca 100%)
}

.wild_apple {
  background-image: linear-gradient(to top, #d299c2 0, #fef9d7 100%)
}

.saint_petersburg {
  background-image: linear-gradient(135deg, #f5f7fa 0, #c3cfe2 100%)
}

.arielles_smile {
  background-image: radial-gradient(circle 248px at center, #16d9e3 0, #30c7ec 47%, #46aef7 100%)
}

.plum_plate {
  background-image: linear-gradient(135deg, #667eea 0, #764ba2 100%)
}

.everlasting_sky {
  background-image: linear-gradient(135deg, #fdfcfb 0, #e2d1c3 100%)
}

.happy_fisher {
  background-image: linear-gradient(120deg, #89f7fe 0, #66a6ff 100%)
}

.blessing {
  background-image: linear-gradient(to top, #fddb92 0, #d1fdff 100%)
}

.sharpeye_eagle {
  background-image: linear-gradient(to top, #9890e3 0, #b1f4cf 100%)
}

.ladoga_bottom {
  background-image: linear-gradient(to top, #ebc0fd 0, #d9ded8 100%)
}

.lemon_gate {
  background-image: linear-gradient(to top, #96fbc4 0, #f9f586 100%)
}

.itmeo_branding {
  background-image: linear-gradient(180deg, #2af598 0, #009efd 100%)
}

.zeus_miracle {
  background-image: linear-gradient(to top, #cd9cf2 0, #f6f3ff 100%)
}

.old_hat {
  background-image: linear-gradient(to right, #e4afcb 0, #b8cbb8 0, #b8cbb8 0, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%)
}

.star_wine {
  background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%)
}

.deep_blue {
  background-image: linear-gradient(to right, #6a11cb 0, #2575fc 100%)
}

.coup_de_grace {
  background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(0, 0, 0, .5) 100%), radial-gradient(at 50% 0, rgba(255, 255, 255, .1) 0, rgba(0, 0, 0, .5) 50%);
  background-blend-mode: soft-light, screen
}

.happy_acid {
  background-image: linear-gradient(to top, #37ecba 0, #72afd3 100%)
}

.awesome_pine {
  background-image: linear-gradient(to top, #ebbba7 0, #cfc7f8 100%)
}

.new_york {
  background-image: linear-gradient(to top, #fff1eb 0, #ace0f9 100%)
}

.shy_rainbow {
  background-image: linear-gradient(to right, #eea2a2 0, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%)
}

.loon_crest {
  background: linear-gradient(to bottom, rgba(255, 255, 255, .15) 0, rgba(0, 0, 0, .15) 100%), radial-gradient(at top center, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .4) 120%) #989898;
  background-blend-mode: multiply, multiply
}

.mixed_hopes {
  background-image: linear-gradient(to top, #c471f5 0, #fa71cd 100%)
}

.fly_high {
  background-image: linear-gradient(to top, #48c6ef 0, #6f86d6 100%)
}

.strong_bliss {
  background-image: linear-gradient(to right, #f78ca0 0, #f9748f 19%, #fd868c 60%, #fe9a8b 100%)
}

.fresh_milk {
  background-image: linear-gradient(to top, #feada6 0, #f5efef 100%)
}

.snow_again {
  background-image: linear-gradient(to top, #e6e9f0 0, #eef1f5 100%)
}

.february_ink {
  background-image: linear-gradient(to top, #accbee 0, #e7f0fd 100%)
}

.kind_steel {
  background-image: linear-gradient(-20deg, #e9defa 0, #fbfcdb 100%)
}

.soft_grass {
  background-image: linear-gradient(to top, #c1dfc4 0, #deecdd 100%)
}

.grown_early {
  background-image: linear-gradient(to top, #0ba360 0, #3cba92 100%)
}

.sharp_blues {
  background-image: linear-gradient(to top, #00c6fb 0, #005bea 100%)
}

.shady_water {
  background-image: linear-gradient(to right, #74ebd5 0, #9face6 100%)
}

.dirty_beauty {
  background-image: linear-gradient(to top, #6a85b6 0, #bac8e0 100%)
}

.great_whale {
  background-image: linear-gradient(to top, #a3bded 0, #6991c7 100%)
}

.teen_notebook {
  background-image: linear-gradient(to top, #9795f0 0, #fbc8d4 100%)
}

.polite_rumors {
  background-image: linear-gradient(to top, #a7a6cb 0, #8989ba 52%, #8989ba 100%)
}

.sweet_period {
  background-image: linear-gradient(to top, #3f51b1 0, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%)
}

.wide_matrix {
  background-image: linear-gradient(to top, #fcc5e4 0, #fda34b 15%, #ff7882 35%, #c8699e 52%, #7046aa 71%, #0c1db8 87%, #020f75 100%)
}

.soft_cherish {
  background-image: linear-gradient(to top, #dbdcd7 0, #dddcd7 24%, #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 100%)
}

.red_salvation {
  background-image: linear-gradient(to top, #f43b47 0, #453a94 100%)
}

.burning_spring {
  background-image: linear-gradient(to top, #4fb576 0, #44c489 30%, #28a9ae 46%, #28a2b7 59%, #4c7788 71%, #6c4f63 86%, #432c39 100%)
}

.night_party {
  background-image: linear-gradient(to top, #0250c5 0, #d43f8d 100%)
}

.sky_glider {
  background-image: linear-gradient(to top, #88d3ce 0, #6e45e2 100%)
}

.heaven_peach {
  background-image: linear-gradient(to top, #d9afd9 0, #97d9e1 100%)
}

.purple_division {
  background-image: linear-gradient(to top, #7028e4 0, #e5b2ca 100%)
}

.aqua_splash {
  background-image: linear-gradient(15deg, #13547a 0, #80d0c7 100%)
}

.above_clouds {
  background-image: linear-gradient(to left, #BDBBBE 0, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, .25) 0, rgba(254, 254, 254, .25) 1%, rgba(0, 0, 0, .25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, .3) 0, rgba(0, 0, 0, .3) 100%);
  background-blend-mode: normal, lighten, soft-light
}

.spiky_naga {
  background-image: linear-gradient(to top, #505285 0, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%)
}

.love_kiss {
  background-image: linear-gradient(to top, #ff0844 0, #ffb199 100%)
}

.sharp_glass {
  background: linear-gradient(-180deg, rgba(255, 255, 255, .5) 0, rgba(0, 0, 0, .5) 100%);
  background-blend-mode: lighten
}

.clean_mirror {
  background-image: linear-gradient(45deg, #93a5cf 0, #e4efe9 100%)
}

.premium_dark {
  background-image: linear-gradient(to right, #434343 0, #000 100%)
}

.cold_evening {
  background-image: linear-gradient(to top, #0c3483 0, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%)
}

.cochiti_lake {
  background-image: linear-gradient(45deg, #93a5cf 0, #e4efe9 100%)
}

.summer_games {
  background-image: linear-gradient(to right, #92fe9d 0, #00c9ff 100%)
}

.passionate_bed {
  background-image: linear-gradient(to right, #ff758c 0, #ff7eb3 100%)
}

.mountain_rock {
  background-image: linear-gradient(to right, #868f96 0, #596164 100%)
}

.desert_hump {
  background-image: linear-gradient(to top, #c79081 0, #dfa579 100%)
}

.jungle_day {
  background-image: linear-gradient(45deg, #8baaaa 0, #ae8b9c 100%)
}

.phoenix_start {
  background-image: linear-gradient(to right, #f83600 0, #f9d423 100%)
}

.october_silence {
  background-image: linear-gradient(-20deg, #b721ff 0, #21d4fd 100%)
}

.faraway_river {
  background-image: linear-gradient(-20deg, #6e45e2 0, #88d3ce 100%)
}

.alchemist_lab {
  background-image: linear-gradient(-20deg, #d558c8 0, #24d292 100%)
}

.over_sun {
  background-image: linear-gradient(60deg, #abecd6 0, #fbed96 100%)
}

.premium_white {
  background-image: linear-gradient(to top, #d5d4d0 0, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%)
}

.mars_party {
  background-image: linear-gradient(to top, #5f72bd 0, #9b23ea 100%)
}

.eternal_constance {
  background-image: linear-gradient(to top, #09203f 0, #537895 100%)
}

.japan_blush {
  background-image: linear-gradient(-20deg, #ddd6f3 0, #faaca8 100%, #faaca8 100%)
}

.smiling_rain {
  background-image: linear-gradient(-20deg, #dcb0ed 0, #99c99c 100%)
}

.cloudy_apple {
  background-image: linear-gradient(to top, #f3e7e9 0, #e3eeff 99%, #e3eeff 100%)
}

.big_mango {
  background-image: linear-gradient(to top, #c71d6f 0, #d09693 100%)
}

.healthy_water {
  background-image: linear-gradient(60deg, #96deda 0, #50c9c3 100%)
}

.amour_amour {
  background-image: linear-gradient(to top, #f77062 0, #fe5196 100%)
}

.risky_concrete {
  background-image: linear-gradient(to top, #c4c5c7 0, #dcdddf 52%, #ebebeb 100%)
}

.strong_stick {
  background-image: linear-gradient(to right, #a8caba 0, #5d4157 100%)
}

.vicious_stance {
  background-image: linear-gradient(60deg, #29323c 0, #485563 100%)
}

.palo_alto {
  background-image: linear-gradient(-60deg, #16a085 0, #f4d03f 100%)
}

.happy_memories {
  background-image: linear-gradient(-60deg, #ff5858 0, #f09819 100%)
}

.midnight_bloom {
  background-image: linear-gradient(-20deg, #2b5876 0, #4e4376 100%)
}

.crystalline {
  background-image: linear-gradient(-20deg, #00cdac 0, #8ddad5 100%)
}

.raccoon_back {
  background: linear-gradient(-180deg, #BCC5CE 0, #929EAD 98%), radial-gradient(at top left, rgba(255, 255, 255, .3) 0, rgba(0, 0, 0, .3) 100%);
  background-blend-mode: screen
}

.party_bliss {
  background-image: linear-gradient(to top, #4481eb 0, #04befe 100%)
}

.confident_cloud {
  background-image: linear-gradient(to top, #dad4ec 0, #dad4ec 1%, #f3e7e9 100%)
}

.le_cocktail {
  background-image: linear-gradient(45deg, #874da2 0, #c43a30 100%)
}

.river_city {
  background-image: linear-gradient(to top, #4481eb 0, #04befe 100%)
}

.frozen_berry {
  background-image: linear-gradient(to top, #e8198b 0, #c7eafd 100%)
}

.elegance {
  background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, .5) 47%, rgba(0, 0, 0, .5) 100%);
  background-blend-mode: screen
}

.child_care {
  background-image: linear-gradient(-20deg, #f794a4 0, #fdd6bd 100%)
}

.flying_lemon {
  background-image: linear-gradient(60deg, #64b3f4 0, #c2e59c 100%)
}

.new_retrowave {
  background-image: linear-gradient(to top, #3b41c5 0, #a981bb 49%, #ffc8a9 100%)
}

.hidden_jaguar {
  background-image: linear-gradient(to top, #0fd850 0, #f9f047 100%)
}

.above_the_sky {
  background-image: linear-gradient(to top, #d3d3d3 0, #d3d3d3 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%)
}

.nega {
  background-image: linear-gradient(45deg, #ee9ca7 0, #ffdde1 100%)
}

.dense_water {
  background-image: linear-gradient(to right, #3ab5b0 0, #3d99be 31%, #56317a 100%)
}

.chemic_aqua {
  background: radial-gradient(at 50% 100%, rgba(255, 255, 255, .5) 0, rgba(0, 0, 0, .5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(0, 0, 0, .25) 100%);
  background-blend-mode: screen, overlay
}

.seashore {
  background-image: linear-gradient(to top, #209cff 0, #68e0cf 100%)
}

.marble_wall {
  background-image: linear-gradient(to top, #bdc2e8 0, #bdc2e8 1%, #e6dee9 100%)
}

.cheerful_caramel {
  background-image: linear-gradient(to top, #e6b980 0, #eacda3 100%)
}

.night_sky {
  background-image: linear-gradient(to top, #1e3c72 0, #1e3c72 1%, #2a5298 100%)
}

.magic_lake {
  background-image: linear-gradient(to top, #d5dee7 0, #ffafbd 0, #c9ffbf 100%)
}

.young_grass {
  background-image: linear-gradient(to top, #9be15d 0, #00e3ae 100%)
}

.colorful_peach {
  background-image: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%)
}

.gentle_care {
  background-image: linear-gradient(to right, #ffc3a0 0, #ffafbd 100%)
}

.plum_bath {
  background-image: linear-gradient(to top, #cc208e 0, #6713d2 100%)
}

.happy_unicorn {
  background-image: linear-gradient(to top, #b3ffab 0, #12fff7 100%)
}

.full_metal {
  background: linear-gradient(to bottom, #D5DEE7 0, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, .02) 50%, rgba(255, 255, 255, .02) 61%, rgba(0, 0, 0, .02) 73%), linear-gradient(33deg, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%);
  background-blend-mode: normal, color-burn
}

.african_field {
  background-image: linear-gradient(to top, #65bd60 0, #5ac1a8 25%, #3ec6ed 50%, #b7ddb7 75%, #fef381 100%)
}

.solid_stone {
  background-image: linear-gradient(to right, #243949 0, #517fa4 100%)
}

.orange_juice {
  background-image: linear-gradient(-20deg, #fc6076 0, #ff9a44 100%)
}

.glass_water {
  background-image: linear-gradient(to top, #dfe9f3 0, #fff 100%)
}

.slick_carbon {
  background: linear-gradient(to bottom, #323232 0, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, .4) 0, rgba(0, 0, 0, .25) 200%);
  background-blend-mode: multiply
}

.north_miracle {
  background-image: linear-gradient(to right, #00dbde 0, #fc00ff 100%)
}

.fruit_blend {
  background-image: linear-gradient(to right, #f9d423 0, #ff4e50 100%)
}

.millennium_pine {
  background-image: linear-gradient(to top, #50cc7f 0, #f5d100 100%)
}

.high_flight {
  background-image: linear-gradient(to right, #0acffe 0, #495aff 100%)
}

.mole_hall {
  background-image: linear-gradient(-20deg, #616161 0, #9bc5c3 100%)
}

.earl_gray {
  background: radial-gradient(at top center, rgba(255, 255, 255, .03) 0, rgba(0, 0, 0, .03) 100%), linear-gradient(to top, rgba(255, 255, 255, .1) 0, rgba(143, 152, 157, .6) 100%);
  background-blend-mode: normal, multiply
}

.space_shift {
  background-image: linear-gradient(60deg, #3d3393 0, #2b76b9 37%, #2cacd1 65%, #35eb93 100%)
}

.forest_inei {
  background-image: linear-gradient(to top, #df89b5 0, #bfd9fe 100%)
}

.royal_garden {
  background-image: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%)
}

.rich_metal {
  background-image: linear-gradient(to right, #d7d2cc 0, #304352 100%)
}

.juicy_cake {
  background-image: linear-gradient(to top, #e14fad 0, #f9d423 100%)
}

.smart_indigo {
  background-image: linear-gradient(to top, #b224ef 0, #7579ff 100%)
}

.sand_strike {
  background-image: linear-gradient(to right, #c1c161 0, #c1c161 0, #d4d4b1 100%)
}

.norse_beauty {
  background-image: linear-gradient(to right, #ec77ab 0, #7873f5 100%)
}

.aqua_guidance {
  background-image: linear-gradient(to top, #007adf 0, #00ecbc 100%)
}

.sun_veggie {
  background-image: linear-gradient(-225deg, #20E2D7 0, #F9FEA5 100%)
}

.sea_lord {
  background-image: linear-gradient(-225deg, #2CD8D5 0, #C5C1FF 56%, #FFBAC3 100%)
}

.black_sea {
  background-image: linear-gradient(-225deg, #2CD8D5 0, #6B8DD6 48%, #8E37D7 100%)
}

.grass_shampoo {
  background-image: linear-gradient(-225deg, #DFFFCD 0, #90F9C4 48%, #39F3BB 100%)
}

.landing_aircraft {
  background-image: linear-gradient(-225deg, #5D9FFF 0, #B8DCFF 48%, #6BBBFF 100%)
}

.witch_dance {
  background-image: linear-gradient(-225deg, #A8BFFF 0, #884D80 100%)
}

.sleepless_night {
  background-image: linear-gradient(-225deg, #5271C4 0, #B19FFF 48%, #ECA1FE 100%)
}

.angel_care {
  background-image: linear-gradient(-225deg, #FFE29F 0, #FFA99F 48%, #FF719A 100%)
}

.crystal_river {
  background-image: linear-gradient(-225deg, #22E1FF 0, #1D8FE1 48%, #625EB1 100%)
}

.soft_lipstick {
  background-image: linear-gradient(-225deg, #B6CEE8 0, #F578DC 100%)
}

.salt_mountain {
  background-image: linear-gradient(-225deg, #FFFEFF 0, #D7FFFE 100%)
}

.perfect_white {
  background-image: linear-gradient(-225deg, #E3FDF5 0, #FFE6FA 100%)
}

.fresh_oasis {
  background-image: linear-gradient(-225deg, #7DE2FC 0, #B9B6E5 100%)
}

.strict_november {
  background-image: linear-gradient(-225deg, #CBBACC 0, #2580B3 100%)
}

.morning_salad {
  background-image: linear-gradient(-225deg, #B7F8DB 0, #50A7C2 100%)
}

.deep_relief {
  background-image: linear-gradient(-225deg, #7085B6 0, #87A7D9 50%, #DEF3F8 100%)
}

.sea_strike {
  background-image: linear-gradient(-225deg, #77FFD2 0, #6297DB 48%, #1EECFF 100%)
}

.night_call {
  background-image: linear-gradient(-225deg, #AC32E4 0, #7918F2 48%, #4801FF 100%)
}

.supreme_sky {
  background-image: linear-gradient(-225deg, #D4FFEC 0, #57F2CC 48%, #4596FB 100%)
}

.light_blue {
  background-image: linear-gradient(-225deg, #9EFBD3 0, #57E9F2 48%, #45D4FB 100%)
}

.mind_crawl {
  background-image: linear-gradient(-225deg, #473B7B 0, #3584A7 51%, #30D2BE 100%)
}

.lily_meadow {
  background-image: linear-gradient(-225deg, #65379B 0, #886AEA 53%, #6457C6 100%)
}

.sugar_lollipop {
  background-image: linear-gradient(-225deg, #A445B2 0, #D41872 52%, #F06 100%)
}

.sweet_dessert {
  background-image: linear-gradient(-225deg, #7742B2 0, #F180FF 52%, #FD8BD9 100%)
}

.magic_ray {
  background-image: linear-gradient(-225deg, #FF3CAC 0, #562B7C 52%, #2B86C5 100%)
}

.teen_party {
  background-image: linear-gradient(-225deg, #FF057C 0, #8D0B93 50%, #321575 100%)
}

.frozen_heat {
  background-image: linear-gradient(-225deg, #FF057C 0, #7C64D5 48%, #4CC3FF 100%)
}

.gagarin_view {
  background-image: linear-gradient(-225deg, #69EACB 0, #EACCF8 48%, #6654F1 100%)
}

.fabled_sunset {
  background-image: linear-gradient(-225deg, #231557 0, #44107A 29%, #FF1361 67%, #FFF800 100%)
}

.perfect_blue {
  background-image: linear-gradient(-225deg, #3D4E81 0, #5753C9 48%, #6E7FF3 100%)
}

.addtoany_content {
  clear: both;
  margin: 16px auto
}

.addtoany_header {
  margin: 0 0 16px
}

.addtoany_list {
  display: inline;
  line-height: 16px
}

.addtoany_list a,
.widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle
}

.addtoany_list a img {
  border: 0;
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  vertical-align: baseline
}

.addtoany_list a span {
  display: inline-block;
  float: none
}

.addtoany_list.a2a_kit_size_32 a {
  font-size: 32px
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
  height: 32px;
  line-height: 32px;
  width: 32px
}

.addtoany_list a:not(.addtoany_special_service)>span {
  border-radius: 4px;
  display: inline-block;
  opacity: 1
}

.addtoany_list a .a2a_count {
  position: relative;
  vertical-align: top
}

.addtoany_list a:hover,
.widget .addtoany_list a:hover {
  border: 0;
  box-shadow: none
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: .7
}

.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
  opacity: 1
}

.addtoany_special_service {
  display: inline-block;
  vertical-align: middle
}

.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service iframe,
.addtoany_special_service span {
  margin: 0;
  vertical-align: baseline !important
}

.addtoany_special_service iframe {
  display: inline;
  max-width: none
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
  display: none
}

a.addtoany_share img {
  border: 0;
  width: auto;
  height: auto
}

@charset "UTF-8";

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

.components-animate__appear {
  animation: components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
  animation-fill-mode: forwards
}

@media(prefers-reduced-motion:reduce) {
  .components-animate__appear {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.components-animate__appear.is-from-top,
.components-animate__appear.is-from-top.is-from-left {
  transform-origin: top left
}

.components-animate__appear.is-from-top.is-from-right {
  transform-origin: top right
}

.components-animate__appear.is-from-bottom,
.components-animate__appear.is-from-bottom.is-from-left {
  transform-origin: bottom left
}

.components-animate__appear.is-from-bottom.is-from-right {
  transform-origin: bottom right
}

@keyframes components-animate__appear-animation {
  0% {
    transform: translateY(-2em) scaleY(0) scaleX(0)
  }

  to {
    transform: translateY(0) scaleY(1) scaleX(1)
  }
}

.components-animate__slide-in {
  animation: components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
  animation-fill-mode: forwards
}

@media(prefers-reduced-motion:reduce) {
  .components-animate__slide-in {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.components-animate__slide-in.is-from-left {
  transform: translateX(100%)
}

.components-animate__slide-in.is-from-right {
  transform: translateX(-100%)
}

@keyframes components-animate__slide-in-animation {
  to {
    transform: translateX(0)
  }
}

.components-animate__loading {
  animation: components-animate__loading 1.6s ease-in-out infinite
}

@keyframes components-animate__loading {
  0% {
    opacity: .5
  }

  50% {
    opacity: 1
  }

  to {
    opacity: .5
  }
}

.components-autocomplete__popover .components-popover__content {
  min-width: 220px;
  padding: 16px
}

.components-autocomplete__result.components-button {
  display: flex;
  height: auto;
  min-height: 36px;
  text-align: left;
  width: 100%
}

.components-autocomplete__result.components-button.is-selected {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-button-group {
  display: inline-block
}

.components-button-group .components-button {
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  color: #1e1e1e;
  display: inline-flex
}

.components-button-group .components-button+.components-button {
  margin-left: -1px
}

.components-button-group .components-button:first-child {
  border-radius: 2px 0 0 2px
}

.components-button-group .components-button:last-child {
  border-radius: 0 2px 2px 0
}

.components-button-group .components-button.is-primary,
.components-button-group .components-button:focus {
  position: relative;
  z-index: 1
}

.components-button-group .components-button.is-primary {
  box-shadow: inset 0 0 0 1px #1e1e1e
}

.components-button {
  align-items: center;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--wp-components-color-foreground, #1e1e1e);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: box-shadow .1s linear
}

@media(prefers-reduced-motion:reduce) {
  .components-button {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-button:hover,
.components-button[aria-expanded=true] {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-button[aria-disabled=true]:hover {
  color: initial
}

.components-button:focus:not(:disabled) {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline: 3px solid transparent
}

.components-button.is-primary {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  color: var(--wp-components-color-accent-inverted, #fff);
  outline: 1px solid transparent;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap
}

.components-button.is-primary:hover:not(:disabled) {
  background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1));
  color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-primary:active:not(:disabled) {
  background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #005a87));
  border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #005a87));
  color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-primary:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-button.is-primary:disabled,
.components-button.is-primary:disabled:active:enabled,
.components-button.is-primary[aria-disabled=true],
.components-button.is-primary[aria-disabled=true]:active:enabled,
.components-button.is-primary[aria-disabled=true]:enabled {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  color: hsla(0, 0%, 100%, .4);
  opacity: 1;
  outline: none
}

.components-button.is-primary:disabled:active:enabled:focus:enabled,
.components-button.is-primary:disabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:focus:enabled {
  box-shadow: 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 3px var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-button.is-primary.is-busy,
.components-button.is-primary.is-busy:disabled,
.components-button.is-primary.is-busy[aria-disabled=true] {
  background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #005a87)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #005a87)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba)) 70%);
  background-size: 100px 100%;
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-secondary,
.components-button.is-tertiary {
  outline: 1px solid transparent
}

.components-button.is-secondary:active:not(:disabled),
.components-button.is-tertiary:active:not(:disabled) {
  background: var(--wp-components-color-gray-300, #ddd);
  box-shadow: none;
  color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1))
}

.components-button.is-secondary:hover:not(:disabled),
.components-button.is-tertiary:hover:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1));
  color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1))
}

.components-button.is-secondary:disabled,
.components-button.is-secondary[aria-disabled=true],
.components-button.is-secondary[aria-disabled=true]:hover,
.components-button.is-tertiary:disabled,
.components-button.is-tertiary[aria-disabled=true],
.components-button.is-tertiary[aria-disabled=true]:hover {
  background: #eaeaea;
  box-shadow: none;
  color: #828282;
  opacity: 1;
  outline: none;
  transform: none
}

.components-button.is-secondary {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline: 1px solid transparent
}

.components-button.is-secondary,
.components-button.is-tertiary {
  background: 0 0;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  white-space: nowrap
}

.components-button.is-tertiary {
  padding: 6px
}

.components-button.is-tertiary .dashicon {
  display: inline-block;
  flex: 0 0 auto
}

p+.components-button.is-tertiary {
  margin-left: -6px
}

.components-button.is-destructive {
  --wp-components-color-accent: #cc1818;
  --wp-components-color-accent-darker-10: #9e1313;
  --wp-components-color-accent-darker-20: #710d0d
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
  box-shadow: inset 0 0 0 1px #cc1818;
  color: #cc1818
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled) {
  color: #710d0d
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled) {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled) {
  background: #ccc
}

.components-button.is-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  height: auto;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  transition-duration: .05s;
  transition-property: border, background, color;
  transition-timing-function: ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .components-button.is-link {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-button.is-link:focus {
  border-radius: 2px
}

.components-button:not([aria-disabled=true]):active {
  color: var(--wp-components-color-foreground, #1e1e1e)
}

.components-button:disabled,
.components-button[aria-disabled=true] {
  cursor: default;
  opacity: .3
}

.components-button.is-busy,
.components-button.is-secondary.is-busy,
.components-button.is-secondary.is-busy:disabled,
.components-button.is-secondary.is-busy[aria-disabled=true] {
  animation: components-button__busy-animation 2.5s linear infinite;
  background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
  background-size: 100px 100%;
  opacity: 1
}

.components-button.is-small {
  font-size: 11px;
  height: 24px;
  line-height: 22px;
  padding: 0 8px
}

.components-button.is-small.has-icon:not(.has-text) {
  min-width: 24px;
  padding: 0;
  width: 24px
}

.components-button.has-icon {
  justify-content: center;
  min-width: 36px;
  padding: 6px
}

.components-button.has-icon .dashicon {
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 2px;
  margin-right: 2px
}

.components-button.has-icon.has-text {
  justify-content: start;
  padding-right: 12px
}

.components-button.has-icon.has-text svg {
  margin-right: 8px
}

.components-button.has-icon.has-text .dashicon {
  margin-right: 10px
}

.components-button.is-pressed {
  background: var(--wp-components-color-foreground, #1e1e1e);
  color: var(--wp-components-color-foreground-inverted, #fff)
}

.components-button.is-pressed:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline: 2px solid transparent
}

.components-button.is-pressed:hover:not(:disabled) {
  background: var(--wp-components-color-foreground, #1e1e1e);
  color: var(--wp-components-color-foreground-inverted, #fff)
}

.components-button svg {
  fill: currentColor;
  outline: none
}

@media(forced-colors:active) {
  .components-button svg {
    fill: CanvasText
  }
}

.components-button .components-visually-hidden {
  height: auto
}

@keyframes components-button__busy-animation {
  0% {
    background-position: 200px 0
  }
}

.components-checkbox-control__input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  clear: none;
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 24px;
  line-height: normal;
  line-height: 0;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 6px 8px;
  padding: 0 !important;
  text-align: center;
  transition: box-shadow .1s linear;
  transition: none;
  transition: border-color .1s ease-in-out;
  vertical-align: top;
  width: 24px
}

@media(min-width:600px) {
  .components-checkbox-control__input[type=checkbox] {
    font-size: 13px;
    line-height: normal
  }
}

.components-checkbox-control__input[type=checkbox]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-checkbox-control__input[type=checkbox]:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
  opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before,
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  color: #fff;
  margin: -3px -5px
}

@media(min-width:782px) {

  .components-checkbox-control__input[type=checkbox]:checked:before,
  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    margin: -4px 0 0 -5px
  }
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  float: left;
  font: normal 30px/1 dashicons;
  vertical-align: middle;
  width: 16px
}

@media(min-width:782px) {
  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    float: none;
    font-size: 21px
  }
}

@media(min-width:600px) {
  .components-checkbox-control__input[type=checkbox] {
    height: 20px;
    width: 20px
  }
}

@media(prefers-reduced-motion:reduce) {
  .components-checkbox-control__input[type=checkbox] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-checkbox-control__input[type=checkbox]:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline: 2px solid transparent
}

.components-checkbox-control__input[type=checkbox]:checked,
.components-checkbox-control__input[type=checkbox]:indeterminate {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check,
.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
  opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before {
  content: none
}

.components-checkbox-control__input-container {
  display: inline-block;
  height: 24px;
  margin-right: 12px;
  position: relative;
  vertical-align: middle;
  width: 24px
}

@media(min-width:600px) {
  .components-checkbox-control__input-container {
    height: 20px;
    width: 20px
  }
}

svg.components-checkbox-control__checked,
svg.components-checkbox-control__indeterminate {
  fill: #fff;
  cursor: pointer;
  height: 24px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 24px
}

@media(min-width:600px) {

  svg.components-checkbox-control__checked,
  svg.components-checkbox-control__indeterminate {
    left: -2px;
    top: -2px
  }
}

.components-circular-option-picker {
  display: inline-block;
  min-width: 188px;
  width: 100%
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px
}

.components-circular-option-picker .components-circular-option-picker__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.components-circular-option-picker__option-wrapper {
  display: inline-block;
  height: 28px;
  transform: scale(1);
  transition: transform .1s ease;
  vertical-align: top;
  width: 28px;
  will-change: transform
}

@media(prefers-reduced-motion:reduce) {
  .components-circular-option-picker__option-wrapper {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-circular-option-picker__option-wrapper:hover {
  transform: scale(1.2)
}

.components-circular-option-picker__option-wrapper>div {
  height: 100%;
  width: 100%
}

.components-circular-option-picker__option-wrapper:before {
  background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjgnIGhlaWdodD0nMjgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTYgOFY2SDR2Mmgyem0yIDBWNmgydjJIOHptMiA4SDh2LTJoMnYyem0yIDB2LTJoMnYyaC0yem0wIDJ2LTJoLTJ2Mkg4djJoMnYtMmgyem0yIDB2MmgtMnYtMmgyem0yIDBoLTJ2LTJoMnYyeicgZmlsbD0nIzU1NUQ2NScvPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgY2xpcC1ydWxlPSdldmVub2RkJyBkPSdNMTggMThoMnYtMmgtMnYtMmgydi0yaC0ydi0yaDJWOGgtMnYyaC0yVjhoLTJ2MmgydjJoLTJ2MmgydjJoMnYyem0tMi00di0yaDJ2MmgtMnonIGZpbGw9JyM1NTVENjUnLz48cGF0aCBkPSdNMTggMTh2MmgtMnYtMmgyeicgZmlsbD0nIzU1NUQ2NScvPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgY2xpcC1ydWxlPSdldmVub2RkJyBkPSdNOCAxMFY4SDZ2Mkg0djJoMnYySDR2MmgydjJINHYyaDJ2Mkg0djJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgydi0yaC0ydi0yaDJ2LTJoLTJ2LTJoMnYtMmgtMnYtMmgyVjhoLTJWNmgyVjRoLTJ2MmgtMlY0aC0ydjJoLTJWNGgtMnYyaC0yVjRoLTJ2MmgydjJoLTJ2Mkg4em0wIDJ2LTJINnYyaDJ6bTIgMHYtMmgydjJoLTJ6bTAgMnYtMkg4djJINnYyaDJ2Mkg2djJoMnYyaDJ2LTJoMnYyaDJ2LTJoMnYyaDJ2LTJoMnYyaDJ2LTJoLTJ2LTJoMnYtMmgtMnYtMmgydi0yaC0ydi0yaDJWOGgtMlY2aC0ydjJoLTJWNmgtMnYyaC0ydjJoMnYyaC0ydjJoLTJ6JyBmaWxsPScjNTU1RDY1Jy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J000IDBIMnYySDB2MmgydjJIMHYyaDJ2MkgwdjJoMnYySDB2MmgydjJIMHYyaDJ2MkgwdjJoMnYySDB2Mmgydi0yaDJ2Mmgydi0yaDJ2Mmgydi0yaDJ2Mmgydi0yaDJ2Mmgydi0yaDJ2Mmgydi0yaDJ2Mmgydi0yaDJ2LTJoLTJ2LTJoMnYtMmgtMnYtMmgydi0yaC0ydi0yaDJ2LTJoLTJ2LTJoMlY4aC0yVjZoMlY0aC0yVjJoMlYwaC0ydjJoLTJWMGgtMnYyaC0yVjBoLTJ2MmgtMlYwaC0ydjJoLTJWMGgtMnYySDhWMEg2djJINFYwem0wIDRWMkgydjJoMnptMiAwVjJoMnYySDZ6bTAgMlY0SDR2MkgydjJoMnYySDJ2MmgydjJIMnYyaDJ2MkgydjJoMnYySDJ2MmgydjJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgydjJoMnYtMmgtMnYtMmgydi0yaC0ydi0yaDJ2LTJoLTJ2LTJoMnYtMmgtMnYtMmgyVjhoLTJWNmgyVjRoLTJWMmgtMnYyaC0yVjJoLTJ2MmgtMlYyaC0ydjJoLTJWMmgtMnYySDh2Mkg2eicgZmlsbD0nIzU1NUQ2NScvPjwvc3ZnPg==);
  border-radius: 50%;
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: -1
}

.components-circular-option-picker__option {
  background: 0 0;
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  transition: box-shadow .1s ease;
  vertical-align: top;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-circular-option-picker__option {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-circular-option-picker__option:hover {
  box-shadow: inset 0 0 0 14px !important
}

.components-circular-option-picker__option.is-pressed {
  box-shadow: inset 0 0 0 4px;
  overflow: visible;
  position: relative;
  z-index: 1
}

.components-circular-option-picker__option.is-pressed+svg {
  border-radius: 50%;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 2px;
  z-index: 2
}

.components-circular-option-picker__option:after {
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
  box-sizing: inherit;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px
}

.components-circular-option-picker__option:focus:after {
  border: 2px solid #757575;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  content: "";
  height: 32px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 32px
}

.components-circular-option-picker__option.components-button:focus {
  background-color: transparent;
  box-shadow: inset 0 0 0 14px;
  outline: none
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
  background: #fff;
  color: #fff
}

.components-circular-option-picker__dropdown-link-action {
  margin-right: 16px
}

.components-circular-option-picker__dropdown-link-action .components-button {
  line-height: 22px
}

.components-palette-edit__popover-gradient-picker {
  padding: 8px;
  width: 280px
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
  width: 100%
}

.component-color-indicator {
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
  display: inline-block;
  height: 20px;
  padding: 0;
  width: 20px
}

.components-combobox-control {
  width: 100%
}

input.components-combobox-control__input[type=text] {
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%
}

@media(min-width:600px) {
  input.components-combobox-control__input[type=text] {
    font-size: 13px
  }
}

input.components-combobox-control__input[type=text]:focus {
  box-shadow: none;
  outline: none
}

.components-combobox-control__suggestions-container {
  align-items: flex-start;
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  transition: box-shadow .1s linear;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-combobox-control__suggestions-container {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-combobox-control__suggestions-container {
    font-size: 13px;
    line-height: normal
  }
}

.components-combobox-control__suggestions-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
  display: flex;
  height: 16px;
  min-width: 16px;
  padding: 0
}

.components-color-list-picker,
.components-color-list-picker__swatch-button {
  width: 100%
}

.components-color-list-picker__color-picker {
  margin: 8px 0
}

.components-color-list-picker__swatch-button {
  padding: 6px
}

.components-color-list-picker__swatch-color {
  margin: 2px
}

.components-color-palette__custom-color {
  background: 0 0;
  background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 0, transparent 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 0, transparent 75%, #e0e0e0 0, #e0e0e0);
  background-position: 0 0, 24px 24px;
  background-size: 48px 48px;
  border: none;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  height: 64px;
  outline: 1px solid transparent;
  padding: 12px;
  position: relative;
  width: 100%
}

.components-color-palette__custom-color:focus {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline-width: 2px
}

.components-color-palette__custom-color-name {
  text-align: left
}

.components-color-palette__custom-color-value {
  margin-left: 16px;
  text-transform: uppercase
}

.components-custom-gradient-picker:not(.is-next-has-no-margin) {
  margin-bottom: 24px;
  margin-top: 12px
}

.components-custom-gradient-picker__gradient-bar:not(.has-gradient) {
  opacity: .4
}

.components-custom-gradient-picker__gradient-bar {
  border-radius: 2px;
  height: 48px;
  width: 100%
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 48px)
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
  display: flex;
  height: 16px;
  position: absolute;
  top: 16px;
  width: 16px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
  background: #fff;
  border-radius: 50%;
  color: #1e1e1e;
  height: inherit;
  min-width: 16px;
  padding: 2px;
  position: relative;
  width: inherit
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
  height: 100%;
  width: 100%
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, .25);
  height: inherit;
  outline: 2px solid transparent;
  padding: 0;
  width: inherit
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
  box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 rgba(0, 0, 0, .25);
  outline: 1.5px solid transparent
}

.components-custom-gradient-picker__remove-control-point-wrapper {
  padding-bottom: 8px
}

.components-custom-gradient-picker__inserter {
  direction: ltr
}

.components-custom-gradient-picker__liner-gradient-indicator {
  display: inline-block;
  flex: 0 auto;
  height: 20px;
  width: 20px
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
  border: none
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div {
  margin-left: 1px
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg {
  background: #fff;
  border: 1px solid #949494;
  border-radius: 2px
}

.components-custom-select-control {
  font-size: 13px;
  position: relative
}

.components-custom-select-control__button {
  outline: 0;
  position: relative;
  text-align: left
}

.components-custom-select-control__hint {
  color: #949494;
  margin-left: 10px
}

.components-custom-select-control__menu {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  max-height: 400px;
  min-width: 100%;
  outline: none;
  overflow: auto;
  padding: 0;
  position: absolute;
  transition: none;
  z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
  display: none
}

.components-custom-select-control__item {
  align-items: center;
  cursor: default;
  display: grid;
  grid-template-columns: auto auto;
  line-height: 28px;
  list-style-type: none;
  padding: 8px 16px
}

.components-custom-select-control__item:not(.is-next-36px-default-size) {
  padding: 8px
}

.components-custom-select-control__item.has-hint {
  grid-template-columns: auto auto 30px
}

.components-custom-select-control__item.is-highlighted {
  background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-hint {
  color: #949494;
  padding-right: 4px;
  text-align: right
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
  margin-left: auto
}

.components-custom-select-control__item:last-child {
  margin-bottom: 0
}

.block-editor-dimension-control .components-base-control__field {
  align-items: center;
  display: flex
}

.block-editor-dimension-control .components-base-control__label {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  margin-right: 1em
}

.block-editor-dimension-control .components-base-control__label .dashicon {
  margin-right: .5em
}

.block-editor-dimension-control.is-manual .components-base-control__label {
  width: 10em
}

body.is-dragging-components-draggable {
  cursor: move;
  cursor: grabbing !important
}

.components-draggable__invisible-drag-image {
  height: 50px;
  left: -1000px;
  position: fixed;
  width: 50px
}

.components-draggable__clone {
  background: 0 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000000000
}

.components-drop-zone {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 40
}

.components-drop-zone.is-active {
  opacity: 1;
  visibility: visible
}

.components-drop-zone__content {
  align-items: center;
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  bottom: 0;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50
}

.components-drop-zone__content-icon,
.components-drop-zone__content-text {
  display: block
}

.components-drop-zone__content-icon {
  fill: currentColor;
  line-height: 0;
  margin: 0 auto;
  pointer-events: none
}

.components-drop-zone__content-text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px
}

.components-dropdown {
  display: inline-block
}

.components-dropdown__content .components-popover__content {
  padding: 8px
}

.components-dropdown__content [role=menuitem] {
  white-space: nowrap
}

.components-dropdown-menu__menu {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  width: 100%
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.components-dropdown-menu__menu .components-menu-item {
  cursor: pointer;
  outline: none;
  padding: 6px;
  white-space: nowrap;
  width: 100%
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.components-dropdown-menu__menu .components-menu-item.has-separator {
  margin-top: 6px;
  overflow: visible;
  position: relative
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,
.components-dropdown-menu__menu .components-menu-item.has-separator:before {
  background-color: #ddd;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -3px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.components-dropdown-menu__menu .components-menu-item.is-active svg {
  background: #1e1e1e;
  border-radius: 1px;
  box-shadow: 0 0 0 1px #1e1e1e;
  color: #fff
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg,
.components-dropdown-menu__menu .components-menu-item>svg {
  border-radius: 2px;
  height: 24px;
  width: 24px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,
.components-dropdown-menu__menu .components-menu-item.is-icon-only {
  width: auto
}

.components-dropdown-menu__menu .components-menu-item__button,
.components-dropdown-menu__menu .components-menu-item__button.components-button {
  height: auto;
  min-height: 36px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left
}

.components-dropdown-menu__menu .components-menu-group {
  margin: 0 -8px;
  padding: 8px
}

.components-dropdown-menu__menu .components-menu-group:first-child {
  margin-top: -8px
}

.components-dropdown-menu__menu .components-menu-group:last-child {
  margin-bottom: -8px
}

.components-dropdown-menu__menu .components-menu-group+.components-menu-group {
  border-top: 1px solid #ccc;
  margin-top: 0;
  padding: 8px
}

.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group {
  border-color: #1e1e1e
}

.components-duotone-picker__color-indicator:before {
  background: 0 0
}

.components-duotone-picker__color-indicator>.components-button,
.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled) {
  background: linear-gradient(-45deg, transparent 48%, #ddd 0, #ddd 52%, transparent 0);
  color: transparent
}

.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active {
  color: transparent
}

.components-form-toggle {
  display: inline-block;
  position: relative
}

.components-form-toggle .components-form-toggle__track {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 9px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 18px;
  transition: background .2s ease;
  vertical-align: top;
  width: 36px
}

@media(prefers-reduced-motion:reduce) {
  .components-form-toggle .components-form-toggle__track {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-form-toggle .components-form-toggle__thumb {
  background-color: #1e1e1e;
  border: 5px solid #1e1e1e;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform .1s ease;
  width: 12px
}

@media(prefers-reduced-motion:reduce) {
  .components-form-toggle .components-form-toggle__thumb {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-form-toggle.is-checked .components-form-toggle__track {
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  border: 9px solid transparent
}

.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline: 2px solid transparent;
  outline-offset: 2px
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
  background-color: #fff;
  border-width: 0;
  transform: translateX(18px)
}

.components-disabled .components-form-toggle,
.components-form-toggle.is-disabled {
  opacity: .3
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
  background: 0 0
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
  content: ""
}

.components-form-token-field__input-container {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  cursor: text;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 0;
  transition: box-shadow .1s linear;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-form-token-field__input-container {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal
  }
}

.components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd
}

.components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
  background: inherit;
  border: 0;
  box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  flex: 1;
  font-family: inherit;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%
}

@media(min-width:600px) {
  .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px
  }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
  width: auto
}

.components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal
}

.components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575
}

.components-form-token-field__token.is-borderless {
  padding: 0 24px 0 0;
  position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: 0 0;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: 0 0;
  color: #757575;
  padding: 0;
  position: absolute;
  right: 0;
  top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
  border-radius: 4px 0 0 4px;
  color: #cc1818;
  padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
  cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

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

  .components-form-token-field__remove-token.components-button,
  .components-form-token-field__token-text {
    animation-delay: 0s;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-form-token-field__token-text {
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
  border-radius: 0 2px 2px 0;
  color: #1e1e1e;
  cursor: pointer;
  line-height: 10px;
  overflow: initial;
  padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e
}

.components-form-token-field__suggestions-list {
  border-top: 1px solid var(--wp-components-color-gray-600, #949494);
  flex: 1 0 100%;
  list-style: none;
  margin: 0;
  max-height: 9em;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  color: #fff
}

.components-form-token-field__suggestion-match {
  text-decoration: underline
}

@media(min-width:600px) {
  .components-guide {
    width: 600px
  }
}

.components-guide .components-modal__content {
  border-radius: 2px;
  margin-top: 0;
  padding: 0
}

.components-guide .components-modal__content:before {
  content: none
}

.components-guide .components-modal__header {
  border-bottom: none;
  height: 60px;
  padding: 0;
  position: sticky
}

.components-guide .components-modal__header .components-button {
  align-self: flex-start;
  margin: 8px 8px 0 0;
  position: static
}

.components-guide .components-modal__header .components-button:hover svg {
  fill: #fff
}

.components-guide__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -60px;
  min-height: 100%
}

.components-guide__page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

@media(min-width:600px) {
  .components-guide__page {
    min-height: 300px
  }
}

.components-guide__footer {
  align-content: center;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 0 24px;
  padding: 0 32px;
  position: relative;
  width: 100%
}

.components-guide__page-control {
  margin: 0;
  text-align: center
}

.components-guide__page-control li {
  display: inline-block;
  margin: 0
}

.components-guide__page-control .components-button {
  height: 30px;
  margin: -6px 0;
  min-width: 20px
}

.components-modal__frame.components-guide {
  border: none;
  height: 80vh;
  max-height: 575px;
  min-width: 312px
}

@media(max-width:600px) {
  .components-modal__frame.components-guide {
    margin: auto;
    max-width: calc(100vw - 32px)
  }
}

.components-button.components-guide__back-button,
.components-button.components-guide__finish-button,
.components-button.components-guide__forward-button {
  height: 30px;
  position: absolute
}

.components-button.components-guide__back-button,
.components-button.components-guide__forward-button {
  font-size: 13px;
  padding: 4px 2px
}

.components-button.components-guide__back-button.has-text svg,
.components-button.components-guide__forward-button.has-text svg {
  margin: 0
}

.components-button.components-guide__back-button:hover,
.components-button.components-guide__forward-button:hover {
  text-decoration: underline
}

.components-button.components-guide__back-button {
  left: 32px
}

.components-button.components-guide__forward-button {
  color: #1386bf;
  font-weight: 700;
  right: 32px
}

.components-button.components-guide__finish-button {
  right: 32px
}

[role=region] {
  position: relative
}

.is-focusing-regions [role=region]:focus:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000
}

.is-focusing-regions .editor-post-publish-panel,
.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel,
.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,
.is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,
.is-focusing-regions [role=region]:focus:after,
.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header {
  outline: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline-offset: -4px
}

.components-menu-group+.components-menu-group {
  border-top: 1px solid #1e1e1e;
  margin-top: 8px;
  padding-top: 8px
}

.components-menu-group+.components-menu-group.has-hidden-separator {
  border-top: none;
  margin-top: 0;
  padding-top: 0
}

.components-menu-group__label {
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 4px;
  padding: 0 8px;
  text-transform: uppercase;
  white-space: nowrap
}

.components-menu-item__button,
.components-menu-item__button.components-button {
  width: 100%
}

.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
  box-sizing: initial;
  padding-right: 48px
}

.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button.components-button .components-menu-items__item-icon {
  display: inline-block;
  flex: 0 0 auto
}

.components-menu-item__button .components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
  margin-left: 24px;
  margin-right: -2px
}

.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right {
  margin-left: 8px
}

.components-menu-item__button .block-editor-block-icon,
.components-menu-item__button.components-button .block-editor-block-icon {
  margin-left: -2px;
  margin-right: 8px
}

.components-menu-item__button.components-button.is-primary,
.components-menu-item__button.is-primary {
  justify-content: center
}

.components-menu-item__button.components-button.is-primary .components-menu-item__item,
.components-menu-item__button.is-primary .components-menu-item__item {
  margin-right: 0
}

.components-menu-item__button.components-button:disabled.is-tertiary,
.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,
.components-menu-item__button:disabled.is-tertiary,
.components-menu-item__button[aria-disabled=true].is-tertiary {
  background: 0 0;
  color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1));
  opacity: .3
}

.components-menu-item__info-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: auto
}

.components-menu-item__info {
  color: #757575;
  font-size: 12px;
  margin-top: 4px;
  white-space: normal
}

.components-menu-item__item {
  align-items: center;
  display: inline-flex;
  margin-right: auto;
  min-width: 160px;
  white-space: nowrap
}

.components-menu-item__shortcut {
  align-self: center;
  color: currentColor;
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding-left: 24px
}

@media(min-width:480px) {
  .components-menu-item__shortcut {
    display: inline
  }
}

.components-menu-items-choice svg,
.components-menu-items-choice.components-button svg {
  margin-right: 12px
}

.components-menu-items-choice.components-button.has-icon,
.components-menu-items-choice.has-icon {
  padding-left: 12px
}

.components-modal__screen-overlay {
  animation: edit-post__fade-in-animation .2s ease-out 0s;
  animation-fill-mode: forwards;
  background-color: rgba(0, 0, 0, .35);
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000
}

@media(prefers-reduced-motion:reduce) {
  .components-modal__screen-overlay {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.components-modal__frame {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 .7px 1px rgba(0, 0, 0, .15), 0 2.7px 3.8px -.2px rgba(0, 0, 0, .15), 0 5.5px 7.8px -.3px rgba(0, 0, 0, .15), .1px 11.5px 16.4px -.5px rgba(0, 0, 0, .15);
  display: flex;
  margin: 0;
  overflow: hidden;
  width: 100%
}

@media(min-width:600px) {
  .components-modal__frame {
    animation: components-modal__appear-animation .1s ease-out;
    animation-fill-mode: forwards;
    margin: auto;
    max-height: calc(100% - 120px);
    max-width: calc(100% - 32px);
    min-width: 360px;
    width: auto
  }
}

@media(min-width:600px) and (prefers-reduced-motion:reduce) {
  .components-modal__frame {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

@media(min-width:600px) {
  .components-modal__frame.is-full-screen {
    min-height: 90vh;
    width: 90vw
  }
}

@media(min-width:960px) {
  .components-modal__frame {
    max-height: 70%
  }
}

@keyframes components-modal__appear-animation {
  0% {
    transform: translateY(32px)
  }

  to {
    transform: translateY(0)
  }
}

.components-modal__header {
  align-items: center;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 32px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.components-modal__header .components-modal__header-heading {
  font-size: 1.2rem;
  font-weight: 600
}

.components-modal__header h1 {
  line-height: 1;
  margin: 0
}

.components-modal__header .components-button {
  left: 8px;
  position: relative
}

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
  border-bottom-color: #ddd
}

.components-modal__header+p {
  margin-top: 0
}

.components-modal__header-heading-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: left
}

.components-modal__header-icon-container {
  display: inline-block
}

.components-modal__header-icon-container svg {
  max-height: 36px;
  max-width: 36px;
  padding: 8px
}

.components-modal__content {
  flex: 1;
  margin-top: 76px;
  overflow: auto;
  padding: 0 32px 32px
}

.components-modal__content.hide-header {
  margin-top: 0;
  padding-top: 24px
}

.components-notice {
  align-items: center;
  background-color: #fff;
  border-left: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  margin: 5px 15px 2px;
  padding: 8px 12px
}

.components-notice.is-dismissible {
  padding-right: 36px;
  position: relative
}

.components-notice.is-success {
  background-color: #eff9f1;
  border-left-color: #4ab866
}

.components-notice.is-warning {
  background-color: #fef8ee;
  border-left-color: #f0b849
}

.components-notice.is-error {
  background-color: #f4a2a2;
  border-left-color: #cc1818
}

.components-notice__content {
  flex-grow: 1;
  margin: 4px 25px 4px 0
}

.components-notice__actions {
  display: flex;
  flex-wrap: wrap
}

.components-notice__action.components-button {
  margin-right: 8px
}

.components-notice__action.components-button,
.components-notice__action.components-button.is-link {
  margin-left: 12px
}

.components-notice__action.components-button.is-secondary {
  vertical-align: initial
}

.components-notice__dismiss {
  align-self: flex-start;
  color: #757575;
  flex-shrink: 0
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  background-color: transparent;
  color: #1e1e1e
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  box-shadow: none
}

.components-notice-list {
  box-sizing: border-box;
  max-width: 100vw
}

.components-notice-list .components-notice__content {
  line-height: 2;
  margin-bottom: 12px;
  margin-top: 12px
}

.components-notice-list .components-notice__action.components-button {
  display: block;
  margin-left: 0;
  margin-top: 8px
}

.components-panel {
  background: #fff;
  border: 1px solid #e0e0e0
}

.components-panel>.components-panel__body:first-child,
.components-panel>.components-panel__header:first-child {
  margin-top: -1px
}

.components-panel>.components-panel__body:last-child,
.components-panel>.components-panel__header:last-child {
  border-bottom-width: 0
}

.components-panel+.components-panel {
  margin-top: -1px
}

.components-panel__body {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0
}

.components-panel__body h3 {
  margin: 0 0 .5em
}

.components-panel__body.is-opened {
  padding: 16px
}

.components-panel__header {
  align-items: center;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  display: flex;
  height: 47px;
  justify-content: space-between;
  padding: 0 16px
}

.components-panel__header h2 {
  color: inherit;
  font-size: inherit;
  margin: 0
}

.components-panel__body+.components-panel__body,
.components-panel__body+.components-panel__header,
.components-panel__header+.components-panel__body,
.components-panel__header+.components-panel__header {
  margin-top: -1px
}

.components-panel__body>.components-panel__body-title {
  display: block;
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  transition: background .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .components-panel__body>.components-panel__body-title {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-panel__body.is-opened>.components-panel__body-title {
  margin: -16px -16px 5px
}

.components-panel__body>.components-panel__body-title:hover {
  background: #f0f0f0;
  border: none
}

.components-panel__body-toggle.components-button {
  border: none;
  box-shadow: none;
  color: #1e1e1e;
  font-weight: 500;
  height: auto;
  outline: none;
  padding: 16px 48px 16px 16px;
  position: relative;
  text-align: left;
  transition: background .1s ease-in-out;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-panel__body-toggle.components-button {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-panel__body-toggle.components-button:focus {
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-panel__body-toggle.components-button .components-panel__arrow {
  fill: currentColor;
  color: #1e1e1e;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: color .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .components-panel__body-toggle.components-button .components-panel__arrow {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
  -ms-filter: fliph;
  filter: FlipH;
  margin-top: -10px;
  transform: scaleX(-1)
}

.components-panel__icon {
  color: #757575;
  margin: -2px 0 -2px 6px
}

.components-panel__body-toggle-icon {
  margin-right: -5px
}

.components-panel__color-title {
  float: left;
  height: 19px
}

.components-panel__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  min-height: 36px
}

.components-panel__row select {
  min-width: 0
}

.components-panel__row label {
  flex-shrink: 0;
  margin-right: 12px;
  max-width: 75%
}

.components-panel__row:empty,
.components-panel__row:first-of-type {
  margin-top: 0
}

.components-panel .circle-picker {
  padding-bottom: 20px
}

.components-placeholder.components-placeholder {
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  box-sizing: border-box;
  color: #1e1e1e;
  margin: 0;
  min-height: 200px;
  outline: 1px solid transparent;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%
}

@supports(position:sticky) {
  .components-placeholder.components-placeholder {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.components-placeholder__error,
.components-placeholder__fieldset,
.components-placeholder__instructions,
.components-placeholder__label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px
}

.components-placeholder__label {
  align-items: center;
  display: flex;
  font-weight: 600;
  margin-bottom: 16px
}

.components-placeholder__label .block-editor-block-icon,
.components-placeholder__label .dashicon,
.components-placeholder__label>svg {
  fill: currentColor;
  margin-right: 12px
}

@media(forced-colors:active) {

  .components-placeholder__label .block-editor-block-icon,
  .components-placeholder__label .dashicon,
  .components-placeholder__label>svg {
    fill: CanvasText
  }
}

.components-placeholder__label:empty {
  display: none
}

.components-placeholder__fieldset,
.components-placeholder__fieldset form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.components-placeholder__fieldset form p,
.components-placeholder__fieldset p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px
}

.components-placeholder__fieldset.components-placeholder__fieldset {
  border: none;
  padding: 0
}

.components-placeholder__fieldset.components-placeholder__fieldset .components-placeholder__instructions {
  font-size: 1em;
  font-weight: 400;
  padding: 0
}

.components-placeholder__fieldset.is-column-layout,
.components-placeholder__fieldset.is-column-layout form {
  flex-direction: column
}

.components-placeholder__input[type=url] {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  flex: 1 1 auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 8px 0 0;
  padding: 6px 8px;
  transition: box-shadow .1s linear
}

@media(prefers-reduced-motion:reduce) {
  .components-placeholder__input[type=url] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-placeholder__input[type=url] {
    font-size: 13px;
    line-height: normal
  }
}

.components-placeholder__input[type=url]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-placeholder__input[type=url]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-placeholder__instructions {
  margin-bottom: 1em
}

.components-placeholder__error {
  margin-top: 1em;
  width: 100%
}

.components-placeholder__fieldset .components-button {
  margin-bottom: 12px;
  margin-right: 12px
}

.components-placeholder__fieldset .components-button:last-child {
  margin-bottom: 0;
  margin-right: 0
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link {
  margin-left: 10px;
  margin-right: 10px
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child {
  margin-right: 0
}

.components-placeholder.is-large .components-placeholder__label {
  font-size: 18pt;
  font-weight: 400
}

.components-placeholder.is-medium .components-placeholder__instructions,
.components-placeholder.is-small .components-placeholder__instructions {
  display: none
}

.components-placeholder.is-medium .components-placeholder__fieldset,
.components-placeholder.is-medium .components-placeholder__fieldset form,
.components-placeholder.is-small .components-placeholder__fieldset,
.components-placeholder.is-small .components-placeholder__fieldset form {
  flex-direction: column
}

.components-placeholder.is-medium .components-placeholder__fieldset .components-button,
.components-placeholder.is-small .components-placeholder__fieldset .components-button {
  margin-right: auto
}

.components-placeholder.is-small .components-button {
  padding: 0 8px 2px
}

.components-placeholder.has-illustration {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  backface-visibility: hidden;
  background-color: transparent;
  border-radius: 2px;
  box-shadow: none;
  color: inherit;
  display: flex;
  min-width: 100px;
  overflow: hidden
}

.is-dark-theme .components-placeholder.has-illustration {
  background-color: rgba(0, 0, 0, .1)
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
  margin-left: 0;
  margin-right: 0;
  width: auto
}

.components-placeholder.has-illustration .components-button,
.components-placeholder.has-illustration .components-placeholder__instructions,
.components-placeholder.has-illustration .components-placeholder__label {
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s linear
}

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

  .components-placeholder.has-illustration .components-button,
  .components-placeholder.has-illustration .components-placeholder__instructions,
  .components-placeholder.has-illustration .components-placeholder__label {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.is-selected>.components-placeholder.has-illustration .components-button,
.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,
.is-selected>.components-placeholder.has-illustration .components-placeholder__label {
  opacity: 1;
  pointer-events: auto
}

.components-placeholder.has-illustration:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.components-placeholder__preview {
  display: flex;
  justify-content: center
}

.components-placeholder__illustration {
  stroke: currentColor;
  box-sizing: content-box;
  height: 100%;
  left: 50%;
  opacity: .25;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.components-popover {
  will-change: transform;
  z-index: 1000000
}

.components-popover.is-expanded {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000 !important
}

.components-popover__content {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #ccc, 0 .7px 1px rgba(0, 0, 0, .1), 0 1.2px 1.7px -.2px rgba(0, 0, 0, .1), 0 2.3px 3.3px -.5px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  width: min-content
}

.is-alternate .components-popover__content {
  box-shadow: 0 0 0 1px #1e1e1e
}

.is-unstyled .components-popover__content {
  background: 0 0;
  border-radius: 0;
  box-shadow: none
}

.components-popover.is-expanded .components-popover__content {
  box-shadow: 0 -1px 0 0 #ccc;
  height: calc(100% - 48px);
  overflow-y: visible;
  position: static;
  width: auto
}

.components-popover.is-expanded.is-alternate .components-popover__content {
  box-shadow: 0 -1px 0 #1e1e1e
}

.components-popover__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 8px 0 16px
}

.components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.components-popover__close.components-button {
  z-index: 5
}

.components-popover__arrow {
  display: flex;
  height: 14px;
  pointer-events: none;
  position: absolute;
  width: 14px
}

.components-popover__arrow:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: -1px
}

.components-popover__arrow.is-top {
  bottom: -14px !important;
  transform: rotate(0)
}

.components-popover__arrow.is-right {
  left: -14px !important;
  transform: rotate(90deg)
}

.components-popover__arrow.is-bottom {
  top: -14px !important;
  transform: rotate(180deg)
}

.components-popover__arrow.is-left {
  right: -14px !important;
  transform: rotate(-90deg)
}

.components-popover__triangle {
  display: block;
  flex: 1
}

.components-popover__triangle-bg {
  fill: #fff
}

.components-popover__triangle-border {
  fill: transparent;
  stroke-width: 1px;
  stroke: #ccc
}

.is-alternate .components-popover__triangle-border {
  stroke: #1e1e1e
}

.components-radio-control__input[type=radio] {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 transparent;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 24px;
  line-height: normal;
  margin-right: 6px;
  margin-top: 0;
  padding: 6px 8px;
  transition: box-shadow .1s linear;
  transition: none;
  width: 24px
}

@media(prefers-reduced-motion:reduce) {
  .components-radio-control__input[type=radio] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-radio-control__input[type=radio] {
    font-size: 13px;
    line-height: normal
  }
}

.components-radio-control__input[type=radio]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-radio-control__input[type=radio]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

@media(min-width:600px) {
  .components-radio-control__input[type=radio] {
    height: 20px;
    width: 20px
  }
}

.components-radio-control__input[type=radio]:checked:before {
  background-color: #fff;
  border: 4px solid #fff;
  box-sizing: inherit;
  height: 8px;
  margin: 0;
  transform: translate(7px, 7px);
  width: 8px
}

@media(min-width:600px) {
  .components-radio-control__input[type=radio]:checked:before {
    transform: translate(5px, 5px)
  }
}

.components-radio-control__input[type=radio]:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-radio-control__input[type=radio]:checked {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color)
}

.components-resizable-box__handle {
  display: none;
  height: 23px;
  width: 23px;
  z-index: 2
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
  display: block
}

.components-resizable-box__container>img {
  width: inherit
}

.components-resizable-box__handle:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  content: "";
  cursor: inherit;
  display: block;
  height: 15px;
  outline: 2px solid transparent;
  position: absolute;
  right: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 15px
}

.components-resizable-box__side-handle:before {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  border-radius: 2px;
  content: "";
  cursor: inherit;
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  right: calc(50% - 1px);
  top: calc(50% - 1px);
  transition: transform .1s ease-in;
  width: 3px;
  will-change: transform
}

@media(prefers-reduced-motion:reduce) {
  .components-resizable-box__side-handle:before {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-resizable-box__corner-handle,
.components-resizable-box__side-handle {
  z-index: 2
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top,
.components-resizable-box__side-handle.components-resizable-box__handle-top:before {
  border-left: 0;
  border-right: 0;
  left: 0;
  width: 100%
}

.components-resizable-box__side-handle.components-resizable-box__handle-left,
.components-resizable-box__side-handle.components-resizable-box__handle-left:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right,
.components-resizable-box__side-handle.components-resizable-box__handle-right:before {
  border-bottom: 0;
  border-top: 0;
  height: 100%;
  top: 0
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
  animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
  animation-fill-mode: forwards
}

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

  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
  animation: components-resizable-box__left-right-animation .1s ease-out 0s;
  animation-fill-mode: forwards
}

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

  .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
  @supports(-webkit-appearance:none) {

    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
      animation: none
    }
  }
}

@keyframes components-resizable-box__top-bottom-animation {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes components-resizable-box__left-right-animation {
  0% {
    opacity: 0;
    transform: scaleY(0)
  }

  to {
    opacity: 1;
    transform: scaleY(1)
  }
}

/*!rtl:begin:ignore*/
.components-resizable-box__handle-right {
  right: -11.5px
}

.components-resizable-box__handle-left {
  left: -11.5px
}

.components-resizable-box__handle-top {
  top: -11.5px
}

.components-resizable-box__handle-bottom {
  bottom: -11.5px
}

/*!rtl:end:ignore*/
.components-responsive-wrapper {
  max-width: 100%;
  position: relative
}

.components-responsive-wrapper,
.components-responsive-wrapper>span {
  display: block
}

.components-responsive-wrapper__content {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.components-sandbox {
  overflow: hidden
}

iframe.components-sandbox {
  width: 100%
}

body.lockscroll,
html.lockscroll {
  overflow: hidden
}

.components-search-control {
  position: relative
}

.components-search-control input[type=search].components-search-control__input {
  background: #f0f0f0;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 48px 16px 16px;
  transition: box-shadow .1s linear;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .components-search-control input[type=search].components-search-control__input {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .components-search-control input[type=search].components-search-control__input {
    font-size: 13px;
    line-height: normal
  }
}

.components-search-control input[type=search].components-search-control__input:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-search-control input[type=search].components-search-control__input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-search-control input[type=search].components-search-control__input::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-search-control input[type=search].components-search-control__input:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

@media(min-width:600px) {
  .components-search-control input[type=search].components-search-control__input {
    font-size: 13px
  }
}

.components-search-control input[type=search].components-search-control__input:focus {
  background: #fff;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-search-control input[type=search].components-search-control__input::placeholder {
  color: #757575
}

.components-search-control input[type=search].components-search-control__input::-webkit-search-cancel-button,
.components-search-control input[type=search].components-search-control__input::-webkit-search-decoration,
.components-search-control input[type=search].components-search-control__input::-webkit-search-results-button,
.components-search-control input[type=search].components-search-control__input::-webkit-search-results-decoration {
  -webkit-appearance: none
}

.components-search-control__icon {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 12px;
  top: 0
}

.components-search-control__icon>svg {
  margin: 8px 0
}

.components-search-control__input-wrapper {
  position: relative
}

.components-select-control__input {
  -webkit-tap-highlight-color: transparent !important;
  outline: 0
}

@media(max-width:782px) {
  .components-base-control .components-base-control__field .components-select-control__input {
    font-size: 16px
  }
}

.components-snackbar {
  background-color: #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  max-width: 600px;
  padding: 16px 24px;
  pointer-events: auto;
  width: 100%
}

@media(min-width:600px) {
  .components-snackbar {
    width: -moz-fit-content;
    width: fit-content
  }
}

.components-snackbar:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-snackbar.components-snackbar-explicit-dismiss {
  cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
  margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
  left: 28px;
  position: absolute;
  top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 32px
}

.components-snackbar__action.components-button {
  color: #fff;
  flex-shrink: 0;
  height: auto;
  line-height: 1.4;
  margin-left: 32px;
  padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
  background-color: transparent;
  text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
  box-shadow: none;
  color: #fff;
  outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

.components-snackbar__content {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  line-height: 1.4
}

.components-snackbar-list {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 100000
}

.components-snackbar-list__notice-container {
  padding-top: 8px;
  position: relative
}

.components-tab-panel__tabs {
  align-items: stretch;
  display: flex;
  flex-direction: row
}

.components-tab-panel__tabs[aria-orientation=vertical] {
  flex-direction: column
}

.components-tab-panel__tabs-item {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-weight: 500;
  height: 48px;
  margin-left: 0;
  padding: 3px 16px;
  position: relative
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
  box-shadow: none;
  outline: none;
  position: relative
}

.components-tab-panel__tabs-item:after {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  border-radius: 0;
  bottom: 0;
  content: "";
  height: calc(var(--wp-admin-border-width-focus)*0);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: all .1s linear
}

@media(prefers-reduced-motion:reduce) {
  .components-tab-panel__tabs-item:after {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-tab-panel__tabs-item.is-active:after {
  height: calc(var(--wp-admin-border-width-focus)*1);
  outline: 2px solid transparent;
  outline-offset: -1px
}

.components-tab-panel__tabs-item:before {
  border-radius: 2px;
  bottom: 12px;
  box-shadow: 0 0 0 0 transparent;
  content: "";
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: all .1s linear
}

@media(prefers-reduced-motion:reduce) {
  .components-tab-panel__tabs-item:before {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-tab-panel__tabs-item:focus-visible:before {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  outline: 2px solid transparent
}

.components-text-control__input,
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=datetime],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number],
.components-text-control__input[type=password],
.components-text-control__input[type=tel],
.components-text-control__input[type=text],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week] {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 6px 8px;
  transition: box-shadow .1s linear;
  width: 100%
}

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

  .components-text-control__input,
  .components-text-control__input[type=color],
  .components-text-control__input[type=date],
  .components-text-control__input[type=datetime-local],
  .components-text-control__input[type=datetime],
  .components-text-control__input[type=email],
  .components-text-control__input[type=month],
  .components-text-control__input[type=number],
  .components-text-control__input[type=password],
  .components-text-control__input[type=tel],
  .components-text-control__input[type=text],
  .components-text-control__input[type=time],
  .components-text-control__input[type=url],
  .components-text-control__input[type=week] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {

  .components-text-control__input,
  .components-text-control__input[type=color],
  .components-text-control__input[type=date],
  .components-text-control__input[type=datetime-local],
  .components-text-control__input[type=datetime],
  .components-text-control__input[type=email],
  .components-text-control__input[type=month],
  .components-text-control__input[type=number],
  .components-text-control__input[type=password],
  .components-text-control__input[type=tel],
  .components-text-control__input[type=text],
  .components-text-control__input[type=time],
  .components-text-control__input[type=url],
  .components-text-control__input[type=week] {
    font-size: 13px;
    line-height: normal
  }
}

.components-text-control__input:focus,
.components-text-control__input[type=color]:focus,
.components-text-control__input[type=date]:focus,
.components-text-control__input[type=datetime-local]:focus,
.components-text-control__input[type=datetime]:focus,
.components-text-control__input[type=email]:focus,
.components-text-control__input[type=month]:focus,
.components-text-control__input[type=number]:focus,
.components-text-control__input[type=password]:focus,
.components-text-control__input[type=tel]:focus,
.components-text-control__input[type=text]:focus,
.components-text-control__input[type=time]:focus,
.components-text-control__input[type=url]:focus,
.components-text-control__input[type=week]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.components-text-control__input::-webkit-input-placeholder,
.components-text-control__input[type=color]::-webkit-input-placeholder,
.components-text-control__input[type=date]::-webkit-input-placeholder,
.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.components-text-control__input[type=datetime]::-webkit-input-placeholder,
.components-text-control__input[type=email]::-webkit-input-placeholder,
.components-text-control__input[type=month]::-webkit-input-placeholder,
.components-text-control__input[type=number]::-webkit-input-placeholder,
.components-text-control__input[type=password]::-webkit-input-placeholder,
.components-text-control__input[type=tel]::-webkit-input-placeholder,
.components-text-control__input[type=text]::-webkit-input-placeholder,
.components-text-control__input[type=time]::-webkit-input-placeholder,
.components-text-control__input[type=url]::-webkit-input-placeholder,
.components-text-control__input[type=week]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-text-control__input::-moz-placeholder,
.components-text-control__input[type=color]::-moz-placeholder,
.components-text-control__input[type=date]::-moz-placeholder,
.components-text-control__input[type=datetime-local]::-moz-placeholder,
.components-text-control__input[type=datetime]::-moz-placeholder,
.components-text-control__input[type=email]::-moz-placeholder,
.components-text-control__input[type=month]::-moz-placeholder,
.components-text-control__input[type=number]::-moz-placeholder,
.components-text-control__input[type=password]::-moz-placeholder,
.components-text-control__input[type=tel]::-moz-placeholder,
.components-text-control__input[type=text]::-moz-placeholder,
.components-text-control__input[type=time]::-moz-placeholder,
.components-text-control__input[type=url]::-moz-placeholder,
.components-text-control__input[type=week]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.components-text-control__input:-ms-input-placeholder,
.components-text-control__input[type=color]:-ms-input-placeholder,
.components-text-control__input[type=date]:-ms-input-placeholder,
.components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.components-text-control__input[type=datetime]:-ms-input-placeholder,
.components-text-control__input[type=email]:-ms-input-placeholder,
.components-text-control__input[type=month]:-ms-input-placeholder,
.components-text-control__input[type=number]:-ms-input-placeholder,
.components-text-control__input[type=password]:-ms-input-placeholder,
.components-text-control__input[type=tel]:-ms-input-placeholder,
.components-text-control__input[type=text]:-ms-input-placeholder,
.components-text-control__input[type=time]:-ms-input-placeholder,
.components-text-control__input[type=url]:-ms-input-placeholder,
.components-text-control__input[type=week]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.components-tip {
  color: #757575;
  display: flex
}

.components-tip svg {
  fill: #f0b849;
  align-self: center;
  flex-shrink: 0;
  margin-right: 16px
}

.components-tip p {
  margin: 0
}

.components-accessible-toolbar {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  display: inline-flex;
  flex-shrink: 0
}

.components-accessible-toolbar>.components-toolbar-group:last-child {
  border-right: none
}

.components-accessible-toolbar .components-button,
.components-toolbar .components-button {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1
}

.components-accessible-toolbar .components-button:focus:not(:disabled),
.components-toolbar .components-button:focus:not(:disabled) {
  box-shadow: none;
  outline: none
}

.components-accessible-toolbar .components-button:before,
.components-toolbar .components-button:before {
  animation: components-button__appear-animation .1s ease;
  animation-fill-mode: forwards;
  border-radius: 2px;
  content: "";
  display: block;
  height: 32px;
  left: 8px;
  position: absolute;
  right: 8px;
  z-index: -1
}

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

  .components-accessible-toolbar .components-button:before,
  .components-toolbar .components-button:before {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.components-accessible-toolbar .components-button svg,
.components-toolbar .components-button svg {
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.components-accessible-toolbar .components-button.is-pressed,
.components-accessible-toolbar .components-button.is-pressed:hover,
.components-toolbar .components-button.is-pressed,
.components-toolbar .components-button.is-pressed:hover {
  background: 0 0
}

.components-accessible-toolbar .components-button.is-pressed:before,
.components-toolbar .components-button.is-pressed:before {
  background: #1e1e1e
}

.components-accessible-toolbar .components-button:focus:before,
.components-toolbar .components-button:focus:before {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
  outline: 2px solid transparent
}

.components-accessible-toolbar .components-button.has-icon.has-icon,
.components-toolbar .components-button.has-icon.has-icon {
  min-width: 48px;
  padding-left: 12px;
  padding-right: 12px
}

.components-accessible-toolbar .components-button.components-tab-button,
.components-toolbar .components-button.components-tab-button {
  font-weight: 500
}

.components-accessible-toolbar .components-button.components-tab-button span,
.components-toolbar .components-button.components-tab-button span {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  position: relative
}

@keyframes components-button__appear-animation {
  0% {
    transform: scaleY(0)
  }

  to {
    transform: scaleY(1)
  }
}

.components-toolbar__control.components-button {
  position: relative
}

.components-toolbar__control.components-button[data-subscript] svg {
  padding: 5px 10px 5px 0
}

.components-toolbar__control.components-button[data-subscript]:after {
  bottom: 10px;
  content: attr(data-subscript);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  right: 8px
}

.components-toolbar__control.components-button:active:before {
  display: none
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
  color: #fff
}

.components-toolbar-group {
  background-color: #fff;
  border-right: 1px solid #1e1e1e;
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  line-height: 0;
  min-height: 48px;
  padding-left: 6px;
  padding-right: 6px
}

.components-toolbar-group .components-toolbar-group.components-toolbar-group {
  border-width: 0;
  margin: 0
}

.components-toolbar-group .components-button.components-button,
.components-toolbar-group .components-button.has-icon.has-icon {
  min-width: 36px;
  padding-left: 6px;
  padding-right: 6px
}

.components-toolbar-group .components-button.components-button svg,
.components-toolbar-group .components-button.has-icon.has-icon svg {
  min-width: 24px
}

.components-toolbar-group .components-button.components-button:before,
.components-toolbar-group .components-button.has-icon.has-icon:before {
  left: 2px;
  right: 2px
}

.components-toolbar {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin: 0;
  min-height: 48px
}

.components-toolbar .components-toolbar.components-toolbar {
  border-width: 0;
  margin: 0
}

div.components-toolbar>div {
  display: block;
  margin: 0
}

@supports(position:sticky) {
  div.components-toolbar>div {
    display: flex
  }
}

div.components-toolbar>div+div.has-left-divider {
  margin-left: 6px;
  overflow: visible;
  position: relative
}

div.components-toolbar>div+div.has-left-divider:before {
  background-color: #ddd;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  height: 20px;
  left: -3px;
  position: absolute;
  top: 8px;
  width: 1px
}

.components-tooltip.components-popover {
  z-index: 1000002
}

.components-tooltip.components-popover .components-popover__content {
  min-width: min-content
}

.components-tooltip .components-popover__content {
  background: var(--wp-components-color-foreground, #1e1e1e);
  border-radius: 2px;
  border-width: 0;
  box-shadow: none;
  color: var(--wp-components-color-foreground-inverted, #fff);
  font-size: 12px;
  line-height: 1.4;
  outline: none;
  padding: 4px 8px;
  text-align: center;
  white-space: nowrap
}

.components-tooltip__shortcut {
  display: inline-block;
  margin-left: 8px
}

.disabled-element-wrapper {
  position: relative
}

.disabled-element-wrapper .event-catcher {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100002
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

.block-editor-autocompleters__block {
  white-space: nowrap
}

.block-editor-autocompleters__block .block-editor-block-icon {
  margin-right: 8px
}

.block-editor-autocompleters__link {
  white-space: nowrap
}

.block-editor-autocompleters__link .block-editor-block-icon {
  margin-right: 8px
}

.block-editor-block-alignment-control__menu-group .components-menu-item__info {
  margin-top: 0
}

.block-editor-block-icon {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px
}

.block-editor-block-icon.has-colors svg {
  fill: currentColor
}

@media(forced-colors:active) {
  .block-editor-block-icon.has-colors svg {
    fill: CanvasText
  }
}

.block-editor-block-icon svg {
  max-height: 24px;
  max-width: 24px;
  min-height: 20px;
  min-width: 20px
}

.block-editor-block-inspector p:not(.components-base-control__help) {
  margin-top: 0
}

.block-editor-block-inspector h2,
.block-editor-block-inspector h3 {
  color: #1e1e1e;
  font-size: 13px;
  margin-bottom: 1.5em
}

.block-editor-block-inspector .components-base-control {
  margin-bottom: 24px
}

.block-editor-block-inspector .components-base-control:last-child {
  margin-bottom: 8px
}

.block-editor-block-inspector .components-focal-point-picker-control .components-base-control {
  margin-bottom: 0
}

.block-editor-block-inspector .components-panel__body {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px
}

.block-editor-block-inspector .block-editor-block-card {
  padding: 16px
}

.block-editor-block-inspector__no-block-tools,
.block-editor-block-inspector__no-blocks {
  background: #fff;
  display: block;
  font-size: 13px;
  padding: 32px 16px;
  text-align: center
}

.block-editor-block-inspector__no-block-tools {
  border-top: 1px solid #ddd
}

.block-editor-block-inspector__tab-item {
  flex: 1 1 0%
}

.block-editor-block-inspector__block-buttons-container {
  border-top: 1px solid #e0e0e0;
  padding: 16px
}

.block-editor-block-list__insertion-point {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.block-editor-block-list__insertion-point-indicator {
  background: var(--wp-admin-theme-color);
  border-radius: 2px;
  opacity: 0;
  position: absolute;
  transform-origin: center;
  will-change: transform, opacity
}

.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator {
  height: 4px;
  top: calc(50% - 2px);
  width: 100%
}

.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator {
  bottom: 0;
  left: calc(50% - 2px);
  top: 0;
  width: 4px
}

.block-editor-block-list__insertion-point-inserter {
  display: none;
  justify-content: center;
  left: calc(50% - 12px);
  position: absolute;
  top: calc(50% - 12px);
  will-change: transform
}

@media(min-width:480px) {
  .block-editor-block-list__insertion-point-inserter {
    display: flex
  }
}

.block-editor-block-list__block-side-inserter-popover .components-popover__content>div {
  pointer-events: none
}

.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>* {
  pointer-events: all
}

.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
  background: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  height: 24px;
  min-width: 24px;
  padding: 0
}

.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
  background: var(--wp-admin-theme-color);
  color: #fff
}

.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
  background: var(--wp-admin-theme-color)
}

.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
  background: #1e1e1e
}

.block-editor-block-contextual-toolbar {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  display: inline-flex
}

.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group {
  border-right-color: #1e1e1e
}

.block-editor-block-contextual-toolbar.is-fixed {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  display: block;
  min-height: 48px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 31
}

.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar,
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar-group {
  border-right-color: #e0e0e0
}

.block-editor-block-list__block-selection-button {
  background-color: #1e1e1e;
  border-radius: 2px;
  display: inline-flex;
  font-size: 13px;
  height: 48px;
  padding: 0 12px;
  z-index: 22
}

.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content {
  align-items: center;
  display: inline-flex;
  margin: auto
}

.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content>.components-flex__item {
  margin-right: 6px
}

.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle {
  cursor: grab;
  height: 24px;
  margin-left: -2px;
  min-width: 24px;
  padding: 0
}

.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg {
  min-height: 18px;
  min-width: 18px
}

.block-editor-block-list__block-selection-button .block-editor-block-icon {
  color: #fff;
  font-size: 13px;
  height: 48px
}

.block-editor-block-list__block-selection-button .components-button {
  color: #fff;
  display: flex;
  height: 48px;
  min-width: 36px
}

.block-editor-block-list__block-selection-button .components-button:focus {
  border: none;
  box-shadow: none
}

.block-editor-block-list__block-selection-button .components-button:active,
.block-editor-block-list__block-selection-button .components-button[aria-disabled=true]:hover {
  color: #fff
}

.block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button {
  padding: 0
}

.block-editor-block-list__block-selection-button .block-editor-block-mover {
  background: unset;
  border: none
}

@keyframes hide-during-dragging {
  to {
    position: fixed;
    transform: translate(9999px, 9999px)
  }
}

.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar,
.components-popover.block-editor-block-list__block-popover .block-editor-block-list__block-selection-button {
  margin-bottom: 12px;
  margin-top: 12px;
  pointer-events: all
}

.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible {
  visibility: hidden
}

.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
  animation: hide-during-dragging 1ms linear forwards;
  opacity: 0
}

.is-dragging-components-draggable .components-tooltip {
  display: none
}

.block-editor-block-lock-modal {
  z-index: 1000001
}

@media(min-width:600px) {
  .block-editor-block-lock-modal .components-modal__frame {
    max-width: 480px
  }
}

.block-editor-block-lock-modal__checklist {
  margin: 0
}

.block-editor-block-lock-modal__options-title {
  padding: 12px 0
}

.block-editor-block-lock-modal__options-title .components-checkbox-control__label {
  font-weight: 600
}

.block-editor-block-lock-modal__options-title .components-base-control__field {
  align-items: center;
  display: flex
}

.block-editor-block-lock-modal__checklist-item {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 12px 0 12px 32px
}

.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon {
  fill: #1e1e1e;
  flex-shrink: 0;
  margin-right: 12px
}

.block-editor-block-lock-modal__checklist-item:hover {
  background-color: #f0f0f0;
  border-radius: 2px
}

.block-editor-block-lock-modal__template-lock {
  border-top: 1px solid #ddd;
  margin-top: 16px;
  padding: 12px 0
}

.block-editor-block-lock-modal__template-lock .components-base-control__field {
  margin: 0
}

.block-editor-block-lock-modal__actions {
  margin-top: 24px
}

.block-editor-block-lock-toolbar .components-button.has-icon {
  min-width: 36px !important;
  padding-left: 0 !important
}

.block-editor-block-lock-toolbar .components-button.has-icon:focus:before {
  right: 8px !important
}

.block-editor-block-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0
}

.block-editor-block-breadcrumb li {
  display: inline-flex;
  margin: 0
}

.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator {
  fill: currentColor;
  margin-left: -4px;
  margin-right: -4px;
  transform: scaleX(1)
}

.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator {
  display: none
}

.block-editor-block-breadcrumb__button.components-button {
  height: 24px;
  line-height: 24px;
  padding: 0;
  position: relative
}

.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
  box-shadow: none;
  text-decoration: underline
}

.block-editor-block-breadcrumb__button.components-button:focus {
  box-shadow: none
}

.block-editor-block-breadcrumb__button.components-button:focus:before {
  border-radius: 2px;
  bottom: 1px;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px
}

.block-editor-block-breadcrumb__current {
  cursor: default
}

.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
  color: #1e1e1e;
  font-size: inherit;
  padding: 0 8px
}

.block-editor-block-card {
  align-items: flex-start;
  display: flex
}

.block-editor-block-card__content {
  flex-grow: 1;
  margin-bottom: 4px
}

.block-editor-block-card__title {
  font-weight: 500
}

.block-editor-block-card__title.block-editor-block-card__title {
  line-height: 24px;
  margin: 0 0 4px
}

.block-editor-block-card__description {
  font-size: 13px
}

.block-editor-block-card .block-editor-block-icon {
  flex: 0 0 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  width: 24px
}

.block-editor-block-card.is-synced .block-editor-block-icon {
  color: var(--wp-block-synced-color)
}

.block-editor-block-compare {
  height: auto
}

.block-editor-block-compare__wrapper {
  display: flex;
  padding-bottom: 16px
}

.block-editor-block-compare__wrapper>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
  min-width: 200px;
  padding: 0 16px 0 0;
  width: 50%
}

.block-editor-block-compare__wrapper>div button {
  float: right
}

.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
  border-left: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html {
  border-bottom: 1px solid #ddd;
  color: #1e1e1e;
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 12px;
  line-height: 1.7;
  padding-bottom: 15px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
  background-color: #e6ffed;
  padding-bottom: 3px;
  padding-top: 3px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
  background-color: #acf2bd
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
  background-color: #cc1818
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
  padding: 16px 0 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
  font-size: 12px;
  margin-top: 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__action {
  margin-top: 16px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
  font-size: 1em;
  font-weight: 400;
  margin: .67em 0
}

.block-editor-block-draggable-chip-wrapper {
  left: 0;
  position: absolute;
  top: -24px
}

.block-editor-block-draggable-chip {
  background-color: #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
  color: #fff;
  cursor: grabbing;
  display: inline-flex;
  height: 48px;
  padding: 0 13px;
  -webkit-user-select: none;
  user-select: none
}

.block-editor-block-draggable-chip svg {
  fill: currentColor
}

.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
  justify-content: flex-start;
  margin: auto
}

.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item {
  margin-right: 6px
}

.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child {
  margin-right: 0
}

.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg {
  min-height: 18px;
  min-width: 18px
}

.block-editor-block-draggable-chip .components-flex__item {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px
}

.block-editor-block-mover__move-button-container {
  border: none;
  display: flex;
  padding: 0
}

@media(min-width:600px) {
  .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
    flex-direction: column
  }

  .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>* {
    height: 24px;
    min-width: 0 !important;
    width: 100%
  }

  .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before {
    height: calc(100% - 4px)
  }

  .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg {
    flex-shrink: 0;
    top: 5px
  }

  .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg {
    bottom: 5px;
    flex-shrink: 0
  }

  .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container {
    width: 48px
  }

  .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>* {
    min-width: 0 !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24px
  }

  .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg {
    left: 5px
  }

  .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg {
    right: 5px
  }

  .block-editor-block-mover__drag-handle {
    min-width: 0 !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24px
  }
}

.components-button.block-editor-block-mover-button:before {
  animation: components-button__appear-animation .1s ease;
  animation-fill-mode: forwards;
  border-radius: 2px;
  content: "";
  display: block;
  height: 32px;
  left: 8px;
  position: absolute;
  right: 8px;
  z-index: -1
}

@media(prefers-reduced-motion:reduce) {
  .components-button.block-editor-block-mover-button:before {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.components-button.block-editor-block-mover-button:focus,
.components-button.block-editor-block-mover-button:focus:before,
.components-button.block-editor-block-mover-button:focus:enabled {
  box-shadow: none;
  outline: none
}

.components-button.block-editor-block-mover-button:focus-visible:before {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
  outline: 2px solid transparent
}

.block-editor-block-navigation__container {
  min-width: 280px
}

.block-editor-block-navigation__label {
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 12px;
  text-transform: uppercase
}

.block-editor-block-parent-selector {
  background: #fff;
  border-radius: 2px
}

.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  height: 48px;
  width: 48px
}

.block-editor-block-patterns-list__list-item {
  cursor: pointer;
  margin-bottom: 24px;
  position: relative
}

.block-editor-block-patterns-list__list-item.is-placeholder {
  min-height: 100px
}

.block-editor-block-patterns-list__list-item[draggable=true] .block-editor-block-preview__container {
  cursor: grab
}

.block-editor-block-patterns-list__item {
  height: 100%
}

.block-editor-block-patterns-list__item .block-editor-block-preview__container {
  align-items: center;
  border-radius: 4px;
  display: flex;
  overflow: hidden
}

.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title {
  font-size: 12px;
  padding-top: 8px;
  text-align: center
}

.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container {
  box-shadow: 0 0 0 2px var(--wp-admin-theme-color)
}

.block-editor-block-patterns-list__item:focus .block-editor-block-preview__container {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-block-patterns-list__item:focus .block-editor-block-patterns-list__item-title,
.block-editor-block-patterns-list__item:hover .block-editor-block-patterns-list__item-title {
  color: var(--wp-admin-theme-color)
}

.components-popover.block-editor-block-popover {
  margin: 0 !important;
  pointer-events: none;
  position: absolute;
  z-index: 31
}

.components-popover.block-editor-block-popover .components-popover__content {
  margin: 0 !important;
  min-width: auto;
  overflow-y: visible;
  width: max-content
}

.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween, .block-editor-block-popover__drop-zone, .block-editor-block-list__block-side-inserter-popover) .components-popover__content * {
  pointer-events: all
}

.components-popover.block-editor-block-popover__inbetween,
.components-popover.block-editor-block-popover__inbetween * {
  pointer-events: none
}

.components-popover.block-editor-block-popover__inbetween .is-with-inserter,
.components-popover.block-editor-block-popover__inbetween .is-with-inserter * {
  pointer-events: all
}

.components-popover.block-editor-block-popover__drop-zone * {
  pointer-events: none
}

.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground {
  background-color: var(--wp-admin-theme-color);
  border-radius: 2px;
  inset: 0;
  position: absolute
}

.block-editor-block-preview__container {
  overflow: hidden;
  position: relative;
  width: 100%
}

.block-editor-block-preview__container .block-editor-block-preview__content {
  left: 0;
  margin: 0;
  min-height: auto;
  overflow: visible;
  text-align: initial;
  top: 0;
  transform-origin: top left
}

.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender {
  display: none
}

.block-editor-block-preview__container:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
  padding: 0
}

.block-editor-block-styles+.default-style-picker__default-switcher {
  margin-top: 16px
}

.block-editor-block-styles__preview-panel {
  display: none;
  left: auto;
  position: absolute;
  right: 16px;
  z-index: 90
}

@media(min-width:782px) {
  .block-editor-block-styles__preview-panel {
    display: block
  }
}

.block-editor-block-styles__preview-panel .block-editor-inserter__preview-container {
  left: auto;
  position: static;
  right: auto;
  top: auto
}

.block-editor-block-styles__preview-panel .block-editor-block-card__title.block-editor-block-card__title {
  margin: 0
}

.block-editor-block-styles__preview-panel .block-editor-block-icon {
  display: none
}

.block-editor-block-styles__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between
}

.block-editor-block-styles__variants .block-editor-block-styles__item {
  box-shadow: inset 0 0 0 1px #ccc;
  color: #2f2f2f;
  display: inline-block;
  width: calc(50% - 4px)
}

.block-editor-block-styles__variants .block-editor-block-styles__item:focus,
.block-editor-block-styles__variants .block-editor-block-styles__item:hover {
  box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color);
  color: var(--wp-admin-theme-color)
}

.block-editor-block-styles__variants .block-editor-block-styles__item.is-active,
.block-editor-block-styles__variants .block-editor-block-styles__item.is-active:hover {
  background-color: #2f2f2f;
  box-shadow: none
}

.block-editor-block-styles__variants .block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,
.block-editor-block-styles__variants .block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text {
  color: #fff
}

.block-editor-block-styles__variants .block-editor-block-styles__item.is-active:focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--wp-admin-theme-color)
}

.block-editor-block-styles__variants .block-editor-block-styles__item-text {
  text-align: start;
  text-align-last: center;
  white-space: normal;
  word-break: break-all
}

.block-editor-block-styles__block-preview-container,
.block-editor-block-styles__block-preview-container * {
  box-sizing: border-box !important
}

.block-editor-block-switcher {
  position: relative
}

.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon {
  min-width: 36px
}

.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-switcher__toggle {
  position: relative
}

.components-button.block-editor-block-switcher__no-switcher-icon,
.components-button.block-editor-block-switcher__toggle {
  display: block;
  height: 48px;
  margin: 0
}

.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon {
  margin: auto
}

.block-editor-block-switcher__toggle-text {
  margin-left: 8px
}

.show-icon-labels .block-editor-block-switcher__toggle-text {
  display: none
}

.show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon:after {
  font-size: 14px
}

.components-button.block-editor-block-switcher__no-switcher-icon {
  display: flex
}

.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
  margin-left: auto;
  margin-right: auto;
  min-width: 24px !important
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
  opacity: 1
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
  color: #1e1e1e
}

.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  min-width: 100%;
  position: relative
}

.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before {
  bottom: 8px;
  left: 8px;
  right: 8px;
  top: 8px
}

.components-popover.block-editor-block-switcher__popover .components-popover__content {
  min-width: 300px
}

.block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container {
  left: calc(100% + 16px);
  position: absolute;
  top: -12px
}

.block-editor-block-switcher__preview__popover {
  display: none
}

.block-editor-block-switcher__preview__popover.components-popover {
  margin-top: 11px
}

@media(min-width:782px) {
  .block-editor-block-switcher__preview__popover {
    display: block
  }
}

.block-editor-block-switcher__preview__popover .components-popover__content {
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  box-shadow: none;
  outline: none
}

.block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview {
  height: auto;
  margin: 16px;
  max-height: 468px;
  overflow: hidden;
  width: 300px
}

.block-editor-block-switcher__preview-title {
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon {
  min-width: 36px
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle {
  height: 48px
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
  height: 48px;
  width: 48px
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
  padding: 12px
}

.block-editor-block-switcher__preview-patterns-container {
  padding-bottom: 16px
}

.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item {
  margin-top: 16px
}

.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container {
  cursor: pointer
}

.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
  border: 1px solid transparent;
  border-radius: 2px;
  height: 100%;
  position: relative;
  transition: all .05s ease-in-out
}

.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e
}

.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title {
  cursor: pointer;
  font-size: 12px;
  padding: 4px;
  text-align: center
}

.block-editor-block-types-list>[role=presentation] {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.block-editor-block-pattern-setup {
  align-items: flex-start;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%
}

.block-editor-block-pattern-setup.view-mode-grid {
  padding-top: 4px
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar {
  justify-content: center
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
  column-count: 2;
  column-gap: 24px;
  display: block;
  padding: 0 32px;
  width: 100%
}

@media(min-width:1440px) {
  .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
    column-count: 3
  }
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button] {
  cursor: pointer
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container {
  box-shadow: 0 0 0 2px var(--wp-admin-theme-color)
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title {
  color: var(--wp-admin-theme-color)
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item {
  break-inside: avoid-column;
  margin-bottom: 24px
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title {
  cursor: pointer;
  font-size: 12px;
  padding-top: 8px;
  text-align: center
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container {
  border: 1px solid #ddd;
  border-radius: 2px;
  min-height: 100px
}

.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content {
  width: 100%
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar {
  align-items: center;
  align-self: flex-end;
  background-color: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  box-sizing: border-box;
  color: #1e1e1e;
  display: flex;
  flex-direction: row;
  height: 60px;
  justify-content: space-between;
  margin: 0;
  padding: 16px;
  position: absolute;
  text-align: left;
  width: 100%
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls {
  display: flex
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation {
  display: flex;
  width: calc(50% - 36px)
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
  justify-content: flex-end
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container {
  height: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform-style: preserve-3d
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container * {
  box-sizing: border-box
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
  background-color: #fff;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  transition: transform .5s, z-index .5s;
  width: 100%;
  z-index: 100
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide {
  opacity: 1;
  position: relative;
  z-index: 102
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide {
  transform: translateX(-100%);
  z-index: 101
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide {
  transform: translateX(100%);
  z-index: 101
}

.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender {
  display: none
}

.block-editor-block-pattern-setup__carousel,
.block-editor-block-pattern-setup__grid {
  width: 100%
}

.block-editor-block-variation-transforms {
  padding: 0 16px 16px 52px;
  width: 100%
}

.block-editor-block-variation-transforms .components-dropdown-menu__toggle {
  border: 1px solid #757575;
  border-radius: 2px;
  justify-content: left;
  min-height: 30px;
  padding: 6px 12px;
  position: relative;
  text-align: left;
  width: 100%
}

.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle {
  padding-right: 24px
}

.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)
}

.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg {
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.block-editor-block-variation-transforms__popover .components-popover__content {
  min-width: 230px
}

.components-border-radius-control {
  margin-bottom: 12px
}

.components-border-radius-control legend {
  margin-bottom: 8px
}

.components-border-radius-control .components-border-radius-control__wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}

.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__unit-control {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 16px;
  width: calc(50% - 8px)
}

.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control {
  flex: 1;
  margin-right: 12px
}

.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control>div {
  align-items: center;
  display: flex;
  height: 40px
}

.components-border-radius-control .components-border-radius-control__wrapper>span {
  flex: 0 0 auto
}

.components-border-radius-control .components-border-radius-control__input-controls-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-right: 12px
}

.components-border-radius-control .component-border-radius-control__linked-button {
  display: flex;
  justify-content: center;
  margin-top: 8px
}

.components-border-radius-control .component-border-radius-control__linked-button svg {
  margin-right: 0
}

.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator {
  margin-bottom: 12px
}

.block-editor-color-gradient-control__fieldset {
  min-width: 0
}

.block-editor-color-gradient-control__tabs .block-editor-color-gradient-control__panel {
  padding: 16px
}

.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,
.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type) {
  display: block
}

@media screen and (min-width:782px) {
  .block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches {
    display: grid;
    grid-template-columns: repeat(6, 28px);
    justify-content: space-between
  }
}

.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control {
  margin-bottom: inherit
}

.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel {
  padding: 16px;
  width: 260px
}

.block-editor-panel-color-gradient-settings__color-indicator {
  background: linear-gradient(-45deg, transparent 48%, #ddd 0, #ddd 52%, transparent 0)
}

.block-editor-tools-panel-color-gradient-settings__item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  max-width: 100%;
  padding: 0
}

.block-editor-tools-panel-color-gradient-settings__item.first {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 24px
}

.block-editor-tools-panel-color-gradient-settings__item.last {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.block-editor-tools-panel-color-gradient-settings__item>div,
.block-editor-tools-panel-color-gradient-settings__item>div>button {
  border-radius: inherit
}

.block-editor-tools-panel-color-gradient-settings__dropdown {
  display: block;
  padding: 0
}

.block-editor-tools-panel-color-gradient-settings__dropdown>button {
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left
}

.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open {
  background: #f0f0f0;
  color: var(--wp-admin-theme-color)
}

.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.block-editor-panel-color-gradient-settings__dropdown {
  width: 100%
}

.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator {
  flex-shrink: 0
}

.block-editor-contrast-checker>.components-notice {
  margin: 0
}

.block-editor-date-format-picker {
  margin-bottom: 16px
}

.block-editor-date-format-picker__default-format-toggle-control__hint {
  color: #757575;
  display: block
}

.block-editor-date-format-picker__custom-format-select-control__custom-option {
  border-top: 1px solid #ddd
}

.block-editor-date-format-picker__custom-format-select-control__custom-option.has-hint {
  grid-template-columns: auto 30px
}

.block-editor-date-format-picker__custom-format-select-control__custom-option .components-custom-select-control__item-hint {
  grid-row: 2;
  text-align: left
}

.block-editor-duotone-control__popover>.components-popover__content {
  padding: 16px;
  width: 280px
}

.block-editor-duotone-control__popover .components-menu-group__label {
  padding: 0
}

.block-editor-duotone-control__popover .components-circular-option-picker__swatches {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 28px);
  justify-content: space-between
}

.block-editor-duotone-control__description {
  font-size: 12px;
  margin: 16px 0
}

.block-editor-duotone-control__unset-indicator {
  background: linear-gradient(-45deg, transparent 48%, #ddd 0, #ddd 52%, transparent 0)
}

.components-font-appearance-control ul li {
  color: #1e1e1e;
  text-transform: capitalize
}

.block-editor-height-control {
  border: 0;
  margin: 0;
  padding: 0
}

.block-editor-image-size-control {
  margin-bottom: 1em
}

.block-editor-image-size-control .block-editor-image-size-control__row {
  display: flex;
  justify-content: space-between
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
  margin-bottom: .5em
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input {
  line-height: 1.25
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
  margin-right: 5px
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
  margin-left: 5px
}

.block-editor-block-types-list__list-item {
  display: block;
  margin: 0;
  padding: 0;
  width: 33.33%
}

.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors {
  color: var(--wp-block-synced-color)
}

.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title {
  color: var(--wp-block-synced-color) !important;
  filter: brightness(.95)
}

.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg {
  color: var(--wp-block-synced-color) !important
}

.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after {
  background: var(--wp-block-synced-color)
}

.components-button.block-editor-block-types-list__item {
  align-items: stretch;
  background: 0 0;
  border-radius: 2px;
  color: #1e1e1e;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  height: auto;
  justify-content: center;
  padding: 8px;
  position: relative;
  transition: all .05s ease-in-out;
  width: 100%;
  word-break: break-word
}

@media(prefers-reduced-motion:reduce) {
  .components-button.block-editor-block-types-list__item {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.components-button.block-editor-block-types-list__item:disabled {
  cursor: default;
  opacity: .6
}

.components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title {
  color: var(--wp-admin-theme-color) !important;
  filter: brightness(.95)
}

.components-button.block-editor-block-types-list__item:not(:disabled):hover svg {
  color: var(--wp-admin-theme-color) !important
}

.components-button.block-editor-block-types-list__item:not(:disabled):hover:after {
  background: var(--wp-admin-theme-color);
  border-radius: 2px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .04;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.components-button.block-editor-block-types-list__item:not(:disabled):focus {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.components-button.block-editor-block-types-list__item:not(:disabled).is-active {
  background: #1e1e1e;
  color: #fff;
  outline: 2px solid transparent;
  outline-offset: -2px
}

.block-editor-block-types-list__item-icon {
  border-radius: 2px;
  color: #1e1e1e;
  padding: 12px 20px;
  transition: all .05s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-block-types-list__item-icon {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-block-types-list__item-icon .block-editor-block-icon {
  margin-left: auto;
  margin-right: auto
}

.block-editor-block-types-list__item-icon svg {
  transition: all .15s ease-out
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-block-types-list__item-icon svg {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon {
  cursor: grab
}

.block-editor-block-types-list__item-title {
  font-size: 12px;
  padding: 4px 2px 8px
}

.show-icon-labels .block-editor-block-inspector__tabs .components-tab-panel__tabs .components-button.has-icon svg {
  display: none
}

.show-icon-labels .block-editor-block-inspector__tabs .components-tab-panel__tabs .components-button.has-icon:before {
  content: attr(aria-label)
}

.block-editor-inspector-controls-tabs__hint {
  align-items: top;
  background: #f0f0f0;
  border-radius: 2px;
  color: #1e1e1e;
  display: flex;
  flex-direction: row;
  margin: 16px
}

.block-editor-inspector-controls-tabs__hint-content {
  margin: 12px 0 12px 12px
}

.block-editor-inspector-controls-tabs__hint-dismiss {
  margin: 4px 4px 4px 0
}

.block-editor-inspector-popover-header {
  margin-bottom: 16px
}

[class].block-editor-inspector-popover-header__action {
  height: 24px
}

[class].block-editor-inspector-popover-header__action.has-icon {
  min-width: 24px;
  padding: 0
}

[class].block-editor-inspector-popover-header__action:not(.has-icon) {
  text-decoration: underline
}

.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
}

@keyframes loadingpulse {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.block-editor-link-control {
  min-width: 360px;
  position: relative
}

.components-popover__content .block-editor-link-control {
  max-width: 360px;
  min-width: auto;
  width: 90vw
}

.block-editor-link-control__search-input-container,
.block-editor-link-control__search-input-wrapper {
  position: relative
}

.block-editor-link-control__search-input.has-no-label .block-editor-url-input__input {
  flex: 1
}

.block-editor-link-control__field {
  margin: 16px
}

.block-editor-link-control__field>.components-base-control__field {
  align-items: center;
  display: flex
}

.block-editor-link-control__field .components-base-control__label {
  margin-bottom: 0;
  margin-right: 16px;
  min-width: 29px
}

.block-editor-link-control__field input[type=text],
.block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input {
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 11px 36px 11px 16px;
  position: relative;
  transition: box-shadow .1s linear;
  width: calc(100% - 32px)
}

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

  .block-editor-link-control__field input[type=text],
  .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {

  .block-editor-link-control__field input[type=text],
  .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input {
    font-size: 13px;
    line-height: normal
  }
}

.block-editor-link-control__field input[type=text]:focus,
.block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-link-control__field input[type=text]::-webkit-input-placeholder,
.block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.block-editor-link-control__field input[type=text]::-moz-placeholder,
.block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.block-editor-link-control__field input[type=text]:-ms-input-placeholder,
.block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.block-editor-link-control__search-error {
  margin: -8px 16px 16px
}

.block-editor-link-control__search-actions {
  position: absolute;
  right: 19px;
  top: 3px
}

.components-button .block-editor-link-control__search-submit .has-icon {
  margin: -1px
}

.block-editor-link-control__search-results-wrapper {
  margin-top: -15px;
  position: relative
}

.block-editor-link-control__search-results-wrapper:after,
.block-editor-link-control__search-results-wrapper:before {
  content: "";
  display: block;
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  z-index: 100
}

.block-editor-link-control__search-results-wrapper:before {
  bottom: auto;
  height: 8px;
  top: 0
}

.block-editor-link-control__search-results-wrapper:after {
  bottom: 0;
  height: 16px;
  top: auto
}

.block-editor-link-control__search-results-label {
  display: block;
  font-weight: 600;
  padding: 16px 32px 0
}

.block-editor-link-control__search-results {
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 16px
}

.block-editor-link-control__search-results.is-loading {
  opacity: .2
}

.block-editor-link-control__search-item {
  align-items: flex-start;
  background: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: auto;
  padding: 12px 16px;
  position: relative;
  text-align: left;
  width: 100%
}

.block-editor-link-control__search-item:focus,
.block-editor-link-control__search-item:hover {
  background-color: #f0f0f0
}

.block-editor-link-control__search-item:focus .block-editor-link-control__search-item-type,
.block-editor-link-control__search-item:hover .block-editor-link-control__search-item-type {
  background: #fff
}

.block-editor-link-control__search-item:focus:not(:disabled) {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset
}

.block-editor-link-control__search-item.is-selected {
  background: #f0f0f0
}

.block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type {
  background: #fff
}

.block-editor-link-control__search-item.is-current {
  background: 0 0;
  border: 0;
  cursor: default;
  flex-direction: column;
  padding: 16px;
  width: 100%
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-header {
  align-items: flex-start;
  display: block;
  flex-direction: row;
  margin-right: 8px;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info {
  word-break: break-all
}

.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header {
  display: flex;
  flex: 1
}

.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header {
  align-items: center
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 8px;
  max-height: 24px;
  position: relative;
  top: .2em;
  width: 24px
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img {
  width: 16px
}

.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon {
  max-height: 32px;
  top: 0;
  width: 32px
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
  overflow: hidden;
  text-overflow: ellipsis
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info .components-external-link__icon,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon {
  margin-top: 0;
  position: absolute;
  right: 0
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
  display: block;
  font-weight: 500;
  margin-bottom: .2em;
  position: relative
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
  background-color: transparent;
  color: inherit;
  font-weight: 700
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
  font-weight: 400
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title svg {
  display: none
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info {
  color: #757575;
  display: block;
  font-size: .9em;
  line-height: 1.3
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-error-notice {
  font-size: 1.1em;
  font-style: italic
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-type {
  background-color: #f0f0f0;
  border-radius: 2px;
  display: block;
  font-size: .9em;
  margin-left: auto;
  padding: 3px 6px;
  white-space: nowrap
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-description {
  margin: 0;
  padding-top: 12px
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-description.is-placeholder {
  display: flex;
  flex-direction: column;
  height: 28px;
  justify-content: space-around;
  margin-top: 12px;
  padding-top: 0
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-description.is-placeholder:after,
.block-editor-link-control__search-item .block-editor-link-control__search-item-description.is-placeholder:before {
  background-color: #f0f0f0;
  border-radius: 3px;
  content: "";
  display: block;
  height: .7em;
  width: 100%
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-description .components-text {
  font-size: .9em
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-image {
  background-color: #f0f0f0;
  border-radius: 2px;
  display: flex;
  height: 140px;
  justify-content: center;
  margin-top: 12px;
  max-height: 140px;
  overflow: hidden;
  width: 100%
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-image.is-placeholder {
  background-color: #f0f0f0;
  border-radius: 3px
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-image img {
  display: block;
  height: 140px;
  max-height: 140px;
  max-width: 100%
}

.block-editor-link-control__search-item-top {
  display: flex;
  flex-direction: row;
  width: 100%
}

.block-editor-link-control__search-item-bottom {
  transition: opacity 1.5s;
  width: 100%
}

.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-description:after,
.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-description:before,
.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-image {
  animation: loadingpulse 1s linear infinite;
  animation-delay: .5s
}

.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,
.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg {
  opacity: 0
}

.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before {
  animation: loadingpulse 1s linear infinite;
  animation-delay: .5s;
  background-color: #f0f0f0;
  border-radius: 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.block-editor-link-control__loading {
  align-items: center;
  display: flex;
  margin: 16px
}

.block-editor-link-control__loading .components-spinner {
  margin-top: 0
}

.components-button+.block-editor-link-control__search-create {
  overflow: visible;
  padding: 12px 16px
}

.components-button+.block-editor-link-control__search-create:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%
}

.block-editor-link-control__search-create {
  align-items: center
}

.block-editor-link-control__search-create .block-editor-link-control__search-item-title {
  margin-bottom: 0
}

.block-editor-link-control__search-create .block-editor-link-control__search-item-icon {
  top: 0
}

.block-editor-link-control__search-results div[role=menu]>.block-editor-link-control__search-item.block-editor-link-control__search-item {
  padding: 10px
}

.block-editor-link-control__tools {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  margin: 0;
  padding: 16px
}

.block-editor-link-control__unlink {
  padding-left: 16px;
  padding-right: 16px
}

.block-editor-link-control__settings {
  flex: 1;
  margin: 0
}

.block-editor-link-control__settings :last-child {
  margin-bottom: 0
}

.is-alternate .block-editor-link-control__settings {
  border-top: 1px solid #1e1e1e
}

.block-editor-link-control__setting {
  margin-bottom: 16px
}

.block-editor-link-control__setting :last-child {
  margin-bottom: 0
}

.block-editor-link-control .block-editor-link-control__search-input .components-spinner {
  display: block
}

.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 36px;
  top: calc(50% - 8px)
}

.block-editor-link-control__search-item-action {
  flex-shrink: 0;
  margin-left: auto
}

.block-editor-list-view-tree {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%
}

.components-modal__content .block-editor-list-view-tree {
  margin: -12px -6px 0;
  width: calc(100% + 12px)
}

.block-editor-list-view-leaf {
  position: relative
}

.block-editor-list-view-leaf.is-selected td {
  background: var(--wp-admin-theme-color)
}

.block-editor-list-view-leaf.is-selected.is-synced td {
  background: var(--wp-block-synced-color)
}

.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,
.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,
.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover {
  color: var(--wp-block-synced-color)
}

.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)
}

.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,
.block-editor-list-view-leaf.is-selected .components-button.has-icon {
  color: #fff
}

.is-dragging-components-draggable .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents {
  background: 0 0;
  color: #1e1e1e
}

.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)
}

.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff
}

.block-editor-list-view-leaf.is-dragging {
  display: none
}

.block-editor-list-view-leaf.is-first-selected td:first-child {
  border-top-left-radius: 2px
}

.block-editor-list-view-leaf.is-first-selected td:last-child {
  border-top-right-radius: 2px
}

.block-editor-list-view-leaf.is-last-selected td:first-child {
  border-bottom-left-radius: 2px
}

.block-editor-list-view-leaf.is-last-selected td:last-child {
  border-bottom-right-radius: 2px
}

.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch) {
  background: rgba(var(--wp-admin-theme-color--rgb), .04)
}

.block-editor-list-view-leaf.is-synced-branch.is-branch-selected {
  background: rgba(var(--wp-block-synced-color--rgb), .04)
}

.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child {
  border-top-left-radius: 2px
}

.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child {
  border-top-right-radius: 2px
}

.block-editor-list-view-leaf[aria-expanded=false].is-branch-selected.is-first-selected td:first-child {
  border-top-left-radius: 2px
}

.block-editor-list-view-leaf[aria-expanded=false].is-branch-selected.is-first-selected td:last-child {
  border-top-right-radius: 2px
}

.block-editor-list-view-leaf[aria-expanded=false].is-branch-selected.is-last-selected td:first-child {
  border-bottom-left-radius: 2px
}

.block-editor-list-view-leaf[aria-expanded=false].is-branch-selected.is-last-selected td:last-child {
  border-bottom-right-radius: 2px
}

.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td {
  border-radius: 0
}

.block-editor-list-view-leaf .block-editor-list-view-block-contents {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: auto;
  padding: 6px 4px 6px 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%
}

.block-editor-list-view-leaf .block-editor-list-view-block-contents.is-dropping-before:before {
  border-top: 4px solid var(--wp-admin-theme-color);
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -2px;
  transition: border-color .1s linear, border-style .1s linear, box-shadow .1s linear
}

.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents {
  padding-left: 0;
  padding-right: 0
}

.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus {
  box-shadow: none
}

.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after {
  border-radius: inherit;
  bottom: 0;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: -29px;
  top: 0;
  z-index: 2
}

.is-dragging-components-draggable .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after {
  box-shadow: none
}

.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after {
  right: 0
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  z-index: 1
}

.is-dragging-components-draggable .block-editor-list-view-leaf .block-editor-list-view-block__menu:focus {
  box-shadow: none
}

.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents {
  animation: edit-post__fade-in-animation .2s ease-out 0s;
  animation-fill-mode: forwards;
  opacity: 1
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.block-editor-list-view-leaf .block-editor-block-icon {
  flex: 0 0 24px;
  margin-right: 8px
}

.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
  padding-bottom: 0;
  padding-top: 0
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
  line-height: 0;
  vertical-align: middle;
  width: 36px
}

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

  .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
  .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>* {
  opacity: 0;
  will-change: opacity
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>* {
  animation: edit-post__fade-in-animation .2s ease-out 0s;
  animation-fill-mode: forwards;
  opacity: 1
}

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

  .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,
  .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,
  .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,
  .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>* {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell,
.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell .components-button.has-icon {
  min-width: 24px;
  padding: 0;
  width: 24px
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell {
  padding-right: 4px
}

.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon {
  height: 24px
}

.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%
}

.block-editor-list-view-leaf .block-editor-block-mover-button {
  height: 24px;
  position: relative;
  width: 36px
}

.block-editor-list-view-leaf .block-editor-block-mover-button svg {
  height: 24px;
  position: relative
}

.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button {
  align-items: flex-end;
  margin-top: -6px
}

.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg {
  bottom: -4px
}

.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button {
  align-items: flex-start;
  margin-bottom: -6px
}

.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg {
  top: -4px
}

.block-editor-list-view-leaf .block-editor-block-mover-button:before {
  height: 16px;
  left: 0;
  min-width: 100%;
  right: 0
}

.block-editor-list-view-leaf .block-editor-inserter__toggle {
  background: #1e1e1e;
  color: #fff;
  height: 24px;
  margin: 6px 6px 6px 1px;
  min-width: 24px
}

.block-editor-list-view-leaf .block-editor-inserter__toggle:active {
  color: #fff
}

.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper {
  min-width: 120px
}

.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title {
  flex: 1;
  position: relative
}

.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate {
  position: absolute;
  transform: translateY(-50%);
  width: 100%
}

.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper {
  max-width: min(110px, 40%);
  position: relative;
  width: 100%
}

.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor {
  background: rgba(0, 0, 0, .1);
  border-radius: 2px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 2px 6px;
  position: absolute;
  right: 0;
  transform: translateY(-50%)
}

.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor {
  background: rgba(0, 0, 0, .3)
}

.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock {
  line-height: 0
}

.block-editor-list-view-appender__description,
.block-editor-list-view-block-select-button__description {
  display: none
}

.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,
.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,
.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,
.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container {
  display: flex
}

.block-editor-list-view__expander {
  height: 24px;
  margin-left: 4px;
  width: 24px
}

.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander {
  margin-left: 220px
}

.block-editor-list-view-leaf:not([aria-level="1"]) .block-editor-list-view__expander {
  margin-right: 4px
}

.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander {
  margin-left: 0
}

.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander {
  margin-left: 24px
}

.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander {
  margin-left: 52px
}

.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander {
  margin-left: 80px
}

.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander {
  margin-left: 108px
}

.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander {
  margin-left: 136px
}

.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander {
  margin-left: 164px
}

.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander {
  margin-left: 192px
}

.block-editor-list-view-leaf .block-editor-list-view__expander {
  visibility: hidden
}

.block-editor-list-view-leaf[aria-expanded=true] .block-editor-list-view__expander svg {
  transform: rotate(90deg);
  transition: transform .2s ease;
  visibility: visible
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-list-view-leaf[aria-expanded=true] .block-editor-list-view__expander svg {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-list-view-leaf[aria-expanded=false] .block-editor-list-view__expander svg {
  transform: rotate(0deg);
  transition: transform .2s ease;
  visibility: visible
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-list-view-leaf[aria-expanded=false] .block-editor-list-view__expander svg {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-list-view-drop-indicator {
  pointer-events: none
}

.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line {
  background: var(--wp-admin-theme-color);
  height: 1px
}

.block-editor-list-view-placeholder {
  height: 36px;
  margin: 0;
  padding: 0
}

.modal-open .block-editor-media-replace-flow__options {
  display: none
}

.block-editor-media-replace-flow__indicator {
  margin-left: 4px
}

.block-editor-media-flow__url-input {
  border-top: 1px solid #1e1e1e;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 8px;
  padding: 16px
}

.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
  display: block;
  margin-bottom: 8px;
  top: 16px
}

.block-editor-media-flow__url-input .block-editor-link-control {
  width: 220px
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input {
  margin: 0;
  padding: 0
}

.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field {
  margin-bottom: 0
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title {
  max-width: 180px;
  white-space: nowrap
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-info {
  white-space: nowrap
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current {
  padding: 0;
  width: auto
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
  margin: 0;
  width: 100%
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
  right: 4px;
  top: 0
}

.block-editor-media-flow__error {
  max-width: 255px;
  padding: 0 20px 20px
}

.block-editor-media-flow__error .components-with-notices-ui {
  max-width: 255px
}

.block-editor-media-flow__error .components-with-notices-ui .components-notice__content {
  word-wrap: break-word;
  overflow: hidden
}

.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss {
  position: absolute;
  right: 10px
}

.block-editor-multi-selection-inspector__card {
  align-items: flex-start;
  display: flex;
  padding: 16px
}

.block-editor-multi-selection-inspector__card-content {
  flex-grow: 1
}

.block-editor-multi-selection-inspector__card-title {
  font-weight: 500;
  margin-bottom: 5px
}

.block-editor-multi-selection-inspector__card-description {
  font-size: 13px
}

.block-editor-multi-selection-inspector__card .block-editor-block-icon {
  height: 24px;
  margin-left: -2px;
  margin-right: 10px;
  padding: 0 3px;
  width: 36px
}

.block-editor-responsive-block-control {
  border-bottom: 1px solid #ccc;
  margin-bottom: 28px;
  padding-bottom: 14px
}

.block-editor-responsive-block-control:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.block-editor-responsive-block-control__title {
  margin: 0 0 .6em -3px
}

.block-editor-responsive-block-control__label {
  font-weight: 600;
  margin-bottom: .6em;
  margin-left: -3px
}

.block-editor-responsive-block-control__inner {
  margin-left: -1px
}

.block-editor-responsive-block-control__toggle {
  margin-left: 1px
}

.block-editor-responsive-block-control .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.components-popover.block-editor-rich-text__inline-format-toolbar {
  z-index: 99998
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
  box-shadow: none;
  margin-bottom: 8px;
  min-width: auto;
  outline: none;
  width: auto
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar {
  border-radius: 2px
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control {
  min-height: 48px;
  min-width: 48px;
  padding-left: 12px;
  padding-right: 12px
}

.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle {
  justify-content: center
}

.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon {
  width: auto
}

.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg {
  display: none
}

.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after {
  content: attr(aria-label)
}

.block-editor-skip-to-selected-block {
  position: absolute;
  top: -9999em
}

.block-editor-skip-to-selected-block:focus {
  background: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  color: var(--wp-admin-theme-color);
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000
}

.block-editor-text-decoration-control {
  border: 0;
  margin: 0;
  padding: 0
}

.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons {
  display: flex;
  padding: 4px 0
}

.block-editor-text-decoration-control .components-button.has-icon {
  height: 32px;
  margin-right: 4px;
  min-width: 32px;
  padding: 0
}

.block-editor-text-transform-control {
  border: 0;
  margin: 0;
  padding: 0
}

.block-editor-text-transform-control .block-editor-text-transform-control__buttons {
  display: flex;
  padding: 4px 0
}

.block-editor-text-transform-control .components-button.has-icon {
  height: 32px;
  margin-right: 4px;
  min-width: 32px;
  padding: 0
}

.block-editor-tool-selector__help {
  border-top: 1px solid #ddd;
  color: #757575;
  margin: 8px -8px -8px;
  min-width: 280px;
  padding: 16px
}

.block-editor-block-list__block .block-editor-url-input,
.block-editor-url-input,
.components-popover .block-editor-url-input {
  flex-grow: 1;
  padding: 1px;
  position: relative
}

.block-editor-block-list__block .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text] {
  border: none;
  border-radius: 0;
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 12px;
  width: 100%
}

@media(min-width:600px) {

  .block-editor-block-list__block .block-editor-url-input input[type=text],
  .block-editor-url-input input[type=text],
  .components-popover .block-editor-url-input input[type=text] {
    font-size: 13px;
    width: 300px
  }
}

.block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,
.block-editor-url-input input[type=text]::-ms-clear,
.components-popover .block-editor-url-input input[type=text]::-ms-clear {
  display: none
}

.block-editor-block-list__block .block-editor-url-input.is-full-width,
.block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.block-editor-url-input.is-full-width,
.block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.block-editor-url-input.is-full-width__suggestions,
.components-popover .block-editor-url-input.is-full-width,
.components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.components-popover .block-editor-url-input.is-full-width__suggestions {
  width: 100%
}

.block-editor-block-list__block .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner {
  margin: 0;
  position: absolute;
  right: 8px;
  top: calc(50% - 8px)
}

.block-editor-url-input__input[type=text] {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 6px 8px;
  transition: box-shadow .1s linear
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-url-input__input[type=text] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .block-editor-url-input__input[type=text] {
    font-size: 13px;
    line-height: normal
  }
}

.block-editor-url-input__input[type=text]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-url-input__input[type=text]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.block-editor-url-input__input[type=text]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.block-editor-url-input__input[type=text]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.block-editor-url-input__suggestions {
  max-height: 200px;
  overflow-y: auto;
  padding: 4px 0;
  transition: all .15s ease-in-out;
  width: 302px
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-url-input__suggestions {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-url-input .components-spinner,
.block-editor-url-input__suggestions {
  display: none
}

@media(min-width:600px) {

  .block-editor-url-input .components-spinner,
  .block-editor-url-input__suggestions {
    display: grid
  }
}

.block-editor-url-input__suggestion {
  background: #fff;
  border: none;
  box-shadow: none;
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: auto;
  min-height: 36px;
  text-align: left;
  width: 100%
}

.block-editor-url-input__suggestion:hover {
  background: #ddd
}

.block-editor-url-input__suggestion.is-selected,
.block-editor-url-input__suggestion:focus {
  background: var(--wp-admin-theme-color-darker-20);
  color: #fff;
  outline: none
}

.components-toolbar-group>.block-editor-url-input__button,
.components-toolbar>.block-editor-url-input__button {
  position: inherit
}

.block-editor-url-input__button .block-editor-url-input__back {
  margin-right: 4px;
  overflow: visible
}

.block-editor-url-input__button .block-editor-url-input__back:after {
  background: #ddd;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: -1px;
  width: 1px
}

.block-editor-url-input__button-modal {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 .7px 1px rgba(0, 0, 0, .1), 0 1.2px 1.7px -.2px rgba(0, 0, 0, .1), 0 2.3px 3.3px -.5px rgba(0, 0, 0, .1)
}

.block-editor-url-input__button-modal-line {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0
}

.block-editor-url-input__button-modal-line .components-button {
  flex-shrink: 0;
  height: 36px;
  width: 36px
}

.block-editor-url-popover__additional-controls {
  border-top: 1px solid #ddd
}

.block-editor-url-popover__additional-controls>div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary)>svg {
  box-shadow: none
}

.block-editor-url-popover__additional-controls div[role=menu]>.components-button {
  padding-left: 12px
}

.block-editor-url-popover__row {
  display: flex
}

.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle) {
  flex-grow: 1
}

.block-editor-url-popover .components-button.has-icon {
  padding: 3px
}

.block-editor-url-popover .components-button.has-icon>svg {
  border-radius: 2px;
  height: 30px;
  padding: 5px;
  width: 30px
}

.block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
  box-shadow: none
}

.block-editor-url-popover .components-button.has-icon:not(:disabled):focus>svg {
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
  outline: 2px solid transparent
}

.block-editor-url-popover__settings-toggle {
  border-left: 1px solid #ddd;
  border-radius: 0;
  flex-shrink: 0;
  margin-left: 1px
}

.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
  transform: rotate(180deg)
}

.block-editor-url-popover__settings {
  border-top: 1px solid #ddd;
  display: block;
  padding: 16px
}

.block-editor-url-popover__link-editor,
.block-editor-url-popover__link-viewer {
  display: flex
}

.block-editor-url-popover__link-viewer-url {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 7px;
  max-width: 500px;
  min-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.block-editor-url-popover__link-viewer-url.has-invalid-link {
  color: #cc1818
}

.html-anchor-control .components-external-link {
  display: block;
  margin-top: 8px
}

.border-block-support-panel .single-column {
  grid-column: span 1
}

.color-block-support-panel .block-editor-contrast-checker {
  grid-column: span 2;
  margin-top: 16px;
  order: 9999
}

.color-block-support-panel .block-editor-contrast-checker .components-notice__content {
  margin-right: 0
}

.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper {
  row-gap: 0
}

.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first {
  margin-top: 0
}

.dimensions-block-support-panel .single-column {
  grid-column: span 1
}

.block-editor-hooks__layout-controls {
  display: flex;
  margin-bottom: 8px
}

.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit {
  display: flex;
  margin-right: 24px
}

.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit svg {
  margin: auto 0 4px 8px
}

.block-editor-block-inspector .block-editor-hooks__layout-controls-unit-input {
  margin-bottom: 0
}

.block-editor-hooks__layout-controls-reset {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px
}

.block-editor-hooks__layout-controls-helptext {
  color: #757575;
  font-size: 12px;
  margin-bottom: 16px
}

.block-editor-hooks__flex-layout-justification-controls,
.block-editor-hooks__flex-layout-orientation-controls {
  margin-bottom: 12px
}

.block-editor-hooks__flex-layout-justification-controls legend,
.block-editor-hooks__flex-layout-orientation-controls legend {
  margin-bottom: 8px
}

.block-editor-hooks__toggle-control.block-editor-hooks__toggle-control {
  margin-bottom: 16px
}

.block-editor__padding-visualizer {
  border-color: var(--wp-admin-theme-color);
  border-style: solid;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.block-editor-hooks__position-selection__select-control .components-custom-select-control__hint {
  display: none
}

.block-editor-hooks__position-selection__select-control__option.has-hint {
  grid-template-columns: auto 30px;
  line-height: 1.4;
  margin-bottom: 0
}

.block-editor-hooks__position-selection__select-control__option .components-custom-select-control__item-hint {
  grid-row: 2;
  text-align: left
}

.typography-block-support-panel .single-column {
  grid-column: span 1
}

.block-editor-block-toolbar {
  display: flex;
  flex-grow: 1;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  transition: border-color .1s linear, box-shadow .1s linear;
  width: 100%
}

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

@media(min-width:600px) {
  .block-editor-block-toolbar {
    overflow: inherit
  }
}

.block-editor-block-toolbar .components-toolbar,
.block-editor-block-toolbar .components-toolbar-group {
  background: 0 0;
  border: 0;
  border-right: 1px solid #ddd;
  line-height: 0;
  margin-bottom: -1px;
  margin-top: -1px
}

.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,
.block-editor-block-toolbar.is-synced .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
  color: var(--wp-block-synced-color)
}

.block-editor-block-toolbar>:last-child,
.block-editor-block-toolbar>:last-child .components-toolbar,
.block-editor-block-toolbar>:last-child .components-toolbar-group {
  border-right: none
}

.block-editor-block-contextual-toolbar.has-parent:not(.is-fixed) {
  margin-left: 56px
}

.show-icon-labels .block-editor-block-contextual-toolbar.has-parent:not(.is-fixed) {
  margin-left: 0
}

.block-editor-block-parent-selector {
  left: -57px;
  position: absolute;
  top: -1px
}

.show-icon-labels .block-editor-block-parent-selector {
  left: auto;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  top: auto
}

.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
  margin: 0 !important;
  width: 24px !important
}

.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar {
  margin-left: -6px !important
}

.block-editor-block-toolbar__block-controls .components-toolbar-group {
  padding: 0
}

.block-editor-block-toolbar .components-toolbar,
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group {
  display: flex;
  flex-wrap: nowrap
}

.block-editor-block-toolbar__slot {
  display: inline-block;
  line-height: 0
}

@supports(position:sticky) {
  .block-editor-block-toolbar__slot {
    display: inline-flex
  }
}

.show-icon-labels .block-editor-block-toolbar .components-button.has-icon {
  width: auto
}

.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg {
  display: none
}

.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:after {
  content: attr(aria-label);
  font-size: 12px
}

.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon {
  padding-left: 6px;
  padding-right: 6px
}

.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
  height: 0 !important;
  width: 0 !important
}

.show-icon-labels .block-editor-block-parent-selector__button .block-editor-block-icon {
  width: 0
}

.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
  width: auto
}

.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover {
  border-left: 1px solid #1e1e1e;
  margin-left: 6px;
  margin-right: -6px;
  white-space: nowrap
}

.show-icon-labels .block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar__block-controls .block-editor-block-mover {
  border-left-color: #e0e0e0
}

.show-icon-labels .block-editor-block-mover-button {
  padding-left: 8px !important;
  padding-right: 8px !important
}

.show-icon-labels .block-editor-block-mover__drag-handle.has-icon {
  padding-left: 12px !important;
  padding-right: 12px !important
}

.show-icon-labels .block-editor-block-contextual-toolbar.is-fixed .block-editor-block-mover__move-button-container {
  border-width: 0
}

@media(min-width:600px) {
  .show-icon-labels .is-up-button.is-up-button.is-up-button {
    border-radius: 0;
    margin-right: 0;
    order: 1
  }

  .show-icon-labels .block-editor-block-mover__move-button-container {
    border-left: 1px solid #1e1e1e
  }

  .show-icon-labels .block-editor-block-mover__move-button-container:before {
    background: #1e1e1e;
    content: "";
    display: block;
    height: 1px;
    order: 2
  }

  .show-icon-labels .is-down-button.is-down-button.is-down-button {
    order: 3
  }

  .show-icon-labels .block-editor-block-contextual-toolbar.is-fixed .block-editor-block-mover__move-button-container:before {
    background: #ddd
  }
}

.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
  width: auto
}

.show-icon-labels .components-toolbar,
.show-icon-labels .components-toolbar-group {
  flex-shrink: 1
}

.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button {
  margin-left: 6px
}

.block-editor-inserter {
  background: 0 0;
  border: none;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 0;
  padding: 0
}

@media(min-width:782px) {
  .block-editor-inserter {
    position: relative
  }
}

.block-editor-inserter__main-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  position: relative
}

.block-editor-inserter__main-area.show-as-tabs {
  gap: 0
}

@media(min-width:782px) {
  .block-editor-inserter__main-area {
    width: 350px
  }
}

.block-editor-inserter__popover.is-quick .components-popover__content {
  border: none;
  box-shadow: 0 .7px 1px rgba(0, 0, 0, .1), 0 1.2px 1.7px -.2px rgba(0, 0, 0, .1), 0 2.3px 3.3px -.5px rgba(0, 0, 0, .1);
  outline: none
}

.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>* {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc
}

.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child {
  border-radius: 2px 2px 0 0;
  border-top: 1px solid #ccc
}

.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 2px 2px
}

.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button {
  border: 1px solid #1e1e1e
}

.block-editor-inserter__popover .block-editor-inserter__menu {
  margin: -12px
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs {
  top: 60px
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
  height: auto;
  overflow: visible
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
  display: none
}

.block-editor-inserter__toggle.components-button {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 0;
  transition: color .2s ease
}

@media(prefers-reduced-motion:reduce) {
  .block-editor-inserter__toggle.components-button {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.block-editor-inserter__menu {
  height: 100%;
  overflow: visible;
  position: relative
}

.block-editor-inserter__inline-elements {
  margin-top: -1px
}

.block-editor-inserter__menu.is-bottom:after {
  border-bottom-color: #fff
}

.components-popover.block-editor-inserter__popover {
  z-index: 99999
}

.block-editor-inserter__search {
  padding: 16px 16px 0
}

.block-editor-inserter__search .components-search-control__icon {
  right: 20px
}

.block-editor-inserter__tabs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden
}

.block-editor-inserter__tabs .components-tab-panel__tabs {
  border-bottom: 1px solid #ddd
}

.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
  flex-grow: 1;
  margin-bottom: -1px
}

.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item[id$=reusable] {
  flex-grow: inherit;
  padding-left: 16px;
  padding-right: 16px
}

.block-editor-inserter__tabs .components-tab-panel__tab-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto
}

.block-editor-inserter__no-tab-container {
  flex-grow: 1;
  overflow-y: auto
}

.block-editor-inserter__panel-header {
  align-items: center;
  display: inline-flex;
  padding: 16px 16px 0
}

.block-editor-inserter__panel-content {
  padding: 16px
}

.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button {
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin: 0 12px 0 0;
  text-transform: uppercase
}

.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input {
  height: 36px;
  line-height: 36px
}

.block-editor-inserter__panel-dropdown select {
  border: none
}

.block-editor-inserter__reusable-blocks-panel {
  position: relative;
  text-align: right
}

.block-editor-inserter__manage-reusable-blocks-container {
  margin: auto 16px 16px
}

.block-editor-inserter__manage-reusable-blocks {
  justify-content: center;
  width: 100%
}

.block-editor-inserter__no-results {
  padding: 32px;
  text-align: center
}

.block-editor-inserter__no-results-icon {
  fill: #949494
}

.block-editor-inserter__child-blocks {
  padding: 0 16px
}

.block-editor-inserter__parent-block-header {
  align-items: center;
  display: flex
}

.block-editor-inserter__parent-block-header h2 {
  font-size: 13px
}

.block-editor-inserter__parent-block-header .block-editor-block-icon {
  margin-right: 8px
}

.block-editor-inserter__preview-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: none;
  left: calc(100% + 16px);
  max-height: calc(100% - 32px);
  overflow-y: hidden;
  position: absolute;
  top: 16px;
  width: 300px
}

@media(min-width:782px) {
  .block-editor-inserter__preview-container {
    display: block
  }
}

.block-editor-inserter__preview-container .block-editor-block-card {
  padding: 16px
}

.block-editor-inserter__preview-container .block-editor-block-card__title {
  font-size: 13px
}

.block-editor-inserter__patterns-explore-button.components-button {
  justify-content: center;
  margin-top: 16px;
  padding: 16px;
  width: 100%
}

.block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category {
  color: var(--wp-admin-theme-color);
  position: relative
}

.block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category .components-flex-item {
  filter: brightness(.95)
}

.block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category svg {
  fill: var(--wp-admin-theme-color)
}

.block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category:after {
  background: var(--wp-admin-theme-color);
  border-radius: 2px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .04;
  position: absolute;
  right: 0;
  top: 0
}

.block-editor-inserter__block-patterns-tabs-container,
.block-editor-inserter__block-patterns-tabs-container nav {
  height: 100%
}

.block-editor-inserter__block-patterns-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 16px
}

.block-editor-inserter__block-patterns-tabs div[role=listitem]:last-child {
  margin-top: auto
}

.block-editor-inserter__patterns-category-dialog {
  background: #f0f0f0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 32px 24px;
  position: absolute;
  scrollbar-gutter: stable both-edges;
  top: 0;
  width: 100%
}

@media(min-width:782px) {
  .block-editor-inserter__patterns-category-dialog {
    display: block;
    left: 100%;
    width: 300px
  }
}

.block-editor-inserter__patterns-category-dialog .block-editor-block-patterns-list {
  margin-top: 24px
}

.block-editor-inserter__patterns-category-dialog .block-editor-block-preview__container {
  box-shadow: 0 15px 25px rgba(0, 0, 0, .07)
}

.block-editor-inserter__patterns-category-dialog .block-editor-block-preview__container:hover {
  box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px rgba(0, 0, 0, .07)
}

.block-editor-inserter__patterns-category-panel {
  padding: 0 16px
}

@media(min-width:782px) {
  .block-editor-inserter__patterns-category-panel {
    padding: 0
  }
}

.block-editor-inserter__preview-content {
  align-items: center;
  background: #f0f0f0;
  display: grid;
  flex-grow: 1;
  min-height: 144px
}

.block-editor-inserter__preview-content-missing {
  align-items: center;
  background: #f0f0f0;
  color: #757575;
  display: flex;
  flex: 1;
  justify-content: center;
  min-height: 144px
}

.block-editor-inserter__tips {
  border-top: 1px solid #ddd;
  flex-shrink: 0;
  padding: 16px;
  position: relative
}

.block-editor-inserter__quick-inserter {
  max-width: 100%;
  width: 100%
}

@media(min-width:782px) {
  .block-editor-inserter__quick-inserter {
    width: 350px
  }
}

.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
  float: left;
  height: 0;
  padding: 0
}

.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content {
  padding: 16px
}

.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list {
  grid-gap: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr
}

.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
  margin-bottom: 0
}

.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-preview__container {
  min-height: 100px
}

.block-editor-inserter__quick-inserter-separator {
  border-top: 1px solid #ddd
}

.block-editor-inserter__popover.is-quick>.components-popover__content {
  padding: 0
}

.block-editor-inserter__quick-inserter-expand.components-button {
  background: #1e1e1e;
  border-radius: 0;
  color: #fff;
  display: block;
  height: 44px;
  width: 100%
}

.block-editor-inserter__quick-inserter-expand.components-button:hover {
  color: #fff
}

.block-editor-inserter__quick-inserter-expand.components-button:active {
  color: #ccc
}

.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled) {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
  box-shadow: none
}

.block-editor-block-patterns-explorer__sidebar {
  bottom: 0;
  left: 0;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 24px 32px 32px;
  position: absolute;
  top: 76px;
  width: 280px
}

.block-editor-block-patterns-explorer__sidebar__categories-list__item {
  display: block;
  height: 48px;
  text-align: left;
  width: 100%
}

.block-editor-block-patterns-explorer__search {
  margin-bottom: 32px
}

.block-editor-block-patterns-explorer__search-results-count {
  padding-bottom: 32px
}

.block-editor-block-patterns-explorer__list {
  margin-left: 280px;
  padding: 24px 0 32px
}

.block-editor-block-patterns-explorer .block-editor-block-patterns-list {
  grid-gap: 32px;
  display: grid;
  grid-template-columns: repeat(1, 1fr)
}

@media(min-width:1080px) {
  .block-editor-block-patterns-explorer .block-editor-block-patterns-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:1440px) {
  .block-editor-block-patterns-explorer .block-editor-block-patterns-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
  min-height: 240px
}

.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-preview__container {
  height: inherit;
  max-height: 800px;
  min-height: 100px
}

.block-editor-inserter__patterns-category-panel-title {
  font-size: 16.25px
}

.block-editor-inserter__media-tabs-container,
.block-editor-inserter__media-tabs-container nav {
  height: 100%
}

.block-editor-inserter__media-tabs-container .block-editor-inserter__media-library-button {
  justify-content: center;
  margin-top: 16px;
  padding: 16px;
  width: 100%
}

.block-editor-inserter__media-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 16px
}

.block-editor-inserter__media-tabs div[role=listitem]:last-child {
  margin-top: auto
}

.block-editor-inserter__media-tabs__media-category.is-selected {
  color: var(--wp-admin-theme-color);
  position: relative
}

.block-editor-inserter__media-tabs__media-category.is-selected .components-flex-item {
  filter: brightness(.95)
}

.block-editor-inserter__media-tabs__media-category.is-selected svg {
  fill: var(--wp-admin-theme-color)
}

.block-editor-inserter__media-tabs__media-category.is-selected:after {
  background: var(--wp-admin-theme-color);
  border-radius: 2px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .04;
  position: absolute;
  right: 0;
  top: 0
}

.block-editor-inserter__media-dialog {
  background: #f0f0f0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 16px 24px;
  position: absolute;
  scrollbar-gutter: stable both-edges;
  top: 0;
  width: 100%
}

@media(min-width:782px) {
  .block-editor-inserter__media-dialog {
    display: block;
    left: 100%;
    width: 300px
  }
}

.block-editor-inserter__media-dialog .block-editor-block-preview__container {
  box-shadow: 0 15px 25px rgba(0, 0, 0, .07)
}

.block-editor-inserter__media-dialog .block-editor-block-preview__container:hover {
  box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px rgba(0, 0, 0, .07)
}

.block-editor-inserter__media-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 16px
}

@media(min-width:782px) {
  .block-editor-inserter__media-panel {
    padding: 0
  }
}

.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center
}

.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search.components-search-control input[type=search].components-search-control__input {
  background: #fff
}

.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search.components-search-control button.components-button {
  min-width: auto;
  padding-left: 2px;
  padding-right: 2px
}

.block-editor-inserter__media-list {
  margin-top: 16px
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item {
  cursor: pointer;
  margin-bottom: 24px;
  position: relative
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-placeholder {
  min-height: 100px
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item[draggable=true] .block-editor-block-preview__container {
  cursor: grab
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview {
  box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px rgba(0, 0, 0, .07)
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button {
  display: block
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options {
  position: absolute;
  right: 8px;
  top: 8px
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button {
  background: #fff;
  border-radius: 2px;
  display: none
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,
.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus {
  display: block
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__item {
  height: 100%
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview {
  align-items: center;
  border-radius: 2px;
  display: flex;
  overflow: hidden
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>* {
  margin: 0 auto;
  max-width: 100%
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner {
  align-items: center;
  background: hsla(0, 0%, 100%, .7);
  display: flex;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  width: 100%
}

.block-editor-inserter__media-list .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item {
  min-width: auto
}

.block-editor-inserter__mobile-tab-navigation {
  height: 100%;
  padding: 16px
}

.block-editor-inserter__mobile-tab-navigation>* {
  height: 100%
}

@media(min-width:600px) {
  .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal {
    max-width: 480px
  }
}

.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p {
  margin: 0
}

.block-editor-post-preview__dropdown {
  padding: 0
}

.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize {
  padding-left: 40px
}

.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon {
  padding-left: 8px
}

.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:first-child {
  padding-bottom: 8px
}

.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:last-child {
  margin-bottom: 0
}

.block-editor-post-preview__dropdown-content .components-menu-group+.components-menu-group {
  padding: 8px
}

@media(min-width:600px) {

  .edit-post-header__settings .editor-post-preview,
  .edit-site-header-edit-mode__actions .editor-post-preview {
    display: none
  }

  .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle,
  .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,
  .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state {
    transition: opacity .1s linear
  }
}

@media(min-width:600px) and (prefers-reduced-motion:reduce) {

  .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle,
  .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,
  .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {

  .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle,
  .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft,
  .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state {
    opacity: 0
  }

  .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened {
    opacity: 1
  }
}

.tools-panel-item-spacing {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 16px auto
}

.component-spacing-sizes-control {
  box-sizing: border-box;
  display: contents;
  padding-bottom: 12px;
  width: 100%
}

.component-spacing-sizes-control legend {
  align-self: center;
  grid-column: 1/1;
  grid-row: 1/1;
  padding: 0
}

.component-spacing-sizes-control .components-base-control__label {
  height: 16px;
  margin-bottom: 0
}

.component-spacing-sizes-control .components-spacing-sizes-control__side-labels {
  grid-column: 1/1;
  height: 16px;
  justify-content: left;
  margin-top: 16px
}

.component-spacing-sizes-control .components-spacing-sizes-control__side-label {
  grid-column: 1/1;
  justify-self: left;
  margin-bottom: 0
}

.component-spacing-sizes-control.is-unlinked .components-range-control.components-spacing-sizes-control__range-control,
.component-spacing-sizes-control.is-unlinked .components-spacing-sizes-control__custom-value-input {
  margin-top: 8px
}

.component-spacing-sizes-control .components-spacing-sizes-control__hint-all,
.component-spacing-sizes-control .components-spacing-sizes-control__hint-single {
  color: #757575;
  margin-bottom: 0
}

.component-spacing-sizes-control .components-spacing-sizes-control__hint-all {
  align-self: center;
  grid-column: 2/2;
  grid-row: 1/1;
  justify-self: left;
  margin-left: 4px
}

.component-spacing-sizes-control .components-spacing-sizes-control__custom-toggle-all {
  grid-column: 2/2;
  grid-row: 1/1;
  justify-self: end;
  margin-top: -4px
}

.component-spacing-sizes-control .component-spacing-sizes-control__linked-button~.components-spacing-sizes-control__custom-toggle-all {
  margin-right: 4px
}

.component-spacing-sizes-control .components-spacing-sizes-control__custom-toggle-single {
  grid-column: 3/3;
  justify-self: end;
  margin-top: 12px
}

.component-spacing-sizes-control .component-spacing-sizes-control__linked-button {
  grid-column: 3/3;
  grid-row: 1/1;
  justify-self: end;
  line-height: 0;
  margin-top: -4px
}

.component-spacing-sizes-control .components-spacing-sizes-control__custom-value-range {
  grid-column: span 2;
  margin-left: 16px;
  margin-top: 8px
}

.component-spacing-sizes-control .components-spacing-sizes-control__custom-value-input {
  grid-column: 1;
  margin-top: 8px;
  width: 124px
}

.component-spacing-sizes-control .components-range-control {
  align-items: center;
  display: flex;
  height: 40px
}

.component-spacing-sizes-control .components-range-control>.components-base-control__field {
  flex: 1
}

.component-spacing-sizes-control .components-spacing-sizes-control__range-control {
  grid-column: span 3;
  margin-top: 8px
}

.component-spacing-sizes-control .components-range-control__mark {
  background-color: #fff;
  height: 4px;
  width: 3px;
  z-index: 1
}

.component-spacing-sizes-control .components-range-control__marks {
  margin-top: 17px
}

.component-spacing-sizes-control .components-range-control__marks :first-child {
  display: none
}

.component-spacing-sizes-control .components-range-control__thumb-wrapper {
  z-index: 3
}

.component-spacing-sizes-control .components-spacing-sizes-control__custom-select-control {
  grid-column: span 3;
  margin-top: 8px
}

.offcanvas-editor-appender .block-editor-inserter__toggle {
  background-color: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  height: 24px;
  margin: 8px 0 0 24px;
  min-width: 24px;
  padding: 0
}

.offcanvas-editor-appender .block-editor-inserter__toggle:focus,
.offcanvas-editor-appender .block-editor-inserter__toggle:hover {
  background: var(--wp-admin-theme-color);
  color: #fff
}

.offcanvas-editor-appender__description {
  display: none
}

.offcanvas-editor-list-view-tree-wrapper {
  max-width: 100%;
  overflow-x: auto
}

.offcanvas-editor-list-view-leaf {
  display: block;
  max-width: 248px
}

.offcanvas-editor-list-view-is-empty {
  margin-left: 16px
}

body.admin-color-light {
  --wp-admin-theme-color: #0085ba;
  --wp-admin-theme-color--rgb: 0, 133, 186;
  --wp-admin-theme-color-darker-10: #0073a1;
  --wp-admin-theme-color-darker-10--rgb: 0, 115, 161;
  --wp-admin-theme-color-darker-20: #006187;
  --wp-admin-theme-color-darker-20--rgb: 0, 97, 135;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-light {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-modern {
  --wp-admin-theme-color: #3858e9;
  --wp-admin-theme-color--rgb: 56, 88, 233;
  --wp-admin-theme-color-darker-10: #2145e6;
  --wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
  --wp-admin-theme-color-darker-20: #183ad6;
  --wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-modern {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-blue {
  --wp-admin-theme-color: #096484;
  --wp-admin-theme-color--rgb: 9, 100, 132;
  --wp-admin-theme-color-darker-10: #07526c;
  --wp-admin-theme-color-darker-10--rgb: 7, 82, 108;
  --wp-admin-theme-color-darker-20: #064054;
  --wp-admin-theme-color-darker-20--rgb: 6, 64, 84;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-blue {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-coffee {
  --wp-admin-theme-color: #46403c;
  --wp-admin-theme-color--rgb: 70, 64, 60;
  --wp-admin-theme-color-darker-10: #383330;
  --wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
  --wp-admin-theme-color-darker-20: #2b2724;
  --wp-admin-theme-color-darker-20--rgb: 43, 39, 36;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-coffee {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-ectoplasm {
  --wp-admin-theme-color: #523f6d;
  --wp-admin-theme-color--rgb: 82, 63, 109;
  --wp-admin-theme-color-darker-10: #46365d;
  --wp-admin-theme-color-darker-10--rgb: 70, 54, 93;
  --wp-admin-theme-color-darker-20: #3a2c4d;
  --wp-admin-theme-color-darker-20--rgb: 58, 44, 77;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-ectoplasm {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-midnight {
  --wp-admin-theme-color: #e14d43;
  --wp-admin-theme-color--rgb: 225, 77, 67;
  --wp-admin-theme-color-darker-10: #dd382d;
  --wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
  --wp-admin-theme-color-darker-20: #d02c21;
  --wp-admin-theme-color-darker-20--rgb: 208, 44, 33;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-midnight {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-ocean {
  --wp-admin-theme-color: #627c83;
  --wp-admin-theme-color--rgb: 98, 124, 131;
  --wp-admin-theme-color-darker-10: #576e74;
  --wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
  --wp-admin-theme-color-darker-20: #4c6066;
  --wp-admin-theme-color-darker-20--rgb: 76, 96, 102;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-ocean {
    --wp-admin-border-width-focus: 1.5px
  }
}

body.admin-color-sunrise {
  --wp-admin-theme-color: #dd823b;
  --wp-admin-theme-color--rgb: 221, 130, 59;
  --wp-admin-theme-color-darker-10: #d97426;
  --wp-admin-theme-color-darker-10--rgb: 217, 116, 38;
  --wp-admin-theme-color-darker-20: #c36922;
  --wp-admin-theme-color-darker-20--rgb: 195, 105, 34;
  --wp-admin-border-width-focus: 2px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  body.admin-color-sunrise {
    --wp-admin-border-width-focus: 1.5px
  }
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

.nux-dot-tip:after,
.nux-dot-tip:before {
  border-radius: 100%;
  content: " ";
  pointer-events: none;
  position: absolute
}

.nux-dot-tip:before {
  animation: nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
  background: rgba(0, 115, 156, .9);
  height: 24px;
  left: -12px;
  opacity: .9;
  top: -12px;
  transform: scale(.3333333333);
  width: 24px
}

.nux-dot-tip:after {
  background: #00739c;
  height: 8px;
  left: -4px;
  top: -4px;
  width: 8px
}

@keyframes nux-pulse {
  to {
    background: transparent;
    transform: scale(1)
  }
}

.nux-dot-tip .components-popover__content {
  padding: 20px 18px;
  width: 350px
}

@media(min-width:600px) {
  .nux-dot-tip .components-popover__content {
    width: 450px
  }
}

.nux-dot-tip .components-popover__content .nux-dot-tip__disable {
  position: absolute;
  right: 0;
  top: 0
}

.nux-dot-tip[data-y-axis=top] {
  margin-top: -4px
}

.nux-dot-tip[data-y-axis=bottom] {
  margin-top: 4px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=left] {
  margin-left: -4px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=right] {
  margin-left: 4px
}

.nux-dot-tip[data-y-axis=top] .components-popover__content {
  margin-bottom: 20px
}

.nux-dot-tip[data-y-axis=bottom] .components-popover__content {
  margin-top: 20px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content {
  margin-right: 20px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content {
  margin-left: 20px
}

.nux-dot-tip[data-y-axis=center],
.nux-dot-tip[data-y-axis=left],
.nux-dot-tip[data-y-axis=right] {
  z-index: 1000001
}

@media(max-width:600px) {

  .nux-dot-tip[data-y-axis=center] .components-popover__content,
  .nux-dot-tip[data-y-axis=left] .components-popover__content,
  .nux-dot-tip[data-y-axis=right] .components-popover__content {
    align-self: end;
    left: 5px;
    margin: 20px 0 0;
    max-width: none !important;
    position: fixed;
    right: 5px;
    width: auto
  }
}

.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content {
  margin-left: 0
}

.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
  margin-right: 0
}

.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content {
  margin-left: -12px
}

.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
  margin-right: -12px
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

.reusable-blocks-menu-items__convert-modal {
  z-index: 1000001
}

@charset "UTF-8";

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

.editor-autocompleters__user .editor-autocompleters__no-avatar:before {
  content: "";
  font: normal 20px/1 dashicons;
  margin-right: 5px;
  vertical-align: middle
}

.editor-autocompleters__user .editor-autocompleters__user-avatar {
  flex-grow: 0;
  flex-shrink: 0;
  height: 24px;
  margin-right: 8px;
  max-width: none;
  width: 24px
}

.editor-autocompleters__user .editor-autocompleters__user-name {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.editor-autocompleters__user .editor-autocompleters__user-slug {
  color: #757575;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 8px;
  max-width: 100px;
  overflow: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

.editor-autocompleters__user:hover .editor-autocompleters__user-slug {
  color: var(--wp-admin-theme-color)
}

.document-outline {
  margin: 20px 0
}

.document-outline ul {
  margin: 0;
  padding: 0
}

.document-outline__item {
  display: flex;
  margin: 4px 0
}

.document-outline__item a {
  text-decoration: none
}

.document-outline__item .document-outline__emdash:before {
  color: #ddd;
  margin-right: 4px
}

.document-outline__item.is-h2 .document-outline__emdash:before {
  content: "—"
}

.document-outline__item.is-h3 .document-outline__emdash:before {
  content: "——"
}

.document-outline__item.is-h4 .document-outline__emdash:before {
  content: "———"
}

.document-outline__item.is-h5 .document-outline__emdash:before {
  content: "————"
}

.document-outline__item.is-h6 .document-outline__emdash:before {
  content: "—————"
}

.document-outline__button {
  align-items: flex-start;
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #1e1e1e;
  cursor: pointer;
  display: flex;
  margin: 0 0 0 -1px;
  padding: 2px 5px 2px 1px;
  text-align: left
}

.document-outline__button:disabled {
  cursor: default
}

.document-outline__button:focus {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.document-outline__level {
  background: #ddd;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 13px;
  margin-right: 4px;
  padding: 1px 6px
}

.is-invalid .document-outline__level {
  background: #f0b849
}

.document-outline__item-content {
  padding: 1px 0
}

.components-editor-notices__dismissible,
.components-editor-notices__pinned {
  color: #1e1e1e;
  left: 0;
  position: relative;
  right: 0;
  top: 0
}

.components-editor-notices__dismissible .components-notice,
.components-editor-notices__pinned .components-notice {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  box-sizing: border-box;
  margin: 0;
  min-height: 60px;
  padding: 0 12px
}

.components-editor-notices__dismissible .components-notice .components-notice__dismiss,
.components-editor-notices__pinned .components-notice .components-notice__dismiss {
  margin-top: 12px
}

.entities-saved-states__find-entity {
  display: none
}

@media(min-width:782px) {
  .entities-saved-states__find-entity {
    display: block
  }
}

.entities-saved-states__find-entity-small {
  display: block
}

@media(min-width:782px) {
  .entities-saved-states__find-entity-small {
    display: none
  }
}

.entities-saved-states__panel-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  height: 60px;
  padding-left: 8px;
  padding-right: 8px
}

.entities-saved-states__text-prompt {
  padding: 16px 16px 4px
}

.editor-error-boundary {
  box-shadow: 0 .7px 1px rgba(0, 0, 0, .15), 0 2.7px 3.8px -.2px rgba(0, 0, 0, .15), 0 5.5px 7.8px -.3px rgba(0, 0, 0, .15), .1px 11.5px 16.4px -.5px rgba(0, 0, 0, .15);
  margin: 60px auto auto;
  max-width: 780px;
  padding: 20px
}

.editor-page-attributes__order {
  width: 100%
}

.editor-page-attributes__order .components-base-control__field {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.editor-page-attributes__order input {
  width: 66px
}

.editor-post-excerpt__textarea {
  margin-bottom: 10px;
  width: 100%
}

.editor-post-featured-image {
  padding: 0
}

.editor-post-featured-image__container {
  margin-bottom: 1em;
  position: relative
}

.editor-post-featured-image .components-spinner {
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%
}

.editor-post-featured-image .components-button+.components-button {
  display: block;
  margin-top: 1em
}

.editor-post-featured-image .components-responsive-wrapper__content {
  max-width: 100%;
  width: auto
}

.editor-post-featured-image__preview,
.editor-post-featured-image__toggle {
  box-shadow: 0 0 0 0 var(--wp-admin-theme-color);
  display: block;
  padding: 0;
  transition: all .1s ease-out;
  width: 100%
}

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

  .editor-post-featured-image__preview,
  .editor-post-featured-image__toggle {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.editor-post-featured-image__preview {
  height: auto
}

.editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus {
  box-shadow: 0 0 0 4px var(--wp-admin-theme-color)
}

.editor-post-featured-image__toggle {
  background-color: #f0f0f0;
  border-radius: 2px;
  line-height: 20px;
  min-height: 90px;
  padding: 8px 0;
  text-align: center
}

.editor-post-featured-image__toggle:hover {
  background: #ddd;
  color: #1e1e1e
}

[class].editor-post-format__suggestion {
  margin: 4px 0 0
}

.editor-post-last-revision__title {
  font-weight: 600;
  width: 100%
}

.editor-post-last-revision__title .dashicon {
  margin-right: 5px
}

.components-button.editor-post-last-revision__title {
  height: 100%
}

.components-button.editor-post-last-revision__title:active,
.components-button.editor-post-last-revision__title:hover {
  background: #f0f0f0
}

.components-button.editor-post-last-revision__title:focus {
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

@media(min-width:600px) {
  .editor-post-locked-modal {
    max-width: 480px
  }
}

.editor-post-locked-modal .components-modal__content {
  display: flex
}

.editor-post-locked-modal__buttons {
  margin-top: 24px
}

.editor-post-locked-modal__avatar {
  border-radius: 2px;
  margin-right: 24px;
  margin-top: 16px
}

.editor-post-publish-button__button.has-changes-dot:before {
  background: currentcolor;
  border-radius: 4px;
  content: "";
  height: 8px;
  margin: auto 5px auto -3px;
  width: 8px
}

.editor-post-publish-panel {
  background: #fff
}

.editor-post-publish-panel__content {
  min-height: calc(100% - 144px)
}

.editor-post-publish-panel__content .components-spinner {
  display: block;
  margin: 100px auto 0
}

.editor-post-publish-panel__header {
  align-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 61px;
  padding-left: 16px;
  padding-right: 16px
}

.editor-post-publish-panel__header .components-button {
  justify-content: center;
  width: 100%
}

.editor-post-publish-panel__header .has-icon {
  margin-left: auto;
  width: auto
}

.components-site-card {
  align-items: center;
  display: flex;
  margin: 16px 0
}

.components-site-icon {
  border: none;
  border-radius: 2px;
  height: 36px;
  margin-right: 12px;
  width: 36px
}

.components-site-name {
  display: block;
  font-size: 14px
}

.components-site-home {
  color: #757575;
  display: block;
  font-size: 12px
}

.editor-post-publish-panel__header-cancel-button,
.editor-post-publish-panel__header-publish-button {
  flex-grow: 1
}

@media(min-width:480px) {

  .editor-post-publish-panel__header-cancel-button,
  .editor-post-publish-panel__header-publish-button {
    max-width: 160px
  }
}

.editor-post-publish-panel__header-publish-button {
  padding-right: 4px
}

.editor-post-publish-panel__header-cancel-button {
  padding-left: 4px
}

.editor-post-publish-panel__header-published {
  flex-grow: 1
}

.editor-post-publish-panel__footer {
  padding: 16px
}

.components-button.editor-post-publish-panel__toggle.is-primary {
  align-items: center;
  display: inline-flex
}

.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
  display: none
}

.components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
  margin-right: -4px
}

.editor-post-publish-panel__link {
  font-weight: 400;
  padding-left: 4px
}

.editor-post-publish-panel__prepublish {
  padding: 16px
}

.editor-post-publish-panel__prepublish strong {
  color: #1e1e1e
}

.editor-post-publish-panel__prepublish .components-panel__body {
  background: #fff;
  margin-left: -16px;
  margin-right: -16px
}

.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
  display: none
}

.post-publish-panel__postpublish .components-panel__body {
  border-bottom: 1px solid #e0e0e0;
  border-top: none
}

.post-publish-panel__postpublish-buttons {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: -5px
}

.post-publish-panel__postpublish-buttons>* {
  flex-grow: 1;
  margin: 5px
}

.post-publish-panel__postpublish-buttons .components-button {
  flex: 1;
  height: auto;
  justify-content: center;
  line-height: 1.6;
  padding: 3px 10px 4px;
  text-align: center;
  white-space: normal
}

.post-publish-panel__postpublish-buttons .components-clipboard-button {
  width: 100%
}

.post-publish-panel__postpublish-post-address-container {
  align-items: flex-end;
  display: flex;
  margin-bottom: 16px
}

.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address {
  flex: 1
}

.post-publish-panel__postpublish-post-address-container input[readonly] {
  background: #ddd;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis
}

.post-publish-panel__postpublish-post-address__copy-button-wrap {
  flex-shrink: 0;
  margin-left: 8px
}

.post-publish-panel__postpublish-post-address__copy-button-wrap .components-button {
  height: 38px
}

.post-publish-panel__postpublish-header {
  font-weight: 500
}

.post-publish-panel__postpublish-subheader {
  margin: 0 0 8px
}

.post-publish-panel__tip {
  color: #f0b849
}

@media screen and (max-width:782px) {
  .post-publish-panel__postpublish-post-address__button-wrap .components-button {
    height: 40px
  }
}

.editor-post-saved-state {
  align-items: center;
  color: #757575;
  display: flex;
  overflow: hidden;
  padding: 12px 4px;
  white-space: nowrap;
  width: 28px
}

.editor-post-saved-state.is-saved[aria-disabled=true],
.editor-post-saved-state.is-saved[aria-disabled=true]:hover,
.editor-post-saved-state.is-saving[aria-disabled=true],
.editor-post-saved-state.is-saving[aria-disabled=true]:hover {
  background: 0 0;
  color: #757575
}

.editor-post-saved-state svg {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 8px
}

@media(min-width:600px) {
  .editor-post-saved-state {
    padding: 8px 12px;
    text-indent: inherit;
    width: auto
  }

  .editor-post-saved-state svg {
    margin-right: 0
  }
}

.editor-post-save-draft.has-text.has-icon svg {
  margin-right: 0
}

.editor-post-taxonomies__hierarchical-terms-list {
  margin-left: -6px;
  margin-top: -6px;
  max-height: 14em;
  overflow: auto;
  padding-left: 6px;
  padding-top: 6px
}

.editor-post-taxonomies__hierarchical-terms-choice {
  margin-bottom: 8px
}

.editor-post-taxonomies__hierarchical-terms-subchoices {
  margin-left: 16px;
  margin-top: 8px
}

.components-button.editor-post-taxonomies__hierarchical-terms-add,
.components-button.editor-post-taxonomies__hierarchical-terms-submit {
  margin-top: 12px
}

.editor-post-taxonomies__hierarchical-terms-label {
  display: inline-block;
  margin-top: 12px
}

.editor-post-taxonomies__hierarchical-terms-input {
  margin-top: 8px
}

.editor-post-taxonomies__hierarchical-terms-filter {
  margin-bottom: 8px;
  width: 100%
}

.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label {
  margin-bottom: 4px
}

.editor-post-taxonomies__flat-term-most-used-list {
  margin: 0
}

.editor-post-taxonomies__flat-term-most-used-list li {
  display: inline-block;
  margin-right: 8px
}

.editor-post-taxonomies__flat-term-most-used-list .components-button {
  font-size: 12px
}

.edit-post-text-editor__body textarea.editor-post-text-editor {
  border: 1px solid #949494;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 16px !important;
  line-height: 2.4;
  margin: 0;
  min-height: 200px;
  overflow: hidden;
  padding: 16px;
  resize: none;
  transition: border .1s ease-out, box-shadow .1s linear;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .edit-post-text-editor__body textarea.editor-post-text-editor {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .edit-post-text-editor__body textarea.editor-post-text-editor {
    font-size: 15px !important;
    padding: 24px
  }
}

.edit-post-text-editor__body textarea.editor-post-text-editor:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  position: relative
}

.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.editor-post-url__link-label {
  font-size: 13px;
  font-weight: 400;
  margin: 0
}

.editor-post-url__link {
  direction: ltr;
  word-break: break-word
}

.editor-post-url__link-slug {
  font-weight: 600
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio] {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 transparent;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 24px;
  line-height: normal;
  margin-right: 12px;
  margin-top: 2px;
  padding: 6px 8px;
  transition: box-shadow .1s linear;
  transition: none;
  width: 24px
}

@media(prefers-reduced-motion:reduce) {
  .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio] {
    font-size: 13px;
    line-height: normal
  }
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

@media(min-width:600px) {
  .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio] {
    height: 20px;
    width: 20px
  }
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before {
  background-color: #fff;
  border: 4px solid #fff;
  box-sizing: inherit;
  height: 8px;
  margin: 0;
  transform: translate(7px, 7px);
  width: 8px
}

@media(min-width:600px) {
  .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before {
    transform: translate(5px, 5px)
  }
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color)
}

.editor-post-visibility__fieldset .editor-post-visibility__info {
  color: #757575;
  margin-left: 36px;
  margin-top: .5em
}

@media(min-width:600px) {
  .editor-post-visibility__fieldset .editor-post-visibility__info {
    margin-left: 32px
  }
}

.editor-post-visibility__fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__info {
  margin-bottom: 0
}

.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text] {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-left: 32px;
  padding: 6px 8px;
  transition: box-shadow .1s linear;
  width: calc(100% - 32px)
}

@media(prefers-reduced-motion:reduce) {
  .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text] {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

@media(min-width:600px) {
  .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text] {
    font-size: 13px;
    line-height: normal
  }
}

.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-moz-placeholder {
  color: rgba(30, 30, 30, .62);
  opacity: 1
}

.editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.editor-post-trash.components-button {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  width: 100%
}

.table-of-contents__popover.components-popover .components-popover__content {
  min-width: 380px
}

.components-popover.table-of-contents__popover {
  z-index: 99998
}

.table-of-contents__popover .components-popover__content {
  padding: 16px
}

@media(min-width:600px) {
  .table-of-contents__popover .components-popover__content {
    max-height: calc(100vh - 120px);
    overflow-y: auto
  }
}

.table-of-contents__popover hr {
  margin: 10px -16px 0
}

.table-of-contents__wrapper:focus:before {
  bottom: 0;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.table-of-contents__counts {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0
}

.table-of-contents__count {
  color: #1e1e1e;
  display: flex;
  flex-basis: 33%;
  flex-direction: column;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 8px;
  padding-right: 8px
}

.table-of-contents__count:nth-child(4n) {
  padding-right: 0
}

.table-of-contents__number,
.table-of-contents__popover .word-count {
  color: #1e1e1e;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px
}

.table-of-contents__title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px
}

.editor-template-validation-notice {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.editor-template-validation-notice .components-button {
  margin-left: 5px
}

.gutentor-button .css-2o5izw,
.gutentor-button-secondary .css-2o5izw,
.gutentor-tabs-wrapper .css-2o5izw {
  display: inline-block;
  background: 0 0;
  border: medium;
  height: auto
}

.gutentor-icon-hide.gutentor-button .gutentor-button-icon,
.gutentor-icon-hide.gutentor-button-secondary .gutentor-button-icon,
.gutentor-icon-hide.gutentor-tabs-wrapper .gutentor-button-icon {
  display: none
}

.gutentor-icon-after.gutentor-button,
.gutentor-icon-after.gutentor-button-secondary,
.gutentor-icon-after.gutentor-tabs-wrapper {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-icon-after.gutentor-button .gutentor-button-icon,
.gutentor-icon-after.gutentor-button-secondary .gutentor-button-icon,
.gutentor-icon-after.gutentor-tabs-wrapper .gutentor-button-icon {
  margin-left: 8px
}

.gutentor-icon-before.gutentor-button .gutentor-button-icon,
.gutentor-icon-before.gutentor-button-secondary .gutentor-button-icon,
.gutentor-icon-before.gutentor-tabs-wrapper .gutentor-button-icon {
  margin-right: 8px
}

.gutentor-button .css-2o5izw,
.gutentor-button-secondary .css-2o5izw,
.gutentor-tabs-wrapper .css-2o5izw {
  display: inline-block;
  background: 0 0;
  border: medium;
  height: auto
}

.gutentor-icon-hide.gutentor-button .gutentor-button-icon,
.gutentor-icon-hide.gutentor-button-secondary .gutentor-button-icon,
.gutentor-icon-hide.gutentor-tabs-wrapper .gutentor-button-icon {
  display: none
}

.gutentor-icon-after.gutentor-button,
.gutentor-icon-after.gutentor-button-secondary,
.gutentor-icon-after.gutentor-tabs-wrapper {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-icon-after.gutentor-button .gutentor-button-icon,
.gutentor-icon-after.gutentor-button-secondary .gutentor-button-icon,
.gutentor-icon-after.gutentor-tabs-wrapper .gutentor-button-icon {
  margin-left: 8px
}

.gutentor-icon-before.gutentor-button .gutentor-button-icon,
.gutentor-icon-before.gutentor-button-secondary .gutentor-button-icon,
.gutentor-icon-before.gutentor-tabs-wrapper .gutentor-button-icon {
  margin-right: 8px
}

.alignfull>.grid-container {
  max-width: 100%
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-center .editor-url-input input {
  text-align: center
}

.text-right {
  text-align: right
}

.text-right .editor-url-input input {
  text-align: right
}

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

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

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

.text-align-justify-mobile {
  text-align: justify
}

@media(min-width:768px) {
  .text-align-left-tablet {
    text-align: left
  }

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

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

  .text-align-justify-tablet {
    text-align: justify
  }
}

@media(min-width:992px) {
  .text-align-left-desktop {
    text-align: left
  }

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

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

  .text-align-justify-desktop {
    text-align: justify
  }
}

.g-f-l-m {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.g-f-r-m {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.g-f-c-m {
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:768px) {
  .g-f-l-t {
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .g-f-r-t {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-f-c-t {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(min-width:992px) {
  .g-f-l-d {
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .g-f-r-d {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-f-c-d {
    -ms-flex-pack: center;
    justify-content: center
  }
}

.gutentor-enabled-width.text-align-left-mobile,
.gutentor-enabled-width.text-align-left-tablet,
.gutentor-enabled-width.text-align-left-desktop,
.gutentor-enabled-width.text-align-right-mobile,
.gutentor-enabled-width.text-align-right-tablet,
.gutentor-enabled-width.text-align-right-desktop,
.gutentor-enabled-width.text-align-center-mobile,
.gutentor-enabled-width.text-align-center-tablet,
.gutentor-enabled-width.text-align-center-desktop {
  display: -ms-flexbox;
  display: flex
}

.gutentor-enabled-width.text-align-center-mobile {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-enabled-width.text-align-right-mobile {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-enabled-width.text-align-left-mobile {
  -ms-flex-pack: start;
  justify-content: start
}

@media(min-width:768px) {
  .gutentor-enabled-width.text-align-center-tablet {
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-enabled-width.text-align-right-tablet {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .gutentor-enabled-width.text-align-left-tablet {
    -ms-flex-pack: start;
    justify-content: start
  }
}

@media(min-width:992px) {
  .gutentor-enabled-width.text-align-center-desktop {
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-enabled-width.text-align-right-desktop {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .gutentor-enabled-width.text-align-left-desktop {
    -ms-flex-pack: start;
    justify-content: start
  }
}

.gutentor-position-default-mobile {
  position: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: auto
}

.gutentor-position-relative-mobile {
  position: relative
}

.gutentor-position-absolute-mobile {
  position: absolute
}

.gutentor-position-fixed-mobile {
  position: fixed
}

.gutentor-position-static-mobile {
  position: static
}

@media(min-width:768px) {
  .gutentor-position-default-mobile {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    width: auto
  }

  .gutentor-position-relative-tablet {
    position: relative
  }

  .gutentor-position-absolute-tablet {
    position: absolute
  }

  .gutentor-position-fixed-tablet {
    position: fixed
  }

  .gutentor-position-static-tablet {
    position: static
  }
}

@media(min-width:992px) {
  .gutentor-position-default-desktop {
    position: inherit;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    width: auto !important
  }

  .gutentor-position-relative-desktop {
    position: relative
  }

  .gutentor-position-absolute-desktop {
    position: absolute
  }

  .gutentor-position-fixed-desktop {
    position: fixed
  }

  .gutentor-position-static-desktop {
    position: static
  }
}

.g-pos-d-mobile {
  position: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: auto
}

.g-pos-r-mobile {
  position: relative
}

.g-pos-a-mobile {
  position: absolute
}

.g-pos-f-mobile {
  position: fixed
}

.g-pos-s-mobile {
  position: static
}

@media(min-width:768px) {
  .g-pos-d-tablet {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    width: auto
  }

  .g-pos-r-tablet {
    position: relative
  }

  .g-pos-a-tablet {
    position: absolute
  }

  .g-pos-f-tablet {
    position: fixed
  }

  .g-pos-s-tablet {
    position: static
  }
}

@media(min-width:992px) {
  .g-pos-d-desktop {
    position: inherit;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    width: auto !important
  }

  .g-pos-r-desktop {
    position: relative
  }

  .g-pos-a-desktop {
    position: absolute
  }

  .g-pos-f-desktop {
    position: fixed
  }

  .g-pos-s-desktop {
    position: static
  }
}

.gutentor-rm-ct-space {
  padding-left: 0 !important;
  padding-right: 0 !important
}

@media(min-width:768px) {
  .gutentor-rm-ct-space-t {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media(min-width:992px) {
  .gutentor-rm-ct-space-d {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

.gutentor-rm-row-space {
  margin-left: 0 !important;
  margin-right: 0 !important
}

@media(min-width:768px) {
  .gutentor-rm-row-space-t {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media(min-width:992px) {
  .gutentor-rm-row-space-d {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.gutentor-rm-col-space {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

@media(min-width:768px) {
  .gutentor-rm-col-space-t {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
}

@media(min-width:992px) {
  .gutentor-rm-col-space-d {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
}

.g-c-r-valign-mobile {
  display: block
}

@media(min-width:768px) {
  .g-c-r-valign-tablet {
    display: block !important
  }
}

@media(min-width:992px) {
  .g-c-r-valign-desktop {
    display: block !important
  }
}

.g-valign-t-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.g-valign-b-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.g-valign-c-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:768px) {
  .g-valign-t-tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .g-valign-b-tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-valign-c-tablet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(min-width:992px) {
  .g-valign-t-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .g-valign-b-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-valign-c-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(min-width:992px) {
  .d-lg-none.g-c-r-valign-desktop {
    display: none !important
  }

  .d-lg-none.g-valign-t-desktop,
  .d-lg-none.g-valign-b-desktop,
  .d-lg-none.g-valign-c-desktop {
    display: none !important
  }
}

@media(min-width:992px) {
  .d-md-none.d-lg-block.g-c-r-valign-desktop {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-none.d-lg-block.g-valign-t-desktop,
  .d-md-none.d-lg-block.g-valign-b-desktop,
  .d-md-none.d-lg-block.g-valign-c-desktop {
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media(min-width:768px) {
  .d-md-none.g-c-r-valign-tablet {
    display: none !important
  }

  .d-md-none.g-valign-t-tablet,
  .d-md-none.g-valign-b-tablet,
  .d-md-none.g-valign-c-tablet {
    display: none !important
  }
}

.btn-link i {
  margin-right: 8px
}

.gutentor-btn-full-mobile .gutentor-button {
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%
}

@media(min-width:768px) {
  .gutentor-btn-full-tablet .gutentor-button {
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%
  }
}

.gutentor-btn-custom-mobile .gutentor-button {
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:992px) {
  .gutentor-btn-custom-tablet .gutentor-button {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(min-width:992px) {
  .gutentor-btn-full-desktop .gutentor-button {
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%
  }

  .gutentor-btn-custom-desktop .gutentor-button {
    -ms-flex-pack: center;
    justify-content: center
  }
}

.gutentor-button,
.gutentor-button-secondary {
  margin-top: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  line-height: normal;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.gutentor-button .gutentor-button-icon,
.gutentor-button-secondary .gutentor-button-icon {
  line-height: normal;
  font-size: 14px
}

.gutentor-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-button-group .gutentor-button:not(:last-child) {
  margin-right: 20px
}

.gutentor-button-group.flex-align-left {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-button-group.flex-align-center {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-button-group.flex-align-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-button-group.gutentor-btn-full-mobile {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.gutentor-button-group.gutentor-btn-full-mobile .gutentor-button {
  max-width: 100%;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-button-group.gutentor-btn-full-mobile .gutentor-button:not(:last-child) {
  margin-right: 0
}

@media(min-width:768px) {
  .gutentor-button-group.gutentor-btn-full-tablet {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-button-group.gutentor-btn-full-tablet .gutentor-button {
    max-width: 100%;
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-button-group.gutentor-btn-full-tablet .gutentor-button:not(:last-child) {
    margin-right: 0
  }
}

@media(min-width:992px) {
  .gutentor-button-group.gutentor-btn-full-desktop {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-button-group.gutentor-btn-full-desktop .gutentor-button {
    max-width: 100%;
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-button-group.gutentor-btn-full-desktop .gutentor-button:not(:last-child) {
    margin-right: 0
  }
}

.gutentor-active .gutentor-section .grid-row [class*=grid-],
.gutentor-active .gutentor-section .grid-row [class^=grid-] {
  margin-top: 15px;
  margin-bottom: 15px
}

.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class*=grid-] .grid-row [class*=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class*=grid-] .grid-row [class^=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class^=grid-] .grid-row [class*=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class^=grid-] .grid-row [class^=grid-] {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0
}

.gutentor-active .gutentor-section i.fas,
.gutentor-active .gutentor-section i.far,
.gutentor-active .gutentor-section i.fab,
.gutentor-active .gutentor-section i.fa,
.gutentor-active .gutentor-section i.fal,
.gutentor-active .gutentor-section i.dashicons {
  font-style: normal
}

.gutentor-active .gutentor-section a {
  text-decoration: none
}

.gutentor-active .gutentor-single-item-title {
  margin-bottom: 10px
}

.gutentor-active .gutentor-single-item-title:before {
  display: none
}

.gutentor-active .gutentor-single-item-title a {
  font-size: inherit
}

.gutentor-active .grid-row .grid-container {
  max-width: 100%
}

.gutentor-section {
  background-color: #fff
}

.gutentor-section:not(.gutentor-dynamic-single-column) {
  padding: 0
}

@media(max-width:575px) {

  .gutentor-section.gutentor-mobile-fullWidth .gutentor-single-item .grid-row [class*=grid-],
  .gutentor-section.gutentor-mobile-fullWidth .gutentor-single-item .grid-row [class^=grid-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(max-width:575px) {
  .gutentor-section.gutentor-mobile-fullWidth.imageSlider-template2 .gutentor-single-item-content .grid-container {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-section.gutentor-mobile-fullWidth.imageSlider-template2 .gutentor-single-item-content .grid-container .slider-caption,
  .gutentor-section.gutentor-mobile-fullWidth.imageSlider-template2 .gutentor-single-item-content .grid-container .caption-image {
    width: 100% !important
  }
}

@media(max-width:575px) {
  .gutentor-section.gutentor-mobile-fullWidth.gutentor-featured-block .featured-content-row {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-section.gutentor-mobile-fullWidth.gutentor-featured-block .featured-content-row .gutentor-single-item-image-box,
  .gutentor-section.gutentor-mobile-fullWidth.gutentor-featured-block .featured-content-row .gutentor-single-item-content {
    width: 100% !important
  }
}

@media(max-width:575px) {
  .gutentor-section.gutentor-mobile-fullWidth.gutentor-calltoaction .gutentor-single-item {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .gutentor-section.gutentor-mobile-fullWidth.gutentor-calltoaction .gutentor-single-item .gutentor-single-item-image-box,
  .gutentor-section.gutentor-mobile-fullWidth.gutentor-calltoaction .gutentor-single-item .gutentor-single-item-content {
    width: 100% !important;
    margin: 0
  }
}

@media(max-width:767px) {

  .gutentor-section.gutentor-tablet-fullWidth .gutentor-single-item .grid-row [class*=grid-],
  .gutentor-section.gutentor-tablet-fullWidth .gutentor-single-item .grid-row [class^=grid-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width:576px) and (max-width:767px) {
  .gutentor-section.gutentor-tablet-fullWidth.imageSlider-template2 .gutentor-single-item-content .grid-container {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-section.gutentor-tablet-fullWidth.imageSlider-template2 .gutentor-single-item-content .grid-container .slider-caption,
  .gutentor-section.gutentor-tablet-fullWidth.imageSlider-template2 .gutentor-single-item-content .grid-container .caption-image {
    width: 100% !important
  }
}

@media(min-width:576px) and (max-width:767px) {
  .gutentor-section.gutentor-tablet-fullWidth.gutentor-featured-block .featured-content-row {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-section.gutentor-tablet-fullWidth.gutentor-featured-block .featured-content-row .gutentor-single-item-image-box,
  .gutentor-section.gutentor-tablet-fullWidth.gutentor-featured-block .featured-content-row .gutentor-single-item-content {
    width: 100% !important
  }
}

@media(min-width:576px) and (max-width:767px) {
  .gutentor-section.gutentor-tablet-fullWidth.gutentor-calltoaction .gutentor-single-item {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .gutentor-section.gutentor-tablet-fullWidth.gutentor-calltoaction .gutentor-single-item .gutentor-single-item-image-box,
  .gutentor-section.gutentor-tablet-fullWidth.gutentor-calltoaction .gutentor-single-item .gutentor-single-item-content {
    width: 100% !important;
    margin: 0
  }
}

.has-gutentor-block-shape-top,
.has-gutentor-block-shape-bottom {
  position: relative
}

.has-gutentor-block-shape-top .grid-container,
.has-gutentor-block-shape-bottom .grid-container {
  position: relative;
  z-index: 2
}

.gutentor-block-shape-top,
.gutentor-block-shape-bottom {
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.gutentor-section:not(.gutentor-block-shape-bottom-bring-front) .gutentor-grid-item-wrap,
.gutentor-element:not(.gutentor-block-shape-bottom-bring-front) .gutentor-grid-item-wrap,
.gutentor-module:not(.gutentor-block-shape-bottom-bring-front) .gutentor-grid-item-wrap,
.gutentor-post-module:not(.gutentor-block-shape-bottom-bring-front) .gutentor-grid-item-wrap {
  position: relative;
  z-index: 3
}

.gutentor-section.gutentor-block-shape-bottom-bring-front .gutentor-block-shape-bottom,
.gutentor-element.gutentor-block-shape-bottom-bring-front .gutentor-block-shape-bottom,
.gutentor-module.gutentor-block-shape-bottom-bring-front .gutentor-block-shape-bottom,
.gutentor-post-module.gutentor-block-shape-bottom-bring-front .gutentor-block-shape-bottom {
  z-index: 3
}

.gutentor-section.gutentor-block-shape-top-bring-front .gutentor-block-shape-top,
.gutentor-element.gutentor-block-shape-top-bring-front .gutentor-block-shape-top,
.gutentor-module.gutentor-block-shape-top-bring-front .gutentor-block-shape-top,
.gutentor-post-module.gutentor-block-shape-top-bring-front .gutentor-block-shape-top {
  z-index: 3
}

.gutentor-section .gutentor-block-shape-bottom,
.gutentor-section .gutentor-block-shape-top,
.gutentor-element .gutentor-block-shape-bottom,
.gutentor-element .gutentor-block-shape-top,
.gutentor-module .gutentor-block-shape-bottom,
.gutentor-module .gutentor-block-shape-top,
.gutentor-post-module .gutentor-block-shape-bottom,
.gutentor-post-module .gutentor-block-shape-top {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1
}

.gutentor-section .gutentor-block-shape-bottom span,
.gutentor-section .gutentor-block-shape-top span,
.gutentor-element .gutentor-block-shape-bottom span,
.gutentor-element .gutentor-block-shape-top span,
.gutentor-module .gutentor-block-shape-bottom span,
.gutentor-module .gutentor-block-shape-top span,
.gutentor-post-module .gutentor-block-shape-bottom span,
.gutentor-post-module .gutentor-block-shape-top span {
  display: block;
  line-height: 0;
  font-size: 0
}

.gutentor-section .gutentor-block-shape-top,
.gutentor-element .gutentor-block-shape-top,
.gutentor-module .gutentor-block-shape-top,
.gutentor-post-module .gutentor-block-shape-top {
  top: 0
}

.gutentor-section .gutentor-block-shape-bottom,
.gutentor-element .gutentor-block-shape-bottom,
.gutentor-module .gutentor-block-shape-bottom,
.gutentor-post-module .gutentor-block-shape-bottom {
  bottom: -1px;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1)
}

.gutentor-section.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom,
.gutentor-element.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom,
.gutentor-module.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom,
.gutentor-post-module.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom {
  bottom: -1px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

.gutentor-tshape-fv .gutentor-block-shape-top {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.gutentor-tshape-hv .gutentor-block-shape-top {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1)
}

.gutentor-tshape-hv.gutentor-tshape-fv .gutentor-block-shape-top {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1)
}

.gutentor-bshape-fv .gutentor-block-shape-bottom {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

.gutentor-bshape-fv.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

.gutentor-bshape-hv .gutentor-block-shape-bottom {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.gutentor-bshape-hv.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.gutentor-bshape-fv.gutentor-bshape-hv .gutentor-block-shape-bottom {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

.gutentor-bshape-fv.gutentor-bshape-hv.gutentor-bottom-block-shape-img .gutentor-block-shape-bottom {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1)
}

.gutentor-advanced-columns.gutentor-section,
.gutentor-advanced-columns .gutentor-section {
  background-color: transparent
}

.has-gutentor-overlay {
  position: relative;
  z-index: 1
}

.has-gutentor-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

body:not(.wp-admin) .has-gutentor-overlay {
  overflow: hidden
}

.has-video-bg {
  position: relative;
  z-index: 1
}

.has-video-bg .gutentor-bg-video {
  position: absolute;
  z-index: -1;
  pointer-events: none
}

.has-video-bg video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.gutentor-social-wrap {
  margin-top: 15px;
  margin-bottom: 15px
}

.gutentor-social-wrap .gutentor-social-item {
  display: inline-block
}

@media(max-width:767px) {

  .gutentor-mbl-full-width-column .gutentor-col-wrap,
  .gutentor-mbl-full-width-column .gutentor-single-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important
  }
}

@media(max-width:991px) {

  .g-tablet-full-width-col .gutentor-col-wrap,
  .g-tablet-full-width-col .gutentor-single-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important
  }
}

@media(min-width:992px) {

  .g-desktop-full-width-col .gutentor-col-wrap,
  .g-desktop-full-width-col .gutentor-single-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important
  }
}

.gutentor-equal-column-height>.grid-container>.grid-row>.gutentor-single-column>.gutentor-col-wrap {
  height: 100%
}

.gutentor-equal-column-height>.grid-container>.grid-row>.gutentor-dynamic-single-column>.gutentor-single-col {
  height: 100%
}

.gutentor-disabled {
  cursor: not-allowed !important;
  opacity: .7
}

.gutentor-module-carousel .gutentor-slick-arrows,
.gutentor-post-module .gutentor-slick-arrows,
.gutentor-term-module .gutentor-slick-arrows {
  display: -ms-flexbox;
  display: flex
}

.gutentor-module-carousel .gutentor-slick-arrows .slick-prev,
.gutentor-module-carousel .gutentor-slick-arrows .slick-next,
.gutentor-post-module .gutentor-slick-arrows .slick-prev,
.gutentor-post-module .gutentor-slick-arrows .slick-next,
.gutentor-term-module .gutentor-slick-arrows .slick-prev,
.gutentor-term-module .gutentor-slick-arrows .slick-next {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.gutentor-module-carousel .gutentor-slick-arrows .slick-prev,
.gutentor-post-module .gutentor-slick-arrows .slick-prev,
.gutentor-term-module .gutentor-slick-arrows .slick-prev {
  margin-right: 10px
}

.gutentor-slick-a-t-left-mobile>.grid-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px
}

.gutentor-slick-a-t-left-mobile>.grid-container .gutentor-slick-arrows {
  position: absolute;
  top: 0;
  bottom: inherit;
  left: 15px;
  right: inherit;
  margin-top: 20px
}

.gutentor-slick-a-t-left-mobile>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
  left: 0;
  right: inherit
}

.gutentor-slick-a-t-right-mobile>.grid-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px
}

.gutentor-slick-a-t-right-mobile>.grid-container .gutentor-slick-arrows {
  position: absolute;
  top: 0;
  bottom: inherit;
  right: 15px;
  left: inherit;
  margin-top: 20px
}

.gutentor-slick-a-t-right-mobile>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
  right: 0;
  left: inherit
}

.gutentor-slick-a-b-left-mobile>.grid-container {
  position: relative;
  padding-bottom: 20px
}

.gutentor-slick-a-b-left-mobile>.grid-container .gutentor-slick-arrows {
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 15px;
  right: inherit;
  margin-top: 20px
}

.gutentor-slick-a-b-left-mobile>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
  left: 0;
  right: inherit
}

.gutentor-slick-a-b-right-mobile>.grid-container {
  position: relative;
  padding-bottom: 20px
}

.gutentor-slick-a-b-right-mobile>.grid-container .gutentor-slick-arrows {
  position: absolute;
  bottom: 0;
  top: inherit;
  right: 15px;
  left: inherit;
  margin-top: 20px
}

.gutentor-slick-a-b-right-mobile>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
  right: 0;
  left: inherit
}

@media(min-width:768px) {
  .gutentor-slick-a-t-left-tablet>.grid-container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
  }

  .gutentor-slick-a-t-left-tablet>.grid-container .gutentor-slick-arrows {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: 15px;
    right: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-t-left-tablet>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    left: 0;
    right: inherit
  }

  .gutentor-slick-a-t-right-tablet>.grid-container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
  }

  .gutentor-slick-a-t-right-tablet>.grid-container .gutentor-slick-arrows {
    position: absolute;
    top: 0;
    bottom: inherit;
    right: 15px;
    left: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-t-right-tablet>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    right: 0;
    left: inherit
  }

  .gutentor-slick-a-b-left-tablet>.grid-container {
    position: relative;
    padding-bottom: 20px
  }

  .gutentor-slick-a-b-left-tablet>.grid-container .gutentor-slick-arrows {
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 15px;
    right: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-b-left-tablet>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    left: 0;
    right: inherit
  }

  .gutentor-slick-a-b-right-tablet>.grid-container {
    position: relative;
    padding-bottom: 20px
  }

  .gutentor-slick-a-b-right-tablet>.grid-container .gutentor-slick-arrows {
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 15px;
    left: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-b-right-tablet>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    right: 0;
    left: inherit
  }
}

@media(min-width:992px) {
  .gutentor-slick-a-t-left-desktop>.grid-container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
  }

  .gutentor-slick-a-t-left-desktop>.grid-container .gutentor-slick-arrows {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: 15px;
    right: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-t-left-desktop>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    left: 0;
    right: inherit
  }

  .gutentor-slick-a-t-right-desktop>.grid-container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px
  }

  .gutentor-slick-a-t-right-desktop>.grid-container .gutentor-slick-arrows {
    position: absolute;
    top: 0;
    bottom: inherit;
    right: 15px;
    left: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-t-right-desktop>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    right: 0;
    left: inherit
  }

  .gutentor-slick-a-b-left-desktop>.grid-container {
    position: relative;
    padding-bottom: 20px
  }

  .gutentor-slick-a-b-left-desktop>.grid-container .gutentor-slick-arrows {
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 15px;
    right: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-b-left-desktop>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    left: 0;
    right: inherit
  }

  .gutentor-slick-a-b-right-desktop>.grid-container {
    position: relative;
    padding-bottom: 20px
  }

  .gutentor-slick-a-b-right-desktop>.grid-container .gutentor-slick-arrows {
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 15px;
    left: inherit;
    margin-top: 20px
  }

  .gutentor-slick-a-b-right-desktop>.grid-container.gutentor-rm-ct-space .gutentor-slick-arrows {
    right: 0;
    left: inherit
  }
}

.gutentor-module-slider .gutentor-slick-arrows {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.gutentor-module-slider .gutentor-slick-arrows .slick-prev,
.gutentor-module-slider .gutentor-slick-arrows .slick-next {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.gutentor-module-slider .gutentor-slick-arrows .slick-prev {
  margin-right: 10px
}

.gutentor-module-slider.gutentor-slick-a-t-left-desktop {
  position: relative
}

.gutentor-module-slider.gutentor-slick-a-t-left-desktop .gutentor-slick-arrows {
  position: absolute;
  top: 0;
  bottom: inherit;
  left: 15px;
  right: inherit;
  margin-top: 20px
}

.gutentor-module-slider.gutentor-slick-a-t-right-desktop {
  position: relative
}

.gutentor-module-slider.gutentor-slick-a-t-right-desktop .gutentor-slick-arrows {
  position: absolute;
  top: 0;
  bottom: inherit;
  right: 15px;
  left: inherit;
  margin-top: 20px
}

.gutentor-module-slider.gutentor-slick-a-b-left-desktop {
  position: relative
}

.gutentor-module-slider.gutentor-slick-a-b-left-desktop .gutentor-slick-arrows {
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 15px;
  right: inherit;
  margin-top: 20px
}

.gutentor-module-slider.gutentor-slick-a-b-right-desktop {
  position: relative
}

.gutentor-module-slider.gutentor-slick-a-b-right-desktop .gutentor-slick-arrows {
  position: absolute;
  bottom: 0;
  top: inherit;
  right: 15px;
  left: inherit;
  margin-top: 20px
}

body.rtl .gutentor-carousel-row .slick-arrow .fa-angle-left,
body.rtl .gutentor-carousel-row .slick-arrow .fa-angle-right,
body.rtl .gutentor-image-slider .slick-arrow .fa-angle-left,
body.rtl .gutentor-image-slider .slick-arrow .fa-angle-right,
body.rtl .gutentor-post-module-p1 .slick-arrow .fa-angle-left,
body.rtl .gutentor-post-module-p1 .slick-arrow .fa-angle-right,
body.rtl .gutentor-module-carousel .slick-arrow .fa-angle-left,
body.rtl .gutentor-module-carousel .slick-arrow .fa-angle-right,
body.rtl .gutentor-module-slider .slick-arrow .fa-angle-left,
body.rtl .gutentor-module-slider .slick-arrow .fa-angle-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.g-single-column-link-enabled {
  position: relative
}

.g-single-column-link-enabled .gutentor-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

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

  .gutentor-post-module,
  .gutentor-module,
  .has-image-bg {
    background-attachment: scroll !important
  }
}

.g-v-popup .g-v-box,
.g-v-popup .g-v-img-box {
  position: relative
}

.g-v-popup-enabled video,
.g-v-popup-enabled iframe {
  pointer-events: none
}

.g-v-popup video {
  -o-object-fit: cover;
  object-fit: cover
}

.g-v-popup-no-thumb:not(.g-v-enabled) .g-v-btn {
  position: static;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.g-v-popup-c .g-v-btn,
.g-v-popup-c .g-v-fp-btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.g-v-popup-t-l .g-v-btn,
.g-v-popup-t-l .g-v-fp-btn {
  left: 20px;
  top: 20px
}

.g-v-popup-t-r .g-v-btn,
.g-v-popup-t-r .g-v-fp-btn {
  right: 20px;
  top: 20px
}

.g-v-popup-b-l .g-v-btn,
.g-v-popup-b-l .g-v-fp-btn {
  left: 20px;
  bottom: 20px
}

.g-v-popup-b-r .g-v-btn,
.g-v-popup-b-r .g-v-fp-btn {
  right: 20px;
  bottom: 20px
}

.g-v-box {
  height: 100%
}

.g-v-btn {
  position: absolute;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.g-v-player {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%
}

.g-v-fp-popup .g-v-fp-box,
.g-v-fp-popup .g-v-fp-img-box {
  position: relative
}

.g-v-fp-popup-enabled video,
.g-v-fp-popup-enabled iframe {
  pointer-events: none
}

.g-v-fp-popup-no-thumb .g-v-fp-btn {
  position: static;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.g-v-fp video {
  -o-object-fit: cover;
  object-fit: cover
}

.g-v-fp-btn {
  position: absolute;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.g-v-fp-player {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%
}

.gutentor-section-title:not(.enable-title-design) h1:before,
.gutentor-section-title:not(.enable-title-design) h2:before {
  display: none
}

.gutentor-section-title .gutentor-title {
  margin: 0
}

.gutentor-section-title.enable-title-design .gutentor-title {
  position: relative;
  margin: 0
}

.gutentor-section-title.enable-title-design .gutentor-title:before {
  background: currentColor;
  content: "\020";
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 1em;
  position: absolute
}

.gutentor-section-title.enable-title-design.seperator-bottom .gutentor-title {
  padding-bottom: 10px
}

.gutentor-section-title.enable-title-design.seperator-bottom .gutentor-title:before {
  bottom: 0
}

.gutentor-section-title.enable-title-design.seperator-top .gutentor-title {
  padding-top: 10px
}

.gutentor-section-title.enable-title-design.seperator-top .gutentor-title:before {
  top: 0
}

.gutentor-section-title.enable-title-design.text-center .gutentor-title:before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.gutentor-section-title.enable-title-design.text-left .gutentor-title:before {
  left: 0
}

.gutentor-section-title.enable-title-design.text-right .gutentor-title:before {
  right: 0
}

.gutentor-section-subtitle .gutentor-subtitle {
  margin: 0
}

.gutentor-section-subtitle.enable-subtitle-design .gutentor-subtitle {
  position: relative;
  margin: 0
}

.gutentor-section-subtitle.enable-subtitle-design .gutentor-subtitle:before {
  background: currentColor;
  content: "\020";
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 1em;
  position: absolute
}

.gutentor-section-subtitle.enable-subtitle-design.seperator-bottom .gutentor-subtitle {
  padding-bottom: 10px
}

.gutentor-section-subtitle.enable-subtitle-design.seperator-bottom .gutentor-subtitle:before {
  bottom: 0
}

.gutentor-section-subtitle.enable-subtitle-design.seperator-top .gutentor-subtitle {
  padding-top: 10px
}

.gutentor-section-subtitle.enable-subtitle-design.seperator-top .gutentor-subtitle:before {
  top: 0
}

.gutentor-section-subtitle.enable-subtitle-design.text-center .gutentor-subtitle:before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.gutentor-section-subtitle.enable-subtitle-design.text-left .gutentor-subtitle:before {
  left: 0
}

.gutentor-section-subtitle.enable-subtitle-design.text-right .gutentor-subtitle:before {
  right: 0
}

.gutentor-single-item {
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

.gutentor-single-item-icon-box {
  font-size: 20px;
  margin-bottom: 20px
}

.gutentor-single-item-title {
  margin-top: 0;
  padding: 0;
  line-height: normal
}

.gutentor-single-item-desc:last-child {
  margin-bottom: 0
}

.gutentor-icon-wrapper .gutentor-single-item {
  padding: 20px;
  overflow-x: hidden
}

.gutentor-icon-wrapper .gutentor-single-item.icon-circle-bg .gutentor-single-item-icon-box,
.gutentor-icon-wrapper .gutentor-single-item.icon-circle-border .gutentor-single-item-icon-box,
.gutentor-icon-wrapper .gutentor-single-item.icon-square-bg .gutentor-single-item-icon-box,
.gutentor-icon-wrapper .gutentor-single-item.icon-square-border .gutentor-single-item-icon-box {
  text-align: center
}

.gutentor-icon-wrapper .gutentor-single-item.icon-circle-bg .gutentor-single-item-icon-box {
  border-radius: 50%;
  background: #f3f3f4;
  color: #c4c4c4
}

.gutentor-icon-wrapper .gutentor-single-item.icon-circle-border .gutentor-single-item-icon-box {
  border-radius: 50%;
  border: 1px solid #f3f3f4;
  color: #c4c4c4
}

.gutentor-icon-wrapper .gutentor-single-item.icon-square-bg .gutentor-single-item-icon-box {
  background: #f3f3f4;
  color: #c4c4c4
}

.gutentor-icon-wrapper .gutentor-single-item.icon-square-border .gutentor-single-item-icon-box {
  border: 1px solid #f3f3f4;
  color: #c4c4c4
}

.gutentor-icon-wrapper .text-right .gutentor-single-item-icon-box {
  text-align: right
}

.icon-template1 .gutentor-single-item,
.gutentor-icon-template1 .gutentor-single-item {
  text-align: left
}

.icon-template1 .gutentor-single-item-icon-box,
.gutentor-icon-template1 .gutentor-single-item-icon-box {
  text-align: left
}

.icon-template2 .gutentor-single-item,
.gutentor-icon-template2 .gutentor-single-item {
  text-align: center
}

.icon-template2 .gutentor-single-item-icon-box,
.gutentor-icon-template2 .gutentor-single-item-icon-box {
  text-align: center
}

.icon-template2 .gutentor-single-item.icon-circle-bg .gutentor-single-item-icon-box,
.icon-template2 .gutentor-single-item.icon-circle-border .gutentor-single-item-icon-box,
.icon-template2 .gutentor-single-item.icon-square-bg .gutentor-single-item-icon-box,
.icon-template2 .gutentor-single-item.icon-square-border .gutentor-single-item-icon-box,
.icon-template2 .gutentor-single-item.custom .gutentor-single-item-icon-box,
.gutentor-icon-template2 .gutentor-single-item.icon-circle-bg .gutentor-single-item-icon-box,
.gutentor-icon-template2 .gutentor-single-item.icon-circle-border .gutentor-single-item-icon-box,
.gutentor-icon-template2 .gutentor-single-item.icon-square-bg .gutentor-single-item-icon-box,
.gutentor-icon-template2 .gutentor-single-item.icon-square-border .gutentor-single-item-icon-box,
.gutentor-icon-template2 .gutentor-single-item.custom .gutentor-single-item-icon-box {
  margin-left: auto;
  margin-right: auto
}

.icon-template3 .gutentor-single-item,
.gutentor-icon-template3 .gutentor-single-item {
  text-align: right
}

.icon-template3 .gutentor-single-item-icon-box,
.gutentor-icon-template3 .gutentor-single-item-icon-box {
  text-align: right
}

.icon-template3 .gutentor-single-item.icon-circle-bg .gutentor-single-item-icon-box,
.icon-template3 .gutentor-single-item.icon-circle-border .gutentor-single-item-icon-box,
.icon-template3 .gutentor-single-item.icon-square-bg .gutentor-single-item-icon-box,
.icon-template3 .gutentor-single-item.icon-square-border .gutentor-single-item-icon-box,
.icon-template3 .gutentor-single-item.custom .gutentor-single-item-icon-box,
.gutentor-icon-template3 .gutentor-single-item.icon-circle-bg .gutentor-single-item-icon-box,
.gutentor-icon-template3 .gutentor-single-item.icon-circle-border .gutentor-single-item-icon-box,
.gutentor-icon-template3 .gutentor-single-item.icon-square-bg .gutentor-single-item-icon-box,
.gutentor-icon-template3 .gutentor-single-item.icon-square-border .gutentor-single-item-icon-box,
.gutentor-icon-template3 .gutentor-single-item.custom .gutentor-single-item-icon-box {
  float: right;
  clear: both
}

.icon-template3 .gutentor-single-item.icon-circle-bg .gutentor-single-item-content,
.icon-template3 .gutentor-single-item.icon-circle-border .gutentor-single-item-content,
.icon-template3 .gutentor-single-item.icon-square-bg .gutentor-single-item-content,
.icon-template3 .gutentor-single-item.icon-square-border .gutentor-single-item-content,
.icon-template3 .gutentor-single-item.custom .gutentor-single-item-content,
.gutentor-icon-template3 .gutentor-single-item.icon-circle-bg .gutentor-single-item-content,
.gutentor-icon-template3 .gutentor-single-item.icon-circle-border .gutentor-single-item-content,
.gutentor-icon-template3 .gutentor-single-item.icon-square-bg .gutentor-single-item-content,
.gutentor-icon-template3 .gutentor-single-item.icon-square-border .gutentor-single-item-content,
.gutentor-icon-template3 .gutentor-single-item.custom .gutentor-single-item-content {
  display: block;
  clear: both
}

.icon-template4 .gutentor-single-item,
.gutentor-icon-template4 .gutentor-single-item {
  text-align: left
}

.icon-template4 .gutentor-single-item-icon-box,
.gutentor-icon-template4 .gutentor-single-item-icon-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center
}

.icon-template4 .gutentor-single-item-content,
.gutentor-icon-template4 .gutentor-single-item-content {
  width: calc(100% - 60px);
  padding-left: 20px;
  display: inline-block
}

.icon-template5 .gutentor-single-item,
.gutentor-icon-template5 .gutentor-single-item {
  text-align: right
}

.icon-template5 .gutentor-single-item-icon-box,
.gutentor-icon-template5 .gutentor-single-item-icon-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: right;
  text-align: center
}

.icon-template5 .gutentor-single-item-content,
.gutentor-icon-template5 .gutentor-single-item-content {
  width: calc(100% - 60px);
  padding-right: 20px;
  display: inline-block
}

.icon-template6 .gutentor-single-item,
.gutentor-icon-template6 .gutentor-single-item {
  text-align: center
}

.icon-template6 .gutentor-single-item-icon-box,
.gutentor-icon-template6 .gutentor-single-item-icon-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 20px
}

.gutentor-content-box-wrapper.content-template1 .gutentor-single-item,
.gutentor-content-box-wrapper.gutentor-content-template1 .gutentor-single-item {
  text-align: left
}

.gutentor-content-box-wrapper.content-template2 .gutentor-single-item,
.gutentor-content-box-wrapper.gutentor-content-template2 .gutentor-single-item {
  text-align: center
}

.gutentor-content-box-wrapper.content-template3 .gutentor-single-item,
.gutentor-content-box-wrapper.gutentor-content-template3 .gutentor-single-item {
  text-align: right
}

.gutentor-image .gutentor-image-thumb {
  overflow: hidden
}

.gutentor-image-wrapper .gutentor-single-item {
  overflow: hidden
}

.gutentor-image-wrapper .gutentor-bg-image,
.gutentor-image-wrapper .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-image-wrapper .gutentor-bg-image {
  height: 200px
}

.gutentor-image-wrapper .gutentor-image-thumb {
  font-size: 0;
  line-height: normal
}

.gutentor-image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-image-wrapper .gutentor-single-item-image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-image-wrapper.content-center .gutentor-single-item {
  text-align: center
}

.gutentor-image-wrapper.content-left .gutentor-single-item {
  text-align: left
}

.gutentor-image-wrapper.content-right .gutentor-single-item {
  text-align: right
}

.gutentor-image-wrapper.imagebox-template1 .gutentor-single-item,
.gutentor-image-wrapper.gutentor-imagebox-template1 .gutentor-single-item {
  text-align: center
}

.gutentor-image-wrapper.imagebox-template1 .gutentor-single-item-image-box,
.gutentor-image-wrapper.gutentor-imagebox-template1 .gutentor-single-item-image-box {
  margin: 0 auto 20px
}

.gutentor-image-wrapper.imagebox-template1 .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template1 .gutentor-single-item-content {
  padding: 0 20px 20px
}

.gutentor-image-wrapper.imagebox-template1 .gutentor-single-item-content:empty,
.gutentor-image-wrapper.gutentor-imagebox-template1 .gutentor-single-item-content:empty {
  padding: 0
}

.gutentor-image-wrapper.imagebox-template1 .gutentor-button,
.gutentor-image-wrapper.gutentor-imagebox-template1 .gutentor-button {
  margin-left: auto;
  margin-right: auto
}

.gutentor-image-wrapper.imagebox-template2 .gutentor-single-item-image-box,
.gutentor-image-wrapper.gutentor-imagebox-template2 .gutentor-single-item-image-box {
  float: left;
  width: 40%
}

.gutentor-image-wrapper.imagebox-template2 .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template2 .gutentor-single-item-content {
  text-align: left;
  width: calc(60% - 20px);
  display: inline-block;
  float: right
}

.gutentor-image-wrapper.imagebox-template3 .gutentor-single-item-image-box,
.gutentor-image-wrapper.gutentor-imagebox-template3 .gutentor-single-item-image-box {
  float: right;
  width: 40%
}

.gutentor-image-wrapper.imagebox-template3 .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template3 .gutentor-single-item-content {
  text-align: right;
  width: calc(60% - 20px);
  display: inline-block
}

.gutentor-image-wrapper.imagebox-template4 .gutentor-single-item,
.gutentor-image-wrapper.gutentor-imagebox-template4 .gutentor-single-item {
  position: relative
}

.gutentor-image-wrapper.imagebox-template4.position-center .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template4.position-center .gutentor-single-item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px
}

.gutentor-image-wrapper.imagebox-template4.position-bottom .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template4.position-bottom .gutentor-single-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px
}

.gutentor-image-wrapper.imagebox-template4.position-top .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template4.position-top .gutentor-single-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px
}

.gutentor-image-wrapper.imagebox-template5 .gutentor-single-item,
.gutentor-image-wrapper.gutentor-imagebox-template5 .gutentor-single-item {
  position: relative
}

.gutentor-image-wrapper.imagebox-template5.position-top .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template5.position-top .gutentor-single-item-content {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  width: 90%
}

.gutentor-image-wrapper.imagebox-template5.position-bottom .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template5.position-bottom .gutentor-single-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  width: 90%
}

.gutentor-image-wrapper.imagebox-template6 .grid-row,
.gutentor-image-wrapper.gutentor-imagebox-template6 .grid-row {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0
}

.gutentor-image-wrapper.imagebox-template6 .gutentor-single-item,
.gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-single-item {
  position: relative
}

.gutentor-image-wrapper.imagebox-template6 .gutentor-single-item-content,
.gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-single-item-content {
  position: relative;
  padding: 40px;
  width: 80%;
  left: 20px;
  bottom: 60px
}

@media(min-width:768px) {

  .gutentor-image-wrapper.imagebox-template6 .gutentor-single-item,
  .gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-single-item {
    width: 80%
  }

  .gutentor-image-wrapper.imagebox-template6 .gutentor-single-item-content,
  .gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-single-item-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: inherit;
    bottom: inherit
  }
}

@media(min-width:768px) {

  .gutentor-image-wrapper.imagebox-template6 .gutentor-grid-column:nth-child(odd) .gutentor-single-item-content,
  .gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-grid-column:nth-child(odd) .gutentor-single-item-content {
    right: -30%;
    left: inherit
  }
}

.gutentor-image-wrapper.imagebox-template6 .gutentor-grid-column:nth-child(even) .gutentor-single-item,
.gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-grid-column:nth-child(even) .gutentor-single-item {
  float: right
}

.gutentor-image-wrapper.imagebox-template6 .gutentor-grid-column:nth-child(even) .gutentor-single-item .gutentor-image-thumb,
.gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-grid-column:nth-child(even) .gutentor-single-item .gutentor-image-thumb {
  text-align: right
}

@media(min-width:768px) {

  .gutentor-image-wrapper.imagebox-template6 .gutentor-grid-column:nth-child(even) .gutentor-single-item-content,
  .gutentor-image-wrapper.gutentor-imagebox-template6 .gutentor-grid-column:nth-child(even) .gutentor-single-item-content {
    left: -30%;
    right: inherit
  }
}

@media(min-width:768px) {

  .gutentor-image-wrapper.imagebox-template6.alignfull .gutentor-grid-column:nth-child(odd) .gutentor-single-item-content,
  .gutentor-image-wrapper.gutentor-imagebox-template6.alignfull .gutentor-grid-column:nth-child(odd) .gutentor-single-item-content {
    right: -25%;
    left: inherit
  }
}

.gutentor-image-wrapper.imagebox-template6.alignfull .gutentor-grid-column:nth-child(even) .gutentor-single-item,
.gutentor-image-wrapper.gutentor-imagebox-template6.alignfull .gutentor-grid-column:nth-child(even) .gutentor-single-item {
  float: right
}

.gutentor-image-wrapper.imagebox-template6.alignfull .gutentor-grid-column:nth-child(even) .gutentor-single-item .gutentor-image-thumb,
.gutentor-image-wrapper.gutentor-imagebox-template6.alignfull .gutentor-grid-column:nth-child(even) .gutentor-single-item .gutentor-image-thumb {
  text-align: right
}

@media(min-width:768px) {

  .gutentor-image-wrapper.imagebox-template6.alignfull .gutentor-grid-column:nth-child(even) .gutentor-single-item-content,
  .gutentor-image-wrapper.gutentor-imagebox-template6.alignfull .gutentor-grid-column:nth-child(even) .gutentor-single-item-content {
    left: -25%;
    right: inherit
  }
}

.gutentor-section.gutentor-accordion-wrapper .grid-row [class^=grid-],
.gutentor-section.gutentor-accordion-wrapper .grid-row [class^=grid-] {
  margin: 0
}

.gutentor-accordion-wrap:not(:last-child) .gutentor-single-item {
  margin-bottom: 15px
}

.gutentor-accordion-heading {
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd
}

.gutentor-accordion-heading .gutentor-accordion-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.gutentor-accordion-heading:not(.active) .gutentor-accordion-icon.close-icon {
  display: none
}

.gutentor-accordion-heading:not(.active) .gutentor-accordion-icon.open-icon {
  display: block
}

.gutentor-accordion-heading.active .gutentor-accordion-icon.close-icon {
  display: block
}

.gutentor-accordion-heading.active .gutentor-accordion-icon.open-icon {
  display: none
}

.gutentor-accordion-body {
  padding: 20px;
  display: none;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ddd
}

.gutentor-accordion-body--open {
  display: block
}

.gutentor-accordion-wrapper.accordion-template1 .grid-row [class^=grid-],
.gutentor-accordion-wrapper.accordion-template1 .grid-row [class^=grid-],
.gutentor-accordion-wrapper.gutentor-accordion-template1 .grid-row [class^=grid-],
.gutentor-accordion-wrapper.gutentor-accordion-template1 .grid-row [class^=grid-] {
  margin: 0;
  padding: 0
}

.gutentor-accordion-wrapper.accordion-template2 .gutentor-single-item-image-box,
.gutentor-accordion-wrapper.gutentor-accordion-template2 .gutentor-single-item-image-box {
  position: relative;
  overflow: hidden
}

.gutentor-accordion-wrapper.accordion-template2 .gutentor-single-item-image-box .overlay,
.gutentor-accordion-wrapper.gutentor-accordion-template2 .gutentor-single-item-image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-accordion-wrapper .gutentor-single-item-title {
  font-size: 20px;
  margin: 0;
  padding: 15px;
  line-height: normal
}

.gutentor-accordion-wrapper .gutentor-single-item-image-box {
  font-size: 0;
  line-height: normal
}

.gutentor-counter .gutentor-countup {
  display: block;
  clear: both;
  margin-bottom: 15px;
  line-height: normal
}

.gutentor-counter.icon-circle-bg .gutentor-single-item-icon-box,
.gutentor-counter.icon-circle-border .gutentor-single-item-icon-box,
.gutentor-counter.icon-square-bg .gutentor-single-item-icon-box,
.gutentor-counter.icon-square-border .gutentor-single-item-icon-box {
  text-align: center
}

.gutentor-counter.icon-circle-bg .gutentor-single-item-icon-box {
  border-radius: 50%;
  background: #f3f3f4;
  color: #c4c4c4
}

.gutentor-counter.icon-circle-border .gutentor-single-item-icon-box {
  border-radius: 50%;
  border: 1px solid #f3f3f4;
  color: #c4c4c4
}

.gutentor-counter.icon-square-bg .gutentor-single-item-icon-box {
  background: #f3f3f4;
  color: #c4c4c4
}

.gutentor-counter.icon-square-border .gutentor-single-item-icon-box {
  border: 1px solid #f3f3f4;
  color: #c4c4c4
}

.gutentor-counter .gutentor-single-item-content {
  display: block;
  clear: both
}

.gutentor-counter .gutentor-single-item-icon-box {
  margin-bottom: 20px;
  line-height: normal
}

.gutentor-counter .gutentor-single-item-title {
  margin-bottom: 0
}

.gutentor-counter-wrapper.counter-template1 .gutentor-single-item,
.gutentor-counter-wrapper.gutentor-counter-template1 .gutentor-single-item {
  text-align: left
}

.gutentor-counter-wrapper.counter-template2 .gutentor-single-item,
.gutentor-counter-wrapper.gutentor-counter-template2 .gutentor-single-item {
  text-align: right
}

.gutentor-counter-wrapper.counter-template3 .gutentor-single-item,
.gutentor-counter-wrapper.gutentor-counter-template3 .gutentor-single-item {
  text-align: center
}

.gutentor-counter-wrapper.counter-template3 .gutentor-single-item-icon-box,
.gutentor-counter-wrapper.gutentor-counter-template3 .gutentor-single-item-icon-box {
  margin: 0 auto 20px
}

.circular .gutentor-single-item-content {
  margin-top: 20px
}

.gutentor-progressbar .progressbar-wrap {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden
}

.gutentor-progressbar .progressbar-wrap .progressbar {
  -webkit-transition: width 1.5s ease-in-out 0s;
  -o-transition: width 1.5s ease-in-out 0s;
  transition: width 1.5s ease-in-out 0s;
  display: inline-block;
  float: left;
  height: 100%;
  width: 0;
  padding-left: 10px;
  padding-right: 10px
}

.gutentor-progressbar .progressbar-wrap .progressbar[data-width='0.00'] .percent {
  padding-left: 10px
}

.gutentor-progressbar .progressbar-wrap .progressbar.striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 20px 20px
}

.gutentor-progressbar .progressbar-wrap .progressbar.striped-animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 20px 20px
}

.gutentor-progressbar .progress-bar-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-progressbar .progress-bar-text .gutentor-single-item-title {
  margin-right: auto
}

.gutentor-progressbar .progress-bar-text span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-progressbar.progress-bar-template1 .gutentor-progressbar-circular,
.gutentor-progressbar.gutentor-progress-bar-template1 .gutentor-progressbar-circular {
  display: block;
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-progressbar.progress-bar-template1 .gutentor-progressbar-circular canvas,
.gutentor-progressbar.gutentor-progress-bar-template1 .gutentor-progressbar-circular canvas {
  position: absolute;
  top: 0;
  left: 0
}

.gutentor-progressbar.progress-bar-template1 .gutentor-progressbar-circular .percent,
.gutentor-progressbar.gutentor-progress-bar-template1 .gutentor-progressbar-circular .percent {
  display: inline-block;
  z-index: 2
}

.gutentor-progressbar.progress-bar-template1 .gutentor-porgress-bar-item,
.gutentor-progressbar.gutentor-progress-bar-template1 .gutentor-porgress-bar-item {
  text-align: center
}

.gutentor-progressbar.progress-bar-template1 .gutentor-single-item-content,
.gutentor-progressbar.gutentor-progress-bar-template1 .gutentor-single-item-content {
  margin-top: 15px
}

.gutentor-progressbar.progress-bar-template2 .progressbar-wrap,
.gutentor-progressbar.progress-bar-template3 .progressbar-wrap,
.gutentor-progressbar.progress-bar-template4 .progressbar-wrap,
.gutentor-progressbar.gutentor-progress-bar-template2 .progressbar-wrap,
.gutentor-progressbar.gutentor-progress-bar-template3 .progressbar-wrap,
.gutentor-progressbar.gutentor-progress-bar-template4 .progressbar-wrap {
  background-color: #eee;
  border-radius: 4px
}

.gutentor-progressbar.progress-bar-template2 .progressbar-wrap,
.gutentor-progressbar.gutentor-progress-bar-template2 .progressbar-wrap {
  margin-bottom: 20px
}

.gutentor-progressbar.progress-bar-template2 .progressbar-wrap .progressbar,
.gutentor-progressbar.gutentor-progress-bar-template2 .progressbar-wrap .progressbar {
  background-color: #0d47a1;
  height: auto
}

.gutentor-progressbar.progress-bar-template2 .progressbar-wrap .progressbar span,
.gutentor-progressbar.gutentor-progress-bar-template2 .progressbar-wrap .progressbar span {
  display: inline;
  -webkit-animation: show .35s forwards ease-in-out .5s;
  animation: show .35s forwards ease-in-out .5s
}

.gutentor-progressbar.progress-bar-template2 .progressbar-wrap .progressbar .gutentor-single-item-title,
.gutentor-progressbar.gutentor-progress-bar-template2 .progressbar-wrap .progressbar .gutentor-single-item-title {
  display: inline;
  margin: 0;
  clear: none;
  -webkit-animation: show .35s forwards ease-in-out .5s;
  animation: show .35s forwards ease-in-out .5s
}

.gutentor-progressbar.progress-bar-template3 .progressbar-wrap,
.gutentor-progressbar.gutentor-progress-bar-template3 .progressbar-wrap {
  margin-top: 20px
}

.gutentor-progressbar.progress-bar-template4 .progressbar-wrap,
.gutentor-progressbar.gutentor-progress-bar-template4 .progressbar-wrap {
  margin-top: 15px;
  margin-bottom: 15px
}

.gutentor-progressbar.progress-bar-template4 .progressbar-wrap .progressbar,
.gutentor-progressbar.gutentor-progress-bar-template4 .progressbar-wrap .progressbar {
  height: 10px
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    visibility: hidden
  }

  to {
    opacity: 1;
    visibility: visible
  }
}

@keyframes show {
  from {
    opacity: 0;
    visibility: hidden
  }

  to {
    opacity: 1;
    visibility: visible
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0
  }

  to {
    background-position: 0 0
  }
}

.gutentor-social .inline-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-social .gutentor-single-item-icon-box {
  margin: 0 auto;
  text-align: center
}

.gutentor-social .gutentor-single-item-icon-box a {
  display: block
}

.gutentor-social.icon-circle-bg .gutentor-single-item-icon-box {
  border-radius: 50%;
  background: #f3f3f4;
  color: #c4c4c4
}

.gutentor-social.icon-circle-border .gutentor-single-item-icon-box {
  border-radius: 50%;
  border: 1px solid #f3f3f4;
  color: #c4c4c4
}

.gutentor-social.icon-square-bg .gutentor-single-item-icon-box {
  background: #f3f3f4;
  color: #c4c4c4
}

.gutentor-social.icon-square-border .gutentor-single-item-icon-box {
  border: 1px solid #f3f3f4;
  color: #c4c4c4
}

.gutentor-social .gutentor-social-item:first-child .gutentor-single-item {
  margin-left: 0
}

.gutentor-social .gutentor-social-item:last-child .gutentor-single-item {
  margin-right: 0
}

.gutentor-social-icons {
  list-style: none;
  margin: 0;
  padding: 0
}

.gutentor-social-icons li {
  display: inline-block
}

.gutentor-social-icons li:not(:last-child) {
  margin-right: 10px
}

.gutentor-social-single-icon {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-timeline-item {
  position: relative;
  margin: 30px 0
}

.gutentor-timeline-item::after {
  clear: both;
  content: "";
  display: table
}

.gutentor-timeline-item:first-child {
  margin-top: 0
}

.gutentor-timeline-item:last-child {
  margin-bottom: 0
}

@media(min-width:1200px) {
  .gutentor-timeline-item {
    margin: 65px 0
  }

  .gutentor-timeline-item:first-child {
    margin-top: 0
  }

  .gutentor-timeline-item:last-child {
    margin-bottom: 0
  }
}

.gutentor-timeline-item-title {
  margin-top: 0;
  font-size: 17px
}

.gutentor-timeline.timeline-template1 .gutentor-timeline-wrapper,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-timeline-wrapper {
  position: relative;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px
}

.gutentor-timeline.timeline-template1 .gutentor-timeline-wrapper::before,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #efefef
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template1 .gutentor-timeline-wrapper,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-timeline-wrapper {
    margin-top: 45px;
    margin-bottom: 45px
  }

  .gutentor-timeline.timeline-template1 .gutentor-timeline-wrapper::before,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-timeline-wrapper::before {
    left: 50%;
    margin-left: -2px
  }
}

.gutentor-timeline.timeline-template1 .gutentor-single-item:not(:first-child),
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item:not(:first-child) {
  margin-top: 50px
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item {
  position: relative
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-content,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-content {
  position: relative;
  margin-left: 60px;
  background: #eee;
  border-radius: 3px;
  padding: 1em
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-content::after,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-content::after {
  clear: both;
  content: "";
  display: table
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-content:before,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-content:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 100%;
  height: 0;
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-content p,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-content p {
  margin: 0
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-content,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    display: block
  }

  .gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-content::before,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-content::before {
    top: 10px;
    left: 100%;
    border-left-color: #eee
  }
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title {
  padding: .8em 0;
  line-height: normal
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title strong,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title strong {
  clear: both;
  display: block
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 0
  }
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title .gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item,
.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-name,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title .gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-title .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-org-name {
  margin-bottom: 0
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-circle,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
  background: #ccc;
  margin-left: 10px
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-circle,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-circle {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background: #ccc
  }
}

.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-heading-name,
.gutentor-timeline.timeline-template1 .gutentor-single-item .gutentor-timeline-item-duration,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-heading-name,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item .gutentor-timeline-item-duration {
  margin: 0
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template1 .gutentor-single-item.gutentor-even .gutentor-timeline-item-content,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item.gutentor-even .gutentor-timeline-item-content {
    float: right
  }

  .gutentor-timeline.timeline-template1 .gutentor-single-item.gutentor-even .gutentor-timeline-item-content::before,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item.gutentor-even .gutentor-timeline-item-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #eee
  }

  .gutentor-timeline.timeline-template1 .gutentor-single-item.gutentor-even .gutentor-timeline-item-org-title,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item.gutentor-even .gutentor-timeline-item-org-title {
    left: auto;
    right: 122%;
    text-align: right
  }
}

.gutentor-timeline.timeline-template1 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before,
.gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template1 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before,
  .gutentor-timeline.gutentor-timeline-template1 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.gutentor-timeline.timeline-template2 .gutentor-timeline-wrapper,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-timeline-wrapper {
  position: relative;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-timeline-wrapper,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-timeline-wrapper {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.gutentor-timeline.timeline-template2 .gutentor-timeline-wrapper::before,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-timeline-wrapper::before {
  content: '';
  position: absolute;
  background: #efefef;
  left: 18px;
  width: 4px;
  height: 100%
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-timeline-wrapper::before,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-timeline-wrapper::before {
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%
  }
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-timeline-wrapper,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-timeline-wrapper {
    margin-top: 200px;
    margin-bottom: 200px
  }

  .gutentor-timeline.timeline-template2 .gutentor-timeline-wrapper::before,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-timeline-wrapper::before {
    margin-left: -2px
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item {
  position: relative;
  margin-left: 65px
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item {
    margin: 0
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-content,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-content {
  position: relative;
  background: #eee;
  border-radius: 3px;
  padding: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-content::after,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-content::after {
  clear: both;
  content: "";
  display: table
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-content:before,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-content:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  height: 0;
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-content p,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-content p {
  margin: 0
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-content::before,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-content::before {
    margin: 0 auto;
    top: -20px;
    left: 0;
    right: 0;
    border-left-color: #eee;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-org-title,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-org-title {
  line-height: normal
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-org-title strong,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-org-title strong {
  clear: both;
  display: block
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-heading-name,
.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-duration,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-heading-name,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-duration {
  margin: 0;
  font-weight: 600;
  font-size: 16px
}

.gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-circle,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-circle {
  position: absolute;
  top: 20px;
  left: -55px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
  background: #ccc
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item .gutentor-timeline-item-circle,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item .gutentor-timeline-item-circle {
    width: 30px;
    height: 30px;
    left: 50%;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background: #ccc;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item:not(:first-child),
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item:not(:first-child) {
  margin-top: 30px
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item:not(:first-child),
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item:not(:first-child) {
    margin-top: 0
  }
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-even .gutentor-timeline-item-content::before,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-even .gutentor-timeline-item-content::before {
    bottom: -20px;
    left: 0;
    right: 0;
    border-color: transparent;
    border-right-color: transparent;
    border-right-color: #eee;
    top: inherit;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 auto
  }

  .gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-even .gutentor-timeline-item-org-title,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-even .gutentor-timeline-item-org-title {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-even .gutentor-single-item-wrapper,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-even .gutentor-single-item-wrapper {
  position: relative
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-even .gutentor-single-item-wrapper,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-even .gutentor-single-item-wrapper {
    top: -150px
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-org-title,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-org-title {
  margin-bottom: 15px
}

.gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item-content:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
  }
}

.gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item .gutentor-single-item-wrapper,
.gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item .gutentor-single-item-wrapper {
  position: relative
}

@media(min-width:1200px) {

  .gutentor-timeline.timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item .gutentor-single-item-wrapper,
  .gutentor-timeline.gutentor-timeline-template2 .gutentor-single-item.gutentor-odd .gutentor-timeline-item .gutentor-single-item-wrapper {
    bottom: -150px
  }
}

.gutentor-timeline.first-item-active .gutentor-timeline-wrapper .gutentor-single-item:first-child .gutentor-timeline-item-circle {
  background: #b6db19 !important
}

.gutentor-timeline.last-item-active .gutentor-timeline-wrapper .gutentor-single-item:last-child .gutentor-timeline-item-circle {
  background: #b6db19 !important
}

.gutentor-testimonial .gutentor-single-item {
  overflow: hidden
}

.gutentor-testimonial .gutentor-bg-image,
.gutentor-testimonial .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-testimonial .gutentor-bg-image {
  height: 200px
}

.gutentor-testimonial .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-testimonial.testimonial-template4 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template4 .gutentor-bg-image,
.gutentor-testimonial.testimonial-template5 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template5 .gutentor-bg-image,
.gutentor-testimonial.testimonial-template9 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template9 .gutentor-bg-image,
.gutentor-testimonial.testimonial-template10 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template10 .gutentor-bg-image,
.gutentor-testimonial.testimonial-template14 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template14 .gutentor-bg-image,
.gutentor-testimonial.testimonial-template15 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template15 .gutentor-bg-image,
.gutentor-testimonial.testimonial-template16 .gutentor-single-item-image-box,
.gutentor-testimonial.testimonial-template16 .gutentor-bg-image {
  min-height: 80px
}

.gutentor-testimonial .gutentor-single-item-image-box {
  margin-bottom: 15px
}

.gutentor-testimonial .gutentor-single-item-image-box .gutentor-image-thumb {
  font-size: 0;
  line-height: normal
}

.gutentor-testimonial .gutentor-single-item-title {
  margin: 0;
  line-height: normal
}

.gutentor-testimonial .gutentor-single-item-designation {
  color: #989898;
  line-height: normal;
  margin-bottom: 10px
}

.gutentor-testimonial .gutentor-single-item-desc {
  margin-top: 15px
}

.gutentor-testimonial .gutentor-single-item-desc p {
  margin: 0
}

.gutentor-testimonial.testimonial-template1 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template1 .gutentor-single-item {
  text-align: left
}

.gutentor-testimonial.testimonial-template1 .gutentor-single-item-image-box.custom-width,
.gutentor-testimonial.gutentor-testimonial-template1 .gutentor-single-item-image-box.custom-width {
  float: left
}

.gutentor-testimonial.testimonial-template1 .gutentor-single-item .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template1 .gutentor-single-item .gutentor-testimonial-content {
  clear: both
}

.gutentor-testimonial.testimonial-template2 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template2 .gutentor-single-item {
  text-align: right
}

.gutentor-testimonial.testimonial-template2 .gutentor-single-item-image-box.custom-width,
.gutentor-testimonial.gutentor-testimonial-template2 .gutentor-single-item-image-box.custom-width {
  float: right
}

.gutentor-testimonial.testimonial-template2 .gutentor-single-item .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template2 .gutentor-single-item .gutentor-testimonial-content {
  clear: both
}

.gutentor-testimonial.testimonial-template3 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template3 .gutentor-single-item {
  text-align: center
}

.gutentor-testimonial.testimonial-template3 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template3 .gutentor-single-item-image-box {
  margin: 0 auto 15px
}

.gutentor-testimonial.testimonial-template3 .gutentor-single-item-image-box.custom-width,
.gutentor-testimonial.gutentor-testimonial-template3 .gutentor-single-item-image-box.custom-width {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.gutentor-testimonial.testimonial-template4 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template4 .gutentor-single-item-image-box {
  float: left;
  width: 30%
}

.gutentor-testimonial.testimonial-template4 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template4 .gutentor-testimonial-content {
  padding-left: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: left
}

.gutentor-testimonial.testimonial-template4 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template4 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template4 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template4 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-testimonial.testimonial-template5 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template5 .gutentor-single-item-image-box {
  float: right;
  width: 30%
}

.gutentor-testimonial.testimonial-template5 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template5 .gutentor-testimonial-content {
  padding-right: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: right
}

.gutentor-testimonial.testimonial-template5 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template5 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template5 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template5 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-testimonial.testimonial-template6 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template6 .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 15px;
  display: block
}

.gutentor-testimonial.testimonial-template6 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template6 .gutentor-single-item-image-box {
  margin-top: 0 !important
}

.gutentor-testimonial.testimonial-template7 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template7 .gutentor-single-item {
  text-align: center
}

.gutentor-testimonial.testimonial-template7 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template7 .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 15px;
  display: block
}

.gutentor-testimonial.testimonial-template7 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template7 .gutentor-single-item-image-box {
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto
}

.gutentor-testimonial.testimonial-template8 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template8 .gutentor-single-item {
  text-align: right
}

.gutentor-testimonial.testimonial-template8 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template8 .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 15px;
  display: block
}

.gutentor-testimonial.testimonial-template8 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template8 .gutentor-single-item-image-box {
  margin-top: 0 !important
}

.gutentor-testimonial.testimonial-template9 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template9 .gutentor-single-item {
  height: 100%;
  overflow: hidden;
  text-align: left
}

.gutentor-testimonial.testimonial-template9 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template9 .gutentor-single-item-desc {
  display: block;
  margin-top: 0;
  margin-bottom: 15px
}

.gutentor-testimonial.testimonial-template9 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template9 .gutentor-single-item-image-box {
  float: left;
  width: 30%
}

.gutentor-testimonial.testimonial-template9 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template9 .gutentor-testimonial-content {
  padding-left: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: left
}

.gutentor-testimonial.testimonial-template9 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template9 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template9 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template9 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-testimonial.testimonial-template10 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template10 .gutentor-single-item {
  height: 100%;
  overflow: hidden;
  text-align: right
}

.gutentor-testimonial.testimonial-template10 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template10 .gutentor-single-item-desc {
  display: block;
  margin-top: 0;
  margin-bottom: 15px
}

.gutentor-testimonial.testimonial-template10 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template10 .gutentor-single-item-image-box {
  float: right;
  width: 30%
}

.gutentor-testimonial.testimonial-template10 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template10 .gutentor-testimonial-content {
  padding-right: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: right
}

.gutentor-testimonial.testimonial-template10 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template10 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template10 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template10 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-testimonial.testimonial-template11 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template11 .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 15px;
  display: block
}

.gutentor-testimonial.testimonial-template11 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template11 .gutentor-single-item-image-box {
  margin-top: 0 !important
}

.gutentor-testimonial.testimonial-template12 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template12 .gutentor-single-item {
  text-align: center
}

.gutentor-testimonial.testimonial-template12 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template12 .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 15px;
  display: block
}

.gutentor-testimonial.testimonial-template12 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template12 .gutentor-single-item-image-box {
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto
}

.gutentor-testimonial.testimonial-template13 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template13 .gutentor-single-item {
  text-align: right
}

.gutentor-testimonial.testimonial-template13 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template13 .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 15px;
  display: block
}

.gutentor-testimonial.testimonial-template13 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template13 .gutentor-single-item-image-box {
  margin-top: 0 !important
}

.gutentor-testimonial.testimonial-template14 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template14 .gutentor-single-item {
  height: 100%;
  overflow: hidden;
  text-align: left
}

.gutentor-testimonial.testimonial-template14 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template14 .gutentor-single-item-desc {
  display: block;
  margin-top: 0;
  margin-bottom: 15px
}

.gutentor-testimonial.testimonial-template14 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template14 .gutentor-single-item-image-box {
  float: left;
  width: 30%
}

.gutentor-testimonial.testimonial-template14 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template14 .gutentor-testimonial-content {
  padding-left: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: left
}

.gutentor-testimonial.testimonial-template14 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template14 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template14 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template14 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-testimonial.testimonial-template15 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template15 .gutentor-single-item {
  height: 100%;
  overflow: hidden;
  text-align: right
}

.gutentor-testimonial.testimonial-template15 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template15 .gutentor-single-item-desc {
  display: block;
  margin-top: 0;
  margin-bottom: 15px
}

.gutentor-testimonial.testimonial-template15 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template15 .gutentor-single-item-image-box {
  float: right;
  width: 30%
}

.gutentor-testimonial.testimonial-template15 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template15 .gutentor-testimonial-content {
  padding-right: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: right
}

.gutentor-testimonial.testimonial-template15 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template15 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template15 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template15 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-testimonial.testimonial-template16 .gutentor-single-item,
.gutentor-testimonial.gutentor-testimonial-template16 .gutentor-single-item {
  background-color: transparent !important;
  border: medium !important;
  height: 100%;
  overflow: hidden;
  text-align: left
}

.gutentor-testimonial.testimonial-template16 .gutentor-single-item-desc,
.gutentor-testimonial.gutentor-testimonial-template16 .gutentor-single-item-desc {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative
}

.gutentor-testimonial.testimonial-template16 .gutentor-single-item-desc:after,
.gutentor-testimonial.gutentor-testimonial-template16 .gutentor-single-item-desc:after {
  bottom: -10px;
  left: 20px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute
}

.gutentor-testimonial.testimonial-template16 .gutentor-single-item-desc:before,
.gutentor-testimonial.gutentor-testimonial-template16 .gutentor-single-item-desc:before {
  bottom: -12px;
  left: 18px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ddd;
  position: absolute
}

.gutentor-testimonial.testimonial-template16 .gutentor-single-item-image-box,
.gutentor-testimonial.gutentor-testimonial-template16 .gutentor-single-item-image-box {
  float: left;
  width: 30%
}

.gutentor-testimonial.testimonial-template16 .gutentor-testimonial-content,
.gutentor-testimonial.gutentor-testimonial-template16 .gutentor-testimonial-content {
  padding-left: 20px;
  width: calc(100% - 30%);
  display: inline-block;
  text-align: left
}

.gutentor-testimonial.testimonial-template16 .components-placeholder,
.gutentor-testimonial.gutentor-testimonial-template16 .components-placeholder {
  font-size: 12px
}

.gutentor-testimonial.testimonial-template16 .components-placeholder .components-button,
.gutentor-testimonial.gutentor-testimonial-template16 .components-placeholder .components-button {
  white-space: normal
}

.gutentor-restaurant-menu .gutentor-bg-image,
.gutentor-restaurant-menu .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  line-height: 0;
  font-size: 0
}

.gutentor-restaurant-menu .gutentor-bg-image {
  height: 200px
}

.gutentor-restaurant-menu .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-restaurant-menu .gutentor-single-item {
  overflow: hidden
}

.gutentor-restaurant-menu .gutentor-single-item:after {
  content: '';
  display: table;
  clear: both
}

.gutentor-restaurant-menu .gutentor-single-item-image-box {
  position: relative;
  margin-bottom: 15px
}

.gutentor-restaurant-menu .gutentor-restaurant-menu-price-box {
  color: #444
}

.gutentor-restaurant-menu .gutentor-restaurant-menu-price-box.price-box-right {
  right: 15px;
  top: 15px
}

.gutentor-restaurant-menu .gutentor-restaurant-menu-price-box.price-box-left {
  top: 15px;
  left: 15px
}

.gutentor-restaurant-menu .gutentor-restaurant-menu-price-box.price-box-right-bottom {
  right: 15px;
  bottom: 15px
}

.gutentor-restaurant-menu .gutentor-restaurant-menu-price-box.price-box-left-bottom {
  bottom: 15px;
  left: 15px
}

.gutentor-restaurant-menu.restaurant-menu-template1 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.restaurant-menu-template2 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template1 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template2 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-restaurant-menu-price-box {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #dfdfdf;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center
}

.gutentor-restaurant-menu.restaurant-menu-template1 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.restaurant-menu-template2 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template1 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template2 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-restaurant-menu-price-quantity {
  font-size: 13px;
  line-height: normal
}

.gutentor-restaurant-menu.restaurant-menu-template1 .gutentor-restaurant-menu-price-unit,
.gutentor-restaurant-menu.restaurant-menu-template2 .gutentor-restaurant-menu-price-unit,
.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-restaurant-menu-price-unit,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template1 .gutentor-restaurant-menu-price-unit,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template2 .gutentor-restaurant-menu-price-unit,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-restaurant-menu-price-unit {
  font-size: 50%;
  position: absolute;
  left: -5px;
  top: 0
}

.gutentor-restaurant-menu.restaurant-menu-template1 .gutentor-restaurant-menu-price-amount,
.gutentor-restaurant-menu.restaurant-menu-template2 .gutentor-restaurant-menu-price-amount,
.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-restaurant-menu-price-amount,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template1 .gutentor-restaurant-menu-price-amount,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template2 .gutentor-restaurant-menu-price-amount,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-restaurant-menu-price-amount {
  position: relative;
  padding-left: 8px;
  line-height: normal;
  display: block
}

.gutentor-restaurant-menu.restaurant-menu-template1 .gutentor-restaurant-menu-price-amount .mce-content-body,
.gutentor-restaurant-menu.restaurant-menu-template2 .gutentor-restaurant-menu-price-amount .mce-content-body,
.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-restaurant-menu-price-amount .mce-content-body,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template1 .gutentor-restaurant-menu-price-amount .mce-content-body,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template2 .gutentor-restaurant-menu-price-amount .mce-content-body,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-restaurant-menu-price-amount .mce-content-body {
  line-height: normal
}

.gutentor-restaurant-menu.restaurant-menu-template1 .gutentor-single-item,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template1 .gutentor-single-item {
  text-align: left
}

.gutentor-restaurant-menu.restaurant-menu-template2 .gutentor-single-item,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template2 .gutentor-single-item {
  text-align: right
}

.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-single-item,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-single-item {
  text-align: center
}

.gutentor-restaurant-menu.restaurant-menu-template3 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template3 .gutentor-restaurant-menu-price-box {
  top: 15px;
  right: 0;
  left: 0;
  margin: 0 auto
}

.gutentor-restaurant-menu.restaurant-menu-template4 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.restaurant-menu-template5 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.restaurant-menu-template6 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template4 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template5 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template6 .gutentor-restaurant-menu-content {
  clear: both
}

.gutentor-restaurant-menu.restaurant-menu-template4 .gutentor-single-item,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template4 .gutentor-single-item {
  text-align: left
}

.gutentor-restaurant-menu.restaurant-menu-template4 .gutentor-single-item-image-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template4 .gutentor-single-item-image-box {
  float: left
}

.gutentor-restaurant-menu.restaurant-menu-template4 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template4 .gutentor-restaurant-menu-price-quantity {
  display: inline-block;
  padding-left: 8px
}

.gutentor-restaurant-menu.restaurant-menu-template5 .gutentor-single-item,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template5 .gutentor-single-item {
  text-align: right
}

.gutentor-restaurant-menu.restaurant-menu-template5 .gutentor-single-item-image-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template5 .gutentor-single-item-image-box {
  float: right
}

.gutentor-restaurant-menu.restaurant-menu-template5 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template5 .gutentor-restaurant-menu-price-quantity {
  display: inline-block;
  padding-left: 8px
}

.gutentor-restaurant-menu.restaurant-menu-template6 .gutentor-single-item,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template6 .gutentor-single-item {
  text-align: center
}

.gutentor-restaurant-menu.restaurant-menu-template6 .gutentor-single-item-image-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template6 .gutentor-single-item-image-box {
  margin-left: auto;
  margin-right: auto
}

.gutentor-restaurant-menu.restaurant-menu-template6 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template6 .gutentor-restaurant-menu-price-quantity {
  display: inline-block;
  padding-left: 8px
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-single-item-image-box .gutentor-image-thumb,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-single-item-image-box .gutentor-image-thumb {
  overflow: hidden
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-single-item-image-box .components-button,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-single-item-image-box .components-button {
  white-space: normal
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-single-item-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-single-item-content {
  display: block
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-single-item-title,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-single-item-title {
  margin-bottom: 0
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-restaurant-menu-content {
  display: -ms-flexbox;
  display: flex
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-restaurant-menu-price-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-restaurant-menu-price-box {
  margin-left: auto
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-restaurant-menu-price,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-restaurant-menu-price {
  display: -ms-flexbox;
  display: flex;
  font-size: 17px
}

.gutentor-restaurant-menu.restaurant-menu-template7 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template7 .gutentor-restaurant-menu-price-quantity {
  font-size: 14px
}

.gutentor-restaurant-menu.restaurant-menu-template8 .gutentor-single-item-image-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template8 .gutentor-single-item-image-box {
  width: 40%;
  float: left
}

.gutentor-restaurant-menu.restaurant-menu-template8 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template8 .gutentor-restaurant-menu-content {
  width: 60%;
  display: inline-block;
  padding-left: 20px
}

.gutentor-restaurant-menu.restaurant-menu-template8 .gutentor-restaurant-menu-price,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template8 .gutentor-restaurant-menu-price {
  display: -ms-flexbox;
  display: flex;
  font-size: 17px
}

.gutentor-restaurant-menu.restaurant-menu-template8 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template8 .gutentor-restaurant-menu-price-quantity {
  font-size: 14px;
  padding-left: 5px
}

.gutentor-restaurant-menu.restaurant-menu-template9 .gutentor-single-item-image-box,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template9 .gutentor-single-item-image-box {
  width: 40%;
  float: right
}

.gutentor-restaurant-menu.restaurant-menu-template9 .gutentor-restaurant-menu-content,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template9 .gutentor-restaurant-menu-content {
  width: 60%;
  display: inline-block;
  padding-right: 20px;
  text-align: right
}

.gutentor-restaurant-menu.restaurant-menu-template9 .gutentor-restaurant-menu-price,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template9 .gutentor-restaurant-menu-price {
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-restaurant-menu.restaurant-menu-template9 .gutentor-restaurant-menu-price-quantity,
.gutentor-restaurant-menu.gutentor-restaurant-menu-template9 .gutentor-restaurant-menu-price-quantity {
  font-size: 14px;
  padding-left: 5px
}

.gutentor-countdown-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(min-width:768px) {
  .gutentor-countdown-wrapper {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.gutentor-countdown-wrapper.content-center {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-countdown-wrapper.content-left {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-countdown-wrapper.content-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-countdown-time {
  font-size: 40px
}

.gutentor-countdown-item {
  line-height: normal;
  margin: 15px;
  text-align: center;
  width: calc(100%/2 - 30px)
}

@media(min-width:768px) {
  .gutentor-countdown-item {
    width: calc(100%/4 - 30px)
  }
}

.gutentor-countdown-item span {
  display: block;
  clear: both
}

.gutentor-countdown .gutentor-button-group {
  margin-top: 20px
}

@media(min-width:768px) {

  .gutentor-countdown.count-down-template1 .gutentor-countdown-item,
  .gutentor-countdown.gutentor-count-down-template1 .gutentor-countdown-item {
    padding: 40px
  }
}

.gutentor-countdown.count-down-template2 .gutentor-countdown-time,
.gutentor-countdown.gutentor-count-down-template2 .gutentor-countdown-time {
  background: #f5f5f5;
  padding: 40px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-countdown.gutentor-countdown-template-1 .gutentor-countdown-time {
  margin-bottom: 10px
}

.gutentor-countdown.gutentor-countdown-template-1.text-center .gutentor-countdown-time {
  margin: 0 auto 10px
}

.gutentor-countdown.gutentor-countdown-template-1.text-right .gutentor-countdown-time {
  float: right;
  text-align: center
}

.gutentor-countdown.gutentor-countdown-template-1.text-left .gutentor-countdown-time {
  text-align: center
}

.gutentor-calltoaction .gutentor-bg-image,
.gutentor-calltoaction .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  line-height: normal;
  font-size: 0
}

.gutentor-calltoaction .gutentor-bg-image {
  height: 200px
}

.gutentor-calltoaction .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-calltoaction .gutentor-button-group {
  width: 100%
}

.gutentor-calltoaction.call-to-action-template1 .gutentor-single-item,
.gutentor-calltoaction.gutentor-call-to-action-template1 .gutentor-single-item {
  text-align: left
}

.gutentor-calltoaction.call-to-action-template1 .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template1 .gutentor-button-group {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-calltoaction.call-to-action-template2 .gutentor-single-item,
.gutentor-calltoaction.gutentor-call-to-action-template2 .gutentor-single-item {
  text-align: right
}

.gutentor-calltoaction.call-to-action-template2 .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template2 .gutentor-button-group {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-calltoaction.call-to-action-template3 .gutentor-single-item,
.gutentor-calltoaction.gutentor-call-to-action-template3 .gutentor-single-item {
  text-align: center
}

.gutentor-calltoaction.call-to-action-template3 .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template3 .gutentor-button-group {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-calltoaction.call-to-action-template5 .grid-row,
.gutentor-calltoaction.call-to-action-template4 .grid-row,
.gutentor-calltoaction.gutentor-call-to-action-template5 .grid-row,
.gutentor-calltoaction.gutentor-call-to-action-template4 .grid-row {
  -ms-flex-align: center;
  align-items: center
}

.gutentor-calltoaction.call-to-action-template5 .gutentor-button-group,
.gutentor-calltoaction.call-to-action-template4 .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template5 .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template4 .gutentor-button-group {
  margin-top: 0;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-calltoaction.call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-single-item,
.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item,
.gutentor-calltoaction.gutentor-call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-single-item,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-calltoaction.call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-single-item-image-box,
.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item-image-box,
.gutentor-calltoaction.gutentor-call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-single-item-image-box,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item-image-box {
  width: 30%;
  margin-right: 20px
}

.gutentor-calltoaction.call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-single-item-content,
.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item-content,
.gutentor-calltoaction.gutentor-call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-single-item-content,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item-content {
  display: inline-block;
  width: 70%
}

.gutentor-calltoaction.call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-button-group,
.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template6 .gutentor-calltoaction-wrap .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-button-group {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0
}

.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item {
  text-align: right;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item-image-box,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-single-item-image-box {
  margin-right: 0;
  margin-left: 20px
}

.gutentor-calltoaction.call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-button-group,
.gutentor-calltoaction.gutentor-call-to-action-template7 .gutentor-calltoaction-wrap .gutentor-button-group {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-opening-hours-box {
  margin: 0 auto
}

.gutentor-opening-hours-wrapper {
  padding: 0;
  margin: 0
}

.gutentor-opening-hours-wrapper li {
  list-style: none
}

.gutentor-opening-hours-time-wrap .gutentor-single-item-opening {
  margin: 0
}

.gutentor-opening-hours.opening-hours-template1 .gutentor-opening-hours-content,
.gutentor-opening-hours.gutentor-opening-hours-template1 .gutentor-opening-hours-content {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-opening-hours.opening-hours-template1 .gutentor-opening-hours-time-wrap,
.gutentor-opening-hours.gutentor-opening-hours-template1 .gutentor-opening-hours-time-wrap {
  margin-left: auto
}

.gutentor-opening-hours.opening-hours-template2 .gutentor-opening-hours-content,
.gutentor-opening-hours.gutentor-opening-hours-template2 .gutentor-opening-hours-content {
  text-align: center
}

.gutentor-opening-hours.opening-hours-template2 .gutentor-opening-hours-time-wrap,
.gutentor-opening-hours.gutentor-opening-hours-template2 .gutentor-opening-hours-time-wrap {
  text-align: center
}

.gutentor-opening-hours.opening-hours-template3 .gutentor-opening-hours-content,
.gutentor-opening-hours.gutentor-opening-hours-template3 .gutentor-opening-hours-content {
  text-align: right
}

.gutentor-opening-hours.opening-hours-template3 .gutentor-opening-hours-time-wrap,
.gutentor-opening-hours.gutentor-opening-hours-template3 .gutentor-opening-hours-time-wrap {
  text-align: right
}

.gutentor-section.gutentor-image-slider {
  overflow: hidden
}

.gutentor-section.gutentor-image-slider.gutentor-section:not(.gutentor-block-shape-bottom-bring-front) .gutentor-block-shape-bottom {
  z-index: 3
}

.gutentor-section.gutentor-image-slider.gutentor-section:not(.gutentor-block-shape-bottom-bring-front) .gutentor-single-item-content {
  z-index: 4
}

.gutentor-section.gutentor-image-slider.gutentor-section:not(.gutentor-block-shape-bottom-bring-front) .gutentor-grid-item-wrap {
  z-index: auto
}

.gutentor-section.gutentor-image-slider.gutentor-section:not(.gutentor-block-shape-bottom-bring-front) .slick-dots {
  z-index: 4
}

.gutentor-section.gutentor-image-slider.gutentor-section.gutentor-block-shape-bottom-bring-front .gutentor-grid-item-wrap {
  z-index: auto
}

.gutentor-section.gutentor-image-slider.gutentor-section.gutentor-block-shape-bottom-bring-front .gutentor-block-shape-bottom {
  z-index: 9
}

.gutentor-section.gutentor-image-slider .slick-prev,
.gutentor-section.gutentor-image-slider .slick-next {
  height: 40px;
  width: 40px;
  line-height: 40px
}

.gutentor-section.gutentor-image-slider .slick-slide {
  line-height: 0
}

.gutentor-section.gutentor-image-slider .slick-list {
  overflow: visible
}

.gutentor-section.gutentor-image-slider .slick-dots {
  bottom: 50px;
  position: absolute
}

.gutentor-section.gutentor-image-slider .gutentor-bg-image,
.gutentor-section.gutentor-image-slider .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-section.gutentor-image-slider .gutentor-image-thumb {
  font-size: 0
}

.gutentor-section.gutentor-image-slider .gutentor-bg-image {
  height: 200px
}

.gutentor-section.gutentor-image-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-section.gutentor-image-slider .gutentor-slider-wrapper {
  margin-bottom: 0
}

.gutentor-section.gutentor-image-slider .gutentor-slider-wrapper:not(.slick-initialized) .gutentor-slider-item:not(:first-child) {
  display: none
}

.gutentor-section.gutentor-image-slider .bg-color-box {
  height: 400px;
  background: #f5f5f5
}

.gutentor-section.gutentor-image-slider .gutentor-single-item-title {
  margin-bottom: 30px
}

.gutentor-section.gutentor-image-slider .gutentor-single-item-image-box {
  position: relative
}

.gutentor-section.gutentor-image-slider .gutentor-single-item-desc {
  margin-bottom: 40px;
  line-height: normal
}

.gutentor-section.gutentor-image-slider .gutentor-single-item-desc p:last-child {
  margin-bottom: 0
}

.gutentor-section.gutentor-image-slider .gutentor-single-item-wrap {
  position: relative
}

.gutentor-section.gutentor-image-slider.imageSlider-template1 .gutentor-single-item-content,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template1 .gutentor-single-item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  left: 0
}

.gutentor-section.gutentor-image-slider.imageSlider-template2 .grid-container,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template2 .grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.gutentor-section.gutentor-image-slider.imageSlider-template2 .caption-image,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template2 .caption-image {
  margin-left: auto
}

.gutentor-section.gutentor-image-slider.imageSlider-template2 .gutentor-single-item-content,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template2 .gutentor-single-item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  left: 0
}

.gutentor-section.gutentor-image-slider.imageSlider-template3 .caption-image,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template3 .caption-image {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important
}

.gutentor-section.gutentor-image-slider.imageSlider-template3 .caption-image img,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template3 .caption-image img {
  margin: 0 auto
}

.gutentor-section.gutentor-image-slider.imageSlider-template3 .gutentor-single-item-content,
.gutentor-section.gutentor-image-slider.gutentor-imageSlider-template3 .gutentor-single-item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  left: 0
}

.gutentor-author .gutentor-bg-image,
.gutentor-author .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-author .gutentor-image-thumb {
  font-size: 0
}

.gutentor-author .gutentor-bg-image {
  height: 200px
}

.gutentor-author .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-author .gutentor-author-cover-image {
  position: relative
}

.gutentor-author .gutentor-author-cover-image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s;
  content: ''
}

.gutentor-author .gutentor-single-item {
  overflow: hidden
}

.gutentor-author .gutentor-single-item-content {
  display: block
}

.gutentor-author .gutentor-single-item-image-box {
  margin: 0 auto 20px
}

.gutentor-author .gutentor-single-item-image-box .gutentor-image-thumb {
  overflow: hidden;
  position: relative
}

.gutentor-author .gutentor-single-item-desc {
  margin-top: 15px;
  margin-bottom: 10px
}

.gutentor-author .gutentor-single-item-desc p:last-child {
  margin: 0
}

.gutentor-author .gutentor-single-item-title {
  margin-bottom: 0
}

.gutentor-author .gutentor-single-item .gutentor-social-wrap {
  margin-bottom: 15px
}

.gutentor-author.author-profile-template1 .gutentor-single-item,
.gutentor-author.gutentor-author-profile-template1 .gutentor-single-item {
  text-align: center
}

.gutentor-author.author-profile-template2 .gutentor-single-item-image-box,
.gutentor-author.gutentor-author-profile-template2 .gutentor-single-item-image-box {
  width: 40%;
  float: left
}

.gutentor-author.author-profile-template2 .gutentor-single-item .gutentor-author-content,
.gutentor-author.gutentor-author-profile-template2 .gutentor-single-item .gutentor-author-content {
  display: inline-block;
  padding-left: 30px
}

.gutentor-author.author-profile-template3 .gutentor-single-item-image-box,
.gutentor-author.gutentor-author-profile-template3 .gutentor-single-item-image-box {
  width: 40%;
  float: right
}

.gutentor-author.author-profile-template3 .gutentor-single-item .gutentor-author-content,
.gutentor-author.gutentor-author-profile-template3 .gutentor-single-item .gutentor-author-content {
  padding-right: 30px;
  float: right;
  text-align: right
}

.gutentor-author.author-profile-template4 .gutentor-author-cover-image,
.gutentor-author.gutentor-author-profile-template4 .gutentor-author-cover-image {
  position: relative;
  background: #f5f5f5;
  height: 200px
}

.gutentor-author.author-profile-template4 .gutentor-single-item,
.gutentor-author.gutentor-author-profile-template4 .gutentor-single-item {
  text-align: center
}

.gutentor-author.author-profile-template4 .gutentor-single-item-image-box,
.gutentor-author.gutentor-author-profile-template4 .gutentor-single-item-image-box {
  margin: -100px auto 0;
  width: 200px
}

.gutentor-author.author-profile-template4 .gutentor-author-content,
.gutentor-author.gutentor-author-profile-template4 .gutentor-author-content {
  margin-top: 20px
}

.gutentor-team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-team .gutentor-single-item {
  overflow: hidden
}

.gutentor-team:not(.team-template8):not(.team-template7) .gutentor-bg-image {
  height: 200px
}

.gutentor-team.team-template7 .gutentor-single-item-image-box,
.gutentor-team.team-template7 .gutentor-bg-image,
.gutentor-team.team-template8 .gutentor-single-item-image-box,
.gutentor-team.team-template8 .gutentor-bg-image {
  height: 80px;
  width: 80px
}

.gutentor-team.team-template7 .gutentor-single-item-content,
.gutentor-team.team-template8 .gutentor-single-item-content {
  width: calc(100% - 80px)
}

.gutentor-team .gutentor-single-item-image-box {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto
}

.gutentor-team .gutentor-single-item-image-box .gutentor-image-thumb {
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: normal
}

.gutentor-team .gutentor-single-item-title {
  margin: 0
}

.gutentor-team .gutentor-single-item-desc {
  margin-top: 15px
}

.gutentor-team .gutentor-single-item-content {
  display: block
}

.gutentor-team.team-template1 .gutentor-single-item,
.gutentor-team.gutentor-team-template1 .gutentor-single-item {
  text-align: center
}

.gutentor-team.team-template2 .gutentor-single-item,
.gutentor-team.gutentor-team-template2 .gutentor-single-item {
  text-align: left
}

.gutentor-team.team-template3 .gutentor-single-item,
.gutentor-team.gutentor-team-template3 .gutentor-single-item {
  text-align: right
}

.gutentor-team.team-template4 .gutentor-single-item,
.gutentor-team.gutentor-team-template4 .gutentor-single-item {
  text-align: left
}

.gutentor-team.team-template4 .gutentor-single-item-image-box,
.gutentor-team.gutentor-team-template4 .gutentor-single-item-image-box {
  margin-top: 15px !important
}

.gutentor-team.team-template5 .gutentor-single-item,
.gutentor-team.gutentor-team-template5 .gutentor-single-item {
  text-align: center
}

.gutentor-team.team-template5 .gutentor-single-item-image-box,
.gutentor-team.gutentor-team-template5 .gutentor-single-item-image-box {
  margin-top: 15px !important
}

.gutentor-team.team-template6 .gutentor-single-item,
.gutentor-team.gutentor-team-template6 .gutentor-single-item {
  text-align: right
}

.gutentor-team.team-template6 .gutentor-single-item-image-box,
.gutentor-team.gutentor-team-template6 .gutentor-single-item-image-box {
  margin-top: 15px !important
}

.gutentor-team.team-template7 .gutentor-single-item-image-box,
.gutentor-team.gutentor-team-template7 .gutentor-single-item-image-box {
  margin: 0 15px 0 0 !important
}

.gutentor-team.team-template7 .gutentor-single-item-content,
.gutentor-team.gutentor-team-template7 .gutentor-single-item-content {
  text-align: left
}

.gutentor-team.team-template7 .gutentor-single-item-wrap,
.gutentor-team.gutentor-team-template7 .gutentor-single-item-wrap {
  display: -ms-flexbox;
  display: flex
}

.gutentor-team.team-template8 .gutentor-single-item-image-box,
.gutentor-team.gutentor-team-template8 .gutentor-single-item-image-box {
  margin: 0 0 0 15px !important
}

.gutentor-team.team-template8 .gutentor-single-item-content,
.gutentor-team.gutentor-team-template8 .gutentor-single-item-content {
  text-align: right
}

.gutentor-team.team-template8 .gutentor-single-item-wrap,
.gutentor-team.gutentor-team-template8 .gutentor-single-item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-divider {
  overflow: hidden;
  clear: both
}

.gutentor-divider.text-center .gutentor-divider-box {
  margin: 0 auto
}

.gutentor-divider.text-right .gutentor-divider-box {
  float: right;
  width: 50%
}

.gutentor-divider-separator {
  display: block
}

.gutentor-tabs-wrapper .gutentor-single-item-content {
  display: block;
  width: 100%
}

.gutentor-tabs {
  list-style-type: none !important;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

.gutentor-tabs.tablist-center,
.gutentor-tabs.gutentor-tablist-center {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-tabs.tablist-right,
.gutentor-tabs.gutentor-tablist-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-tabs.tablist-left,
.gutentor-tabs.gutentor-tablist-left {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-tabs.icon-left .gutentor-single-item-tabs i,
.gutentor-tabs.gutentor-icon-left .gutentor-single-item-tabs i {
  margin-right: 10px
}

.gutentor-tabs.icon-right .gutentor-single-item-tabs,
.gutentor-tabs.gutentor-icon-right .gutentor-single-item-tabs {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-tabs.icon-right .gutentor-single-item-tabs i,
.gutentor-tabs.gutentor-icon-right .gutentor-single-item-tabs i {
  margin-left: 10px
}

.gutentor-tabs.icon-top .gutentor-single-item-tabs,
.gutentor-tabs.gutentor-icon-top .gutentor-single-item-tabs {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-tabs.icon-top .gutentor-single-item-tabs i,
.gutentor-tabs.gutentor-icon-top .gutentor-single-item-tabs i {
  margin-bottom: 10px
}

.gutentor-tabs.icon-bottom .gutentor-single-item-tabs,
.gutentor-tabs.gutentor-icon-bottom .gutentor-single-item-tabs {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-tabs.icon-bottom .gutentor-single-item-tabs i,
.gutentor-tabs.gutentor-icon-bottom .gutentor-single-item-tabs i {
  margin-top: 10px
}

.gutentor-tabs-list {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 11px 12px;
  background: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  cursor: pointer
}

.gutentor-tabs-list:last-child {
  margin-right: 0
}

.gutentor-tabs-list .gutentor-control-actions {
  z-index: 1
}

.gutentor-tabs-content {
  border-top: 1px solid #ddd
}

.gutentor-tabs .gutentor-single-item-title {
  margin: 0
}

.gutentor-tabs-content-wrap .gutentor-tabs-content {
  padding: 20px;
  min-height: 300px;
  width: 100%;
  display: none;
  min-height: 100%
}

.gutentor-tabs-content-wrap .gutentor-tabs-content p {
  margin: 0
}

.gutentor-tabs-content-wrap .gutentor-tabs-content.gutentor-tab-content-active {
  display: block
}

.gutentor-tabs-wrapper.tab-horizontal .gutentor-tabs-list,
.gutentor-tabs-wrapper.tab-horizontal .gutentor-tabs-list {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 10px
}

.gutentor-tabs-wrapper.tab-horizontal .gutentor-tabs-list:first-child,
.gutentor-tabs-wrapper.tab-horizontal .gutentor-tabs-list:first-child {
  margin-left: 0 !important
}

.gutentor-tabs-wrapper.tab-horizontal .gutentor-tabs-list:last-child,
.gutentor-tabs-wrapper.tab-horizontal .gutentor-tabs-list:last-child {
  margin-right: 0 !important
}

.gutentor-tabs-wrapper.tab-horizontal.tabs-template1 .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tabs-wrapper.tab-horizontal.tabs-template1 .gutentor-tabs-list.gutentor-tab-active {
  margin-bottom: -1px !important;
  border-width: 1px 1px 0;
  border-color: #ddd
}

.gutentor-tabs-wrapper.tab-horizontal.tabs-template2 .gutentor-tabs-list,
.gutentor-tabs-wrapper.tab-horizontal.tabs-template2 .gutentor-tabs-list {
  border-width: 1px 1px 0;
  border-color: #ddd
}

.gutentor-tabs-wrapper.tab-horizontal.tabs-template2 .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tabs-wrapper.tab-horizontal.tabs-template2 .gutentor-tabs-list.gutentor-tab-active {
  margin-bottom: -1px
}

.gutentor-tabs-wrapper.tab-horizontal.tabs-template2 .gutentor-tabs-content,
.gutentor-tabs-wrapper.tab-horizontal.tabs-template2 .gutentor-tabs-content {
  border: 1px solid #ddd
}

.gutentor-tabs-wrapper.tab-horizontal.tabs-template3 .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tabs-wrapper.tab-horizontal.tabs-template3 .gutentor-tabs-list.gutentor-tab-active {
  border-color: #ddd;
  border-width: 1px 1px 0;
  margin-bottom: -1px
}

.gutentor-tabs-wrapper.tab-horizontal.tabs-template3 .gutentor-tabs-content,
.gutentor-tabs-wrapper.tab-horizontal.tabs-template3 .gutentor-tabs-content {
  border: 1px solid #ddd
}

.gutentor-tabs-wrapper.tab-vertical.tabs-template1 .gutentor-tabs,
.gutentor-tabs-wrapper.gutentor-tab-vertical.tabs-template1 .gutentor-tabs {
  position: relative;
  z-index: 1
}

.gutentor-tabs-wrapper.tab-vertical.tabs-template1 .gutentor-tabs-list,
.gutentor-tabs-wrapper.gutentor-tab-vertical.tabs-template1 .gutentor-tabs-list {
  margin-bottom: 10px;
  border-width: 1px 0 1px 1px;
  border-color: transparent
}

.gutentor-tabs-wrapper.tab-vertical.tabs-template1 .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tabs-wrapper.gutentor-tab-vertical.tabs-template1 .gutentor-tabs-list.gutentor-tab-active {
  margin-right: -1px;
  border-color: #ddd
}

.gutentor-tabs-wrapper.tab-vertical.tabs-template2 .gutentor-tabs,
.gutentor-tabs-wrapper.gutentor-tab-vertical.tabs-template2 .gutentor-tabs {
  position: relative;
  z-index: 1
}

.gutentor-tabs-wrapper.tab-vertical.tabs-template2 .gutentor-tabs-list,
.gutentor-tabs-wrapper.gutentor-tab-vertical.tabs-template2 .gutentor-tabs-list {
  margin-bottom: 10px;
  border-width: 1px 0 1px 1px;
  border-color: #ddd
}

.gutentor-tabs-wrapper.tab-vertical.tabs-template2 .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tabs-wrapper.gutentor-tab-vertical.tabs-template2 .gutentor-tabs-list.gutentor-tab-active {
  margin-right: -1px
}

.gutentor-single-item-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-single-item-tabs .gutentor-icon-picker-main-wrap {
  margin-right: 10px
}

.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container,
.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs,
.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs {
  -ms-flex-order: 2;
  order: 2
}

.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-content {
  border-top: medium;
  border-bottom: 1px solid #ddd
}

.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list,
.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 11px 12px;
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 10px;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  cursor: pointer
}

.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.tab-horizontal.horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.tab-horizontal.gutentor-horizontal-tablist-bottom .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active {
  margin-bottom: 0;
  border-width: 0 1px 1px !important;
  border-color: #ddd;
  margin-top: -1px
}

.tab-horizontal.horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-list,
.tab-horizontal.horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-list,
.tab-horizontal.gutentor-horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-list,
.tab-horizontal.gutentor-horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-list,
.tab-horizontal.horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-list,
.tab-horizontal.horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-list,
.tab-horizontal.gutentor-horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-list,
.tab-horizontal.gutentor-horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-list {
  border-color: #ddd;
  border-width: 0 1px 1px !important
}

.tab-horizontal.horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content {
  border-top: 1px solid #ddd
}

.tab-horizontal.horizontal-tablist-bottom.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.horizontal-tablist-bottom.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-horizontal.gutentor-horizontal-tablist-bottom.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content {
  border-top: 1px solid #ddd
}

.tab-vertical .gutentor-tabs-container,
.gutentor-tab-vertical .gutentor-tabs-container {
  display: -ms-flexbox;
  display: flex
}

.tab-vertical .gutentor-tabs-container .gutentor-tabs,
.gutentor-tab-vertical .gutentor-tabs-container .gutentor-tabs {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%
}

.tab-vertical .gutentor-tabs-container .gutentor-tabs-content-wrap,
.gutentor-tab-vertical .gutentor-tabs-container .gutentor-tabs-content-wrap {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%
}

.tab-vertical .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical .gutentor-tabs-container .gutentor-tabs-content {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #ddd
}

.tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list,
.tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list,
.gutentor-tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list,
.gutentor-tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list {
  margin-right: 0;
  margin-bottom: 10px;
  border-width: 1px 0 1px 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0
}

.tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tab-vertical.vertical-tablist-left .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active {
  margin-right: -1px !important;
  border-width: 1px 0 1px 1px;
  border-color: #ddd;
  position: relative
}

.tab-vertical.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content {
  border-width: 1px
}

.tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs,
.tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs,
.gutentor-tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs,
.gutentor-tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs {
  -ms-flex-order: 2;
  order: 2
}

.tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list,
.tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list,
.gutentor-tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list,
.gutentor-tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list {
  margin-right: 0;
  margin-bottom: 10px;
  border-width: 1px 1px 1px 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 0
}

.tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active,
.gutentor-tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-list.gutentor-tab-active {
  margin-left: -1px !important;
  margin-right: 0;
  border-width: 1px 1px 1px 0;
  border-color: #ddd;
  position: relative
}

.tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-vertical-tablist-right .gutentor-tabs-container .gutentor-tabs-content {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd
}

.tab-vertical.vertical-tablist-right.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.vertical-tablist-right.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.vertical-tablist-right.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.vertical-tablist-right.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-vertical-tablist-right.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-vertical-tablist-right.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-vertical-tablist-right.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.tab-vertical.gutentor-vertical-tablist-right.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.vertical-tablist-right.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.vertical-tablist-right.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.vertical-tablist-right.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.vertical-tablist-right.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-vertical-tablist-right.tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-vertical-tablist-right.tabs-template3 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-vertical-tablist-right.gutentor-tabs-template2 .gutentor-tabs-container .gutentor-tabs-content,
.gutentor-tab-vertical.gutentor-vertical-tablist-right.gutentor-tabs-template3 .gutentor-tabs-container .gutentor-tabs-content {
  border-width: 1px
}

.pricing {
  text-align: center;
  background: #fff;
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

@media(min-width:768px) {
  .pricing {
    margin-bottom: 0
  }
}

.pricing-header {
  padding: 25px
}

.pricing-title {
  margin: 0;
  text-transform: uppercase
}

.pricing-amount {
  position: relative;
  display: inline-block
}

.pricing-amount .pricing-price {
  margin: 0;
  line-height: normal
}

.pricing-amount .pricing-price sup,
.pricing-amount .pricing-price sub {
  top: -25px;
  font-size: 50%;
  font-weight: 300;
  color: #ddd
}

.pricing-amount .pricing-price small,
.pricing-amount .pricing-price span {
  font-weight: 300;
  font-size: 18px;
  color: #ddd
}

.pricing-content {
  padding: 25px
}

.pricing-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.pricing-content ul li {
  padding: 10px 0;
  color: #777
}

.pricing-content .pricing-div {
  margin: 0
}

.pricing-content .pricing-div .pricing-span {
  margin: 0
}

.pricing-footer {
  padding: 25px
}

.pricing-duration {
  font-weight: 300;
  font-size: 22px;
  color: #ddd
}

.pricing .gutentor-single-item-subtitle {
  font-size: 18px;
  margin-bottom: 0
}

.pricing .gutentor-single-item-price-symbol {
  position: absolute;
  top: 0;
  left: -10px;
  margin-top: 10px;
  font-weight: 300;
  color: #ddd
}

.pricing .gutentor-single-item-pricing-package {
  font-weight: 300;
  color: #ddd
}

.pricing-wrapper h2:before {
  display: none
}

.pricing-wrapper .no-column-space .grid-row [class*=grid-],
.pricing-wrapper .no-column-space .grid-row [class^=grid-] {
  padding: 0
}

.pricing-wrapper.pricing-template1 .pricing-price {
  font-weight: 700;
  font-size: 70px
}

.pricing-wrapper.pricing-template1 .pricing.featured {
  -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2)
}

@media(min-width:768px) {
  .pricing-wrapper.pricing-template1 .pricing.featured {
    z-index: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

.pricing-wrapper.pricing-template2 .pricing-header {
  background: #ddd;
  padding: 25px 25px 80px
}

.pricing-wrapper.pricing-template2 .pricing-amount-wrap {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  margin: -60px auto 0;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 13px -3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 13px -3px rgba(0, 0, 0, .3);
  padding-top: 20px;
  display: block
}

.pricing-wrapper.pricing-template2 .pricing-price {
  font-weight: 700;
  font-size: 30px
}

.pricing-wrapper.pricing-template2 .pricing.featured {
  -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2)
}

@media(min-width:768px) {
  .pricing-wrapper.pricing-template2 .pricing.featured {
    z-index: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

.pricing-wrapper.pricing-template2 .pricing.featured .pricing-wrapper.pricing-template2 .pricing-header {
  background: #275cf6;
  color: #fff
}

.pricing-wrapper.pricing-template2 .pricing .gutentor-single-item-pricing-package {
  display: block
}

.pricing-wrapper.pricing-template2 .pricing .gutentor-single-item-price-symbol {
  margin-top: -5px
}

.pricing-wrapper.pricing-template3 .pricing {
  overflow: hidden
}

.pricing-wrapper.pricing-template3 .pricing:hover {
  border-color: #275cf6
}

.pricing-wrapper.pricing-template3 .pricing-amount-wrap {
  display: block
}

.pricing-wrapper.pricing-template3 .pricing-price {
  font-weight: 700;
  font-size: 70px
}

.pricing-wrapper.pricing-template3 .pricing-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 25px 35px;
  margin-bottom: 20px
}

.pricing-wrapper.pricing-template3 .pricing-header:after {
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  position: absolute;
  left: 0;
  top: -20px;
  width: 120%;
  height: 100%;
  content: '';
  z-index: -1;
  background: #ddd
}

.pricing-wrapper.pricing-template3 .pricing-amount {
  padding-bottom: 40px
}

.pricing-wrapper.pricing-template3 .pricing.featured {
  -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2)
}

@media(min-width:768px) {
  .pricing-wrapper.pricing-template3 .pricing.featured {
    z-index: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

.pricing-wrapper.pricing-template3 .pricing.featured .pricing-wrapper.pricing-template3 .pricing-header:after {
  border-color: #275cf6 transparent transparent #275cf6;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

.mfp-zoom-out-cur.admin-bar #wpadminbar {
  z-index: 999
}

.mfp-zoom-out-cur .mfp-close:hover,
.mfp-zoom-out-cur .mfp-close:focus,
.mfp-zoom-out-cur .mfp-arrow:hover,
.mfp-zoom-out-cur .mfp-arrow:focus {
  background: 0 0;
  outline: none
}

@media(min-width:768px) {
  .gutentor-gallery .grid-container-fluid {
    padding-left: 0;
    padding-right: 0
  }
}

.gutentor-gallery.gutentor-section .grid-row {
  margin-left: -10px;
  margin-right: -10px
}

@media(min-width:768px) {
  .gutentor-gallery.gutentor-section .grid-row {
    margin-left: -15px;
    margin-right: -15px
  }
}

.gutentor-gallery.gutentor-section .grid-row [class^=grid-],
.gutentor-gallery.gutentor-section .grid-row [class*=grid-] {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px
}

.gutentor-gallery.no-gap .grid-row [class^=grid-],
.gutentor-gallery.no-gap .grid-row [class*=grid-] {
  margin: 0 !important;
  padding: 0
}

.gutentor-gallery .gutentor-bg-image,
.gutentor-gallery .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-gallery .gutentor-bg-image {
  height: 200px
}

.gutentor-gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-gallery .gutentor-single-item {
  position: relative;
  overflow: hidden
}

.gutentor-gallery .gutentor-single-item-image-box {
  font-size: 0;
  line-height: 0
}

.gutentor-gallery.gallery-template1 .gutentor-single-item {
  position: relative
}

.gutentor-gallery.gallery-template1 .gutentor-single-item .gutentor-single-item-content {
  padding: 10px
}

.gutentor-gallery.gallery-template1 .gutentor-single-item .gutentor-single-item-content .gutentor-gallery-item-header:not(.no-popup-icon) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-gallery.gallery-template1 .gutentor-single-item .gutentor-single-item-content .gutentor-gallery-item-header:not(.no-popup-icon) .gutentor-single-item-title {
  width: calc(100% - 30px)
}

.gutentor-gallery.gallery-template1 .gutentor-single-item .gutentor-single-item-content .gutentor-gallery-item-header:not(.no-popup-icon) .image-gallery {
  margin-left: auto
}

.gutentor-gallery.gallery-template2 .gutentor-single-item {
  text-align: center
}

.gutentor-gallery.gallery-template2 .gutentor-single-item-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: none
}

.gutentor-gallery.gallery-template2 .gutentor-single-item:hover .gutentor-single-item-content {
  display: block
}

.gutentor-gallery.gallery-template3 .gutentor-single-item {
  text-align: center
}

.gutentor-gallery.gallery-template3 .gutentor-single-item-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  overflow: hidden
}

.gutentor-gallery.gallery-template3 .gutentor-single-item .gutentor-gallery-item-desc {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden
}

.gutentor-gallery.gallery-template3 .gutentor-single-item .gutentor-gallery-item-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}

.gutentor-gallery.gallery-template3 .gutentor-single-item .gutentor-gallery-item-header .image-gallery {
  margin-left: auto
}

.gutentor-gallery.gallery-template3 .gutentor-single-item .gutentor-gallery-item-header .gutentor-single-item-title,
.gutentor-gallery.gallery-template3 .gutentor-single-item .gutentor-gallery-item-header .image-gallery {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0)
}

.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-gallery-item-desc {
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  visibility: visible
}

.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-single-item-content {
  display: block
}

.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-gallery-item-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-gallery-item-header .gutentor-single-item-title {
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s
}

.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-gallery-item-header .image-gallery {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-gallery-item-header .gutentor-single-item-title,
.gutentor-gallery.gallery-template3 .gutentor-single-item:hover .gutentor-gallery-item-header .image-gallery {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gutentor-gallery.gallery-template3 .gutentor-single-item .gutentor-gallery-item-wrap {
  position: relative
}

.gutentor-gallery.gallery-template4 .gutentor-single-item-image-box,
.gutentor-gallery.gallery-template4 .gutentor-gallery-item-wrap {
  position: relative
}

.gutentor-gallery.gallery-template4 .gutentor-single-item-image-box:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1
}

.gutentor-gallery.gallery-template4 .gutentor-single-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.gutentor-gallery.gallery-template4 .gutentor-gallery-item-header {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 15%, 0);
  transform: translate3d(0, 15%, 0)
}

.gutentor-gallery.gallery-template4 .gutentor-gallery-item-desc {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.gutentor-gallery.gallery-template4 .gutentor-single-item:hover .gutentor-gallery-item-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gutentor-gallery.gallery-template4 .gutentor-single-item:hover .gutentor-gallery-item-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gutentor-gallery.gallery-template4 .gutentor-single-item:hover .gutentor-single-item-image-box:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gutentor-gallery.gallery-template5 .gutentor-single-item-image-box,
.gutentor-gallery.gallery-template5 .gutentor-gallery-item-wrap {
  position: relative
}

.gutentor-gallery.gallery-template5 .gutentor-single-item-image-box:before,
.gutentor-gallery.gallery-template5 .gutentor-single-item-image-box:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  z-index: 1
}

.gutentor-gallery.gallery-template5 .gutentor-single-item-image-box:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}

.gutentor-gallery.gallery-template5 .gutentor-single-item-image-box:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  border-right: 1px solid #fff;
  border-left: 1px solid #fff
}

.gutentor-gallery.gallery-template5 .gutentor-single-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.gutentor-gallery.gallery-template5 .gutentor-gallery-item-header {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 15%, 0);
  transform: translate3d(0, 15%, 0)
}

.gutentor-gallery.gallery-template5 .gutentor-gallery-item-desc {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.gutentor-gallery.gallery-template5 .gutentor-single-item:hover .gutentor-gallery-item-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gutentor-gallery.gallery-template5 .gutentor-single-item:hover .gutentor-gallery-item-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gutentor-gallery.gallery-template5 .gutentor-single-item:hover .gutentor-single-item-image-box:before,
.gutentor-gallery.gallery-template5 .gutentor-single-item:hover .gutentor-single-item-image-box:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gutentor-gallery.gallery-template6 .gutentor-single-item-image-box,
.gutentor-gallery.gallery-template6 .gutentor-gallery-item-wrap {
  position: relative
}

.gutentor-gallery.gallery-template6 .gutentor-single-item-image-box:before,
.gutentor-gallery.gallery-template6 .gutentor-single-item-image-box:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  z-index: 1
}

.gutentor-gallery.gallery-template6 .gutentor-single-item-image-box:before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.gutentor-gallery.gallery-template6 .gutentor-single-item-image-box:after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.gutentor-gallery.gallery-template6 .gutentor-single-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.gutentor-gallery.gallery-template6 .gutentor-gallery-item-header {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 15%, 0);
  transform: translate3d(0, 15%, 0)
}

.gutentor-gallery.gallery-template6 .gutentor-gallery-item-desc {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.gutentor-gallery.gallery-template6 .gutentor-single-item:hover .gutentor-gallery-item-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gutentor-gallery.gallery-template6 .gutentor-single-item:hover .gutentor-gallery-item-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gutentor-gallery.gallery-template6 .gutentor-single-item:hover .gutentor-single-item-image-box:before,
.gutentor-gallery.gallery-template6 .gutentor-single-item:hover .gutentor-single-item-image-box:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:768px) {
  .gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-left {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-center {
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width:767px) {
  .gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-center .gutentor-filter-group {
    text-align: center
  }
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media(max-width:767px) {
  .gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-right .gutentor-filter-group {
    text-align: right
  }
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-wide {
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(min-width:768px) {
  .gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-container.filter-wide .gutentor-filter-group:not(.gutentor-secondary-filter-group) {
    margin-right: auto
  }
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-search-filter {
  width: 200px;
  height: 40px
}

@media(max-width:767px) {
  .gutentor-gallery.gutentor-filter-wrapper .gutentor-search-filter {
    width: 100%
  }
}

.gutentor-gallery.gutentor-filter-wrapper .gutentor-filter-group .gutentor-filter-btn {
  display: inline-block;
  cursor: pointer;
  padding: 10px
}

.entry .entry-meta {
  margin-top: 0 !important;
  margin-bottom: 15px
}

.entry .entry-content a {
  text-decoration: none !important
}

.gutentor-blog-post-wrapper .gutentor-bg-image,
.gutentor-blog-post-wrapper .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  line-height: 0
}

.gutentor-blog-post-wrapper .gutentor-bg-image {
  height: 200px
}

.gutentor-blog-post-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-blog-post-wrapper .blog-list {
  width: 100%;
  display: block
}

.gutentor-blog-post-wrapper .blog-list:not(:last-child) {
  margin-bottom: 30px
}

.gutentor-blog-post-wrapper .gutentor-single-item {
  overflow: hidden
}

.gutentor-blog-post-wrapper .blog-grid .gutentor-post-content {
  margin-top: 15px
}

.gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item {
  display: -ms-flexbox;
  display: flex
}

.gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
  margin-right: 20px;
  width: 100px
}

@media(min-width:768px) {
  .gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
    width: 200px
  }
}

@media(min-width:992px) {
  .gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
    width: 300px
  }
}

.gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
  width: calc(100% - 100px)
}

@media(min-width:768px) {
  .gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
    width: calc(100% - 200px)
  }
}

@media(min-width:992px) {
  .gutentor-blog-post-wrapper.blog-template1 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
    width: calc(100% - 320px)
  }
}

.gutentor-blog-post-wrapper.blog-template2 .gutentor-single-item-desc p {
  margin-top: 0
}

.gutentor-blog-post-wrapper.blog-template2 .gutentor-single-item-image-box {
  margin-bottom: 15px;
  margin-top: 0 !important
}

.gutentor-blog-post-wrapper.blog-template2 .gutentor-single-item .gutentor-post-wrap {
  margin-top: 15px
}

.gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-wrap {
  display: -ms-flexbox;
  display: flex
}

.gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
  margin-right: 20px;
  width: 100px
}

@media(min-width:768px) {
  .gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
    width: 200px
  }
}

@media(min-width:992px) {
  .gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
    width: 300px
  }
}

.gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
  width: calc(100% - 100px)
}

@media(min-width:768px) {
  .gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
    width: calc(100% - 200px)
  }
}

@media(min-width:992px) {
  .gutentor-blog-post-wrapper.blog-template2 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
    width: calc(100% - 320px)
  }
}

.gutentor-blog-post-wrapper.blog-template3 header .entry-meta {
  margin-bottom: 0 !important
}

.gutentor-blog-post-wrapper.blog-template3 .gutentor-single-item-desc p {
  margin-top: 0
}

.gutentor-blog-post-wrapper.blog-template3 .gutentor-single-item-image-box {
  margin-bottom: 15px;
  margin-top: 0 !important
}

.gutentor-blog-post-wrapper.blog-template3 .gutentor-single-item .gutentor-post-wrap {
  margin-top: 15px
}

.gutentor-blog-post-wrapper.blog-template3 .gutentor-single-item .gutentor-post-content .entry-meta {
  margin-bottom: 15px
}

.gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-wrap {
  display: -ms-flexbox;
  display: flex
}

.gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
  margin-right: 20px;
  width: 100px
}

@media(min-width:768px) {
  .gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
    width: 200px
  }
}

@media(min-width:992px) {
  .gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item-image-box {
    width: 300px
  }
}

.gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
  width: calc(100% - 100px)
}

@media(min-width:768px) {
  .gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
    width: calc(100% - 200px)
  }
}

@media(min-width:992px) {
  .gutentor-blog-post-wrapper.blog-template3 .blog-list:not(.gutentor-post-no-thumb) .gutentor-single-item .gutentor-post-content {
    width: calc(100% - 320px)
  }
}

.gutentor-blog-post-wrapper.blog-template4 header .entry-meta {
  margin-bottom: 0 !important
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item {
  position: relative;
  min-height: 350px;
  overflow: hidden
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item:not(.gutentor-post-has-thumb) {
  background: #f5f5f5
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item-desc p {
  margin-top: 0
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item .gutentor-post-wrap {
  position: absolute;
  top: 0;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item .gutentor-post-wrap header {
  margin-bottom: auto
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item .gutentor-post-content .entry-meta {
  margin-bottom: 15px
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item .gutentor-post-content .entry-meta div {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  line-height: normal
}

.gutentor-blog-post-wrapper.blog-template4 .gutentor-single-item .gutentor-post-content .entry-meta div:before {
  display: none
}

.gutentor-blog-post-wrapper .entry-meta div {
  display: inline-block;
  position: relative
}

.gutentor-blog-post-wrapper .entry-meta div i {
  margin-right: 5px;
  font-size: 80%
}

.gutentor-blog-post-wrapper .entry-meta div * {
  display: inline-block;
  color: currentColor;
  font-size: inherit
}

.gutentor-blog-post-wrapper .entry-meta div:hover * {
  color: currentColor
}

.gutentor-blog-post-wrapper .entry-meta div:not(:last-child) {
  margin-right: 10px;
  padding-right: 12px
}

.gutentor-blog-post-wrapper .entry-meta div:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor
}

.gutentor-blog-post-wrapper a {
  text-decoration: none;
  color: currentColor
}

.gutentor-blog-post-wrapper .gutentor-single-item-title {
  margin-bottom: 0;
  word-break: break-all
}

.gutentor-blog-post-wrapper .gutentor-single-item-title a {
  color: inherit
}

.gutentor-blog-post-wrapper .gutentor-single-item-desc p {
  font-size: inherit
}

.gutentor-about .gutentor-bg-image,
.gutentor-about .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-about .gutentor-image-thumb {
  font-size: 0;
  line-height: normal
}

.gutentor-about .gutentor-bg-image {
  height: 200px
}

.gutentor-about .gutentor-single-item-image-box {
  margin-left: auto;
  margin-right: auto
}

.gutentor-about .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-about .grid-container-fluid {
  padding-left: 0;
  padding-right: 0
}

.gutentor-about .grid-row [class^=grid-],
.gutentor-about .grid-row [class*=grid-] {
  margin: 0 !important
}

.gutentor-about.no-gap .grid-row {
  margin-left: 0;
  margin-right: 0
}

.gutentor-about.no-gap .grid-row [class^=grid-],
.gutentor-about.no-gap .grid-row [class*=grid-] {
  padding: 0
}

.gutentor-about .gutentor-single-item-content {
  display: block
}

.gutentor-about.about-template1 .gutentor-single-item-content,
.gutentor-about.gutentor-about-template1 .gutentor-single-item-content {
  text-align: left
}

.gutentor-about.about-template2 .gutentor-single-item-content,
.gutentor-about.gutentor-about-template2 .gutentor-single-item-content {
  text-align: center
}

.gutentor-about.about-template3 .gutentor-single-item-content,
.gutentor-about.gutentor-about-template3 .gutentor-single-item-content {
  text-align: right
}

.gutentor-about.about-template4 .gutentor-single-item-content,
.gutentor-about.gutentor-about-template4 .gutentor-single-item-content {
  text-align: left
}

.gutentor-about.about-template5 .gutentor-single-item-content,
.gutentor-about.gutentor-about-template5 .gutentor-single-item-content {
  text-align: center
}

.gutentor-about.about-template6 .gutentor-single-item-content,
.gutentor-about.gutentor-about-template6 .gutentor-single-item-content {
  text-align: right
}

.gutentor-about.content-top .grid-row {
  -ms-flex-align: start;
  align-items: flex-start
}

.gutentor-about.content-center .grid-row {
  -ms-flex-align: center;
  align-items: center
}

.gutentor-about.content-bottom .grid-row {
  -ms-flex-align: end;
  align-items: flex-end
}

.gutentor-google-map .grid-container-fluid {
  padding-left: 0;
  padding-right: 0
}

.gutentor-featured-block .gutentor-bg-image,
.gutentor-featured-block .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-featured-block .gutentor-image-thumb {
  font-size: 0;
  line-height: normal
}

.gutentor-featured-block .gutentor-bg-image {
  height: 200px
}

.gutentor-featured-block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-featured-block .gutentor-single-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-featured-block .grid-row {
  width: 100%
}

.gutentor-featured-block.no-gap .grid-row {
  margin-left: 0;
  margin-right: 0
}

.gutentor-featured-block.no-gap .grid-row [class^=grid-],
.gutentor-featured-block.no-gap .grid-row [class*=grid-] {
  padding: 0
}

.gutentor-featured-block.content-top .grid-row,
.gutentor-featured-block.content-top .featured-content-row {
  -ms-flex-align: start;
  align-items: flex-start
}

.gutentor-featured-block.content-center .grid-row,
.gutentor-featured-block.content-center .featured-content-row {
  -ms-flex-align: center;
  align-items: center
}

.gutentor-featured-block.content-bottom .grid-row,
.gutentor-featured-block.content-bottom .featured-content-row {
  -ms-flex-align: end;
  align-items: flex-end
}

.gutentor-featured-block.featured-template3 .featured-content-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.gutentor-featured-block.featured-template3 .featured-content-row .gutentor-single-item-image-box {
  margin-left: auto;
  width: 60%
}

.gutentor-featured-block.featured-template4 .featured-content-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.gutentor-featured-block.featured-template4 .gutentor-single-item-image-box {
  width: 60%
}

.gutentor-featured-block.featured-template4 .gutentor-single-item-content {
  padding-left: 30px
}

.gutentor-featured-block.featured-template5 .featured-content-row {
  text-align: center
}

.gutentor-featured-block.featured-template5 .gutentor-single-item-image-box {
  margin-left: auto;
  margin-right: auto
}

.gutentor-video-popup {
  padding: 100px 0
}

.gutentor-video-popup .gutentor-bg-image,
.gutentor-video-popup .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-video-popup .gutentor-image-thumb {
  font-size: 0;
  width: 200px;
  text-align: center
}

.gutentor-video-popup .gutentor-bg-image {
  height: 200px
}

.gutentor-video-popup .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-video-popup:not(.g-valign-t-desktop):not(.g-valign-c-desktop):not(.g-valign-b-desktop):not(.g-valign-t-tablet):not(.g-valign-c-tablet):not(.g-valign-b-tablet):not(.g-valign-t-mobile):not(.g-valign-c-mobile):not(.g-valign-b-mobile) .grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.gutentor-video-popup .gutentor-video-popup-holder .video-popup-icon-box {
  background: #cfcfcf;
  color: gray;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 0 auto
}

.gutentor-video-popup .gutentor-video-popup-holder .video-popup-image-box {
  height: 140px;
  width: 140px;
  display: block
}

.gutentor-notification-wrap .gutentor-single-item {
  padding: 20px
}

.gutentor-list-wrapper ul {
  margin: 0;
  padding: 0
}

.gutentor-list-wrapper ul.gutentor-disable-list-style {
  list-style: none !important
}

.gutentor-list-wrapper ul:not(.list-indicator-image):not(.list-indicator-icon) li span {
  margin: 0;
  padding: 0;
  display: inline-block
}

.gutentor-list-wrapper ul li span.gutentor-single-item {
  display: inline-block
}

.gutentor-list-wrapper .list-style-circle {
  list-style-type: circle
}

.gutentor-list-wrapper .list-style-disc {
  list-style-type: disc
}

.gutentor-list-wrapper .list-style-square {
  list-style-type: square
}

.gutentor-list-wrapper .list-style-decimal {
  list-style-type: decimal
}

.gutentor-list-wrapper .list-style-decimal-leading-zero {
  list-style-type: decimal-leading-zero
}

.gutentor-list-wrapper .list-style-lower-roman {
  list-style-type: lower-roman
}

.gutentor-list-wrapper .list-style-upper-roman {
  list-style-type: upper-roman
}

.gutentor-list-wrapper .list-style-lower-greek {
  list-style-type: lower-greek
}

.gutentor-list-wrapper .list-style-lower-latin {
  list-style-type: lower-latin
}

.gutentor-list-wrapper .list-style-upper-latin {
  list-style-type: upper-latin
}

.gutentor-list-wrapper .list-style-armenian {
  list-style-type: armenian
}

.gutentor-list-wrapper .list-style-georgian {
  list-style-type: georgian
}

.gutentor-list-wrapper .list-style-lower-alpha {
  list-style-type: lower-alpha
}

.gutentor-list-wrapper .list-style-upper-alpha {
  list-style-type: upper-alpha
}

.gutentor-list-wrapper .list-style-none {
  list-style-type: none
}

.gutentor-list-wrapper .list-indicator-image,
.gutentor-list-wrapper .list-indicator-icon {
  list-style: none
}

.gutentor-list-wrapper .list-indicator-image .gutentor-list-item-wrap,
.gutentor-list-wrapper .list-indicator-icon .gutentor-list-item-wrap {
  display: -ms-flexbox;
  display: flex
}

.gutentor-list-wrapper .list-indicator-image .gutentor-list-item-wrap.gutentor-flex-start,
.gutentor-list-wrapper .list-indicator-icon .gutentor-list-item-wrap.gutentor-flex-start {
  -ms-flex-pack: start;
  justify-content: start
}

.gutentor-list-wrapper .list-indicator-image .gutentor-list-item-wrap.gutentor-flex-center,
.gutentor-list-wrapper .list-indicator-icon .gutentor-list-item-wrap.gutentor-flex-center {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-list-wrapper .list-indicator-image .gutentor-list-item-wrap.gutentor-flex-end,
.gutentor-list-wrapper .list-indicator-icon .gutentor-list-item-wrap.gutentor-flex-end {
  -ms-flex-pack: end;
  justify-content: end
}

.gutentor-list-wrapper .list-indicator-image .gutentor-single-item-image-box .gutentor-image-thumb {
  width: 20px;
  height: 20px
}

.gutentor-list-wrapper .gutentor-single-list-item-icon,
.gutentor-list-wrapper .gutentor-single-item-image-box {
  margin-right: 10px
}

.gutentor-list-wrapper .gutentor-single-item-title {
  margin: 0
}

.gutentor-show-more .gutentor-more-content {
  display: none
}

.gutentor-show-more .gutentor-more-content .gutentor-single-item-desc {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal
}

.gutentor-show-more .show-more-content .gutentor-more-content {
  display: block
}

.gutentor-show-more .show-more-content .gutentor-less-content {
  display: none
}

.gutentor-element-advanced-text .gutentor-text-wrap {
  width: 100%
}

.gutentor-element-advanced-text .gutentor-text {
  margin-bottom: 20px;
  margin-top: 0;
  word-break: break-word
}

.gutentor-element-advanced-text .gutentor-text a {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit
}

.gutentor-element-advanced-text .gutentor-text:before {
  display: none
}

.gutentor-element-advanced-text.gutentor-drop-cap-enable.enable-title-design .gutentor-text-wrap .gutentor-text {
  display: inline-block
}

.gutentor-element-advanced-text.gutentor-drop-cap-enable .gutentor-text-wrap .gutentor-text:first-letter {
  font-weight: 700;
  font-size: 48px;
  color: #275cf6;
  margin-right: 20px;
  margin-bottom: 20px
}

.gutentor-element-advanced-text.text-align-center-mobile .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.text-align-center-mobile .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.text-align-center-mobile .gutentor-text-wrap.divider-top,
.gutentor-element-advanced-text.text-align-center-tablet .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.text-align-center-tablet .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.text-align-center-tablet .gutentor-text-wrap.divider-top,
.gutentor-element-advanced-text.text-align-center-desktop .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.text-align-center-desktop .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.text-align-center-desktop .gutentor-text-wrap.divider-top {
  -ms-flex-align: center;
  align-items: center
}

.gutentor-element-advanced-text.text-align-right-mobile .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.text-align-right-mobile .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.text-align-right-mobile .gutentor-text-wrap.divider-top,
.gutentor-element-advanced-text.text-align-right-tablet .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.text-align-right-tablet .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.text-align-right-tablet .gutentor-text-wrap.divider-top,
.gutentor-element-advanced-text.text-align-right-desktop .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.text-align-right-desktop .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.text-align-right-desktop .gutentor-text-wrap.divider-top {
  -ms-flex-align: self-end;
  align-items: self-end
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-bottom,
.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-top-bottom,
.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-top {
  -ms-flex-direction: column;
  flex-direction: column
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-left {
  -ms-flex-align: center;
  align-items: center;
  width: auto
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-left .gutentor-separator {
  margin-right: 20px
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-right {
  -ms-flex-align: center;
  align-items: center;
  width: auto
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-right .gutentor-separator {
  margin-left: 20px
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-left-right {
  -ms-flex-align: center;
  align-items: center;
  width: auto
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-left-right .gutentor-separator:first-child {
  margin-right: 20px
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap.divider-left-right .gutentor-separator:last-of-type {
  margin-left: 20px
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator span,
.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator svg {
  width: 100%;
  height: 100%
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator.border-solid,
.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator.border-dashed,
.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator.border-double,
.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator.border-dotted {
  width: 30px
}

.gutentor-element-advanced-text.enable-title-design .gutentor-text-wrap .gutentor-separator span {
  line-height: 0
}

.gutentor-element-advanced-text.enable-title-design.gutentor-width-enabled .gutentor-text-wrap.divider-left {
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-element-advanced-text.enable-title-design.gutentor-width-enabled .gutentor-text-wrap.divider-right {
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-element-advanced-text.enable-title-design.gutentor-width-enabled .gutentor-text-wrap.divider-left-right {
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-c-mobile,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-l-mobile,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-r-mobile,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-c-tablet,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-l-tablet,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-r-tablet,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-c-desktop,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-l-desktop,
.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-r-desktop {
  display: -ms-flexbox;
  display: flex
}

.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-c-mobile {
  margin-left: auto;
  margin-right: auto
}

.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-r-mobile {
  margin-left: auto;
  margin-right: inherit
}

.gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-l-mobile {
  margin-right: auto;
  margin-left: inherit
}

@media(min-width:768px) {
  .gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-c-tablet {
    margin-left: auto;
    margin-right: auto
  }

  .gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-r-tablet {
    margin-left: auto;
    margin-right: inherit
  }

  .gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-l-tablet {
    margin-right: auto;
    margin-left: inherit
  }
}

@media(min-width:992px) {
  .gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-c-desktop {
    margin-left: auto;
    margin-right: auto
  }

  .gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-r-desktop {
    margin-left: auto;
    margin-right: inherit
  }

  .gutentor-element-advanced-text.gutentor-adv-text-enabled-width.adv-text-l-desktop {
    margin-right: auto;
    margin-left: inherit
  }
}

.button-align-left-mobile {
  text-align: left
}

.button-align-right-mobile {
  text-align: right
}

.button-align-center-mobile {
  text-align: center
}

@media(min-width:768px) {
  .button-align-left-tablet {
    text-align: left
  }

  .button-align-right-tablet {
    text-align: right
  }

  .button-align-center-tablet {
    text-align: center
  }
}

@media(min-width:992px) {
  .button-align-left-desktop {
    text-align: left
  }

  .button-align-right-desktop {
    text-align: right
  }

  .button-align-center-desktop {
    text-align: center
  }
}

.gutentor-element-icon.gutentor-icon-circle-bg .gutentor-element-icon-box,
.gutentor-element-icon.gutentor-icon-circle-border .gutentor-element-icon-box,
.gutentor-element-icon.gutentor-icon-square-bg .gutentor-element-icon-box,
.gutentor-element-icon.gutentor-icon-square-border .gutentor-element-icon-box {
  text-align: center
}

.gutentor-element-icon.gutentor-icon-default:not(.gutentor-enabled-icon-width) .gutentor-icon-element-box {
  display: inline-block
}

.gutentor-element-icon.gutentor-enabled-width .gutentor-element-icon-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-element-image .gutentor-bg-image,
.gutentor-element-image .gutentor-image-thumb {
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-element-image .gutentor-bg-image {
  height: 200px
}

.gutentor-element-image .gutentor-image-thumb {
  font-size: 0;
  line-height: normal
}

.gutentor-element-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-element-list .gutentor-single-item {
  display: block;
  padding: 5px
}

.gutentor-element-list.text-align-center-mobile .list-indicator-image .gutentor-list-item-wrap,
.gutentor-element-list.text-align-center-mobile .list-indicator-icon .gutentor-list-item-wrap {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-element-list.text-align-right-mobile .list-indicator-image .gutentor-list-item-wrap,
.gutentor-element-list.text-align-right-mobile .list-indicator-icon .gutentor-list-item-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-element-list.text-align-left-mobile .list-indicator-image .gutentor-list-item-wrap,
.gutentor-element-list.text-align-left-mobile .list-indicator-icon .gutentor-list-item-wrap {
  -ms-flex-pack: start;
  justify-content: start
}

@media(min-width:768px) {

  .gutentor-element-list.text-align-center-tablet .list-indicator-image .gutentor-list-item-wrap,
  .gutentor-element-list.text-align-center-tablet .list-indicator-icon .gutentor-list-item-wrap {
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-element-list.text-align-right-tablet .list-indicator-image .gutentor-list-item-wrap,
  .gutentor-element-list.text-align-right-tablet .list-indicator-icon .gutentor-list-item-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .gutentor-element-list.text-align-left-tablet .list-indicator-image .gutentor-list-item-wrap,
  .gutentor-element-list.text-align-left-tablet .list-indicator-icon .gutentor-list-item-wrap {
    -ms-flex-pack: start;
    justify-content: start
  }
}

@media(min-width:992px) {

  .gutentor-element-list.text-align-center-desktop .list-indicator-image .gutentor-list-item-wrap,
  .gutentor-element-list.text-align-center-desktop .list-indicator-icon .gutentor-list-item-wrap {
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-element-list.text-align-right-desktop .list-indicator-image .gutentor-list-item-wrap,
  .gutentor-element-list.text-align-right-desktop .list-indicator-icon .gutentor-list-item-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .gutentor-element-list.text-align-left-desktop .list-indicator-image .gutentor-list-item-wrap,
  .gutentor-element-list.text-align-left-desktop .list-indicator-icon .gutentor-list-item-wrap {
    -ms-flex-pack: start;
    justify-content: start
  }
}

.gutentor-element-list ul {
  margin: 0;
  padding: 0;
  list-style-position: inside
}

.gutentor-element-list ul.gutentor-disable-list-style {
  list-style: none !important
}

.gutentor-element-list ul:not(.list-indicator-image):not(.list-indicator-icon) li span {
  display: inline-block
}

.gutentor-element-list .list-style-circle {
  list-style-type: circle
}

.gutentor-element-list .list-style-disc {
  list-style-type: disc
}

.gutentor-element-list .list-style-square {
  list-style-type: square
}

.gutentor-element-list .list-style-decimal {
  list-style-type: decimal
}

.gutentor-element-list .list-style-decimal-leading-zero {
  list-style-type: decimal-leading-zero
}

.gutentor-element-list .list-style-lower-roman {
  list-style-type: lower-roman
}

.gutentor-element-list .list-style-upper-roman {
  list-style-type: upper-roman
}

.gutentor-element-list .list-style-lower-greek {
  list-style-type: lower-greek
}

.gutentor-element-list .list-style-lower-latin {
  list-style-type: lower-latin
}

.gutentor-element-list .list-style-upper-latin {
  list-style-type: upper-latin
}

.gutentor-element-list .list-style-armenian {
  list-style-type: armenian
}

.gutentor-element-list .list-style-georgian {
  list-style-type: georgian
}

.gutentor-element-list .list-style-lower-alpha {
  list-style-type: lower-alpha
}

.gutentor-element-list .list-style-upper-alpha {
  list-style-type: upper-alpha
}

.gutentor-element-list .list-style-none {
  list-style-type: none
}

.gutentor-element-list .list-indicator-image,
.gutentor-element-list .list-indicator-icon {
  list-style: none
}

.gutentor-element-list .list-indicator-image .gutentor-list-item-wrap,
.gutentor-element-list .list-indicator-icon .gutentor-list-item-wrap {
  display: -ms-flexbox;
  display: flex
}

.gutentor-element-list .list-indicator-image .gutentor-list-item-wrap.gutentor-flex-start,
.gutentor-element-list .list-indicator-icon .gutentor-list-item-wrap.gutentor-flex-start {
  -ms-flex-pack: start;
  justify-content: start
}

.gutentor-element-list .list-indicator-image .gutentor-list-item-wrap.gutentor-flex-center,
.gutentor-element-list .list-indicator-icon .gutentor-list-item-wrap.gutentor-flex-center {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-element-list .list-indicator-image .gutentor-list-item-wrap.gutentor-flex-end,
.gutentor-element-list .list-indicator-icon .gutentor-list-item-wrap.gutentor-flex-end {
  -ms-flex-pack: end;
  justify-content: end
}

.gutentor-element-list .gutentor-single-item-image-box .gutentor-image-thumb {
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 0;
  line-height: normal;
  overflow: hidden
}

.gutentor-element-list .gutentor-single-item-image-box .gutentor-image-thumb .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-element-list .gutentor-single-list-item-icon,
.gutentor-element-list .gutentor-single-item-image-box {
  margin-right: 10px
}

.gutentor-element-list .gutentor-single-item-title {
  margin: 0
}

.gutentor-element-pricing-box {
  width: 100%
}

.gutentor-element-pricing-box .gutentor-element-pricing-wrap {
  position: relative;
  display: inline-block
}

.gutentor-element-pricing-box .gutentor-element-pricing-price {
  font-size: 50px
}

.gutentor-element-pricing-box:not(.gutentor-default-currency) .gutentor-element-pricing-price {
  padding-left: 20px;
  padding-right: 10px
}

.gutentor-element-pricing-box .gutentor-element-pricing-package,
.gutentor-element-pricing-box .gutentor-element-pricing-symbol {
  color: #ddd
}

.gutentor-element-pricing-box.gutentor-top-currency .gutentor-element-pricing-symbol {
  position: absolute;
  left: 0;
  top: 0
}

.gutentor-element-pricing-box.gutentor-center-currency .gutentor-element-pricing-symbol {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-c-mobile,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-l-mobile,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-r-mobile,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-c-tablet,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-l-tablet,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-r-tablet,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-c-desktop,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-l-desktop,
.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-r-desktop {
  display: -ms-flexbox;
  display: flex
}

.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-c-mobile {
  margin-left: auto;
  margin-right: auto
}

.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-r-mobile {
  margin-left: auto;
  margin-right: inherit
}

.gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-l-mobile {
  margin-right: auto;
  margin-left: inherit
}

@media(min-width:768px) {
  .gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-c-tablet {
    margin-left: auto;
    margin-right: auto
  }

  .gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-r-tablet {
    margin-left: auto;
    margin-right: inherit
  }

  .gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-l-tablet {
    margin-right: auto;
    margin-left: inherit
  }
}

@media(min-width:992px) {
  .gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-c-desktop {
    margin-left: auto;
    margin-right: auto
  }

  .gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-r-desktop {
    margin-left: auto;
    margin-right: inherit
  }

  .gutentor-element-pricing.gutentor-el-pricing-enabled-width.el-pricing-l-desktop {
    margin-right: auto;
    margin-left: inherit
  }
}

.gutentor-element-progressbar.text-align-left-mobile,
.gutentor-element-progressbar.text-align-left-tablet,
.gutentor-element-progressbar.text-align-left-desktop,
.gutentor-element-progressbar.text-align-right-mobile,
.gutentor-element-progressbar.text-align-right-tablet,
.gutentor-element-progressbar.text-align-right-desktop,
.gutentor-element-progressbar.text-align-center-mobile,
.gutentor-element-progressbar.text-align-center-tablet,
.gutentor-element-progressbar.text-align-center-desktop {
  display: -ms-flexbox;
  display: flex
}

.gutentor-element-progressbar.text-align-center-mobile {
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-element-progressbar.text-align-right-mobile {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gutentor-element-progressbar.text-align-left-mobile {
  -ms-flex-pack: start;
  justify-content: start
}

@media(min-width:768px) {
  .gutentor-element-progressbar.text-align-center-tablet {
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-element-progressbar.text-align-right-tablet {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .gutentor-element-progressbar.text-align-left-tablet {
    -ms-flex-pack: start;
    justify-content: start
  }
}

@media(min-width:992px) {
  .gutentor-element-progressbar.text-align-center-desktop {
    -ms-flex-pack: center;
    justify-content: center
  }

  .gutentor-element-progressbar.text-align-right-desktop {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .gutentor-element-progressbar.text-align-left-desktop {
    -ms-flex-pack: start;
    justify-content: start
  }
}

.gutentor-element-progressbar-circular {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.gutentor-element-progressbar-circular canvas {
  position: absolute;
  top: 0;
  left: 0
}

.gutentor-element-progressbar-box .gutentor-element-progressbar-text span {
  display: inline-block
}

.gutentor-element-progressbar-box .gutentor-element-progressbar-text span+span {
  margin-left: 20px
}

.gutentor-element-progressbar-horizontal-wrap {
  background: #f5f5f5;
  overflow: hidden
}

.gutentor-element-progressbar-horizontal {
  display: block;
  -webkit-transition: width 1.5s ease-in-out 0s;
  -o-transition: width 1.5s ease-in-out 0s;
  transition: width 1.5s ease-in-out 0s;
  width: 0
}

.gutentor-element-progressbar-horizontal .gutentor-element-progressbar-text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px
}

.gutentor-element-progressbar-horizontal .gutentor-element-progressbar-text span+span {
  margin-left: auto
}

.gutentor-element-progressbar-horizontal.striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 20px 20px
}

.gutentor-element-progressbar-horizontal.striped-animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 20px 20px
}

.gutentor-element-video-popup .gutentor-element-video-popup-wrap {
  position: relative;
  z-index: 2
}

.gutentor-element-video-popup .gutentor-element-video-popup-wrap.gutentor-video-popup-image-holder .gutentor-image-thumb,
.gutentor-element-video-popup .gutentor-element-video-popup-wrap.gutentor-video-popup-image-holder .gutentor-video-popup-holder {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-element-video-popup .gutentor-element-video-popup-wrap.gutentor-video-popup-image-holder .gutentor-image-thumb {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%
}

.gutentor-element-video-popup .gutentor-element-video-popup-wrap.gutentor-video-popup-image-holder .gutentor-image-thumb .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .5s ease-in-out 0s;
  -o-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s
}

.gutentor-element-video-popup .gutentor-video-popup-icon-holder,
.gutentor-element-video-popup .gutentor-video-popup-holder {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.gutentor-element-video-popup .gutentor-video-popup-icon-holder .gutentor-element-video-icon-prefix,
.gutentor-element-video-popup .gutentor-video-popup-holder .gutentor-element-video-icon-prefix {
  padding-right: 15px
}

.gutentor-element-video-popup .gutentor-video-popup-icon-holder .gutentor-element-video-icon-postfix,
.gutentor-element-video-popup .gutentor-video-popup-holder .gutentor-element-video-icon-postfix {
  padding-left: 15px
}

.gutentor-element-video-popup .gutentor-video-popup-icon-holder .video-popup-icon-box,
.gutentor-element-video-popup .gutentor-video-popup-holder .video-popup-icon-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-element-video-popup .gutentor-video-popup-icon-holder .video-popup-icon-box i,
.gutentor-element-video-popup .gutentor-video-popup-holder .video-popup-icon-box i {
  font-size: inherit
}

.gutentor-element-video-popup .gutentor-video-popup-holder {
  height: 100px;
  width: 100px;
  background: #275cf6;
  color: #fff;
  font-size: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: auto
}

.gutentor-element-video-popup.gutentor-enable-ripple .gutentor-video-popup-holder:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .8), 0 0 0 30px rgba(0, 0, 0, .6), 0 0 0 45px rgba(0, 0, 0, .4);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, .8), 0 0 0 30px rgba(0, 0, 0, .6), 0 0 0 45px rgba(0, 0, 0, .4);
  z-index: -1
}

.gutentor-element-video-popup.gutentor-enable-animation .gutentor-video-popup-holder:after {
  -webkit-animation: boxShadowAnimation 2s infinite;
  animation: boxShadowAnimation 2s infinite
}

.gutentor-element-video-popup.gutentor-enable-ripple-color .gutentor-video-popup-holder.gutentor-white:after {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, .8), 0 0 0 30px rgba(255, 255, 255, .6), 0 0 0 45px rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, .8), 0 0 0 30px rgba(255, 255, 255, .6), 0 0 0 45px rgba(255, 255, 255, .4)
}

.gutentor-element-video-popup.gutentor-enable-ripple-color .gutentor-video-popup-holder.gutentor-blue:after {
  -webkit-box-shadow: 0 0 0 15px rgba(39, 92, 246, .8), 0 0 0 30px rgba(39, 92, 246, .6), 0 0 0 45px rgba(39, 92, 246, .4);
  box-shadow: 0 0 0 15px rgba(39, 92, 246, .8), 0 0 0 30px rgba(39, 92, 246, .6), 0 0 0 45px rgba(39, 92, 246, .4)
}

.gutentor-element-video-popup.gutentor-enable-ripple-color .gutentor-video-popup-holder.gutentor-red:after {
  -webkit-box-shadow: 0 0 0 15px rgba(233, 21, 24, .8), 0 0 0 30px rgba(233, 21, 24, .6), 0 0 0 45px rgba(233, 21, 24, .4);
  box-shadow: 0 0 0 15px rgba(233, 21, 24, .8), 0 0 0 30px rgba(233, 21, 24, .6), 0 0 0 45px rgba(233, 21, 24, .4)
}

.gutentor-element-video-popup.gutentor-enable-ripple-color .gutentor-video-popup-holder.gutentor-orange:after {
  -webkit-box-shadow: 0 0 0 15px rgba(244, 129, 50, .8), 0 0 0 30px rgba(244, 129, 50, .6), 0 0 0 45px rgba(244, 129, 50, .4);
  box-shadow: 0 0 0 15px rgba(244, 129, 50, .8), 0 0 0 30px rgba(244, 129, 50, .6), 0 0 0 45px rgba(244, 129, 50, .4)
}

.gutentor-element-video-popup.gutentor-enable-ripple-color .gutentor-video-popup-holder.gutentor-yellow:after {
  -webkit-box-shadow: 0 0 0 15px rgba(235, 208, 32, .8), 0 0 0 30px rgba(235, 208, 32, .6), 0 0 0 45px rgba(235, 208, 32, .4);
  box-shadow: 0 0 0 15px rgba(235, 208, 32, .8), 0 0 0 30px rgba(235, 208, 32, .6), 0 0 0 45px rgba(235, 208, 32, .4)
}

@-webkit-keyframes boxShadowAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes boxShadowAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 0
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.gutentor-pagination {
  list-style: none;
  margin: 0;
  padding: 0
}

.gutentor-pagination-item {
  display: inline-block
}

.gutentor-pagination-link {
  margin: 2px;
  padding: 5px 15px;
  background: #eee;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-pagination-prev i {
  margin-right: 5px
}

.gutentor-pagination-next i {
  margin-left: 5px
}

.gutentor-pagination-active .gutentor-pagination-link {
  background: #275cf6;
  color: #fff
}

.gutentor-next-prev {
  list-style: none;
  margin: 0;
  padding: 0
}

.gutentor-next-prev li {
  display: inline-block
}

.gutentor-next-prev li a {
  margin: 5px;
  padding: 8px 12px;
  background: #eee;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.gutentor-next-prev li a:not(.gutentor-disabled):hover,
.gutentor-next-prev li a:not(.gutentor-disabled):focus {
  background: #275cf6;
  color: #fff
}

.gutentor-filter-list {
  list-style: none;
  margin: 0
}

.gutentor-filter-list li {
  display: inline-block
}

.gutentor-filter-list li.flexMenu-viewMore {
  position: relative
}

.gutentor-filter-list li.flexMenu-viewMore>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  padding: 0 0 0 25px
}

.gutentor-filter-list li.flexMenu-viewMore>a:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  -webkit-box-shadow: -14px 0 #000, -7px 0 #000;
  box-shadow: -14px 0 #000, -7px 0 #000;
  content: ''
}

.gutentor-filter-list li.flexMenu-viewMore .flexMenu-popup {
  max-width: 300px;
  background: #fff;
  margin: 15px 0 0;
  right: 0;
  z-index: 2;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  border-radius: 3px
}

.gutentor-filter-list li.flexMenu-viewMore .flexMenu-popup:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  position: absolute;
  right: 6px;
  top: -4px;
  content: ''
}

.gutentor-filter-list li.flexMenu-viewMore .flexMenu-popup li {
  display: block
}

.gutentor-filter-list li.flexMenu-viewMore .flexMenu-popup li a {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-filter-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: 5px
}

.g-fm-module .g-fm-header .g-fm-fi {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center
}

.g-fm-module .g-fm-header .g-fm-fis {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.g-fm-module .g-fm-fi-has-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex
}

.g-fm-module .g-fm-i-right .g-fm-fi-has-icon {
  -ms-flex-align: center;
  align-items: center
}

.g-fm-module .g-fm-i-left .g-fm-fi-has-icon {
  -ms-flex-align: center;
  align-items: center
}

.g-fm-module .g-fm-i-top-left .g-fm-fi-has-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.g-fm-module .g-fm-i-top-right .g-fm-fi-has-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.g-fm-module .g-fm-i-top-center .g-fm-fi-has-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.g-fm-module .g-fm-i-bottom-left .g-fm-fi-has-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.g-fm-module .g-fm-i-bottom-right .g-fm-fi-has-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.g-fm-module .g-fm-i-bottom-center .g-fm-fi-has-icon {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-element .g-fm-search {
  height: 45px;
  width: 100%;
  display: inline-block
}

.gutentor-element .g-fm-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none
}

.g-e-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.g-e-search .g-search-icon {
  cursor: pointer
}

.gutentor-active .gutentor-section {
  background: 0 0
}

.gutentor-active .gutentor-section.gutentor-dynamic-columns {
  background: 0 0
}

.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class*=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class^=grid-] {
  margin-top: 0;
  margin-bottom: 0
}

.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class*=grid-] .grid-row [class*=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class*=grid-] .grid-row [class^=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class^=grid-] .grid-row [class*=grid-],
.gutentor-active .gutentor-section.gutentor-dynamic-columns .grid-row [class^=grid-] .grid-row [class^=grid-] {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0
}

.gutentor-element-button-group {
  width: 100%
}

.gutentor-element-button-group.g-btn-horizontal-m .gutentor-element-button {
  display: inline-block
}

.gutentor-element-button-group.g-btn-vertical-m .gutentor-element-button {
  display: block
}

@media(min-width:768px) {
  .gutentor-element-button-group.g-btn-horizontal-t .gutentor-element-button {
    display: inline-block
  }

  .gutentor-element-button-group.g-btn-vertical-t .gutentor-element-button {
    display: block
  }
}

@media(min-width:992px) {
  .gutentor-element-button-group.g-btn-horizontal-d .gutentor-element-button {
    display: inline-block
  }

  .gutentor-element-button-group.g-btn-vertical-d .gutentor-element-button {
    display: block
  }
}

.gutentor-module.gutentor-module-carousel .slick-arrow {
  height: 30px;
  line-height: 30px;
  width: 30px
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-prev,
.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-next {
  margin-top: -35px
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-prev {
  left: 10px
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row[data-dots=true] .slick-next {
  right: 10px
}

.gutentor-module.gutentor-module-carousel .gutentor-module-carousel-row:not(.slick-initialized) .gutentor-carousel-item:not(:first-child) {
  display: none
}

.gutentor-module-slider:not(.gutentor-module-caption-enabled) .gutentor-slider-caption {
  display: none
}

.gutentor-module-slider .gutentor-module-slider-row:not(.slick-initialized) .gutentor-slider-item:not(:first-child) {
  display: none
}

.gutentor-module-slider .gutentor-col-wrap {
  position: relative
}

.gutentor-module-slider .gutentor-col-wrap img {
  z-index: -1;
  margin: 0 auto
}

.gutentor-module-slider .gutentor-col-wrap .gutentor-slider-caption {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  max-width: 1140px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px
}

.gutentor-module-slider.has-gutentor-block-shape-bottom .slick-dots {
  z-index: 2
}

.gutentor-module.gutentor-module-slider .slick-slide {
  margin-left: 0;
  margin-right: 0
}

.gutentor-module.gutentor-module-slider .slick-prev,
.gutentor-module.gutentor-module-slider .slick-next {
  height: 40px;
  width: 40px;
  line-height: 40px
}

.gutentor-module.gutentor-module-slider .slick-dots {
  bottom: 50px;
  position: absolute
}

.gutentor-module-accordion-panel-handler {
  display: -ms-flexbox;
  display: flex
}

.gutentor-module-accordion-icon i {
  text-align: center;
  position: relative
}

.gutentor-module-accordion-icon>.gutentor-module-accordion-icon-close {
  display: none
}

.gutentor-module-accordion-icon.gutentor-enabled-width i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gutentor-module-accordion-item-heading {
  padding: 15px;
  cursor: pointer
}

.gutentor-module-accordion-body {
  position: relative;
  display: none
}

.gutentor-module-accordion-active .gutentor-module-accordion-icon-active .gutentor-module-accordion-icon-close {
  display: inline-block
}

.gutentor-module-accordion-active .gutentor-module-accordion-icon-active .gutentor-module-accordion-icon-open {
  display: none
}

.gutentor-module-accordion-active>.gutentor-module-accordion-body {
  display: block
}

.gutentor-module-icon-position-right .gutentor-module-accordion-icon {
  margin-left: auto
}

.gutentor-module-tabs-item {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer
}

.gutentor-module-tabs-content {
  display: none
}

.gutentor-module-tabs .gutentor-tabs-content-active {
  display: block
}

.gutentor-module-tabs .gutentor-tab-has-icon {
  display: -ms-flexbox;
  display: flex
}

.gutentor-module-tabs .gutentor-tab-has-icon-right {
  -ms-flex-align: center;
  align-items: center
}

.gutentor-module-tabs .gutentor-tab-has-icon-left {
  -ms-flex-align: center;
  align-items: center
}

.gutentor-module-tabs .gutentor-tab-has-icon-top-left {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-module-tabs .gutentor-tab-has-icon-top-right {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.gutentor-module-tabs .gutentor-tab-has-icon-top-center {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-module-tabs .gutentor-tab-has-icon-bottom-left {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.gutentor-module-tabs .gutentor-tab-has-icon-bottom-right {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.gutentor-module-tabs .gutentor-tab-has-icon-bottom-center {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.gutentor-module-tabs .gutentor-enabled-icon-width .gutentor-module-tabs-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-right>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-wrap,
.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-left>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-wrap {
  clear: both;
  padding-top: 20px
}

.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-right>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-nav,
.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-left>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-nav {
  display: inline-block;
  width: 20%
}

.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-right>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-nav .gutentor-module-tabs-item,
.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-left>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-nav .gutentor-module-tabs-item {
  display: block;
  clear: both;
  margin-right: 0;
  margin-bottom: 10px
}

.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-right>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-body,
.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-left>.grid-container>.gutentor-module-tabs-wrap>.gutentor-module-tabs-body {
  display: inline-block;
  width: 80%
}

.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-left>.grid-container>.gutentor-module-tabs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row
}

.gutentor-module-tabs.gutentor-tabs-layout-vertical.gutentor-tabs-right>.grid-container>.gutentor-module-tabs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-module-tabs.gutentor-tabs-layout-horizontal.gutentor-tabs-pos-bottom>.grid-container>.gutentor-module-tabs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.gutentor-module-tabs.gutentor-tabs-layout-horizontal.gutentor-tabs-pos-top>.grid-container>.gutentor-module-tabs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.gutentor-module-icon-group .gutentor-element-icon {
  display: inline-block
}

.gutentor-module-form-wrapper input {
  outline: none
}

@media(max-width:575px) {
  .gutentor-module-form-wrapper.gutentor-btn-full-mobile input[type=submit] {
    width: 100%
  }
}

@media(min-width:768px) and (max-width:991px) {
  .gutentor-module-form-wrapper.gutentor-btn-full-tablet input[type=submit] {
    width: 100%
  }
}

@media(min-width:992px) {
  .gutentor-module-form-wrapper.gutentor-btn-full-desktop input[type=submit] {
    width: 100% !important
  }
}

.g-on-popup .gutentor-single-col {
  position: relative
}

.g-on-popup .g-gm-popup {
  position: absolute;
  text-decoration: none
}

.g-on-popup.g-popup-top-left .g-gm-popup {
  left: 0;
  top: 0
}

.g-on-popup.g-popup-top-right .g-fm-popup {
  right: 0;
  top: 0
}

.g-on-popup.g-popup-top-center .g-gm-popup {
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  max-width: 40px
}

.g-on-popup.g-popup-bottom-left .g-gm-popup {
  left: 0;
  bottom: 0
}

.g-on-popup.g-popup-bottom-right .g-gm-popup {
  right: 0;
  bottom: 0
}

.g-on-popup.g-popup-bottom-center .g-gm-popup {
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 40px
}

.g-on-popup.g-popup-middle-left .g-gm-popup {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.g-on-popup.g-popup-middle-right .g-gm-popup {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.g-on-popup.g-popup-middle-center .g-gm-popup {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 40px
}

.g-popup-icon-on-width .g-gm-popup-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.g-enable-collapsible .g-toc-heading {
  position: relative;
  cursor: pointer
}

.g-toc-header:not(.g-collapsible-active) .g-toc-icon-close {
  display: none !important
}

.g-toc-header.g-collapsible-active .g-toc-icon-open {
  display: none !important
}

.g-toc-header.g-collapsible-active .g-toc-icon-close {
  display: -ms-flexbox !important;
  display: flex !important
}

.g-toc-icon-wrap .g-toc-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.g-toc-body li a {
  color: currentColor
}

.g-toc .g-icon-right .g-toc-icon-wrap,
.g-toc .g-icon-left .g-toc-icon-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.g-toc .g-icon-right .g-toc-icon-wrap {
  right: 0
}

.g-toc .g-icon-right .g-toc-title {
  margin-right: 20px
}

.g-toc .g-icon-left .g-toc-icon-wrap {
  left: 0
}

.g-toc .g-icon-left .g-toc-title {
  margin-left: 20px
}

.g-toc .g-icon-b-title .g-toc-icon-wrap,
.g-toc .g-icon-b-title .g-toc-title,
.g-toc .g-icon-a-title .g-toc-icon-wrap,
.g-toc .g-icon-a-title .g-toc-title {
  display: inline-block
}

.g-toc .g-icon-b-title .g-toc-title {
  margin-left: 20px
}

.g-toc .g-icon-a-title .g-toc-title {
  margin-right: 20px
}

.g-toc ol {
  counter-reset: item;
  margin: 0;
  padding: 0 0 0 1.5em
}

.g-toc ol li {
  padding-left: 10px
}

.g-toc ol li::marker {
  word-break: initial
}

.g-toc ol li ol>li::marker {
  word-break: initial
}

.g-toc ol>li {
  counter-increment: item
}

.g-toc ol[type=none] {
  list-style-type: none
}

.g-toc ol[type=none] li::marker {
  content: ""
}

.g-toc ol[type=none] li ol>li::marker {
  content: " "
}

.g-toc ol[type="1"] {
  list-style-type: decimal
}

.g-toc ol[type="1"] li::marker {
  content: counters(item, ".", decimal) ". "
}

.g-toc ol[type="1"] li ol>li::marker {
  content: counters(item, ".", decimal) " "
}

.g-toc ol[type=upper-alpha] {
  list-style-type: upper-alpha
}

.g-toc ol[type=upper-alpha] li::marker {
  content: counters(item, ".", upper-alpha) ". "
}

.g-toc ol[type=upper-alpha] li ol>li::marker {
  content: counters(item, ".", upper-alpha) " "
}

.g-toc ol[type=lower-alpha] {
  list-style-type: lower-alpha
}

.g-toc ol[type=lower-alpha] li::marker {
  content: counters(item, ".", lower-alpha) ". "
}

.g-toc ol[type=lower-alpha] li ol>li::marker {
  content: counters(item, ".", lower-alpha) " "
}

.g-toc ol[type=upper-roman] {
  list-style-type: upper-roman
}

.g-toc ol[type=upper-roman] li::marker {
  content: counters(item, ".", upper-roman) ". "
}

.g-toc ol[type=upper-roman] li ol>li::marker {
  content: counters(item, ".", upper-roman) " "
}

.g-toc ol[type=lower-roman] {
  list-style-type: lower-roman
}

.g-toc ol[type=lower-roman] li::marker {
  content: counters(item, ".", lower-roman) ". "
}

.g-toc ol[type=lower-roman] li ol>li::marker {
  content: counters(item, ".", lower-roman) " "
}

.g-toc .g-unordered-list[type=disc] {
  list-style-type: disc
}

.g-toc .g-unordered-list[type=disc] li ul {
  list-style-type: disc
}

.g-toc .g-unordered-list[type=circle] {
  list-style-type: circle
}

.g-toc .g-unordered-list[type=circle] li ul {
  list-style-type: circle
}

.g-toc .g-unordered-list[type=square] {
  list-style-type: square
}

.g-toc .g-unordered-list[type=square] li ul {
  list-style-type: square
}

.g-toc .g-unordered-list[type=none] {
  list-style-type: none
}

.g-toc .g-unordered-list[type=none] li ul {
  list-style-type: none
}

.g-overlay {
  position: relative
}

.g-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .5);
  z-index: 1
}

.gutentor-post-title {
  color: currentColor
}

.gutentor-post-title a {
  color: currentColor
}

.gutentor-post-module.gutentor-enabled-width .gutentor-post-image-box {
  display: inline-block
}

.gutentor-post-module .gutentor-post-image-box {
  margin-bottom: 15px;
  overflow: hidden
}

.gutentor-post-module .gutentor-post .gutentor-categories .post-category {
  display: inline-block;
  line-height: normal
}

.gutentor-post-module .gutentor-post-title {
  margin-top: 0;
  margin-bottom: 5px;
  word-break: break-word
}

.gutentor-post-module .gutentor-post-button {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 15px
}

.gutentor-post-module .gutentor-post-desc {
  margin-bottom: 15px
}

.gutentor-post-module .gutentor-post-desc p:last-child {
  margin: 0
}

.gutentor-post-module .gutentor-post a:not(.gutentor-post-button) {
  text-decoration: none
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta {
  font-size: 14px;
  line-height: normal
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta div {
  display: inline-block;
  position: relative;
  line-height: initial
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta div i {
  margin-right: 5px;
  font-size: 80%
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta div * {
  display: inline-block;
  color: currentColor;
  font-size: inherit;
  line-height: initial
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta div:hover * {
  color: currentColor
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta div:not(:last-child) {
  margin-right: 10px;
  padding-right: 12px
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta div:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta-primary {
  margin-bottom: 15px
}

.gutentor-post-module .gutentor-post .gutentor-entry-meta-secondary {
  margin-bottom: 15px
}

.gutentor-post-module .gutentor-post .gutentor-image-thumb {
  font-size: 0;
  line-height: 0
}

.gutentor-post-module .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box {
  position: relative
}

.gutentor-post-module .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format,
.gutentor-post-module .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  position: absolute;
  width: auto;
  z-index: 2
}

.gutentor-post-module .gutentor-post .gutentor-post-format {
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-post-module .gutentor-bg-image .gutentor-entry-meta div {
  color: #fff
}

.gutentor-post-module .gutentor-bg-image .gutentor-post-content {
  color: #fff
}

.gutentor-post-module.gutentor-blog-list .gutentor-post {
  width: 100%
}

.gutentor-post-module.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.gutentor-post-module.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box {
  width: 40%
}

.gutentor-post-module.gutentor-blog-list .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-content {
  padding-left: 20px;
  width: calc(100% - 40%)
}

.gutentor-post-module.gutentor-reverse-list.gutentor-blog-list:not(.gutentor-post-no-thumb) .gutentor-post-item {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gutentor-post-module.gutentor-reverse-list.gutentor-blog-list:not(.gutentor-post-no-thumb) .gutentor-post-content {
  padding-left: 0;
  padding-right: 20px
}

.gutentor-post-module .gutentor-overlay {
  position: relative
}

.gutentor-post-module .gutentor-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .5);
  z-index: 1
}

.gutentor-post-module .gutentor-preview-button {
  margin-top: 0
}

.gutentor-post .gutentor-categories .post-category {
  font-size: 13px
}

.gutentor-cat-pos-img-top-left .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  top: 15px;
  left: 15px
}

.gutentor-cat-pos-img-top-left .gutentor-post .gptm-item-height .gutentor-categories {
  top: 15px;
  left: 15px
}

.gutentor-cat-pos-img-top-right .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  top: 15px;
  right: 15px
}

.gutentor-cat-pos-img-top-right .gutentor-post .gptm-item-height .gutentor-categories {
  top: 15px;
  right: 15px
}

.gutentor-cat-pos-img-bottom-right .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  bottom: 15px;
  right: 15px
}

.gutentor-cat-pos-img-bottom-right .gutentor-post .gptm-item-height .gutentor-categories {
  bottom: 15px;
  right: 15px
}

.gutentor-cat-pos-img-bottom-left .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  bottom: 15px;
  left: 15px
}

.gutentor-cat-pos-img-bottom-left .gutentor-post .gptm-item-height .gutentor-categories {
  bottom: 15px;
  left: 15px
}

.gutentor-pf-pos-img-top-left .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format {
  top: 15px;
  left: 15px
}

.gutentor-pf-pos-img-top-left .gutentor-post .gptm-item-height .gutentor-post-format {
  top: 15px;
  left: 15px
}

.gutentor-pf-pos-img-top-right .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format {
  top: 15px;
  right: 15px
}

.gutentor-pf-pos-img-top-right .gutentor-post .gptm-item-height .gutentor-post-format {
  top: 15px;
  right: 15px
}

.gutentor-pf-pos-img-bottom-right .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format {
  bottom: 15px;
  right: 15px
}

.gutentor-pf-pos-img-bottom-right .gutentor-post .gptm-item-height .gutentor-post-format {
  bottom: 15px;
  right: 15px
}

.gutentor-pf-pos-img-bottom-left .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format {
  bottom: 15px;
  left: 15px
}

.gutentor-pf-pos-img-bottom-left .gutentor-post .gptm-item-height .gutentor-post-format {
  bottom: 15px;
  left: 15px
}

.gutentor-pf-pos-before-ct-box .gutentor-post-format,
.gutentor-pf-pos-before-button .gutentor-post-format,
.gutentor-pf-pos-before-title .gutentor-post-format {
  margin-bottom: 15px
}

.gutentor-pf-pos-before-ct-box .text-align-center-mobile .gutentor-post-format-wrap,
.gutentor-pf-pos-before-button .text-align-center-mobile .gutentor-post-format-wrap,
.gutentor-pf-pos-before-title .text-align-center-mobile .gutentor-post-format-wrap {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.gutentor-pf-pos-before-ct-box .text-align-left-mobile .gutentor-post-format-wrap,
.gutentor-pf-pos-before-button .text-align-left-mobile .gutentor-post-format-wrap,
.gutentor-pf-pos-before-title .text-align-left-mobile .gutentor-post-format-wrap {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.gutentor-pf-pos-before-ct-box .text-align-right-mobile .gutentor-post-format-wrap,
.gutentor-pf-pos-before-button .text-align-right-mobile .gutentor-post-format-wrap,
.gutentor-pf-pos-before-title .text-align-right-mobile .gutentor-post-format-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:768px) {

  .gutentor-pf-pos-before-ct-box .text-align-center-tablet .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-button .text-align-center-tablet .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-title .text-align-center-tablet .gutentor-post-format-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-pf-pos-before-ct-box .text-align-left-tablet .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-button .text-align-left-tablet .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-title .text-align-left-tablet .gutentor-post-format-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-pf-pos-before-ct-box .text-align-right-tablet .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-button .text-align-right-tablet .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-title .text-align-right-tablet .gutentor-post-format-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(min-width:992px) {

  .gutentor-pf-pos-before-ct-box .text-align-center-desktop .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-button .text-align-center-desktop .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-title .text-align-center-desktop .gutentor-post-format-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-pf-pos-before-ct-box .text-align-left-desktop .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-button .text-align-left-desktop .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-title .text-align-left-desktop .gutentor-post-format-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .gutentor-pf-pos-before-ct-box .text-align-right-desktop .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-button .text-align-right-desktop .gutentor-post-format-wrap,
  .gutentor-pf-pos-before-title .text-align-right-desktop .gutentor-post-format-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.gutentor-post-f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.g-n-f-t-1 {
  width: 100%;
  background: #f5f5f5;
  padding: 40px;
  text-align: center;
  margin: 40px 15px;
  border: 1px solid #f0f0f0
}

.g-n-f-t-1 .g-n-f-title {
  margin: 0 !important;
  font-size: 20px
}

.g-fp-avatar-wrap,
.g-avatar-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2
}

.gutentor-post-content .g-avatar-wrap,
.gtf-content .g-avatar-wrap,
.g-avatar-sorting .g-avatar-wrap {
  position: static;
  margin-bottom: 15px
}

.g-avatar-fp-sorting .g-fp-avatar-wrap {
  position: static;
  margin-bottom: 15px
}

.gutentor-fp-avatar,
.gutentor-avatar {
  line-height: normal;
  font-size: 0;
  overflow: hidden
}

.g-fp-avatar-by-author,
.g-avatar-by-author {
  line-height: normal;
  font-size: 14px;
  padding-left: 15px
}

.g-avatar-img-fp-t-l .gutentor-post-featured-item .g-fp-avatar-wrap {
  top: 15px;
  left: 15px
}

.g-avatar-img-fp-t-r .gutentor-post-featured-item .g-fp-avatar-wrap {
  top: 15px;
  right: 15px
}

.g-avatar-img-fp-b-r .gutentor-post-featured-item .g-fp-avatar-wrap {
  bottom: 15px;
  right: 15px
}

.g-avatar-img-fp-b-l .gutentor-post-featured-item .g-fp-avatar-wrap {
  bottom: 15px;
  left: 15px
}

.g-avatar-img-t-l .gutentor-post-item .g-avatar-wrap {
  top: 15px;
  left: 15px
}

.g-avatar-img-t-r .gutentor-post-item .g-avatar-wrap {
  top: 15px;
  right: 15px
}

.g-avatar-img-b-r .gutentor-post-item .g-avatar-wrap {
  bottom: 15px;
  right: 15px
}

.g-avatar-img-b-l .gutentor-post-item .g-avatar-wrap {
  bottom: 15px;
  left: 15px
}

.gutentor_p1_template2.g-avatar-img-b-r .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .g-avatar-wrap {
  bottom: 60px
}

.gutentor_p1_template2.g-avatar-img-b-l .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .g-avatar-wrap {
  bottom: 60px
}

.g-avatar-b-title-l .gutentor-post-title-data-wrap,
.g-avatar-b-title-r .gutentor-post-title-data-wrap {
  position: relative;
  z-index: 2
}

.g-avatar-b-title-r .g-avatar-wrap {
  float: right;
  right: 0
}

.g-avatar-b-title-r .g-avatar-by-author {
  margin-left: -15px;
  padding-left: 0
}

.g-avatar-b-title .text-align-center-mobile .g-avatar-wrap,
.g-avatar-b-content .text-align-center-mobile .g-avatar-wrap,
.g-avatar-b-button .text-align-center-mobile .g-avatar-wrap,
.g-avatar-sorting .text-align-center-mobile .g-avatar-wrap {
  -ms-flex-pack: center;
  justify-content: center
}

.g-avatar-b-title .text-align-right-mobile .g-avatar-wrap,
.g-avatar-b-content .text-align-right-mobile .g-avatar-wrap,
.g-avatar-b-button .text-align-right-mobile .g-avatar-wrap,
.g-avatar-sorting .text-align-right-mobile .g-avatar-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.g-avatar-b-title .text-align-justify-mobile .g-avatar-wrap,
.g-avatar-b-title .text-align-left-mobile .g-avatar-wrap,
.g-avatar-b-content .text-align-justify-mobile .g-avatar-wrap,
.g-avatar-b-content .text-align-left-mobile .g-avatar-wrap,
.g-avatar-b-button .text-align-justify-mobile .g-avatar-wrap,
.g-avatar-b-button .text-align-left-mobile .g-avatar-wrap,
.g-avatar-sorting .text-align-justify-mobile .g-avatar-wrap,
.g-avatar-sorting .text-align-left-mobile .g-avatar-wrap {
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(min-width:768px) {

  .g-avatar-b-title .text-align-center-tablet .g-avatar-wrap,
  .g-avatar-b-content .text-align-center-tablet .g-avatar-wrap,
  .g-avatar-b-button .text-align-center-tablet .g-avatar-wrap,
  .g-avatar-sorting .text-align-center-tablet .g-avatar-wrap {
    -ms-flex-pack: center;
    justify-content: center
  }

  .g-avatar-b-title .text-align-right-tablet .g-avatar-wrap,
  .g-avatar-b-content .text-align-right-tablet .g-avatar-wrap,
  .g-avatar-b-button .text-align-right-tablet .g-avatar-wrap,
  .g-avatar-sorting .text-align-right-tablet .g-avatar-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-avatar-b-title .text-align-justify-tablet .g-avatar-wrap,
  .g-avatar-b-title .text-align-left-tablet .g-avatar-wrap,
  .g-avatar-b-content .text-align-justify-tablet .g-avatar-wrap,
  .g-avatar-b-content .text-align-left-tablet .g-avatar-wrap,
  .g-avatar-b-button .text-align-justify-tablet .g-avatar-wrap,
  .g-avatar-b-button .text-align-left-tablet .g-avatar-wrap,
  .g-avatar-sorting .text-align-justify-tablet .g-avatar-wrap,
  .g-avatar-sorting .text-align-left-tablet .g-avatar-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media(min-width:992px) {

  .g-avatar-b-title .text-align-center-desktop .g-avatar-wrap,
  .g-avatar-b-content .text-align-center-desktop .g-avatar-wrap,
  .g-avatar-b-button .text-align-center-desktop .g-avatar-wrap,
  .g-avatar-sorting .text-align-center-desktop .g-avatar-wrap {
    -ms-flex-pack: center;
    justify-content: center
  }

  .g-avatar-b-title .text-align-right-desktop .g-avatar-wrap,
  .g-avatar-b-content .text-align-right-desktop .g-avatar-wrap,
  .g-avatar-b-button .text-align-right-desktop .g-avatar-wrap,
  .g-avatar-sorting .text-align-right-desktop .g-avatar-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-avatar-b-title .text-align-justify-desktop .g-avatar-wrap,
  .g-avatar-b-title .text-align-left-desktop .g-avatar-wrap,
  .g-avatar-b-content .text-align-justify-desktop .g-avatar-wrap,
  .g-avatar-b-content .text-align-left-desktop .g-avatar-wrap,
  .g-avatar-b-button .text-align-justify-desktop .g-avatar-wrap,
  .g-avatar-b-button .text-align-left-desktop .g-avatar-wrap,
  .g-avatar-sorting .text-align-justify-desktop .g-avatar-wrap,
  .g-avatar-sorting .text-align-left-desktop .g-avatar-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.g-avatar-fp-sorting .text-align-center-mobile .g-fp-avatar-wrap {
  -ms-flex-pack: center;
  justify-content: center
}

.g-avatar-fp-sorting .text-align-right-mobile .g-fp-avatar-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.g-avatar-fp-sorting .text-align-justify-mobile .g-fp-avatar-wrap,
.g-avatar-fp-sorting .text-align-left-mobile .g-fp-avatar-wrap {
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(min-width:768px) {
  .g-avatar-fp-sorting .text-align-center-tablet .g-fp-avatar-wrap {
    -ms-flex-pack: center;
    justify-content: center
  }

  .g-avatar-fp-sorting .text-align-right-tablet .g-fp-avatar-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-avatar-fp-sorting .text-align-justify-tablet .g-fp-avatar-wrap,
  .g-avatar-fp-sorting .text-align-left-tablet .g-fp-avatar-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media(min-width:992px) {
  .g-avatar-fp-sorting .text-align-center-desktop .g-fp-avatar-wrap {
    -ms-flex-pack: center;
    justify-content: center
  }

  .g-avatar-fp-sorting .text-align-right-desktop .g-fp-avatar-wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .g-avatar-fp-sorting .text-align-justify-desktop .g-fp-avatar-wrap,
  .g-avatar-fp-sorting .text-align-left-desktop .g-fp-avatar-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.gutentor-post-module.gutentor_p1_template1 .gutentor-post .gutentor-post-item {
  overflow: hidden
}

.gutentor-post-module.gutentor_p1_template2 .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-entry-meta-primary {
  margin-bottom: 0
}

.gutentor-post-module.gutentor_p1_template2 .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box {
  position: relative
}

.gutentor-post-module.gutentor_p1_template2 .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-entry-meta {
  position: absolute;
  bottom: 0;
  width: 100%
}

.gutentor-post-module.gutentor_p1_template2 .gutentor-post .gutentor-entry-meta-primary {
  background: rgba(0, 0, 0, .5);
  padding: 15px
}

.gutentor-post-module.gutentor_p1_template2 .gutentor-post .gutentor-entry-meta-primary div {
  color: #fff
}

.gutentor_p1_template2.gutentor-cat-pos-img-bottom-right .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  bottom: 60px
}

.gutentor_p1_template2.gutentor-cat-pos-img-bottom-left .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-categories {
  bottom: 60px
}

.gutentor_p1_template2.gutentor-pf-pos-img-bottom-right .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format {
  bottom: 60px
}

.gutentor_p1_template2.gutentor-pf-pos-img-bottom-left .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-image-box .gutentor-post-format {
  bottom: 60px
}

.gutentor_p1_template5 .gutentor-post-format,
.gutentor_p1_template5 .gutentor-categories {
  position: absolute;
  width: auto;
  z-index: 2
}

.gutentor_p1_template5 .gutentor-post-format {
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor_p1_template5 .post-category {
  margin-bottom: 15px
}

.gutentor_p1_template5 .gptm-item-height {
  position: relative
}

.gutentor_p1_template5 .gptm-item-height .gutentor-post-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto
}

.gutentor_p1_template5 .gptm-item-height .gutentor-post-content .gutentor-post-format,
.gutentor_p1_template5 .gptm-item-height .gutentor-post-content .gutentor-categories {
  position: static
}

.gutentor_p1_template5 .gptm-item-height .gutentor-post-content .gutentor-post-format {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px
}

.gutentor_p1_template5 .gptm-item-height .gutentor-post-content .gutentor-post-button-data-wrap .gutentor-post-format {
  display: block;
  position: relative
}

.gutentor_p1_template5 .gptm-item-height .gutentor-post-content .gutentor-post-button-data-wrap .gutentor-post-format i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%
}

.gutentor_p1_template5 .gutentor-post-item {
  overflow: hidden
}

.g-pos-center-cont-m .gutentor-post-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit
}

.g-pos-top-cont-m .gutentor-post-content {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: inherit
}

.g-pos-bottom-cont-m .gutentor-post-content {
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: inherit
}

@media(min-width:768px) {
  .g-pos-center-cont-t .gutentor-post-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit
  }

  .g-pos-top-cont-t .gutentor-post-content {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: inherit
  }

  .g-pos-bottom-cont-t .gutentor-post-content {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit
  }
}

@media(min-width:992px) {
  .g-pos-center-cont-d .gutentor-post-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit
  }

  .g-pos-top-cont-d .gutentor-post-content {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: inherit
  }

  .g-pos-bottom-cont-d .gutentor-post-content {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit
  }
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post-format {
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post-format,
.gutentor-post-module.gutentor-post-module-p2 .gutentor-categories {
  position: absolute;
  width: auto;
  z-index: 2
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post-content .gutentor-post-format,
.gutentor-post-module.gutentor-post-module-p2 .gutentor-post-content .gutentor-categories {
  position: static
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-cat-pos-img-top-left .gutentor-post .gutentor-categories {
  top: 15px;
  left: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-cat-pos-img-top-right .gutentor-post .gutentor-categories {
  top: 15px;
  right: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-cat-pos-img-bottom-right .gutentor-post .gutentor-categories {
  bottom: 15px;
  right: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-cat-pos-img-bottom-left .gutentor-post .gutentor-categories {
  bottom: 15px;
  left: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-pf-pos-img-top-left .gutentor-post .gutentor-post-format {
  top: 15px;
  left: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-pf-pos-img-top-right .gutentor-post .gutentor-post-format {
  top: 15px;
  right: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-pf-pos-img-bottom-right .gutentor-post .gutentor-post-format {
  bottom: 15px;
  right: 15px
}

.gutentor-post-module.gutentor-post-module-p2.gutentor-pf-pos-img-bottom-left .gutentor-post .gutentor-post-format {
  bottom: 15px;
  left: 15px
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-rm-col-space .gutentor-post-item {
  padding: 0 !important;
  margin: 0 !important
}

@media(min-width:768px) {
  .gutentor-post-module.gutentor-post-module-p2 .gutentor-rm-col-space-t .gutentor-post-item {
    padding: 0 !important;
    margin: 0 !important
  }
}

@media(min-width:992px) {
  .gutentor-post-module.gutentor-post-module-p2 .gutentor-rm-col-space-d .gutentor-post-item {
    padding: 0 !important;
    margin: 0 !important
  }
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post-item {
  overflow: hidden
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post-image-box {
  margin-bottom: 0
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post .gutentor-post-desc+.gutentor-post-button {
  margin-bottom: 0
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post .gutentor-post-button {
  margin-top: 15px
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post .gutentor-post-height {
  position: relative
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post .gutentor-post-height.gutentor-overlay {
  overflow: hidden
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post .gutentor-post-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-title {
  color: inherit
}

.gutentor-post-module .gutentor-post-height:not(.gutentor-bg-image) {
  background: #f5f5f5
}

.gutentor-post-module .gutentor-overlay .gutentor-post-format,
.gutentor-post-module .gutentor-overlay .gutentor-categories {
  z-index: 2
}

.gutentor-post-module.gutentor-post-module-p1 .slick-arrow {
  height: 30px;
  line-height: 30px;
  width: 30px
}

.gutentor-post-module.gutentor-post-module-p1 .slick-slide img {
  display: inline-block
}

.gutentor-post-module.gutentor-post-module-p1 .gutentor-module-carousel-row[data-dots=true] .slick-prev,
.gutentor-post-module.gutentor-post-module-p1 .gutentor-module-carousel-row[data-dots=true] .slick-next {
  margin-top: -35px
}

.gutentor-post-module.gutentor-post-module-p1 .gutentor-module-carousel-row[data-dots=true] .slick-prev {
  left: 10px
}

.gutentor-post-module.gutentor-post-module-p1 .gutentor-module-carousel-row[data-dots=true] .slick-next {
  right: 10px
}

.gutentor-post-module.gutentor-post-module-p1 .gutentor-module-carousel-row:not(.slick-initialized) .gutentor-carousel-item:not(:first-child) {
  display: none
}

.gutentor-advanced-post-module .gutentor-post-header,
.gutentor-advanced-blog .gutentor-post-header {
  position: relative;
  z-index: 5
}

.gutentor-loading-wrap {
  display: none
}

@-webkit-keyframes gutentor-animation-fadeIn {
  0% {
    opacity: .2
  }

  100% {
    opacity: 1
  }
}

@keyframes gutentor-animation-fadeIn {
  0% {
    opacity: .2
  }

  100% {
    opacity: 1
  }
}

[data-l-ani=gp4-animation-1].gutentor-loaded .grid-container {
  -webkit-animation: 3s ease 0s normal forwards 1 gutentor-animation-fadeIn;
  animation: 3s ease 0s normal forwards 1 gutentor-animation-fadeIn
}

[data-l-ani=gp4-animation-1].gutentor-loaded .gutentor-post-module-p1 .gutentor-post {
  -webkit-animation: .4s gutentor-animation-loading-1;
  animation: .4s gutentor-animation-loading-1
}

@-webkit-keyframes gutentor-animation-loading-1 {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes gutentor-animation-loading-1 {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

[data-l-ani=gp4-animation-2].gutentor-loaded .grid-container {
  -webkit-animation: 2s ease 0s normal forwards 1 gutentor-animation-fadeIn;
  animation: 2s ease 0s normal forwards 1 gutentor-animation-fadeIn
}

.gp4-animation-2 .gutentor-post-module .grid-container {
  position: relative
}

.gp4-animation-2 .gutentor-post-module .grid-container .gutentor-loading-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.gutentor-loading-2 {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gutentor-loading-2 div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #222;
  -webkit-animation: gutentor-animation-loading-2 1.2s cubic-bezier(0, .5, .5, 1) infinite;
  animation: gutentor-animation-loading-2 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.gutentor-loading-2 div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -.24s;
  animation-delay: -.24s
}

.gutentor-loading-2 div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -.12s;
  animation-delay: -.12s
}

.gutentor-loading-2 div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

@-webkit-keyframes gutentor-animation-loading-2 {
  0% {
    top: 8px;
    height: 64px
  }

  50%,
  100% {
    top: 24px;
    height: 32px
  }
}

@keyframes gutentor-animation-loading-2 {
  0% {
    top: 8px;
    height: 64px
  }

  50%,
  100% {
    top: 24px;
    height: 32px
  }
}

[data-l-ani=gp4-animation-3].gutentor-loaded .gutentor-post-module-p1 .gutentor-post {
  -webkit-animation: .4s gutentor-animation-loading-3-1;
  animation: .4s gutentor-animation-loading-3-1
}

.gp4-animation-3 .gutentor-post-module .grid-container {
  position: relative
}

.gp4-animation-3 .gutentor-post-module .grid-container .gutentor-loading-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.gutentor-loading-3 {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gutentor-loading-3 div {
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: gutentor-animation-loading-3 1.2s linear infinite;
  animation: gutentor-animation-loading-3 1.2s linear infinite
}

.gutentor-loading-3 div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000
}

.gutentor-loading-3 div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.gutentor-loading-3 div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.gutentor-loading-3 div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.gutentor-loading-3 div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

.gutentor-loading-3 div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}

.gutentor-loading-3 div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.gutentor-loading-3 div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.gutentor-loading-3 div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}

.gutentor-loading-3 div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}

.gutentor-loading-3 div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.gutentor-loading-3 div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

.gutentor-loading-3 div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

@-webkit-keyframes gutentor-animation-loading-3 {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes gutentor-animation-loading-3 {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes gutentor-animation-loading-3-1 {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes gutentor-animation-loading-3-1 {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

[data-l-ani=gp4-animation-4].gutentor-loaded .gutentor-post-module-p1 .gutentor-post {
  -webkit-animation: .6s gutentor-animation-loading-4 .2;
  animation: .6s gutentor-animation-loading-4 .2
}

@-webkit-keyframes gutentor-animation-loading-4 {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: .3
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes gutentor-animation-loading-4 {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: .3
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

[data-l-ani=gp4-animation-5].gutentor-loaded .gutentor-post-module-p1 .gutentor-post {
  -webkit-animation: .6s gutentor-animation-loading-5 .2;
  animation: .6s gutentor-animation-loading-5 .2
}

@-webkit-keyframes gutentor-animation-loading-5 {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: .3
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes gutentor-animation-loading-5 {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: .3
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.gp4-animation-5 .gutentor-post-module .grid-container {
  position: relative
}

.gp4-animation-5 .gutentor-post-module .grid-container .gutentor-loading-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.gutentor-loading-5 {
  -webkit-animation: gutentor-animation-loading-5-1 1s infinite;
  animation: gutentor-animation-loading-5-1 1s infinite;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative
}

.gutentor-loading-5:before,
.gutentor-loading-5:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px
}

.gutentor-loading-5:before {
  -webkit-animation: gutentor-animation-loading-5-2 1s infinite;
  animation: gutentor-animation-loading-5-2 1s infinite;
  background-color: #cb2025;
  -webkit-box-shadow: 30px 0 0 #f8b334;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px
}

.gutentor-loading-5:after {
  -webkit-animation: gutentor-animation-loading-5-3 1s infinite;
  animation: gutentor-animation-loading-5-3 1s infinite;
  background-color: #00a096;
  -webkit-box-shadow: 30px 0 0 #97bf0d;
  box-shadow: 30px 0 0 #97bf0d
}

@-webkit-keyframes gutentor-animation-loading-5-1 {
  0% {
    -webkit-transform: rotate(0deg) scale(.8);
    -moz-transform: rotate(0deg) scale(.8)
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2)
  }

  100% {
    -webkit-transform: rotate(720deg) scale(.8);
    -moz-transform: rotate(720deg) scale(.8)
  }
}

@keyframes gutentor-animation-loading-5-1 {
  0% {
    -webkit-transform: rotate(0deg) scale(.8);
    -moz-transform: rotate(0deg) scale(.8)
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2)
  }

  100% {
    -webkit-transform: rotate(720deg) scale(.8);
    -moz-transform: rotate(720deg) scale(.8)
  }
}

@-webkit-keyframes gutentor-animation-loading-5-2 {
  0% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334
  }

  50% {
    -webkit-box-shadow: 0 0 0 #f8b334;
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px)
  }

  100% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px
  }
}

@keyframes gutentor-animation-loading-5-2 {
  0% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334
  }

  50% {
    -webkit-box-shadow: 0 0 0 #f8b334;
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px)
  }

  100% {
    -webkit-box-shadow: 30px 0 0 #f8b334;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px
  }
}

@-webkit-keyframes gutentor-animation-loading-5-3 {
  0% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d
  }

  50% {
    -webkit-box-shadow: 0 0 0 #97bf0d;
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px)
  }

  100% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0
  }
}

@keyframes gutentor-animation-loading-5-3 {
  0% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d
  }

  50% {
    -webkit-box-shadow: 0 0 0 #97bf0d;
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px)
  }

  100% {
    -webkit-box-shadow: 30px 0 0 #97bf0d;
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0
  }
}

.gutentor-post-footer {
  margin-top: 40px;
  margin-bottom: 40px
}

.gutentor-post-featured-title {
  color: currentColor
}

.gutentor-post-featured-title a {
  color: currentColor
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured-title {
  margin: 0 0 5px
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-single-post .gutentor-post.gutentor-post-featured {
  min-height: 250px
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-entry-meta-featured-secondary,
.gutentor-post-module.gutentor-post-module-p6 .gutentor-entry-meta-featured-primary {
  margin-bottom: 15px
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured-desc {
  margin-bottom: 15px
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured-desc p:last-child {
  margin: 0
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured-button {
  margin-top: 0;
  margin-bottom: 15px
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured .gutentor-post-featured-format,
.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured .gutentor-post-featured-categories {
  position: absolute;
  width: auto;
  z-index: 2
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured .gutentor-post-content .gutentor-post-featured-format,
.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured .gutentor-post-content .gutentor-post-featured-categories {
  position: static;
  width: auto
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-featured .gutentor-post-featured-format {
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post.gutentor-post-featured {
  height: 350px;
  background: #f5f5f5
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post.gutentor-post-featured .gutentor-post-featured-item {
  height: 100%
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post.gutentor-post-featured .gutentor-post-featured-height {
  position: relative;
  height: 100%;
  overflow: hidden
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post.gutentor-post-featured .gutentor-post-featured-height .gutentor-post-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 20px
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post:not(.gutentor-post-featured):not(.gutentor-post-no-thumb) .gutentor-post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post:not(.gutentor-post-featured):not(.gutentor-post-no-thumb) .gutentor-post-content {
  padding-left: 20px
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template1 .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-title {
  color: inherit
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template2 .gutentor-post:not(.gutentor-post-featured):not(.gutentor-post-no-thumb) .gutentor-post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.gutentor-post-module.gutentor-post-module-p6.gutentor_p6_template2 .gutentor-post:not(.gutentor-post-featured):not(.gutentor-post-no-thumb) .gutentor-post-content {
  padding-left: 20px
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-image-box {
  margin-bottom: 0
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-format,
.gutentor-post-module.gutentor-post-module-p6 .gutentor-categories {
  position: absolute;
  width: auto
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post .post-featured-category {
  font-size: 13px
}

.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-content .gutentor-post-format,
.gutentor-post-module.gutentor-post-module-p6 .gutentor-post-content .gutentor-categories {
  position: static
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-cat-pos-img-top-left .gutentor-post .gutentor-categories.gutentor-featured-post-categories {
  top: 15px;
  left: 15px;
  bottom: inherit;
  right: inherit
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-cat-pos-img-top-right .gutentor-post .gutentor-categories.gutentor-featured-post-categories {
  top: 15px;
  right: 15px;
  bottom: inherit;
  left: inherit
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-cat-pos-img-bottom-right .gutentor-post .gutentor-categories.gutentor-featured-post-categories {
  bottom: 15px;
  right: 15px;
  top: inherit;
  left: inherit
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-cat-pos-img-bottom-left .gutentor-post .gutentor-categories.gutentor-featured-post-categories {
  bottom: 15px;
  left: 15px;
  top: inherit;
  right: inherit
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-pf-pos-img-top-left .gutentor-post .gutentor-post-featured-format {
  top: 15px;
  left: 15px
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-pf-pos-img-top-right .gutentor-post .gutentor-post-featured-format {
  top: 15px;
  right: 15px
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-pf-pos-img-bottom-right .gutentor-post .gutentor-post-featured-format {
  bottom: 15px;
  right: 15px
}

.gutentor-post-module.gutentor-post-module-p6.gutentor-fp-pf-pos-img-bottom-left .gutentor-post .gutentor-post-featured-format {
  bottom: 15px;
  left: 15px
}

.gutentor-news-ticker {
  background: #fff;
  position: relative;
  height: 45px;
  border: 1px solid #275cf6;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.gutentor-news-ticker-label {
  background: #275cf6;
  padding: 10px;
  width: auto;
  line-height: normal;
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap
}

@media(max-width:575px) {
  .gutentor-news-ticker-label {
    display: none
  }
}

.gutentor-news-ticker-box {
  height: 100%;
  overflow: hidden;
  margin-right: auto;
  width: 100%;
  padding-left: 20px
}

.gutentor-news-ticker-box ul {
  width: 100%;
  list-style-type: none !important;
  padding: 0;
  margin: 0
}

.gutentor-news-ticker-box ul li a {
  text-decoration: none
}

.gutentor-news-ticker-box ul li a.gutentor-post-title {
  margin-bottom: 0;
  line-height: normal
}

.gutentor-news-ticker-box .gutentor-news-ticker-wrap {
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  height: 25px
}

.gutentor-news-ticker-box .gutentor-news-ticker-wrap .acmeticker-wrap {
  line-height: normal
}

.gutentor-news-ticker-controls {
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

@media(max-width:575px) {
  .gutentor-news-ticker-controls {
    display: none
  }
}

.gutentor-news-ticker-controls button {
  height: 100%;
  background: #f6f6f6;
  padding: 0;
  width: 40px;
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  cursor: pointer;
  display: inline-block
}

.gutentor-news-ticker-controls button:hover {
  background: #eee
}

.gutentor-news-ticker-controls button.gutentor-news-ticker-arrow {
  margin: 0;
  display: inline-block;
  position: relative
}

.gutentor-news-ticker-controls button.gutentor-news-ticker-arrow:after {
  border-color: #999;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 8px
}

.gutentor-news-ticker-controls button.gutentor-news-ticker-pause {
  position: relative;
  display: inline-block
}

.gutentor-news-ticker-controls button.gutentor-news-ticker-pause:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-color: #999;
  border-style: solid;
  border-width: 0 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%
}

.gutentor-news-ticker-controls.gutentor-news-ticker-horizontal-controls button.gutentor-news-ticker-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg)
}

.gutentor-news-ticker-controls.gutentor-news-ticker-horizontal-controls button.gutentor-news-ticker-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  -ms-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg)
}

.gutentor-news-ticker-controls.gutentor-news-ticker-vertical-controls button.gutentor-news-ticker-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg)
}

.gutentor-news-ticker-controls.gutentor-news-ticker-vertical-controls button.gutentor-news-ticker-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
  -ms-transform: translate(-50%, -50%) rotate(405deg);
  transform: translate(-50%, -50%) rotate(405deg)
}

.gutentor-news-ticker.gutentor-ticker-pause .gutentor-news-ticker-controls .gutentor-news-ticker-pause:before {
  display: none
}

.gutentor-news-ticker.gutentor-ticker-pause .gutentor-news-ticker-controls .gutentor-news-ticker-pause:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #999;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%
}

.g-d-title a {
  color: currentColor
}

.gtf-module.gutentor-enabled-width .gtf-image-box {
  display: inline-block
}

.gtf-module .gtf-bg-image .gtf-entry-meta div {
  color: #fff
}

.gtf-module .gtf-bg-image .gtf-content {
  color: #fff
}

.gtf-module .gtf-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2
}

.gtf-module .gtf-content .gutentor-post-format,
.gtf-module .gtf-content .gutentor-categories {
  position: static
}

.gtf-module .g-d-title {
  margin-top: 0;
  margin-bottom: 5px;
  word-break: break-word
}

.gtf-module .g-d-title a:not(.gutentor-button),
.gtf-module .g-d-title a:not(.g-d-button) {
  text-decoration: none
}

.gtf-module .gtf-item-wrap:not(.gtf-no-thumb) .g-d-title {
  color: inherit
}

.gtf-item-height {
  position: relative
}

.gtf-item-height.g-overlay {
  overflow: hidden
}

.gtf-item-height:not(.gtf-bg-image) {
  background-color: #f5f5f5
}

.g-d-desc p:last-child {
  margin: 0
}

.g-d-count {
  display: block
}

.gtf-count-back,
.gtf-count-front {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline
}

.gtf-count-back .g-d-count,
.gtf-count-front .g-d-count {
  line-height: normal
}

.gtf-count-front .g-d-count {
  padding-right: 10px
}

.gtf-count-back .g-d-count {
  padding-left: 10px
}

.text-align-center-mobile .gtf-count-back,
.text-align-center-mobile .gtf-count-front {
  -ms-flex-pack: center;
  justify-content: center
}

.text-align-right-mobile .gtf-count-back,
.text-align-right-mobile .gtf-count-front {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.text-align-left-mobile .gtf-count-back,
.text-align-left-mobile .gtf-count-front {
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(min-width:768px) {

  .text-align-center-tablet .gtf-count-back,
  .text-align-center-tablet .gtf-count-front {
    -ms-flex-pack: center;
    justify-content: center
  }

  .text-align-right-tablet .gtf-count-back,
  .text-align-right-tablet .gtf-count-front {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .text-align-left-tablet .gtf-count-back,
  .text-align-left-tablet .gtf-count-front {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media(min-width:992px) {

  .text-align-center-desktop .gtf-count-back,
  .text-align-center-desktop .gtf-count-front {
    -ms-flex-pack: center;
    justify-content: center
  }

  .text-align-right-desktop .gtf-count-back,
  .text-align-right-desktop .gtf-count-front {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .text-align-left-desktop .gtf-count-back,
  .text-align-left-desktop .gtf-count-front {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.gutentor-term-module.gutentor-term-module-t1 .slick-arrow {
  height: 30px;
  line-height: 30px;
  width: 30px
}

.gutentor-term-module.gutentor-term-module-t1 .slick-slide img {
  display: inline-block
}

.gutentor-term-module.gutentor-term-module-t1 .gutentor-module-carousel-row[data-dots=true] .slick-prev,
.gutentor-term-module.gutentor-term-module-t1 .gutentor-module-carousel-row[data-dots=true] .slick-next {
  margin-top: -35px
}

.gutentor-term-module.gutentor-term-module-t1 .gutentor-module-carousel-row[data-dots=true] .slick-prev {
  left: 10px
}

.gutentor-term-module.gutentor-term-module-t1 .gutentor-module-carousel-row[data-dots=true] .slick-next {
  right: 10px
}

.gutentor-term-module.gutentor-term-module-t1 .gutentor-module-carousel-row:not(.slick-initialized) .gutentor-carousel-item:not(:first-child) {
  display: none
}

.gtf-list .gutentor-term {
  width: 100%
}

.gtf-list .gutentor-term:not(.gtf-no-thumb) .gtf-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.gtf-list .gutentor-term:not(.gtf-no-thumb) .gutentor-term-image-box {
  width: 40%
}

.gtf-list .gutentor-term:not(.gtf-no-thumb) .gutentor-term-content {
  padding-left: 20px;
  width: calc(100% - 40%)
}

.gtf-list.gtf-reverse-list .gutentor-term:not(.gtf-no-thumb) .gtf-item {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.gtf-list.gtf-reverse-list .gutentor-term:not(.gtf-no-thumb) .gutentor-term-content {
  padding-left: 0;
  padding-right: 20px
}

.gtf-item {
  overflow: hidden
}

.gtf-image-box {
  overflow: hidden
}

.gtf-image {
  line-height: 0
}

.g-pos-center-cont-m .gtf-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit
}

.g-pos-top-cont-m .gtf-content {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: inherit
}

.g-pos-bottom-cont-m .gtf-content {
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: inherit
}

@media(min-width:768px) {
  .g-pos-center-cont-t .gtf-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit
  }

  .g-pos-top-cont-t .gtf-content {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: inherit
  }

  .g-pos-bottom-cont-t .gtf-content {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit
  }
}

@media(min-width:992px) {
  .g-pos-center-cont-d .gtf-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit
  }

  .g-pos-top-cont-d .gtf-content {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: inherit
  }

  .g-pos-bottom-cont-d .gtf-content {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit
  }
}

.gutentor-post-module .slick-prev,
.gutentor-module .slick-prev,
.gutentor-section .slick-prev {
  left: 0
}

.gutentor-post-module .slick-next,
.gutentor-module .slick-next,
.gutentor-section .slick-next {
  right: 0
}

.gutentor-post-module .slick-prev,
.gutentor-post-module .slick-next,
.gutentor-module .slick-prev,
.gutentor-module .slick-next,
.gutentor-section .slick-prev,
.gutentor-section .slick-next {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #222;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none
}

.gutentor-post-module .slick-prev:before,
.gutentor-post-module .slick-next:before,
.gutentor-module .slick-prev:before,
.gutentor-module .slick-next:before,
.gutentor-section .slick-prev:before,
.gutentor-section .slick-next:before {
  display: none
}

.gutentor-post-module .slick-prev i,
.gutentor-post-module .slick-next i,
.gutentor-module .slick-prev i,
.gutentor-module .slick-next i,
.gutentor-section .slick-prev i,
.gutentor-section .slick-next i {
  color: inherit;
  line-height: normal
}

.gutentor-post-module .slick-prev:hover,
.gutentor-post-module .slick-next:hover,
.gutentor-module .slick-prev:hover,
.gutentor-module .slick-next:hover,
.gutentor-section .slick-prev:hover,
.gutentor-section .slick-next:hover {
  color: #fff;
  background: rgba(34, 34, 34, .5)
}

.gutentor-post-module .slick-disabled,
.gutentor-module .slick-disabled,
.gutentor-section .slick-disabled {
  opacity: .5;
  cursor: not-allowed
}

.gutentor-post-module .slick-dots,
.gutentor-module .slick-dots,
.gutentor-section .slick-dots {
  padding: 20px 0;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center
}

.gutentor-post-module .slick-dots li,
.gutentor-module .slick-dots li,
.gutentor-section .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ccc;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.gutentor-post-module .slick-dots li.slick-active,
.gutentor-module .slick-dots li.slick-active,
.gutentor-section .slick-dots li.slick-active {
  background: #444
}

.gutentor-post-module .slick-dots li button,
.gutentor-module .slick-dots li button,
.gutentor-section .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0
}

.gutentor-post-module .slick-dots li button:before,
.gutentor-module .slick-dots li button:before,
.gutentor-section .slick-dots li button:before {
  display: none
}

.gutentor-image-carousel-row .slick-prev,
.gutentor-carousel-row .slick-prev {
  left: 0
}

.gutentor-image-carousel-row .slick-next,
.gutentor-carousel-row .slick-next {
  right: 0
}

.gutentor-carousel-row[data-dots=true] .slick-prev,
.gutentor-carousel-row[data-dots=true] .slick-next {
  margin-top: -40px
}

.gutentor-carousel-row .slick-list,
.gutentor-module-carousel-row .slick-list {
  margin-left: -15px;
  margin-right: -15px
}

.gutentor-carousel-row .slick-slide,
.gutentor-module-carousel-row .slick-slide {
  margin: 15px
}

.wp-block-cgb-block-gutentor {
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem
}

.wp-gutentor-google-map {
  margin: 20px 0
}

.gutentor-map-overview h6.gutentor-map-overview-title {
  font-size: 14px;
  margin: 10px 0
}

.gutentor-map-overview .gutentor-map-overview-content p {
  font-size: 12px
}

.gutentor-map-overview .gutentor-map-overview-delete {
  cursor: pointer
}