img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}

.rtl .menu-item i._before {
  margin-right: 0;
}
.rtl .menu-item i._after {
  margin-left: 0;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.menu-item i.elusive {
  margin-top: -0.3em;
}
.dashicons-admin-site:before {
  content: "\f319" !important;
}
.dashicons-welcome-view-site:before {
  content: "\f115" !important;
}

.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  line-height: 0;
}
.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: 0.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(0.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, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.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: 0.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-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial;
}
.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
  border-top-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
  border-right-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
  border-bottom-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
  border-left-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
  border-width: initial;
}
.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
  border-top-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
  border-right-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
  border-bottom-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
  border-left-width: medium;
}
.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: 0.25em;
}
.wp-block-calendar th {
  font-weight: 400;
}
.wp-block-calendar caption {
  background-color: inherit;
}
.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.wp-block-calendar table.has-background th {
  background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
  color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-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: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.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: 0.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: 0.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: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.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: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.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(0.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: 0.5em;
  margin-right: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: 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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: inherit;
  width: 100%;
  z-index: 1;
}
.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;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
.wp-block-details {
  box-sizing: border-box;
  overflow: hidden;
}
.wp-block-details summary {
  cursor: pointer;
}
.wp-block-details > :not(summary) {
  margin-block-end: 0;
  margin-block-start: var(--wp--style--block-gap);
}
.wp-block-details > :last-child {
  margin-bottom: 0;
}
.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: 0.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:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.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: 0.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, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 0.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% - 0.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% - 0.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% - 0.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% - 0.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% - 0.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, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  figcaption,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  flex: 1 0 0%;
  height: 100%;
  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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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) * 0.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 {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}
.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}
.wp-block-image figure {
  margin: 0;
}
.wp-lightbox-container .img-container {
  position: relative;
}
.wp-lightbox-container button {
  background: none;
  border: none;
  cursor: zoom-in;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.wp-lightbox-container button:focus-visible {
  outline: 5px auto #212121;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 5px;
}
.wp-lightbox-overlay {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 12.5px;
  top: 12.5px;
  z-index: 5000000;
}
.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay .wp-block-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.fade.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}
.wp-lightbox-overlay.fade.active img {
  animation: turn-on-visibility 0.3s both;
}
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) {
  animation: turn-off-visibility 0.3s both;
}
.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}
.wp-lightbox-overlay.zoom img {
  height: var(--lightbox-image-max-height);
  position: absolute;
  transform-origin: top left;
  width: var(--lightbox-image-max-width);
}
.wp-lightbox-overlay.zoom.active {
  opacity: 1;
  visibility: visible;
}
.wp-lightbox-overlay.zoom.active .wp-block-image img {
  animation: lightbox-zoom-in 0.4s forwards;
}
@media (prefers-reduced-motion) {
  .wp-lightbox-overlay.zoom.active .wp-block-image img {
    animation: turn-on-visibility 0.4s both;
  }
}
.wp-lightbox-overlay.zoom.active .scrim {
  animation: turn-on-visibility 0.4s forwards;
}
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active)
  .wp-block-image
  img {
  animation: lightbox-zoom-out 0.4s forwards;
}
@media (prefers-reduced-motion) {
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active)
    .wp-block-image
    img {
    animation: turn-off-visibility 0.4s both;
  }
}
.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
  animation: turn-off-visibility 0.4s forwards;
}
html.has-lightbox-open {
  overflow: hidden;
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    left: var(--lightbox-initial-left-position);
    top: var(--lightbox-initial-top-position);
    transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
  }
  to {
    left: var(--lightbox-target-left-position);
    top: var(--lightbox-target-top-position);
    transform: scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    left: var(--lightbox-target-left-position);
    top: var(--lightbox-target-top-position);
    transform: scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    left: var(--lightbox-initial-left-position);
    top: var(--lightbox-initial-top-position);
    transform: scale(var(--lightbox-scale-width), var(--lightbox-scale-height));
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}
:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
      )
  ) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.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: 0.75em;
  width: 2.5em;
}
.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
  font-size: inherit;
}
.wp-block-latest-posts {
  box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  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% - 0.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% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.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: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative;
}
.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: 0.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 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.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: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.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: 0.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: 0.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, 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(0.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 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: var(--wp--style--root--padding-top, 2rem)
    var(--wp--style--root--padding-right, 2rem)
    var(--wp--style--root--padding-bottom, 2rem)
    var(--wp--style--root--padding-left, 2rem);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
  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: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.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: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.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(0.667em + 2px);
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.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: 0.5em;
}
.wp-block-post-date {
  box-sizing: border-box;
}
:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: 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: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.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-time-to-read,
.wp-block-post-title {
  box-sizing: border-box;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  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;
}
:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-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: 0.5em;
  margin-right: 0.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: 0.8125em;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  fill: currentColor;
  min-height: 24px;
  min-width: 24px;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  -webkit-appearance: initial;
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.wp-block-search__button-behavior-expand .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden
  .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden
  .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
.wp-block[data-align="right"]
  .wp-block-search__button-behavior-expand
  .wp-block-search__inside-wrapper {
  float: right;
}
.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center;
}
.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "Â·Â·Â·";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-site-title a {
  color: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.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: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.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 0.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 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color)
  .wp-social-link-snapchat
  .wp-block-social-link-label {
  color: #000;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud {
  box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.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: 0.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;
}
:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes;
}
a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}
a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  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%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}
:root {
  --wp--preset--color--vk-color-custom-1: #ff5757;
}
:root {
  --vk-color-custom-1: var(--wp--preset--color--vk-color-custom-1);
}
:root {
  --wp--preset--color--vk-color-custom-2: #34b7a8;
}
:root {
  --vk-color-custom-2: var(--wp--preset--color--vk-color-custom-2);
}
.wp-block-audio figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-audio figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-code {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.wp-block-embed figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-embed figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-embed {
  margin: 0 0 1em;
}
.blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .blocks-gallery-caption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-image figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-pullquote {
  border-bottom: 4px solid;
  border-top: 4px solid;
  color: currentColor;
  margin-bottom: 1.75em;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  color: currentColor;
  font-size: 0.8125em;
  font-style: normal;
  text-transform: uppercase;
}
.wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: currentColor;
  font-size: 0.8125em;
  font-style: normal;
  position: relative;
}
.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid;
  padding-left: 0;
  padding-right: 1em;
}
.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border: none;
}
.wp-block-search .wp-block-search__label {
  font-weight: 700;
}
.wp-block-search__button {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-separator.has-css-opacity {
  opacity: 0.4;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
.wp-block-table {
  margin: 0 0 1em;
}
.wp-block-table td,
.wp-block-table th {
  word-break: normal;
}
.wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-table figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-video figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-template-part.has-background {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.25em 2.375em;
}
/*! 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(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--vk-color-custom-1: #ff5757;
  --wp--preset--color--vk-color-custom-2: #34b7a8;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
body .is-layout-grid > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vk-color-custom-1-color {
  color: var(--wp--preset--color--vk-color-custom-1) !important;
}
.has-vk-color-custom-2-color {
  color: var(--wp--preset--color--vk-color-custom-2) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vk-color-custom-1-background-color {
  background-color: var(--wp--preset--color--vk-color-custom-1) !important;
}
.has-vk-color-custom-2-background-color {
  background-color: var(--wp--preset--color--vk-color-custom-2) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vk-color-custom-1-border-color {
  border-color: var(--wp--preset--color--vk-color-custom-1) !important;
}
.has-vk-color-custom-2-border-color {
  border-color: var(--wp--preset--color--vk-color-custom-2) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
:root {
  --vk-font-size-xs: 11px;
  --vk-color-link-text: #c00;
  --vk-color-link-text-hover: #c00;
  --vk-color-text-body: #333;
  --vk-color-text-light: #666;
  --vk-color-border-hr: #e5e5e5;
  --vk-color-border-image: #e5e5e5;
  --vk-line-height-low: 1.5em;
}
.vk_posts .vk_post-col-xs-2 {
  width: calc(16.66% - 30px);
}
.vk_posts .vk_post-col-xs-3 {
  width: calc(25% - 30px);
}
.vk_posts .vk_post-col-xs-4 {
  width: calc(33.3% - 30px);
}
.vk_posts .vk_post-col-xs-6 {
  width: calc(50% - 30px);
}
.vk_posts .vk_post-col-xs-12 {
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .vk_posts .vk_post-col-sm-2 {
    width: calc(16.66% - 30px);
  }
  .vk_posts .vk_post-col-sm-3 {
    width: calc(25% - 30px);
  }
  .vk_posts .vk_post-col-sm-4 {
    width: calc(33.3% - 30px);
  }
  .vk_posts .vk_post-col-sm-6 {
    width: calc(50% - 30px);
  }
  .vk_posts .vk_post-col-sm-12 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .vk_posts .vk_post-col-md-2 {
    width: calc(16.66% - 30px);
  }
  .vk_posts .vk_post-col-md-3 {
    width: calc(25% - 30px);
  }
  .vk_posts .vk_post-col-md-4 {
    width: calc(33.3% - 30px);
  }
  .vk_posts .vk_post-col-md-6 {
    width: calc(50% - 30px);
  }
  .vk_posts .vk_post-col-md-12 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .vk_posts .vk_post-col-lg-2 {
    width: calc(16.66% - 30px);
  }
  .vk_posts .vk_post-col-lg-3 {
    width: calc(25% - 30px);
  }
  .vk_posts .vk_post-col-lg-4 {
    width: calc(33.3% - 30px);
  }
  .vk_posts .vk_post-col-lg-6 {
    width: calc(50% - 30px);
  }
  .vk_posts .vk_post-col-lg-12 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .vk_posts .vk_post-col-xl-2 {
    width: calc(16.66% - 30px);
  }
  .vk_posts .vk_post-col-xl-3 {
    width: calc(25% - 30px);
  }
  .vk_posts .vk_post-col-xl-4 {
    width: calc(33.3% - 30px);
  }
  .vk_posts .vk_post-col-xl-6 {
    width: calc(50% - 30px);
  }
  .vk_posts .vk_post-col-xl-12 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1400px) {
  .vk_posts .vk_post-col-xxl-2 {
    width: calc(16.66% - 30px);
  }
  .vk_posts .vk_post-col-xxl-3 {
    width: calc(25% - 30px);
  }
  .vk_posts .vk_post-col-xxl-4 {
    width: calc(33.3% - 30px);
  }
  .vk_posts .vk_post-col-xxl-6 {
    width: calc(50% - 30px);
  }
  .vk_posts .vk_post-col-xxl-12 {
    width: calc(100% - 30px);
  }
}
.vk_posts {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}
.vk_post {
  margin-left: 15px;
  margin-right: 15px;
}
.vk_post a:hover {
  text-decoration: none;
}
.vk_post_imgOuter {
  position: relative;
}
.vk_post_imgOuter_singleTermLabel {
  font-size: 10px;
  padding: 0.3em 0.8em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.vk_post_imgOuter.media-img {
  overflow: hidden;
}
.vk_post .vk_post_title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.vk_post .vk_post_title a {
  color: var(--vk-color-text-body);
}
.vk_post_title_new {
  margin-left: 0.4em;
  font-size: 0.8em;
  white-space: nowrap;
  color: red;
}
.vk_post .vk_post_excerpt {
  margin: 0.8rem 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.8;
}
.vk_post .vk_post_date {
  font-size: var(--vk-font-size-xs);
  margin-top: 0.4rem;
  color: var(--vk-color-text-light);
}
.vk_post_author {
  margin: 0.8rem 0;
}
.vk_post_author_image,
.vk_post_author_name {
  display: inline-block;
  vertical-align: middle;
}
.vk_post_author_image {
  margin-right: 0.5rem;
}
.vk_post_author_image img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  display: block;
}
.vk_post_author_name {
  font-size: var(--vk-font-size-xs);
}
.vk_post_taxonomies {
  margin-top: 0.8rem;
}
.vk_post_taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  font-size: var(--vk-font-size-xs);
}
.vk_post_taxonomy:first-child {
  margin-top: 0;
}
.vk_post_taxonomy_title,
.vk_post_taxonomy_terms {
  border: none;
  margin: 0 0 0.4rem;
}
.vk_post_taxonomy_title {
  padding-left: 0;
}
.vk_post_taxonomy_title_inner {
  display: block;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  min-width: 8em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}
.vk_post_taxonomy_terms {
  margin-top: 1px;
  padding-left: 10px;
}
.vk_post_taxonomy_terms a {
  color: var(--vk-color-link);
}
.vk_post_taxonomy_terms a:hover {
  opacity: 0.7;
}
.vk_post .vk_post_btn {
  font-size: 12px;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}
.vk_post_imgOuter {
  position: relative;
  background-size: cover;
  background-position: center 50%;
  border-bottom: 1px solid var(--vk-color-border-image);
}
.vk_post_imgOuter > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.vk_post_imgOuter a:hover .card-img-overlay:after {
  background: rgba(0, 0, 0, 0.5);
}
.vk_post_imgOuter a {
  height: 100%;
}
.vk_post_imgOuter_img {
  position: absolute;
  left: -9999px;
}
.vk_post .vk_post_imgOuter:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.vk_post.card-horizontal .vk_post_imgOuter {
  height: 100%;
  border-bottom: none;
  border-right: 1px solid var(--vk-color-border-image);
}
.vk_post.card-horizontal .vk_post_imgOuter:before {
  padding-top: 0;
}
.vk_post.card-horizontal.card-horizontal-reverse .vk_post_imgOuter {
  border-right: none;
  border-left: 1px solid var(--vk-color-border-image);
}
.vk_post-btn-display .vk_post_body {
  position: relative;
  height: 100%;
}
.vk_post-btn-display .vk_post_btnOuter {
  position: absolute;
  bottom: 0;
}
.vk_post-btn-display.media .vk_post_body {
  padding-bottom: 45px;
}
.vk_post-btn-display.media .vk_post_btnOuter {
  width: 100%;
}
.vk_post-btn-display.card .vk_post_body {
  padding-bottom: 65px;
}
.vk_post-btn-display.card .vk_post_btnOuter {
  width: calc(100% - 2.5rem);
  bottom: 1.25rem;
}
.vk_post-btn-display .card-text:nth-last-child(2),
.vk_post-btn-display .media-text:nth-last-child(2) {
  margin-bottom: 0;
}
.vk_post.card {
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.vk_post.card .vk_post_btnOuter {
  width: calc(100% - 2.5rem);
}
.card {
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-meta {
  font-size: 12px;
}
.card-img-use-bg {
  position: relative;
  left: -9999px;
}
.card a {
  color: inherit;
}
.card a.btn-primary {
  color: #fff;
}
.card-noborder.card {
  border: none;
  background: 0 0;
}
.card-noborder .vk_post_imgOuter {
  border: 1px solid var(--vk-color-border-image);
}
.card-noborder .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.card-noborder.vk_post-btn-display .card-body {
  padding-bottom: 2.8rem;
}
.card-noborder.vk_post-btn-display .vk_post_btnOuter {
  width: 100%;
  bottom: 0;
}
.card-intext .card-intext-inner {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.card-intext .card-intext-inner .vk_post_body {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  height: calc(15px + var(--vk-line-height-low) + 15px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.card-intext .card-intext-inner .vk_post_body .vk_post_title {
  color: #fff;
  display: block;
  overflow: hidden;
  line-height: var(--vk-line-height-low);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.card-intext .card-intext-inner .vk_post_body p,
.card-intext .card-intext-inner .vk_post_body div {
  color: #fff;
}
.card-intext .card-intext-inner:hover .vk_post_body {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
}
.card-intext .card-intext-inner:hover .vk_post_body .vk_post_title {
  height: auto;
  margin-bottom: 0;
  white-space: unset;
  text-overflow: unset;
}
.card-intext .vk_post_body,
.card-intext.vk_post-btn-display .vk_post_body {
  padding: 15px 20px;
}
.card-imageRound .vk_post_imgOuter {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center center;
}
.card-imageRound .vk_post_imgOuter:before {
  padding-top: 150px;
}
.card-imageRound .card-img-overlay:after {
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .card.vk_post-col-xs-12 {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.vk_post-col-sm-12 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.vk_post-col-md-12 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.vk_post-col-lg-12 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .card.vk_post-col-xl-12 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .card.vk_post-col-xxl-12 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .card-horizontal.vk_post-col-xs-12 {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-horizontal.vk_post-col-sm-12 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-horizontal.vk_post-col-md-12 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-horizontal.vk_post-col-lg-12 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .card-horizontal.vk_post-col-xl-12 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .card-horizontal.vk_post-col-xxl-12 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .card-noborder.vk_post-col-xs-12,
  .card-imageRound.vk_post-col-xs-12 {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-noborder.vk_post-col-sm-12,
  .card-imageRound.vk_post-col-sm-12 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-noborder.vk_post-col-md-12,
  .card-imageRound.vk_post-col-md-12 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-noborder.vk_post-col-lg-12,
  .card-imageRound.vk_post-col-lg-12 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .card-noborder.vk_post-col-xl-12,
  .card-imageRound.vk_post-col-xl-12 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .card-noborder.vk_post-col-xxl-12,
  .card-imageRound.vk_post-col-xxl-12 {
    margin-bottom: 40px;
  }
}
.card-horizontal-inner {
  height: 100%;
}
.card-horizontal-inner:after {
  content: "";
  display: block;
  clear: both;
}
.card-horizontal-inner-row {
  height: 100%;
}
.card-horizontal-img-right-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.card-horizontal-reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.card-horizontal .card-body {
  height: 100%;
  padding-bottom: 1.5em;
}
.card-sm .card-body {
  padding: 1rem 1.2rem;
}
.card-sm .card-title {
  font-size: 0.8rem;
}
.card-sm .card-text {
  font-size: 0.8rem;
  line-height: 1.4;
}
.card-sm .card-meta {
  font-size: 0.7rem;
  line-height: 1.1;
}
.vk_post.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  margin: 0 15px;
  border-bottom: 1px solid var(--vk-color-border-hr, #e5e5e5);
}
.media-img {
  border: 1px solid var(--vk-color-border-image);
  padding: 1px;
  margin-right: 1rem;
}
.vk_post .media-img {
  width: 35%;
}
.vk_post .media-body {
  width: 65%;
}
.media.vk_post:first-child {
  border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
}
@media (max-width: 575.98px) {
  .media.vk_post-col-xs-6:nth-child(2) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .media.vk_post-col-sm-6:nth-child(2),
  .media.vk_post-col-sm-4:nth-child(2),
  .media.vk_post-col-sm-4:nth-child(3),
  .media.vk_post-col-sm-3:nth-child(2),
  .media.vk_post-col-sm-3:nth-child(3),
  .media.vk_post-col-sm-3:nth-child(4) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .media.vk_post-col-md-6:nth-child(2),
  .media.vk_post-col-md-4:nth-child(2),
  .media.vk_post-col-md-4:nth-child(3),
  .media.vk_post-col-md-3:nth-child(2),
  .media.vk_post-col-md-3:nth-child(3),
  .media.vk_post-col-md-3:nth-child(4) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .media.vk_post-col-lg-6:nth-child(2),
  .media.vk_post-col-lg-4:nth-child(2),
  .media.vk_post-col-lg-4:nth-child(3),
  .media.vk_post-col-lg-3:nth-child(2),
  .media.vk_post-col-lg-3:nth-child(3),
  .media.vk_post-col-lg-3:nth-child(4) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
  }
}
@media (min-width: 1200px) {
  .media.vk_post-col-xl-6:nth-child(2),
  .media.vk_post-col-xl-4:nth-child(2),
  .media.vk_post-col-xl-4:nth-child(3),
  .media.vk_post-col-xl-3:nth-child(2),
  .media.vk_post-col-xl-3:nth-child(3),
  .media.vk_post-col-xl-3:nth-child(4) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
  }
}
@media (min-width: 1400px) {
  .media.vk_post-col-xxl-6:nth-child(2),
  .media.vk_post-col-xxl-4:nth-child(2),
  .media.vk_post-col-xxl-4:nth-child(3),
  .media.vk_post-col-xxl-3:nth-child(2),
  .media.vk_post-col-xxl-3:nth-child(3),
  .media.vk_post-col-xxl-3:nth-child(4) {
    border-top: 1px solid var(--vk-color-border-hr, #e5e5e5);
  }
}
.vk_posts-layout-postListText {
  margin-bottom: 0.8rem;
}
.postListText {
  padding: 0.8rem 0 0.7rem;
  border-bottom: 1px dotted #ccc;
  display: block;
  overflow: hidden;
  width: 100%;
}
.postListText_date {
  font-size: 1rem;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  float: left;
  min-width: 115px;
  margin-right: 1em;
}
.postListText_singleTermLabel {
  padding: 0;
  display: block;
  float: left;
  min-width: 150px;
  margin-right: 1em;
  margin-top: 2px;
}
.postListText_singleTermLabel_inner {
  display: block;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 1rem;
  line-height: 16px;
  border-radius: 2px;
  text-align: center;
}
.postListText_title {
  font-size: 14px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 0.2rem;
  clear: both;
}
@media (min-width: 992px) {
  .postListText_title {
    padding-top: 0;
    clear: none;
  }
}
.postListText_title a {
  color: var(--text-color);
}
.postListText_title a:hover {
  text-decoration: underline;
}
.vk_posts .postListText_title {
  line-height: 1.6;
}
@media (min-width: 576px) {
  .mainSection .postListText.vk_post-col-sm-12 .vk_post_title {
    font-size: 16px;
    font-weight: 400;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}


.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-center {
  text-align: center;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
.ball-scale-random {
  width: 37px;
  height: 40px;
}
.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}
.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}
.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}
.ball-rotate > div:before,
.ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}
.ball-rotate > div:before {
  top: 0;
  left: -28px;
}
.ball-rotate > div:after {
  top: 0;
  left: 25px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-clip-rotate > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent !important;
  height: 50px;
  width: 50px;
  background: 0 0;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: 0 0;
  border: 2px solid;
  border-color: #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -25px;
  top: -25px;
  border: 2px solid #fff;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}
.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}
@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}
.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}
@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}
.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s;
}
.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -0.02s;
  animation-delay: -0.02s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}
.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s;
}
.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}
.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.19s;
  animation-delay: -0.19s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s;
}
.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
  -webkit-animation-duration: 1.42s;
  animation-duration: 1.42s;
}
.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 1.14s;
  animation-duration: 1.14s;
}
.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
}
.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
}
.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}
.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
}
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}
.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}
.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}
.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}
.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}
.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}
.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}
.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}
.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}
.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}
.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}
@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}
.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-duration: 0.54s;
  animation-duration: 0.54s;
}
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
}
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 0.77s;
  animation-duration: 0.77s;
}
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s;
}
.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s
    cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9)
    infinite;
}
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9)
    infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}
.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}
.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}
.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}
.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}
.pacman > div:first-of-type {
  width: 0;
  height: 0;
  border-right: 25px solid transparent !important;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(2) {
  width: 0;
  height: 0;
  border-right: 25px solid transparent !important;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}
@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}
.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.semi-circle-spin > div {
  position: absolute;
  border-width: 0;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(70%, transparent),
    color-stop(30%, #fff),
    to(#fff)
  );
  background-image: linear-gradient(
    transparent 0%,
    transparent 70%,
    #fff 30%,
    #fff 100%
  );
  width: 100%;
  height: 100%;
}
Æ’
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fas,.far,.fal,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}


@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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 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 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: 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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: 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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: 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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: 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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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 {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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;
}
@-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 {
  -webkit-backface-visibility: visible !important;
  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;
  -webkit-backface-visibility: visible !important;
  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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.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;
}
/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/

.icofont-xs {
  font-size: 0.5em;
}
.icofont-sm {
  font-size: 0.75em;
}
.icofont-md {
  font-size: 1.25em;
}
.icofont-lg {
  font-size: 1.5em;
}
.icofont-1x {
  font-size: 1em;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-6x {
  font-size: 6em;
}
.icofont-7x {
  font-size: 7em;
}
.icofont-8x {
  font-size: 8em;
}
.icofont-9x {
  font-size: 9em;
}
.icofont-10x {
  font-size: 10em;
}
.icofont-fw {
  text-align: center;
  width: 1.25em;
}
.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.icofont-ul > li {
  position: relative;
  line-height: 2em;
}
.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}
.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
  float: left;
}
.icofont-pull-right {
  float: right;
}
.icofont.icofont-pull-left {
  margin-right: 0.3em;
}
.icofont.icofont-pull-right {
  margin-left: 0.3em;
}
.icofont-spin {
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}
.icofont-pulse {
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icofont-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icofont-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icofont-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical {
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}
.icofont-inverse {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/owl.video.play.png)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*! lightgallery - v1.6.5 - 2017-11-16
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url(//bowordpress.locale/wp-content/themes/total-plus/css/fonts/lightgallery/lg.eot?n1z373);
  src: url(//bowordpress.locale/wp-content/themes/total-plus/css/fonts/lightgallery/lg.eot?#iefixn1z373)
      format("embedded-opentype"),
    url(//bowordpress.locale/wp-content/themes/total-plus/css/fonts/lightgallery/lg.woff?n1z373)
      format("woff"),
    url(//bowordpress.locale/wp-content/themes/total-plus/css/fonts/lightgallery/lg.ttf?n1z373)
      format("truetype"),
    url(//bowordpress.locale/wp-content/themes/total-plus/css/fonts/lightgallery/lg.svg?n1z373#lg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/img/vimeo-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/img/vimeo-play.png)
    no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent
    url(//bowordpress.locale/wp-content/themes/total-plus/css/img/video-play.png)
    no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/img/youtube-play.png)
    no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/img/youtube-play.png)
    no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/img/loading.gif)
    no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
.mb_YTPlayer:focus {
  outline: 0;
}
.YTPWrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: 0.1;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.YTPOverlay.raster {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/images/raster.png);
}
.YTPOverlay.raster.retina {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/images/raster@2x.png);
}
.YTPOverlay.raster-dot {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/images/raster_dot.png);
}
.YTPOverlay.raster-dot.retina {
  background: url(//bowordpress.locale/wp-content/themes/total-plus/css/images/raster_dot@2x.png);
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

.flipster {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
.flip-items,
.flip-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.flip-items {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.flip-item {
  position: absolute;
  opacity: 0.99;
}
.flip-past,
.flip-future,
.flip-next,
.flip-prev {
  cursor: pointer;
}
.flip-item img {
  display: block;
  width: 100%;
}
.flipster-coverflow .flip-items {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  padding-top: 2%;
  padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
  display: block;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: absolute;
  width: 30%;
}
.flipster-coverflow .flip-content {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
  -webkit-transform: rotateY(55deg) scale(0.75);
  transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
  -webkit-transform: rotateY(-55deg) scale(0.75);
  transform: rotateY(-55deg) scale(0.75);
}
.flipster-coverflow.no-rotate .flip-past .flip-content {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow .flip-current .flip-content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.flipster-carousel .flip-items {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.flipster-carousel .flip-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.no-csstransforms .flipster-carousel .flip-item {
  -webkit-transition: none;
  transition: none;
}
.flipster-carousel .flip-items .flip-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.flipster-carousel .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
  transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
  -webkit-transform: translateX(-56%) scale(0.5);
  transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
  left: -20%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
  transform: translateX(80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-future {
  -webkit-transform: translateX(56%) scale(0.5);
  transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
  left: 88%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
  transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
  -webkit-transform: translateX(-24%) scale(0.75);
  transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
  left: -9%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) scale(0.8);
  transform: translateX(60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-next {
  -webkit-transform: translateX(24%) scale(0.75);
  transform: translateX(24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-next {
  left: 39%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  -webkit-transition-delay: 87.5ms;
  transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 2;
  -webkit-transition-delay: 58.333333333333336ms;
  transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current {
  z-index: 999;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: 58.333333333333336ms;
  transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
  transform: rotateY(0deg) translateX(0) scale(0.5);
  -webkit-transition-delay: 116.66666666666667ms;
  transition-delay: 116.66666666666667ms;
}
.no-transition {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.flipster-carousel .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.75);
  transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.75);
  opacity: 1;
}
.flipster-carousel .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.75);
  transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.75);
  opacity: 1;
}
.flipster-carousel .flip-past {
  -webkit-transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.65);
  transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.65);
}
.flipster-carousel .flip-future {
  -webkit-transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.65);
  transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.65);
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(//bowordpress.locale/wp-content/themes/total-plus/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}
html {
  font-family: "Noto Sans JP" !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
}
td,
th {
  padding: 10px 20px;
  border: 1px solid #eee;
  text-align: left;
}
body,
button,
input,
select,
textarea {
  color: #444;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 28px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 15px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 15px;
}
address {
  margin: 0 0 15px;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: 0 0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

dt {
  font-weight: 700;
}
dd {
  margin: 0 15px 15px;
}
/*
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}*/
table {
  margin: 0 0 30px;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.ht-button {
  display: inline-block;
  background: #ffc107;
  padding: 10px 25px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 30px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.ht-button:hover {
  background: #333;
  color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #404040;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  vertical-align: top;
  width: 100%;
}
select {
  border: 1px solid #eee;
  height: 50px;
  padding: 3px 40px 3px 8px;
  background-color: transparent;
  line-height: 100%;
  outline: 0;
  background-image: url(//bowordpress.locale/wp-content/themes/total-plus/images/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 10px 20px;
  height: 50px;
}
textarea {
  padding: 10px 20px;
  width: 100%;
}
a {
  color: #ffc107;
  text-decoration: none;
}
a:hover {
  color: #ffc107;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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: 20px;
  margin-bottom: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ht-clearfix:before,
.ht-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.ht-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 15px;
}
.widget select {
  max-width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 5px;
  text-align: center;
}
.widget_search .search-submit {
  display: none;
}
.widget-area .widget_nav_menu {
  border: 1px solid #eee;
}
.ht-sidebar-style2 .widget-area .widget_nav_menu .menu {
  border: 1px solid #eee;
}
.widget-area .widget_nav_menu li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  margin: 0;
}
.widget-area .widget_nav_menu li:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
}
.widget-area .widget_nav_menu li.current_page_item {
  border-left: 5px solid #eee;
}
.widget-area .widget_nav_menu li a {
  display: block;
  text-transform: uppercase;
}
.widget-area .widget_nav_menu .widget-title {
  border-bottom: 1px solid #eee;
  padding: 15px !important;
  margin: 0 !important;
  text-transform: uppercase;
  background: #eee;
}
.widget-area .widget_nav_menu .widget-title:after {
  display: none;
}
.widget-area .widget_nav_menu ul ul {
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.ht-contact-box {
  color: inherit;
}
.ht-contact-field {
  position: relative;
}
.ht-contact-field i {
  font-size: 30px;
  width: 30px;
}
.ht-contact-text h6 {
  font-size: 1.2em;
  margin-bottom: 10px;
  white-space: nowrap;
}
.ht-site-header .ht-contact-text h6 {
  margin-bottom: 5px;
}
.ht-contact-text p {
  margin-bottom: 0 !important;
  line-height: 1.2;
}
.ht-site-header .ht-contact-text p {
  line-height: 1.2;
}
.ht-contact-box .ht-contact-text a,
.ht-contact-box .ht-contact-text a:hover {
  color: inherit;
}
.ht-contact-text a:hover {
  text-decoration: underline;
}
.ht-site-header .ht-contact-text > div {
  font-size: 0.9em;
}
.ht-contact-box.style1,
.ht-contact-box.style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ht-site-header .ht-contact-box.style1,
.ht-site-header .ht-contact-box.style2 {
  padding: 0;
}
.ht-top-footer .ht-contact-box.style1 {
  padding: 0;
}
.ht-contact-box.style1 .ht-contact-field,
.ht-contact-box.style3 .ht-contact-field {
  padding: 15px 30px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 200px;
}
.ht-contact-box.style1 .ht-contact-field:after {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f7f7f7),
    color-stop(10%, #f2f2f2),
    color-stop(20%, #ededed),
    color-stop(30%, #e9e9e9),
    color-stop(70%, #e1e1e1),
    color-stop(70%, #e9e9e9),
    color-stop(80%, #ededed),
    color-stop(90%, #f2f2f2),
    to(#f7f7f7)
  );
  background: linear-gradient(
    to top,
    #f7f7f7 0%,
    #f2f2f2 10%,
    #ededed 20%,
    #e9e9e9 30%,
    #e1e1e1 70%,
    #e9e9e9 70%,
    #ededed 80%,
    #f2f2f2 90%,
    #f7f7f7 100%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.ht-contact-box.style1 .ht-contact-field:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
.ht-contact-box.style1 .ht-contact-field:last-child:after {
  display: none;
}
.ht-contact-box.style1 .ht-contact-field i,
.ht-contact-box.style3 .ht-contact-field i {
  margin-right: 20px;
}
.ht-contact-box.style1 .ht-contact-text {
  text-align: left;
}
.ht-contact-box.style2 .ht-contact-field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 0 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.ht-contact-box.style2 .ht-contact-field i {
  margin-bottom: 15px;
}
.ht-contact-box.style3 .ht-contact-field {
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
.ht-contact-box.style3 .ht-contact-field:last-child {
  margin-bottom: 0;
}
.ht-personal-info .widget-title {
  color: inherit;
}
.ht-personal-info.ht-pi-center .ht-pi-image,
.ht-personal-info.ht-pi-center .ht-pi-name,
.ht-personal-info.ht-pi-center .ht-pi-intro {
  text-align: center;
}
.ht-personal-info.ht-pi-right .ht-pi-image,
.ht-personal-info.ht-pi-right .ht-pi-name,
.ht-personal-info.ht-pi-right .ht-pi-intro {
  text-align: right;
}
.ht-pi-image {
  margin-bottom: 30px;
}
.ht-pi-image.ht-round-image img {
  border-radius: 50%;
}
.ht-pi-name {
  margin-bottom: 15px;
}
.ht-pi-readmore {
  margin-top: 30px;
}
.ht-pi-readmore i {
  margin-left: 5px;
}
.ht-personal-info.ht-pi-center .ht-pi-readmore {
  text-align: center;
}
.ht-personal-info.ht-pi-right .ht-pi-readmore {
  text-align: right;
}
.ht-contact-info .widget-title {
  color: inherit;
}
.ht-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.ht-contact-info ul li {
  padding: 8px 0 8px 40px !important;
  border: none;
}
.ht-contact-info ul li p:last-child {
  margin: 0;
}
.ht-contact-info ul li i {
  float: left;
  margin-left: -40px;
  width: 30px;
  text-align: center;
  line-height: inherit;
}
.ht-accordion .ht-accordion-content-wrap ul {
  list-style: disc outside;
  margin-left: 20px;
}
.ht-style1-accordion .ht-accordion-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.ht-style1-accordion .ht-accordion-box:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ht-style1-accordion .ht-accordion-header {
  padding: 15px 40px 15px 15px;
  cursor: pointer;
  border-bottom: none;
  position: relative;
}
.ht-style1-accordion .ht-accordion-header:after {
  content: "\f102";
  font-family: "Flaticon";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
}
.ht-style1-accordion .ht-accordion-box.open .ht-accordion-header:after {
  content: "\f244";
}
.ht-style1-accordion .ht-accordion-content-wrap {
  padding: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ht-style2-accordion .ht-accordion-box {
  margin-bottom: 15px;
  cursor: pointer;
}
.ht-style2-accordion .ht-accordion-content-wrap {
  padding: 25px;
  border: 1px solid #ffc107;
}
.ht-style2-accordion .ht-accordion-header {
  position: relative;
  overflow: hidden;
  padding: 15px 20px 15px 60px;
  text-transform: uppercase;
  color: #fff;
  background: #ffc107;
}
.ht-style2-accordion .ht-accordion-header:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 50px;
  left: -10px;
  top: 50%;
  line-height: 35px;
  text-align: center;
  background: #fff;
  -webkit-transform: translateY(-50%) skewX(-15deg);
  transform: translateY(-50%) skewX(-15deg);
}
.ht-style2-accordion .ht-accordion-header:before {
  content: "\eab2";
  font-family: "IcoFont";
  position: absolute;
  height: 40px;
  width: 35px;
  left: 0;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.ht-style2-accordion .ht-accordion-box.open .ht-accordion-header:before {
  content: "\eab9";
}
.ht-icon-text .ht-it-title {
  margin-bottom: 20px;
}
.ht-it-pos-top {
  text-align: center;
}
.ht-it-pos-top.ht-icon-text > i {
  margin-bottom: 20px;
}
.ht-it-pos-left.ht-icon-text > i {
  font-size: 30px;
  float: left;
  margin-top: 10px;
}
.ht-it-pos-left .ht-it-content {
  margin-left: 60px;
}
.ht-it-pos-right.ht-icon-text > i {
  float: right;
  margin-top: 10px;
}
.ht-it-pos-right .ht-it-content {
  text-align: right;
  margin-right: 60px;
}
.ht-it-excerpt {
  margin-bottom: 20px;
}
.ht-it-readmore a i {
  margin-left: 5px;
}
.ht-it-style-default.ht-icon-text > i {
  font-size: 38px;
}
.ht-it-style-circle.ht-icon-text > i,
.ht-it-style-square.ht-icon-text > i,
.ht-it-style-circle-bg.ht-icon-text > i,
.ht-it-style-square-bg.ht-icon-text > i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
}
.ht-it-style-circle-bg.ht-icon-text > i,
.ht-it-style-square-bg.ht-icon-text > i {
  background: #ffc107;
  color: #fff;
}
.ht-it-style-circle.ht-icon-text > i,
.ht-it-style-square.ht-icon-text > i {
  border: 1px solid #666;
}
.ht-it-style-circle.ht-icon-text > i,
.ht-it-style-circle-bg.ht-icon-text > i {
  border-radius: 50%;
}
.ht-it-pos-right.ht-it-style-circle .ht-it-content,
.ht-it-pos-right.ht-it-style-square .ht-it-content,
.ht-it-pos-right.ht-it-style-circle-bg .ht-it-content,
.ht-it-pos-right.ht-it-style-square-bg .ht-it-content {
  margin-right: 100px;
}
.ht-it-pos-left.ht-it-style-circle .ht-it-content,
.ht-it-pos-left.ht-it-style-square .ht-it-content,
.ht-it-pos-left.ht-it-style-circle-bg .ht-it-content,
.ht-it-pos-left.ht-it-style-square-bg .ht-it-content {
  margin-left: 100px;
}
.ht-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.ht-cta-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.8;
  font-size: 1.2em;
}
.ht-cta-title:last-child {
  margin-bottom: 0;
}
.ht-cta.ht-button-left .ht-cta-buttons {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 50px;
}
.ht-cta.ht-button-right .ht-cta-buttons {
  padding-left: 50px;
}
.ht-cta.ht-button-center {
  display: block;
  text-align: center;
}
.ht-cta.ht-button-center .ht-cta-buttons,
.ht-cta.ht-button-left-bottom .ht-cta-buttons,
.ht-cta.ht-button-right-bottom .ht-cta-buttons {
  margin-top: 40px;
}
.ht-cta.ht-button-left-bottom {
  display: block;
  text-align: left;
}
.ht-cta.ht-button-right-bottom {
  display: block;
  text-align: right;
}
.ht-round-button.ht-cta-buttons a {
  border-radius: 100px;
}
.ht-countdown {
  text-align: center;
}
.ht-countdown > div {
  display: inline-block;
  text-align: center;
  margin: 0.2em;
  padding: 0.4em 0.2em;
  line-height: 1;
  border: 2px solid #fff;
  min-width: 2em;
  font-weight: 700;
}
.ht-countdown.ht-enable-shadow > div {
  -webkit-box-shadow: 0px 14px 10px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 10px -6px rgba(0, 0, 0, 0.3);
}
.ht-countdown.circular > div {
  border-radius: 50%;
  min-width: 3em;
  min-height: 3em;
  vertical-align: middle;
  position: relative;
}
.ht-countdown.circular > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ht-countdown label {
  display: block;
  margin-top: 0.2em;
}
.ht-countdown.circular label {
  position: relative;
  top: 50%;
}
.ht-countdown.border-block > div {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-width: 5px;
}
.ht-countdown.diamond > div {
  min-width: 2.4em;
  min-height: 2.4em;
  vertical-align: middle;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0.6em;
  border-radius: 12px;
}
.ht-countdown.diamond > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ht-counter-widget .ht-counter-count:before {
  content: attr(data-prefix);
  margin-right: 5px;
}
.ht-counter-widget .ht-counter-count:after {
  content: attr(data-suffix);
  margin-left: 5px;
}
.ht-counter-widget .odometer-inside {
  display: inline;
}
.ht-counter-widget .ht-counter {
  float: none;
  width: auto;
  margin-left: 0;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.ht-counter-widget .ht-counter-count {
  letter-spacing: 3px;
}
.ht-counter-widget.style1 .ht-counter {
  text-align: center;
  border: 2px solid #ffc107;
  border-top: 0;
  padding: 0 20px 25px;
  position: relative;
}
.ht-counter-widget.style1 .ht-counter .ht-counter-left {
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  height: 2px;
  background: #ffc107;
}
.ht-counter-widget.style1 .ht-counter .ht-counter-right {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 2px;
  background: #ffc107;
}
.ht-counter-widget.style1 .ht-counter-count {
  font-size: 2.8em;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.ht-counter-widget.style1 .ht-counter-icon {
  display: inline-block;
  font-size: 36px;
  color: #ffc107;
  position: relative;
  -webkit-transform: translate(0, -17px);
  transform: translate(0, -17px);
  line-height: 36px;
}
.ht-counter-widget.style1 .ht-counter-title {
  margin-top: 15px;
  margin: 0;
}
.ht-counter-widget.style2 .ht-counter-icon {
  font-size: 2em;
  line-height: 1;
  padding-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.ht-counter-widget.style2 .ht-counter-icon span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-left: -15px;
  margin-top: 20px;
}
.ht-counter-widget.style2 .ht-counter-count {
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
}
.ht-counter-widget.style2 .ht-counter-title {
  margin: 0;
  padding: 14px 10px;
}
.ht-counter-widget.style2 .ht-counter .ht-counter-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-widget.style2 .ht-counter .ht-counter-left span {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-widget.style2 .ht-counter .ht-counter-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-widget.style2 .ht-counter .ht-counter-right span {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-widget.style2 .ht-counter:hover .ht-counter-left,
.ht-counter-widget.style2 .ht-counter:hover .ht-counter-right {
  width: 100%;
}
.ht-counter-widget.style3 .ht-counter {
  background: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.ht-counter-widget.style3 .ht-counter > span {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #666;
}
.ht-counter-widget.style3 .ht-counter-icon {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 25px;
}
.ht-counter-widget.style3 .ht-counter-count {
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 10px;
}
.ht-counter-widget.style4 .ht-counter {
  text-align: left;
  padding-left: 80px;
  margin-bottom: 0;
}
.ht-counter-widget.style4 .ht-counter-icon {
  font-size: 42px;
  width: 70px;
  float: left;
  text-align: center;
  opacity: 0.8;
  margin-left: -80px;
  line-height: 1;
  margin-top: 10px;
}
.ht-counter-widget.style4 .ht-counter-count {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 10px;
}
.ht-image-box.image-top .ht-ib-image {
  margin: 0 auto 15px;
}
.ht-ib-title {
  margin-bottom: 15px;
}
.ht-ib-readmore {
  margin-top: 20px;
  font-size: 0.9em;
}
.ht-ib-readmore a > i {
  margin-left: 5px;
  color: inherit !important;
}
.ht-image-box.ht-left {
  text-align: left;
}
.ht-image-box.ht-right {
  text-align: right;
}
.ht-image-box.ht-center {
  text-align: center;
}
.ht-image-box.image-left .ht-image-box-wrap,
.ht-image-box.image-right .ht-image-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ht-image-box.image-left .ht-ib-image {
  margin-right: 3%;
}
.ht-image-box.image-right .ht-ib-image {
  margin-left: 3%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ht-iw-likes {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
  padding: 60px 10px 15px;
  z-index: 99;
  text-align: right;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
}
.owl-carousel .ht-portfolio-carousel-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.owl-carousel .ht-portfolio-carousel-item.htpc-loading {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.ht-portfolio-filter-wrap {
  border: 2px solid #eee;
  border-radius: 30px;
  float: left;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ht-portfolio-filter-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border-right: 2px solid #eee;
}
.ht-portfolio-filter-btn.btn-active {
  background: #eee;
}
.ht-portfolio-filter-btn:last-child {
  border-right: 0;
}
.ht-owl-nav {
  float: right;
  border: 2px solid #eee;
  border-radius: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ht-owl-nav .owl-prev,
.ht-owl-nav .owl-next {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  color: #ccc;
}
.ht-owl-nav .owl-prev {
  border-right: 2px solid #eee;
}
.ht-portfolio-carousel-image-wrap {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.ht-portfolio-carousel-image-wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-portfolio-carousel-image-wrap:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.ht-portfolio-carousel-image {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
}
.ht-portfolio-carousel-wrap h5 {
  margin: 0;
  font-size: 1em;
  border-bottom: 5px solid #eee;
  text-align: center;
  padding-bottom: 20px;
}
.ht-portfolio-carousel
  .ht-portfolio-carousel-slides.owl-carousel
  .owl-stage-outer {
  margin-bottom: 40px;
}
.ht-portfolio-carousel .owl-dots {
  text-align: center;
  margin: 0 0 40px;
}
.ht-portfolio-carousel .owl-carousel .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}
.ht-portfolio-carousel .owl-carousel .owl-dot.active {
  background: rgba(0, 0, 0, 0.4);
}
.ht-progress.ht-pb-style2 .ht-progress-bar-length {
  position: relative;
}
.ht-progress.ht-pb-style2 .ht-progress-bar-length span {
  background: #222;
  color: #fff;
  padding: 0 6px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-bottom: 10px;
  font-size: 12px;
}
.ht-progress.ht-pb-style2 .ht-progress-bar-length span:before {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #222 transparent transparent;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.ht-progress.ht-pb-style3 .ht-progress-bar {
  height: 14px;
  padding: 3px;
  background: #f0f0f0;
  border-radius: 20px;
}
.ht-progress.ht-pb-style3 .ht-progress-bar-length {
  position: relative;
  border-radius: 20px;
}
.ht-progress.ht-pb-style3 .ht-progress-bar-length span {
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-bottom: 15px;
  font-size: 10px;
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
}
.ht-progress.ht-pb-style3 .ht-progress-bar-length span:before {
  content: "";
  position: absolute;
  background: #444;
  border-radius: 0 30px 30px;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.ht-progress.ht-pb-style4 .ht-progress-bar-length {
  position: relative;
  border-radius: 20px;
}
.ht-progress.ht-pb-style4 .ht-progress-bar {
  height: 10px;
  border-radius: 20px;
}
.ht-progress.ht-pb-style4 .ht-progress-bar-length span {
  background: #ffc107;
  color: #fff;
  height: 40px;
  width: 40px;
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  margin-bottom: -4px;
  font-size: 12px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.ht-testimonial-widget h5 {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ht-testimonial-widget .designation {
  font-size: 0.85em;
  opacity: 0.9;
}
.ht-testimonial-widget.style1 {
  background: #fff;
  padding: 25px;
  margin-bottom: 40px;
  color: #333;
  -webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border: 1px solid #f6f6f6;
}
.ht-testimonial-widget.style1 .ht-testimonial-excerpt {
  margin: 0 0 20px;
  font-size: 0.9em;
}
.ht-testimonial-widget.style1 .ht-testimonial-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-testimonial-widget.style1 img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  border-radius: 50%;
}
.ht-testimonial-widget.style1 h5,
.ht-testimonial-widget.style2 h5 {
  color: #333;
}
.ht-testimonial-widget.style2 {
  text-align: center;
  background: #fff;
  padding: 90px 30px 40px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 50px !important;
  color: #333;
  border: 1px solid #f6f6f6;
}
.ht-testimonial-widget.style2 img {
  position: absolute;
  width: 120px;
  height: auto;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}
.ht-testimonial-widget.style2 .ht-testimonial-footer {
  margin-top: 30px;
}
.ht-testimonial-widget.style3 .ht-testimonial-excerpt {
  padding: 35px;
  background: #fff;
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #333;
}
.ht-testimonial-widget.style3 .ht-testimonial-excerpt:after {
  content: "";
  border: 12px solid transparent;
  position: absolute;
  border-top-color: #fff;
  height: 20px;
  bottom: -24px;
  left: 34px;
}
.ht-testimonial-widget.style3 .ht-testimonial-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-testimonial-widget.style3 img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  margin-left: 10px;
  border-radius: 50%;
}
.ht-testimonial-widget.style4 {
  text-align: center;
}
.ht-testimonial-widget.style4 img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin: 0 auto 30px;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.ht-testimonial-widget.style4 .ht-testimonial-footer {
  position: relative;
  margin-top: 30px;
}
.ht-testimonial-widget.style4 .ht-testimonial-footer:after {
  content: "\f243";
  font-family: Flaticon;
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  line-height: 2px;
  margin-top: -16px;
  -webkit-transform: scale(1.5) translateX(-50%);
  transform: scale(1.5) translateX(-50%);
  opacity: 0.8;
}
.ht-testimonial-slides .ht-testimonial-widget {
  margin: 10px;
}
.ht-testimonial-slides .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.ht-testimonial-slides.owl-carousel .owl-nav .owl-prev,
.ht-testimonial-slides.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  height: 44px;
  width: 44px;
  border: 1px solid #fff;
  line-height: 44px;
  margin: 0 5px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.ht-testimonial-slides .owl-nav .owl-prev i,
.ht-testimonial-slides .owl-nav .owl-next i {
  color: #333;
}
.ht-social-icons .ht-social-button {
  display: inline-block;
  background-color: #fff;
  color: #333;
  text-align: center;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ht-social-icons.si-fade-in .ht-social-button i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ht-social-icons.icon-small .ht-social-button {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 3px;
}
.ht-social-icons.icon-normal .ht-social-button {
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 6px;
}
.ht-social-icons.icon-big .ht-social-button {
  font-size: 42px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 12px;
}
.ht-social-icons.icon-large .ht-social-button {
  font-size: 70px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  margin: 20px;
}
.ht-social-icons.icon-left {
  text-align: left;
}
.ht-social-icons.icon-center {
  text-align: center;
}
.ht-social-icons.icon-right {
  text-align: right;
}
.ht-social-icons.si-fade-in .ht-social-button i {
  opacity: 0.8;
}
.ht-social-icons.si-fade-in .ht-social-button:hover i {
  opacity: 1;
}
.ht-social-icons.si-zoom .ht-social-button {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ht-social-icons.si-zoom .ht-social-button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ht-social-icons.si-rotate .ht-social-button {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ht-social-icons.si-rotate .ht-social-button:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ht-social-icons.si-slide-up .ht-social-button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ht-social-icons.si-slide-up .ht-social-button:hover {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
.ht-social-icons.style1 .ht-social-button {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ht-social-icons.style2 .ht-social-button {
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ht-social-icons.style3 .ht-social-button {
  background: 0 0;
  border: 2px solid #333;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.ht-social-icons.style4 .ht-social-button {
  background: 0 0;
  border: 2px solid #333;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.ht-social-icons.rounded-corner.icon-small .ht-social-button {
  border-radius: 4px;
}
.ht-social-icons.rounded-corner.icon-normal .ht-social-button {
  border-radius: 6px;
}
.ht-social-icons.rounded-corner.icon-big .ht-social-button {
  border-radius: 8px;
}
.ht-social-icons.rounded-corner.icon-large .ht-social-button {
  border-radius: 18px;
}
.ht-social-icons.style6 .ht-social-button:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: 8;
}
.ht-social-icons.style6 .ht-social-button i {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 9;
  position: relative;
}
.ht-social-icons.style6.icon-normal .ht-social-button:after {
  margin: 2px;
}
.ht-social-icons.style6.icon-big .ht-social-button:after {
  margin: 6px;
}
.ht-social-icons.style6.icon-large .ht-social-button:after {
  margin: 10px;
}
.ht-social-icons.style7.icon-small .ht-social-button {
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
}
.ht-social-icons.style7.icon-normal .ht-social-button {
  -webkit-box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.08) inset;
}
.ht-social-icons.style7.icon-big .ht-social-button {
  -webkit-box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.08) inset;
}
.ht-social-icons.style7.icon-large .ht-social-button {
  -webkit-box-shadow: 0 -12px 0 rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 -12px 0 rgba(0, 0, 0, 0.08) inset;
}
.ht-social-icons a i {
  color: inherit !important;
}
ul.ht-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ht-latest-posts li {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
.ht-lp-image {
  float: left;
  width: 30%;
}
.ht-lp-image + .ht-lp-content {
  width: 70%;
  float: right;
  padding-left: 20px;
  font-size: 0.9rem;
}
.ht-lp-date {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 10px;
}
.ht-lp-title a {
  color: inherit;
}
.ht-lp-excerpt {
  margin-top: 10px;
}
#ht-preloader-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: red;
  z-index: 99999;
  overflow: hidden;
}
body.elementor-editor-active #ht-preloader-wrap {
  display: none;
}
#ht-preloader-wrap > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ht-preloader-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.ht-boxed #ht-page {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
body.ht-boxed .ht-container,
body.ht-boxed .ht-slide-caption {
  padding-left: 40px !important;
  padding-right: 40px !important;
  width: 100%;
}
.sticky {
  display: block;
}
.hentry,
.total-hentry {
  margin: 0 0 60px;
}
.byline,
.updated:not(.published) {
  display: none;
}
.page-content p,
.entry-content p,
.page-content ul,
.entry-content ul,
.page-content ol,
.entry-content ol {
  margin-bottom: 30px;
}
.page-content ul ul,
.entry-content ul ul,
.page-content ol ol,
.entry-content ol ol {
  margin-bottom: 0;
}
.page-links {
  clear: both;
  margin: 0 0 15px;
}
#primary {
  width: 70%;
  float: left;
}
#secondary {
  width: 27%;
  float: right;
}
.ht-no-sidebar #primary {
  width: auto;
  float: none;
}
.ht-no-sidebar-narrow #primary {
  width: 76%;
  float: none;
  margin: 0 auto;
}
.ht-left-sidebar #primary {
  float: right;
}
.ht-left-sidebar #secondary {
  float: left;
}
.entry-header .entry-title {
  margin-bottom: 30px;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: inherit;
}
.entry-meta {
  margin-bottom: 20px;
  font-size: 0.9em;
  opacity: 0.9;
}
.entry-meta > span {
  display: inline-block;
  margin-right: 30px;
}
.entry-meta > span i {
  display: inline-block;
  margin-right: 5px;
}
.entry-meta a {
  color: inherit;
}
.entry-readmore {
  margin-top: 40px;
}
.entry-readmore a {
  background: #ffc107;
  padding: 12px 20px;
  line-height: 1.2;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.entry-readmore a:hover {
  background: #333;
  color: #fff;
}
.entry-comment i {
  margin-right: 5px;
}
.blog-layout1 .ht-post-info {
  float: left;
  width: 80px;
  text-align: right;
}
.single .blog-layout1 .ht-post-info {
  margin-right: 30px;
  margin-bottom: 20px;
}
.blog-layout1 .ht-post-info .entry-date {
  display: block;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.blog-layout1 .ht-post-info .entry-date span {
  display: block;
  text-transform: uppercase;
}
.blog-layout1 .ht-post-info .entry-date span.ht-day {
  font-size: 60px;
  line-height: 1.3;
  color: #ffc107;
}
.blog-layout1 .ht-post-info .entry-author-comment {
  font-size: 0.9em;
  line-height: 1.4;
}
.blog-layout1 .ht-post-info .entry-author-comment a {
  color: inherit;
}
.blog-layout1 .ht-post-info .entry-author {
  text-decoration: none;
  padding: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.blog-layout1 .ht-post-info .comment-link {
  text-transform: lowercase;
}
.blog-layout1 .ht-post-info .comment-link i {
  margin-right: 5px;
}
.blog-layout1 .ht-post-info + .ht-post-wrapper {
  padding-left: 105px;
}
.blog-layout1 .entry-figure {
  text-align: center;
  margin-bottom: 25px;
}
.blog-layout1 .entry-header h1.entry-title,
.blog-layout1 .entry-header div.entry-title {
  margin-bottom: 40px;
}
.blog-layout1 .ht-post-content {
  padding: 0 30px 30px;
  background: #fff;
}
.blog-layout1 .ht-post-content .entry-header {
  padding-top: 20px;
}
.blog-layout1 .entry-figure + .ht-post-content .entry-header {
  background: #fff;
  position: relative;
  margin-top: -65px;
  width: 90%;
  padding: 15px 15px 0 30px;
  margin-left: -30px;
}
.blog-layout2 .entry-body {
  padding: 40px;
  background: rgba(0, 0, 0, 0.02);
}
.blog-layout2 .ht-post-info {
  float: left;
  width: 20%;
  text-align: center;
  z-index: 99;
  padding-right: 40px;
}
.blog-layout2 .ht-post-info + .ht-post-content {
  float: left;
  width: 80%;
}
.blog-layout2 .ht-post-date {
  text-align: center;
}
.blog-layout2 .entry-date {
  display: inline-block;
  background: #ffc107;
  width: 70px;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 0.9em;
  margin-top: -40px;
  margin-bottom: 40px;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-layout2 .ht-day {
  display: block;
  font-size: 30px;
  color: #fff;
}
.blog-layout2 .entry-author-comment {
  font-size: 0.9em;
}
.blog-layout2 .entry-author-comment img {
  border-radius: 50%;
}
.blog-layout2 .entry-author-comment a {
  color: inherit;
}
.blog-layout2 .entry-author {
  margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-layout2 .comment-link {
  text-transform: lowercase;
}
.blog-layout2 .entry-header .entry-title {
  margin-bottom: 20px;
}
.blog-layout2 .entry-readmore {
  text-align: right;
}
.blog-layout3 .ht-post-content {
  background: #fff;
  padding: 40px 40px 0;
  margin-right: 5%;
  margin-left: 5%;
  position: relative;
}
.blog-layout3 .entry-figure + .ht-post-content {
  margin-top: -100px;
}
.blog-layout3 .entry-header .entry-title {
  margin-bottom: 20px;
}
.blog-layout3 .ht-post-info > span {
  margin-right: 20px;
}
.blog-layout3 .ht-post-info a {
  color: inherit;
}
.blog-layout4-first {
  position: relative;
}
.blog-layout4-first .entry-figure {
  position: relative;
}
.blog-layout4-first .entry-figure a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-layout4-first:hover .entry-figure a:after {
  background: rgba(0, 0, 0, 0.6);
}
.blog-layout4-first .ht-post-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  padding: 40px 100px;
}
.blog-layout4-first .ht-post-content a {
  color: #fff;
}
.total-hentry-wrap {
  margin-left: -5%;
}
.total-hentry-wrap .blog-layout4.total-hentry {
  width: 45%;
  float: left;
  margin-left: 5%;
}
.total-hentry-wrap .blog-layout4.total-hentry:nth-child(2n + 1) {
  clear: both;
}
.blog-layout4 .entry-figure {
  margin-bottom: 20px;
}
.blog-layout4 .entry-header .entry-title {
  font-size: 1.3em;
}
.blog-layout4 .entry-meta,
.blog-layout4-first .entry-meta {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.85em;
}
.blog-layout4-first .entry-header + .entry-meta {
  margin-bottom: 0;
}
.single .entry-header {
  margin-bottom: 30px;
}
.single .entry-header .entry-title {
  margin-bottom: 0;
}
.single .entry-header .ht-sub-title {
  margin-top: 20px;
}
.single-entry-content,
.single-entry-figure {
  margin-bottom: 40px;
}
.single-entry-content p,
.single-entry-content ul,
.single-entry-content ol {
  margin-bottom: 30px;
}
.single-entry-meta {
  margin-bottom: 40px;
  font-size: 0.9em;
}
.single-entry-meta a {
  color: inherit;
}
.single-entry-meta img {
  border-radius: 50%;
  margin-right: 10px;
}
.single-entry-meta > span {
  display: inline-block;
  margin-right: 30px;
  opacity: 0.8;
}
.single-entry-meta .entry-comment i {
  margin-right: 5px;
}
.single-entry-content,
.single-entry-figure {
  margin-bottom: 40px;
}
blockquote:not(.wp-block-quote) {
  background: #f6f6f6;
  padding: 40px;
  clear: both;
  margin: 0 0 30px;
  border-left: 3px solid #ffc107;
  font-style: italic;
  font-size: 1.1em;
}
blockquote:not(.wp-block-quote) p:last-child {
  margin-bottom: 0;
}
blockquote:not(.wp-block-quote) cite {
  font-size: 0.9em;
  display: block;
  margin-top: 20px;
}
.single-entry-footer {
  margin-bottom: 40px;
  font-size: 0.7em;
  line-height: 1;
}
.single-entry-footer span {
  margin-right: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
}
.single-entry-footer span i {
  margin-right: 5px;
}
.single-entry-footer a {
  background: rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  display: inline-block;
  margin-right: 10px;
  color: #333 !important;
  border-radius: 20px;
}
.single-entry-footer a:hover {
  background: #333;
  color: #eee !important;
}
.ht-social-share {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-social-share > span i {
  margin-right: 10px;
  display: inline-block;
}
.total-plus-share-buttons {
  float: right;
  margin-left: 40px;
}
.total-plus-share-buttons a {
  display: inline-block;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff !important;
  background: #333;
  font-size: 16px;
  border-radius: 30px;
}
.total-plus-share-buttons a i {
  color: #fff;
}
.total-plus-share-buttons .twitter-share {
  background: #2aa9e0;
}
.total-plus-share-buttons .facebook-share {
  background: #204385;
}
.total-plus-share-buttons .googleplus-share {
  background: #d3492c;
}
.total-plus-share-buttons .pinterest-share {
  background: #ca2128;
}
.total-plus-share-buttons .linkedin-share {
  background: #02669a;
}
.total-plus-share-buttons .stumbleupon-share {
  background: #eb4924;
}
.post-navigation {
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  font-size: 1.1em;
  line-height: 1.4;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
  padding: 0 20px;
}
.post-navigation .nav-next {
  text-align: right;
  border-left: 1px solid #eee;
}
.post-navigation a {
  color: inherit;
}
.post-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 10px;
}
.post-navigation .nav-previous a span i {
  margin-right: 10px;
}
.post-navigation .nav-next a span i {
  margin-left: 10px;
}
.total-plus-author-info {
  margin-bottom: 60px;
  border: 6px solid rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.total-plus-author-avatar {
  float: left;
}
.total-plus-author-description {
  padding-left: 130px;
}
.total-plus-author-icons a {
  color: #666;
  padding: 10px;
}
.total-plus-related-post {
  margin-bottom: 40px;
}
ul.total-plus-related-post-wrap {
  margin: 0 0 0 -3%;
  padding: 0;
  list-style: none;
}
ul.total-plus-related-post-wrap li {
  float: left;
  width: 30.33%;
  margin-left: 3%;
}
ul.total-plus-related-post-wrap .relatedthumb {
  margin-bottom: 15px;
}
ul.total-plus-related-post-wrap h4 {
  font-size: 1.1em;
}
ul.total-plus-related-post-wrap h4 a {
  color: inherit;
}
.content-area .widget-title {
  margin-bottom: 30px;
}
.ht-sidebar-style1 .widget-area .widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.ht-sidebar-style1 .widget-area .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  background: #ffc107;
  height: 2px;
}
.ht-sidebar-style2 .widget-area .widget-title {
  margin-bottom: 25px;
}
.ht-sidebar-style2 .widget-area .widget {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.ht-sidebar-style2 .widget-area .widget:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 4px;
  background: #ffc107;
}
.ht-sidebar-style3 .widget-area .widget-title {
  border-left: 6px solid #ffc107;
  padding: 0 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ht-sidebar-style1 #reply-title,
.ht-sidebar-style1 #comments .comments-title,
.ht-sidebar-style1 .total-plus-related-post .related-post-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
}
.ht-sidebar-style1 #reply-title:after,
.ht-sidebar-style1 #comments .comments-title:after,
.ht-sidebar-style1 .total-plus-related-post .related-post-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  height: 2px;
  background: #ffc107;
}
.ht-sidebar-style2 #reply-title,
.ht-sidebar-style2 #comments .comments-title,
.ht-sidebar-style2 .total-plus-related-post .related-post-title {
  margin-bottom: 20px;
}
.ht-sidebar-style3 #reply-title,
.ht-sidebar-style3 #comments .comments-title,
.ht-sidebar-style3 .total-plus-related-post .related-post-title {
  border-left: 6px solid #ffc107;
  padding: 0 15px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.widget-area ul ul {
  padding: 12px 0 0;
  border-top: 1px solid #f9f9f9;
  margin: 12px 0 0;
}
.widget-area ul ul li {
  padding-left: 10px;
}
.widget-area li {
  padding: 0 0 12px;
  border-bottom: 1px solid #f9f9f9;
  margin: 0 0 12px;
}
.widget-area li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area a {
  text-decoration: none;
}
.widget-area .widget {
  margin-bottom: 40px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.author-email-url {
  margin-left: -2%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-left: 2%;
  width: 31.33333%;
}
.author-email-url input {
  width: 100%;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
#comments {
  margin-bottom: 40px;
}
.logged-in-as,
.comment-notes {
  font-size: 0.9em;
}
.logged-in-as a {
  color: inherit;
}
#comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments li.comment .children {
  display: block;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
article.comment-body {
  background: #fff;
  margin: 0 0 30px;
  position: relative;
  border: 1px solid #eee;
  padding: 30px;
}
.comment-list a {
  color: #404040;
}
.comment-list a:hover {
  color: #ffc107;
}
.comment-list .comment-respond {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
}
.comment-list .vcard img {
  border-radius: 50%;
  margin-right: 10px;
}
.comment-list .vcard .fn {
  font-weight: 400;
  font-size: 16px;
}
.comment-list .edit-link {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .edit-link a {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
}
.comment-list .comment-meta {
  margin-bottom: 15px;
}
.comment-list .comment-metadata {
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 14px;
}
.comment-list .comment-metadata a {
  float: left;
}
.comment-list .comment-metadata .reply {
  float: right;
}
#cancel-comment-reply-link {
  float: right;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  background: #ffc107;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  position: relative;
}
.comment-navigation .nav-next a {
  margin-right: 13px;
}
.comment-navigation .nav-next a:after {
  content: "";
  position: absolute;
  border-left: 11px solid #ffc107;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  right: -11px;
}
.comment-navigation .nav-previous a {
  margin-left: 11px;
}
.comment-navigation .nav-previous a:after {
  content: "";
  position: absolute;
  border-right: 11px solid #ffc107;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  left: -11px;
}
.no-comments {
  color: #ffc107;
}
.pagination {
  clear: both;
  text-align: center;
  margin-bottom: 60px;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 2px;
  background: #ffc107;
  color: #fff;
  padding: 16px 22px;
  line-height: 1;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #333;
  color: #fff;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
  vertical-align: middle;
}
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery {
  margin-bottom: 15px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.ht-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.ht-fullwidth-container {
  width: auto !important;
  max-width: none !important;
}
#ht-content {
  clear: both;
}
#ht-masthead {
  z-index: 999;
  transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
}
.ht-header-above #ht-masthead {
  position: relative;
}
.ht-header-over #ht-masthead {
  position: absolute;
  left: 0;
  right: 0;
}
.ht-hide-titlebar .ht-site-header {
  padding-bottom: 60px;
}
.ht-top-header {
  position: relative;
  background: #ffc107;
  padding: 10px 0;
  font-size: 0.86rem;
  line-height: 1.2;
  color: #fff;
  z-index: 9;
}
.ht-mobile-top-header {
  display: none;
}
.ht-top-header a {
  text-decoration: none;
  color: #fff;
}
.ht-top-header p {
  margin-bottom: 0;
}
.ht-top-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.th-social a {
  padding: 5px 10px;
}
.th-menu > ul > li {
  display: inline-block;
  margin: 0 8px;
}
.ht-th-left {
  float: left;
  max-width: 80%;
}
.ht-th-right {
  float: right;
  max-width: 80%;
}
.ht-th-right .widget {
  margin: 0;
}
.ht-top-header .widget_polylang ul li {
  display: inline-block;
  margin: 0 5px;
}
.ht-header {
  position: relative;
}
#ht-site-branding {
  padding: 15px 0;
  transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
}
#ht-site-branding img {
  max-height: 50px;
  width: auto;
}
.ht-header-widget .widget:last-child {
  margin-bottom: 0;
}
.ht-main-header {
  background: #f7f9fd;
  padding: 45px 0;
  margin-bottom: 60px;
  position: relative;
}
body.ht-no-header-space .ht-main-header {
  margin-bottom: 0;
}
body.ht-no-header-space.ht-hide-titlebar .ht-site-header {
  padding-bottom: 0;
}
.ht-header-over.ht-hide-titlebar #ht-masthead {
  position: relative;
}
.ht-main-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ht-main-header > .ht-container {
  position: relative;
}
.ht-main-title {
  margin: 0 0 15px;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}
.ht-main-title:last-child,
.ht-sub-title:last-child {
  margin-bottom: 0;
}
.ht-sub-title {
  margin-bottom: 15px;
  font-size: 1.2em;
}
.ht-site-title {
  font-weight: 400;
  margin: 0 0 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 32px !important;
  line-height: 1 !important;
}
.ht-site-title:last-child {
  margin: 0;
}
.ht-site-title a {
  text-decoration: none;
  color: #ffc107;
}
.ht-site-description {
  color: #eee;
  margin: 0;
  font-size: 15px;
  line-height: 1;
}
.ht-site-description a {
  color: #333;
}
.ht-header-one .ht-header {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.ht-header-one .ht-header .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-header-one .ht-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ht-masthead.ht-header-two {
  margin-top: 40px;
  position: absolute;
  left: 0;
  right: 0;
}
.ht-boxed #ht-masthead.ht-header-two {
  left: 40px;
  right: 40px;
}
.ht-header-two .ht-header .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.ht-header-two .ht-header-nav-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ht-header-two .ht-top-header {
  padding-left: 20px;
  padding-right: 20px;
}
.ht-header-two .ht-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.ht-header-two.hover-style5 .ht-main-navigation,
.ht-header-two.hover-style6 .ht-main-navigation {
  padding: 0;
}
.ht-header-two #ht-site-branding {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px 30px;
  max-width: 50%;
}
#ht-masthead.ht-header-three {
  position: absolute;
  left: 0;
  right: 0;
}
.ht-header-three .ht-top-header {
  margin-bottom: 20px;
}
.ht-header-three .ht-header .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.ht-sticky-header
  .ht-header-three
  .ht-header.headroom.headroom--not-top
  .ht-container {
  border-bottom: 0;
}
.ht-header-three .ht-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-header-three.hover-style6 .ht-menu > ul > li.menu-item > a:before {
  bottom: auto;
  top: 0;
}
.ht-header-three .ht-menu > ul {
  float: right;
}
.ht-header-four .ht-middle-header {
  border-top: 4px solid #ffc107;
}
.ht-header-four .ht-top-header + .ht-middle-header {
  border-top: 0;
}
.ht-header-four .ht-middle-header .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ht-header-four .ht-header {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ht-sticky-header .ht-header-four .ht-header.headroom--not-top {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.ht-header-four .ht-header-wrap {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.ht-header-four .ht-header .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.ht-sticky-header .ht-header-four .ht-header.headroom--not-top .ht-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ht-header-four #ht-site-branding {
  float: left;
}
.ht-header-four .ht-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-header-four.hover-style5 .ht-main-navigation {
  webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.ht-sticky-header
  .ht-header-four
  .ht-header.headroom.headroom--not-top
  .ht-main-navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ht-header-four.hover-style5 .ht-header .ht-container,
.ht-header-four.hover-style6 .ht-header .ht-container {
  padding: 0;
}
.ht-header-four .ht-menu > ul > li.menu-item {
  margin: 0;
}
.ht-header-four .ht-menu > ul > li.menu-item > a {
  margin: 0 10px;
}
.ht-site-header.ht-header-four.hover-style5 .ht-menu > ul > li.menu-item > a {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.ht-header-four .ht-menu > ul > li.menu-item > a:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.07);
}
.ht-header-four.hover-style2 .ht-menu > ul > li.menu-item > a:after,
.ht-header-four.hover-style4 .ht-menu > ul > li.menu-item > a:after {
  right: -11px;
}
.ht-header-four.hover-style5 .ht-menu > ul > li.menu-item > a:after {
  right: 0;
}
.ht-header-four .ht-menu > ul > li.menu-item:last-child > a:after {
  display: none;
}
.ht-header-four.hover-style6 .ht-menu > ul > li.menu-item:hover > a:before,
.ht-header-four.hover-style6
  .ht-menu
  > ul
  > li.menu-item.current_page_item
  > a:before,
.ht-header-four.hover-style6
  .ht-menu
  > ul
  > li.menu-item.current-menu-item
  > a:before,
.ht-header-four.hover-style6
  .ht-menu
  > ul
  > li.menu-item.current_page_ancestor
  > a:before,
.ht-header-four.hover-style6 .ht-menu > ul > li.menu-item.current > a:before {
  width: 100%;
  top: auto;
}
#ht-masthead.ht-header-five {
  position: absolute;
  left: 0;
  right: 0;
}
.ht-boxed #ht-masthead.ht-header-five {
  left: 40px;
  right: 40px;
}
.ht-header-five .ht-top-header {
  transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.ht-header-five .ht-header {
  margin-top: 25px;
}
.ht-header-five .ht-header .ht-container {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.ht-header-five .ht-top-header + .ht-header {
  margin-top: 0;
}
.ht-header-five .ht-top-header + .ht-header .ht-container {
  padding-top: 25px;
}
.ht-sticky-header
  .ht-header-five
  .ht-top-header
  + .ht-header.headroom--not-top
  .ht-container {
  padding-top: 0;
}
.ht-header-five .ht-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-header-five .ht-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-header-five .ht-menu > ul {
  float: right;
}
.ht-header-five .ht-top-header.ht-container {
  max-width: 1070px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 9;
  clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
}
.ht-header-six#ht-masthead {
  position: relative;
}
.ht-header-six .ht-middle-header {
  background: #fff;
}
.ht-header-six .ht-middle-header .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ht-header-six #ht-site-branding {
  transform: translateY(30%);
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
}
.ht-header-six .ht-main-navigation {
  background: #ffc107;
  position: relative;
}
.ht-header-six .ht-main-navigation:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 35%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}
.ht-sticky-header
  .ht-header-six
  .ht-header.headroom--not-top
  .ht-main-navigation:before {
  display: none;
}
.ht-header-six .ht-main-navigation .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-header-six .ht-menu {
  margin-left: 300px;
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -200px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -200px;
  }
  to {
    margin-top: 0;
  }
}
.ht-sticky-header .headroom.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: headerSlideDown 0.95s ease forwards;
  animation: headerSlideDown 0.95s ease forwards;
}
.admin-bar.ht-sticky-header .headroom.headroom--not-top {
  top: 32px;
}
.ht-sticky-header
  .ht-header-two.ht-site-header
  .headroom.headroom--not-top
  .ht-top-header {
  display: none;
}
.breadcrumb-trail,
.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  margin: 0;
  color: inherit;
}
.breadcrumb-trail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-trail ul li {
  display: inline-block;
}
.breadcrumb-trail ul li:after {
  content: "/";
  margin: 0 6px;
}
.breadcrumb-trail ul li:last-child:after {
  display: none;
}
.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-trail a {
  color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.breadcrumb-trail a:hover span {
  color: #ffc107;
}
.taxonomy-description,
.term-description {
  margin-bottom: 15px;
}
.taxonomy-description p:last-child,
.term-description p:last-child {
  margin-bottom: 0;
}
.site-main .comment-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.ht-section {
  background: #fff;
}
[data-stellar-background-ratio] {
  background-attachment: fixed !important;
}
.ht-section-wrap {
  padding: 100px 0;
  position: relative;
}
.ht-section-tagline-text {
  font-size: 1.3rem;
}
.ht-section-title-tagline {
  margin-bottom: 60px;
}
.ht-section-super-title {
  display: block;
  margin-bottom: 15px;
  font-size: 1.1rem;
  opacity: 0.9;
}
.ht-section-title {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
}
.ht-section-title-wrap {
  margin-bottom: 15px;
}
.ht-section-title-wrap:last-child {
  margin-bottom: 0;
}
.ht-section-title-top-center {
  text-align: center;
  width: 80%;
  margin: 0 auto 60px;
}
.ht-section-title-top-cs {
  text-align: center;
  width: 80%;
  margin: 0 auto 60px;
}
.ht-section-title-top-cs .ht-section-title {
  position: relative;
  padding-bottom: 15px;
}
.ht-section-title-top-cs .ht-section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 60px;
  margin-left: -30px;
  margin-top: -3px;
  height: 3px;
  background: #333;
}
.ht-section-title-top-ls .ht-section-title {
  position: relative;
  padding-bottom: 15px;
}
.ht-section-title-top-ls .ht-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 60px;
  margin-top: -3px;
  height: 3px;
  background: #333;
}
.ht-section-title-side {
  width: 30%;
  float: left;
  text-align: left;
  margin-bottom: 0;
  padding-right: 40px;
}
.ht-section-title-side + .ht-section-content {
  width: 70%;
  float: left;
}
.ht-section-title-side .ht-section-title {
  letter-spacing: 0;
  line-height: 1.2;
}
.ht-section-title-single-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ht-section-title-single-row .ht-section-title-wrap {
  width: 30%;
  padding-right: 40px;
  border-right: 3px solid #333;
  margin-bottom: 0;
}
.ht-section-title-single-row .ht-section-title {
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.2;
}
.ht-section-title-single-row .ht-section-tagline {
  width: 70%;
  padding-left: 40px;
}
.ht-section-title-single-row .ht-section-tagline p:last-child {
  margin-bottom: 0;
}
.ht-section-title-big {
  text-align: center;
}
.ht-section-title-big .ht-section-title-wrap {
  position: relative;
}
.ht-section-title-big .ht-section-super-title {
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  color: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  line-height: 1.1;
  opacity: 0.05;
}
.ht-section-title-big .ht-section-title {
  padding: 40px 0;
  margin: 0;
  position: relative;
}
.ht-section-title-big .ht-section-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 70px;
  height: 2px;
  background: #ffc107;
  -webkit-box-shadow: -35px -8px 0px 0px #ffc107;
  box-shadow: -35px -8px 0px 0px #ffc107;
  margin-left: -35px;
  margin-top: -20px;
}
.ht-section-button {
  margin-top: 30px;
}
.ht-section-button .ht-button,
.ht-section-button .ht-button:hover {
  color: #fff;
}
.ht-section-content .ht-section-button {
  text-align: center;
}
.ht-section-seperator {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.top-section-seperator {
  top: -1px;
}
.bottom-section-seperator {
  bottom: -1px;
}
.ht-section-seperator svg {
  height: 100%;
  width: 100%;
}
.svg-water-waves-wrap svg,
.svg-water-waves-wrap {
  min-height: 80px;
}
.svg-clouds-wrap svg,
.svg-clouds-wrap,
.svg-droplets-wrap svg,
.svg-droplets-wrap {
  min-height: 150px;
}
.svg-paper-cut-wrap svg,
.svg-paper-cut-wrap {
  max-height: 120px;
}
.top-section-seperator.svg-big-triangle-left-wrap svg,
.top-section-seperator.svg-tilt-left-wrap svg {
  -webkit-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}
.top-section-seperator.svg-big-triangle-right-wrap svg,
.top-section-seperator.svg-curve-center-wrap svg,
.top-section-seperator.svg-clouds-wrap svg,
.top-section-seperator.svg-tilt-right-wrap svg,
.top-section-seperator.svg-uniform-waves-wrap svg,
.top-section-seperator.svg-water-waves-wrap svg,
.top-section-seperator.svg-slanted-waves-wrap svg,
.top-section-seperator.svg-zigzag-wrap svg,
.bottom-section-seperator.svg-big-triangle-center-wrap svg,
.bottom-section-seperator.svg-curve-repeater-wrap svg,
.bottom-section-seperator.svg-droplets-wrap svg,
.bottom-section-seperator.svg-small-triangle-center-wrap svg,
.bottom-section-seperator.svg-big-waves-wrap svg,
.bottom-section-seperator.svg-paper-cut-wrap svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bottom-section-seperator.svg-big-triangle-right-wrap svg,
.bottom-section-seperator.svg-tilt-right-wrap svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ht-main-navigation ul {
  list-style: none;
  margin: 0;
}
.ht-menu li.menu-item {
  position: relative;
}
.ht-menu > ul > li.menu-item {
  float: left;
  margin-left: 6px;
}
.ht-menu li.menu-item > a {
  position: relative;
  display: block;
}
.ht-menu > ul > li.menu-item > a {
  padding: 0 15px;
}
.ht-menu li.menu-item > a > i {
  line-height: inherit !important;
  font-size: 1em !important;
}
.ht-menu > ul > li.menu-item > a > .dropdown-nav {
  position: relative;
  right: -4px;
}
.ht-menu ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 240px;
  z-index: 999;
  padding: 8px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
.ht-menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0;
  border-top: 0;
}
.ht-menu ul ul li.menu-item {
  float: none;
  margin: 0 0 5px;
  padding: 0;
}
.ht-menu ul ul li.menu-item > a {
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  padding: 10px 15px;
}
.ht-menu ul ul li.menu-item:last-child {
  margin-bottom: 0;
}
.ht-menu ul ul a .dropdown-nav {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ht-menu ul li.menu-item:hover > ul {
  display: block;
}
.ht-menu > ul > li.menu-item:hover > a,
.ht-menu > ul > li.menu-item.current_page_item > a,
.ht-menu > ul > li.menu-item.current-menu-item > a,
.ht-menu > ul > li.menu-item.current_page_ancestor > a {
  background: 0 0;
  color: inherit;
}
.ht-menu ul ul li.menu-item.menu-item-has-children > a {
  padding-right: 10px;
}
.ht-header-bttn {
  display: inline-block;
  margin-left: 20px;
  padding: 0 20px;
  white-space: nowrap;
}
.hover-style5 .ht-header-bttn,
.hover-style6 .ht-header-bttn {
  padding: 0 20px;
}
.ht-menu > ul > li.menu-item.menu-item-social-icon {
  margin-left: 6px !important;
}
.ht-menu > ul > li.menu-item.menu-item-social-icon > a {
  padding: 0 5px !important;
}
.ht-site-header.ht-header-four.hover-style5
  .ht-menu
  > ul
  > li.menu-item.menu-item-social-icon
  > a,
.ht-site-header.ht-header-four.hover-style6
  .ht-menu
  > ul
  > li.menu-item.menu-item-social-icon
  > a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ht-site-header.ht-header-four
  .ht-menu
  > ul
  > li.menu-item.menu-item-social-icon {
  margin-left: 0 !important;
}
.ht-main-navigation .ht-menu ul.megamenu {
  padding: 20px 0;
}
.ht-menu ul li:not(.megamenu-category) ul.megamenu ul {
  opacity: 1 !important;
  display: block !important;
  position: static;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  padding: 0;
}
.ht-menu ul ul.megamenu > li.menu-item {
  float: left;
  padding: 0 20px;
}
.ht-menu ul ul.megamenu ul li.menu-item {
  margin: 0;
}
.ht-menu .megamenu-auto-width .megamenu.col-1 {
  width: 220px;
}
.ht-menu .megamenu-auto-width .megamenu.col-2 {
  width: 440px;
}
.ht-menu .megamenu-auto-width .megamenu.col-3 {
  width: 660px;
}
.ht-menu .megamenu-auto-width .megamenu.col-4 {
  width: 880px;
}
.ht-menu .megamenu-auto-width .megamenu.col-5 {
  width: 1000px;
}
.ht-menu .megamenu-auto-width .megamenu.col-6 {
  width: 1220px;
}
.ht-main-navigation li.megamenu-auto-width ul.megamenu {
  padding: 20px 10px;
}
.ht-menu ul li.megamenu-auto-width ul.megamenu > li.menu-item {
  padding: 0 20px;
}
.ht-menu .megamenu.col-1 > li.menu-item {
  width: 100%;
}
.ht-menu .megamenu.col-2 > li.menu-item {
  width: 50%;
}
.ht-menu .megamenu.col-3 > li.menu-item {
  width: 33.33%;
}
.ht-menu .megamenu.col-4 > li.menu-item {
  width: 25%;
}
.ht-menu .megamenu.col-5 > li.menu-item {
  width: 20%;
}
.ht-menu .megamenu.col-6 > li.menu-item {
  width: 16.66%;
}
.ht-menu .megamenu.col-2 > li.menu-item:nth-child(2n + 1) {
  clear: both;
}
.ht-menu .megamenu.col-3 > li.menu-item:nth-child(3n + 1) {
  clear: both;
}
.ht-menu .megamenu.col-4 > li.menu-item:nth-child(4n + 1) {
  clear: both;
}
.ht-menu .megamenu.col-5 > li.menu-item:nth-child(5n + 1) {
  clear: both;
}
.ht-menu .megamenu.col-6 > li.menu-item:nth-child(6n + 1) {
  clear: both;
}
.ht-menu ul.megamenu li.menu-item.heading-yes .heading-yes {
  margin-top: 20px;
}
.ht-menu ul.megamenu li.menu-item.heading-yes > a {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}
li.menu-item.heading-hide > a {
  display: none !important;
}
.ht-menu ul ul.megamenu li.menu-item > a {
  border-bottom: 0;
}
ul.megamenu > li.menu-item a .dropdown-nav {
  display: none;
}
.ht-menu .menu-template,
.ht-menu .menu-widget {
  margin-bottom: 20px;
}
.ht-menu .menu-template:last-child,
.ht-menu .menu-widget:last-child {
  margin-bottom: 0;
}
li.menu-item.heading-yes > a {
  pointer-events: none;
  color: inherit !important;
}
.megamenu-full-width.megamenu-category .cat-megamenu-tab {
  width: 220px;
  padding: 40px 0 40px 20px;
  float: left;
}
.megamenu-full-width.megamenu-category .cat-megamenu-tab > div {
  position: relative;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}
.megamenu-full-width.megamenu-category .cat-megamenu-tab > div:after {
  content: "\F142";
  font-family: "Material Design Icons";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.megamenu-full-width.megamenu-category .cat-megamenu-content {
  padding-left: 220px;
  padding-right: 20px;
  background: 0 0;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content ul {
  display: none;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content-full ul {
  display: block;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  margin-left: -2%;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content ul:first-child {
  display: block;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content ul li {
  width: 31.33%;
  float: left;
  margin-left: 2%;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content-full {
  padding: 0 20px;
}
.megamenu-full-width.megamenu-category .cat-megamenu-content-full ul li {
  width: 23%;
  float: left;
  margin-left: 2%;
}
.megamenu-full-width.megamenu-category .mega-post-title {
  margin-bottom: 8px;
}
.megamenu-full-width.megamenu-category .mega-post-title a {
  font-size: inherit;
  line-height: 1.2 !important;
  display: block;
}
.megamenu-full-width.megamenu-category .mega-post-link {
  display: block;
  margin-bottom: 10px;
}
.megamenu-full-width.megamenu-category .mega-post-date {
  font-size: 0.9em;
  opacity: 0.7;
}
.hover-style1 .ht-menu > ul > li.menu-item:hover > a,
.hover-style1 .ht-menu > ul > li.menu-item.current_page_item > a,
.hover-style1 .ht-menu > ul > li.menu-item.current-menu-item > a,
.hover-style1 .ht-menu > ul > li.menu-item.current_page_ancestor > a,
.hover-style1 .ht-menu > ul > li.menu-item.current > a {
  background: #ffc107;
  color: #fff;
}
.hover-style2 .ht-menu > ul > li.menu-item > a,
.hover-style4 .ht-menu > ul > li.menu-item > a {
  border: 1px solid transparent;
}
.hover-style2 .ht-menu > ul > li.menu-item:hover > a,
.hover-style2 .ht-menu > ul > li.menu-item.current_page_item > a,
.hover-style2 .ht-menu > ul > li.menu-item.current-menu-item > a,
.hover-style2 .ht-menu > ul > li.menu-item.current_page_ancestor > a,
.hover-style2 .ht-menu > ul > li.menu-item.current > a,
.hover-style4 .ht-menu > ul > li.menu-item:hover > a,
.hover-style4 .ht-menu > ul > li.menu-item.current_page_item > a,
.hover-style4 .ht-menu > ul > li.menu-item.current-menu-item > a,
.hover-style4 .ht-menu > ul > li.menu-item.current_page_ancestor > a,
.hover-style4 .ht-menu > ul > li.menu-item.current > a {
  border: 1px solid #ffc107;
  color: #ffc107;
}
.hover-style3 .ht-menu > ul > li.menu-item > a,
.hover-style4 .ht-menu > ul > li.menu-item > a {
  border-radius: 30px;
}
.hover-style3 .ht-menu > ul > li.menu-item > a,
.hover-style5 .ht-menu > ul > li.menu-item > a {
  padding-left: 20px;
  padding-right: 20px;
}
.hover-style3 .ht-menu > ul > li.menu-item:hover > a,
.hover-style3 .ht-menu > ul > li.menu-item.current_page_item > a,
.hover-style3 .ht-menu > ul > li.menu-item.current-menu-item > a,
.hover-style3 .ht-menu > ul > li.menu-item.current_page_ancestor > a,
.hover-style3 .ht-menu > ul > li.menu-item.current > a {
  background: #ffc107;
}
.hover-style5 .ht-menu li.menu-item {
  margin-left: 0;
}
.hover-style6 .ht-menu > ul > li.menu-item > a {
  position: relative;
}
.hover-style6 .ht-menu > ul > li.menu-item:hover > a:before,
.hover-style6 .ht-menu > ul > li.menu-item.current_page_item > a:before,
.hover-style6 .ht-menu > ul > li.menu-item.current-menu-item > a:before,
.hover-style6 .ht-menu > ul > li.menu-item.current_page_ancestor > a:before,
.hover-style6 .ht-menu > ul > li.menu-item.current > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #ffc107;
}
.hover-style1 .ht-menu > ul > li.menu-item.menu-item-social-icon:hover > a,
.hover-style1 .ht-menu > ul > li.menu-item.menu-item-search:hover > a,
.hover-style1 .ht-menu > ul > li.menu-item.menu-item-ht-cart:hover > a,
.hover-style3 .ht-menu > ul > li.menu-item.menu-item-social-icon:hover > a,
.hover-style3 .ht-menu > ul > li.menu-item.menu-item-search:hover > a,
.hover-style3 .ht-menu > ul > li.menu-item.menu-item-ht-cart:hover > a,
.hover-style5 .ht-menu > ul > li.menu-item.menu-item-social-icon:hover > a,
.hover-style5 .ht-menu > ul > li.menu-item.menu-item-search:hover > a,
.hover-style5 .ht-menu > ul > li.menu-item.menu-item-ht-cart:hover > a,
.hover-style6
  .ht-menu
  > ul
  > li.menu-item.menu-item-social-icon:hover
  > a:before,
.hover-style6 .ht-menu > ul > li.menu-item.menu-item-search:hover > a:before,
.hover-style6 .ht-menu > ul > li.menu-item.menu-item-ht-cart:hover > a:before {
  background: 0 0;
}
.hover-style2 .ht-menu > ul > li.menu-item.menu-item-social-icon:hover > a,
.hover-style2 .ht-menu > ul > li.menu-item.menu-item-search:hover > a,
.hover-style2 .ht-menu > ul > li.menu-item.menu-item-ht-cart:hover > a,
.hover-style4 .ht-menu > ul > li.menu-item.menu-item-social-icon:hover > a,
.hover-style4 .ht-menu > ul > li.menu-item.menu-item-search:hover > a,
.hover-style4 .ht-menu > ul > li.menu-item.menu-item-ht-cart:hover > a {
  border-color: transparent;
}
#ht-home-slider-section {
  position: relative;
}
.ht-slide {
  position: relative;
}
.ht-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.ht-full-window-slider .ht-slide {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
.ht-slide img {
  width: 100%;
}
.ht-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.ht-slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1170px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ht-slide-caption.ht-slide-center {
  text-align: center;
}
.ht-slide-caption.ht-slide-left {
  text-align: left;
}
.ht-slide-caption.ht-slide-right {
  text-align: right;
}
.ht-slide-caption.ht-slide-center .ht-slide-cap-title,
.ht-slide-caption.ht-slide-center .ht-slide-cap-desc {
  padding: 0 10%;
}
.ht-slide-caption.ht-slide-left .ht-slide-cap-title,
.ht-slide-caption.ht-slide-left .ht-slide-cap-desc {
  text-align: left;
  padding-right: 40%;
}
.ht-slide-caption.ht-slide-right .ht-slide-cap-title,
.ht-slide-caption.ht-slide-right .ht-slide-cap-desc {
  padding-left: 40%;
}
.ht-slide-cap-title {
  font-size: 46px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.ht-slide-cap-title span {
  font-weight: 500;
  display: inline-block;
  padding: 8px 15px;
  background: #ffc107;
}
.ht-slide-cap-desc {
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.ht-slide-button {
  margin-top: 30px;
}
.ht-slide-button a,
.ht-banner-button a.ht-button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  background: 0 0;
  height: auto;
}
.ht-slide-button a:hover {
  color: #333;
}
#ht-home-slider-section .owl-nav [class*="owl-"] {
  position: absolute;
  height: 70px;
  width: 50px;
  top: 50%;
  margin-top: -35px;
  background: #222;
  font-size: 0px;
}
#ht-home-slider-section .owl-nav [class*="owl-"]:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 13px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
#ht-home-slider-section .owl-nav [class*="owl-"]:after {
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 15px;
  bottom: 13px;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
#ht-home-slider-section .owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: rotate(180deg);
}
#ht-home-slider-section .owl-carousel .owl-nav .owl-next {
  right: 0;
}
#ht-home-slider-section .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
#ht-home-slider-section .owl-dots .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  margin: 0 4px;
}
#ht-home-slider-section .owl-dots .owl-dot.active {
  background: #fff;
}
.ht-slide-cap-title {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}
.active .ht-slide-cap-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ht-slide-cap-desc {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}
.active .ht-slide-cap-desc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ht-slide-button {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.3s ease 1.5s;
  transition: all 0.3s ease 1.5s;
}
.active .ht-slide-button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ht-main-banner {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.ht-main-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ht-main-banner .ht-container {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-banner-caption {
  color: #fff;
  padding: 80px 0;
}
.ht-banner-left .ht-banner-caption {
  width: 60%;
}
.ht-banner-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ht-banner-right .ht-banner-caption {
  width: 60%;
  text-align: right;
}
.ht-banner-center .ht-banner-caption {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.ht-banner-title {
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
}
.ht-banner-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.ht-full-height {
  min-height: 100vh;
}
#ht-about-section .ht-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.ht-about-sec {
  width: 54%;
  padding-right: 30px;
}
.ht-about-sec.fullwidth {
  width: 100%;
  padding: 0;
}
.ht-about-sec h2 {
  text-align: left;
  width: auto;
  margin-bottom: 15px;
}
.ht-progress {
  margin-bottom: 30px;
}
.ht-progress:last-child {
  margin-bottom: 0;
}
.ht-progress h6 {
  margin-bottom: 8px;
}
.ht-progress-bar-sec {
  margin-top: 30px;
}
.ht-about-sec.fullwidth .ht-progress-bar-sec {
  width: 50%;
}
.ht-progress-bar {
  height: 8px;
  width: 100%;
  position: relative;
  background: #f6f6f6;
}
.ht-progress-bar-length {
  background: #ffc107;
  height: 100%;
  text-align: right;
  width: 0;
}
.ht-progress-bar-length span {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.ht-about-sidebar {
  width: 45%;
  padding-left: 30px;
}
.ht-featured-post-wrap {
  margin-left: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ht-featured-post {
  float: left;
  margin-left: 3%;
  width: 30.33%;
  text-align: center;
  margin-bottom: 50px;
}
.ht-featured-post h5 {
  margin-bottom: 20px;
}
.ht-featured-link a {
  display: inline-block;
  font-size: 0.9em;
}
.ht-featured-icon i {
  vertical-align: middle;
}
.ht-featured-link {
  margin-top: 30px;
}
.ht-featured-link i {
  margin-left: 5px;
}
.ht-featured-excerpt {
  opacity: 0.9;
}
.ht-col-2 .ht-featured-post {
  width: 47%;
}
.ht-col-3 .ht-featured-post {
  width: 30.33%;
}
.ht-col-4 .ht-featured-post {
  width: 22%;
}
.ht-col-5 .ht-featured-post {
  width: 17%;
}
.ht-col-6 .ht-featured-post {
  width: 13.66%;
}
.ht-col-2 .ht-featured-post:nth-child(2n + 1) {
  clear: both;
}
.ht-col-3 .ht-featured-post:nth-child(3n + 1) {
  clear: both;
}
.ht-col-4 .ht-featured-post:nth-child(4n + 1) {
  clear: both;
}
.ht-col-5 .ht-featured-post:nth-child(5n + 1) {
  clear: both;
}
.ht-col-6 .ht-featured-post:nth-child(6n + 1) {
  clear: both;
}
.ht-featured-section .style1 .ht-featured-post {
  border: 2px solid #fff;
  padding: 0 30px 60px;
  position: relative;
  border-top: 0;
  margin-bottom: 70px;
}
.ht-featured-section .style1 .ht-featured-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  margin-right: 80px;
  height: 2px;
  background: #fff;
}
.ht-featured-section .style1 .ht-featured-post:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  margin-left: 80px;
  height: 2px;
  background: #fff;
}
.ht-featured-section .style1 .ht-featured-icon {
  display: inline-block;
  color: #fff;
  font-size: 46px;
  line-height: 80px;
  width: 160px;
  margin-bottom: 10px;
}
.ht-featured-section .style1 .ht-featured-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.ht-featured-section .style1 .ht-featured-link a {
  padding: 10px 20px;
}
.ht-featured-section .style2 .ht-featured-post {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 20px -8px rgba(158, 153, 158, 1);
  box-shadow: 0px 1px 20px -8px rgba(158, 153, 158, 1);
  border-top: 3px solid #ffc107;
}
.ht-featured-section .style2 .ht-featured-icon {
  color: #333;
  font-size: 46px;
  margin-bottom: 20px;
}
.ht-featured-section .style3 .ht-featured-post {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  margin-bottom: 40px;
}
.ht-featured-section .style3 .ht-featured-icon {
  font-size: 40px;
  margin-bottom: 30px;
}
.ht-featured-section .style4 .ht-featured-post {
  text-align: left;
}
.ht-featured-section .style4 .ht-featured-icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.ht-featured-section .style4 .ht-featured-link {
  margin-top: 15px;
}
.ht-featured-section .style4 .ht-featured-excerpt {
  font-size: 0.94em;
}
.ht-featured-section .style5 .ht-featured-icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.ht-featured-section .style6 .ht-featured-post {
  padding-left: 70px;
  text-align: left;
}
.ht-featured-section .style6 .ht-featured-icon {
  float: left;
  font-size: 40px;
  margin-left: -70px;
}
.ht-featured-section .style6 .ht-featured-post h5 {
  margin-bottom: 20px;
}
.ht-featured-section .style6 .ht-featured-post .ht-featured-link {
  margin-top: 20px;
}
.ht-featured-section .style7 .ht-featured-post {
  background: #fff;
  padding: 30px 40px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-featured-section .style7 .ht-featured-post:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ht-featured-section .style7 .ht-featured-post h5 {
  text-transform: uppercase;
}
.ht-featured-section .style7 .ht-featured-icon {
  position: relative;
  display: inline-block;
  background: #ffc107;
  height: 60px;
  width: 60px;
  top: -30px;
  text-align: center;
  font-size: 30px;
}
.ht-featured-section .style7 .ht-featured-icon i {
  line-height: 60px;
  display: block;
}
.ht-featured-section .style7 .ht-featured-link a {
  text-transform: uppercase;
}
.ht-highlight-post-wrap {
  margin-left: -3%;
}
.ht-highlight-post {
  position: relative;
  overflow: hidden;
}
.ht-highlight-section .ht-highlight-post {
  float: left;
  margin-left: 3%;
  width: 30.33%;
  margin-bottom: 50px;
}
.ht-highlight-link a {
  display: inline-block;
  font-size: 0.9em;
}
.ht-highlight-icon i {
  vertical-align: middle;
}
.ht-highlight-link {
  margin-top: 20px;
}
.ht-highlight-link i {
  margin-left: 5px;
}
.ht-col-2 .ht-highlight-post {
  width: 47%;
}
.ht-col-3 .ht-highlight-post {
  width: 30.33%;
}
.ht-col-4 .ht-highlight-post {
  width: 22%;
}
.ht-col-2 .ht-highlight-post:nth-child(2n + 1) {
  clear: both;
}
.ht-col-3 .ht-highlight-post:nth-child(3n + 1) {
  clear: both;
}
.ht-col-4 .ht-highlight-post:nth-child(4n + 1) {
  clear: both;
}
.ht-highlight-post .ht-highlight-heading {
  display: block;
  color: #fff;
  margin: 0;
}
.ht-highlight-style.style1 .ht-highlight-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 193, 7, 0.9);
  padding: 15px 60px 15px 15px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-highlight-style.style1 .ht-highlight-title h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1em;
}
.ht-highlight-style.style1 .ht-highlight-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: rgba(255, 193, 7, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ht-highlight-style.style1 .ht-highlight-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}
.ht-highlight-style.style1 .ht-highlight-icon i {
  font-size: 28px;
}
.ht-highlight-style.style1 .ht-highlight-post:hover .ht-highlight-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ht-highlight-style.style1 .ht-highlight-post:hover .ht-highlight-title {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.ht-highlight-style.style2 .ht-highlight-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 10px 80px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ht-highlight-style.style2 .ht-highlight-title h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
}
.ht-highlight-style.style2 .ht-highlight-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #ffc107;
  color: #fff;
}
.ht-highlight-style.style2 .ht-highlight-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
}
.ht-highlight-style.style2 .ht-highlight-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 30px 30px 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ht-highlight-style.style2 .ht-highlight-hover h5 {
  text-transform: uppercase;
}
.ht-highlight-style.style2 .ht-highlight-post:hover .ht-highlight-hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ht-highlight-style.style2 .ht-highlight-post:hover .ht-highlight-title {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}
.ht-highlight-style.style2 .ht-highlight-hover * {
  line-height: 1.5;
}
.ht-highlight-style.style3 .ht-highlight-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.ht-highlight-style.style3 .ht-highlight-title h5 {
  text-transform: uppercase;
}
.ht-highlight-style.style3 .ht-highlight-title-inner {
  width: 100%;
}
.ht-highlight-style.style3 .ht-highlight-title .ht-highlight-icon {
  margin-bottom: 20px;
}
.ht-highlight-style.style3 .ht-highlight-title .ht-highlight-icon i {
  font-size: 30px;
}
.ht-highlight-style.style3 .ht-highlight-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffc107;
  padding: 30px;
  text-align: center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-highlight-style.style3 .ht-highlight-hover-inner {
  width: 100%;
}
.ht-highlight-style.style3 .ht-highlight-post {
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}
.ht-highlight-style.style3 .ht-highlight-post:hover .ht-highlight-title {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ht-highlight-style.style3 .ht-highlight-post:hover .ht-highlight-hover {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.ht-highlight-style.style4 .ht-highlight-post {
  min-height: 300px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  overflow: visible;
}
.ht-highlight-style.style4 .ht-highlight-title,
.ht-highlight-style.style4 .ht-highlight-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  transition: all 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ht-highlight-style.style4 .ht-highlight-hover {
  background-color: rgba(0, 0, 0, 1);
}
.ht-highlight-style.style4 .ht-highlight-title:after,
.ht-highlight-style.style4 .ht-highlight-hover:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.6;
  background-color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ht-highlight-style.style4 .ht-highlight-title > div,
.ht-highlight-style.style4 .ht-highlight-hover > div {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}
.ht-highlight-style.style4 .ht-highlight-icon {
  font-size: 30px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
.ht-highlight-style.style4 .ht-highlight-icon:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  height: 1px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
}
.ht-highlight-style.style4 .ht-highlight-icon:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
  height: 1px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
}
.ht-highlight-style.style4 .ht-highlight-title {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ht-highlight-style.style4 .ht-highlight-title h5 {
  text-transform: uppercase;
}
.ht-highlight-style.style4 .ht-highlight-hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ht-highlight-style.style4 .ht-highlight-post:hover .ht-highlight-title {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ht-highlight-style.style4 .ht-highlight-post:hover .ht-highlight-hover {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ht-portfolio-container-wrap {
  width: 100%;
}
.ht-portfolio-cat-name-list {
  margin-bottom: 40px;
}
.ht-portfolio-cat-name {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 0.9em;
}
.ht-portfolio-switch {
  display: inline-block;
  cursor: pointer;
}
.ht-portfolio-cat-name-list.style1 {
  text-align: right;
}
.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #bbb;
  line-height: 1;
}
.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name:first-child {
  border-left: 0;
  margin-left: 0;
}
.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name:hover,
.ht-portfolio-cat-name-list.style1 .ht-portfolio-cat-name.active {
  color: #ffc107;
}
.ht-portfolio-cat-name-list.style1 .ht-portfolio-post-wrap {
  margin: 0 -7.5px;
}
.ht-portfolio-cat-name-list.style2 {
  text-align: center;
}
.ht-portfolio-cat-name-list.style2 .ht-portfolio-switch {
  display: none;
}
.ht-portfolio-cat-name-list.style2 .ht-portfolio-cat-name {
  text-transform: uppercase;
  padding: 15px 5px;
  margin: 0 10px;
  font-size: 0.85em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.ht-portfolio-cat-name-list.style2 .ht-portfolio-cat-name.active:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 5px;
  background: #ffc107;
}
.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-wrap {
  padding-left: 80px;
}
.ht-portfolio-cat-name-list.style3 .ht-portfolio-switch {
  float: left;
  background: #000;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-name {
  margin-right: 20px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap.ht-open
  .ht-portfolio-cat-name {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.ht-portfolio-cat-name-list.style3 .ht-portfolio-cat-name:before {
  content: "-";
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.ht-portfolio-cat-name-list.style3
  .ht-portfolio-cat-wrap
  .ht-portfolio-cat-name:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ht-portfolio-cat-name-list.style3 .ht-portfolio-switch i {
  color: #fff;
}
.ht-portfolio-cat-name-list.style4 .ht-portfolio-switch {
  background: #ffc107;
  color: #fff;
  border-radius: 40px 40px 10px 10px;
  text-align: center;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.ht-portfolio-cat-name-list.style4 .ht-portfolio-switch i {
  color: #fff;
  line-height: inherit;
}
.ht-portfolio-cat-name-list.style4 {
  text-align: center;
}
.ht-portfolio-cat-name-list.style4 .ht-portfolio-cat-wrap {
  display: inline-block;
  background: #ffc107;
  color: #fff;
  border-radius: 40px;
  padding: 10px;
}
.ht-portfolio-cat-name-list.style4 .ht-portfolio-cat-name {
  padding: 5px 20px;
  border-radius: 40px;
  color: #fff;
}
.ht-portfolio-cat-name-list.style4 .ht-portfolio-cat-name.active {
  background: rgba(0, 0, 0, 0.1);
}
.ht-portfolio-posts {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.ht-fullwidth-container .ht-portfolio-posts {
  margin-left: 0;
  margin-right: 0;
}
.ht-portfolio {
  float: left;
}
.ht-portfolio-post-wrap[data-gutter="1"] .ht-portfolio-outer-wrap {
  margin: 10px;
}
.ht-portfolio-outer-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ht-portfolio-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ht-portfolio-wrap img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ht-portfolio-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  padding: 30px;
  opacity: 0;
  background: rgba(255, 193, 7, 0.9);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption {
  opacity: 1;
}
.ht-portfolio-caption h5 {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption h5 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ht-portfolio-caption a {
  height: 36px;
  width: 36px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  display: block;
  line-height: 36px;
  color: #ffc107;
  font-size: 14px;
  background: #fff;
  margin: 10px 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-portfolio-caption a.ht-portfolio-image {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  right: 66px;
}
.ht-portfolio-caption a.ht-portfolio-link {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ht-service-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: 200px;
  width: 50%;
}
.ht-bg-right .ht-service-bg {
  margin-left: 50%;
  right: 0;
}
.ht-bg-left .ht-service-bg {
  margin-right: 50%;
  left: 0;
}
.ht-service-section.style1.ht-bg-right .ht-service-posts,
.ht-service-section.style4.ht-bg-right .ht-service-posts {
  float: left;
  width: 50%;
  padding-right: 40px;
}
.ht-service-section.style1.ht-bg-left .ht-service-posts,
.ht-service-section.style4.ht-bg-left .ht-service-posts {
  float: right;
  width: 50%;
  padding-left: 40px;
}
.ht-service-section.style1 .ht-service-post-wrap,
.ht-service-section.style4 .ht-service-post-wrap {
  position: relative;
}
.ht-service-section.style1 .ht-service-post:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ffc107;
}
.ht-service-section.style1 .ht-service-posts .ht-section-title-top-cs,
.ht-service-section.style1 .ht-service-posts .ht-section-title-top-center,
.ht-service-section.style4 .ht-service-posts .ht-section-title-top-cs,
.ht-service-section.style4 .ht-service-posts .ht-section-title-top-center {
  width: auto;
}
.ht-service-section.style1 .ht-service-post {
  padding-bottom: 25px;
  position: relative;
}
.ht-service-section.style1 .ht-service-post:last-child {
  padding-bottom: 0;
}
.ht-service-section.style1 .ht-service-post:last-child:after {
  display: none;
}
.ht-service-section.style1 .ht-service-icon {
  position: relative;
  z-index: 99;
  float: left;
  font-size: 22px;
  background: #ffc107;
  width: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-service-section.style1 .ht-service-icon i {
  color: #fff;
}
.ht-service-section.style1 .ht-active .ht-service-icon {
  -webkit-box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffc107;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffc107;
}
.ht-service-section.style1 .ht-service-excerpt {
  padding-left: 65px;
}
.ht-service-section.style1 .ht-service-text {
  display: none;
}
.ht-service-section.style1 .ht-service-excerpt h5 {
  margin: 10px 0;
  cursor: pointer;
  line-height: 25px;
}
.ht-service-section.style1 .ht-service-more {
  margin-top: 10px;
  display: inline-block;
}
.ht-service-section.style2 .ht-container {
  position: relative;
}
.ht-service-section.style2 .ht-service-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-service-section.style2 .ht-section-title-tagline {
  width: 30%;
  text-align: left;
  padding-right: 60px;
  margin: 0;
}
.ht-service-section.style2 .ht-section-tagline {
  width: auto;
}
.ht-service-section.style2 .ht-section-title-top-cs .ht-section-title:after {
  left: 0;
  margin-left: 0;
}
.ht-service-section.style2 .ht-section-title-big .ht-section-title:after {
  left: 0;
  margin-left: 35px;
}
.ht-service-section.style2.ht-bg-right
  .ht-section-title-big
  .ht-section-title:after,
.ht-service-section.style2.ht-bg-right
  .ht-section-title-top-cs
  .ht-section-title:after,
.ht-service-section.style2.ht-bg-right
  .ht-section-title-top-ls
  .ht-section-title:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.ht-service-section.style2.ht-bg-right .ht-section-title-tagline {
  text-align: right;
  padding-right: 0;
  padding-left: 46px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ht-service-section.style2 .ht-service-post-holder {
  width: 70%;
}
.ht-service-section.style2 .ht-service-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.95);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-service-section.style2 .ht-service-post {
  width: 47%;
  margin: 20px 0;
  text-align: center;
}
.ht-service-section.style2 .ht-service-icon {
  margin-bottom: 10px;
}
.ht-service-section.style2 .ht-service-icon i {
  font-size: 30px;
  line-height: 1;
}
.ht-service-section.style2 .ht-service-excerpt h5 {
  margin-bottom: 20px;
}
.ht-service-section.style2 .ht-service-text {
  font-size: 0.95em;
}
.ht-service-section .ht-service-more {
  display: inline-block;
  margin-top: 10px;
}
.ht-service-section.style3 .ht-section-wrap > .ht-service-bg {
  display: none;
}
.ht-service-section.style3 .ht-service-post-holder {
  position: relative;
}
.ht-service-section.style3 .ht-service-bg {
  left: 35% !important;
  right: 35% !important;
  bottom: 0;
  top: 0;
  margin: 0 !important;
  width: auto !important;
}
.ht-service-section.style3 .ht-container {
  position: relative;
}
.ht-service-section.style3 .ht-service-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-service-section.style3 .ht-service-post {
  width: 35%;
  margin: 0 0 50px;
}
.ht-service-section.style3 .ht-service-post:nth-child(odd) {
  padding-right: 100px;
  text-align: right;
}
.ht-service-section.style3 .ht-service-post:nth-child(even) {
  padding-left: 100px;
}
.ht-service-section.style3 .ht-service-icon {
  width: 80px;
  text-align: center;
  margin-top: 10px;
}
.ht-service-section.style3 .ht-service-post:nth-child(odd) .ht-service-icon {
  float: right;
  margin-right: -80px;
}
.ht-service-section.style3 .ht-service-post:nth-child(even) .ht-service-icon {
  float: left;
  margin-left: -80px;
}
.ht-service-section.style3 .ht-service-icon i {
  font-size: 40px;
  line-height: 1;
}
.ht-service-section.style4.ht-bg-left .ht-service-posts {
  padding-left: 80px;
}
.ht-service-section.style4.ht-bg-right .ht-service-posts {
  padding-right: 80px;
}
.ht-service-section.style4 .ht-service-post-wrap {
  padding-right: 50px;
}
.ht-service-section.style4 .ht-service-post {
  padding-left: 80px;
  margin-top: 40px;
}
.ht-service-section.style4 .ht-service-icon {
  margin-left: -80px;
  float: left;
  font-size: 42px;
  line-height: 1;
  margin-top: 10px;
}
.ht-service-section .ht-service-more > i {
  margin-left: 5px;
  line-height: inherit;
}
.ht-team-grid.ht-team-member-wrap {
  margin-left: -3%;
}
.ht-team-grid .ht-team-member {
  width: 22%;
  margin-left: 3%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.ht-team-col-2 .ht-team-member {
  width: 47%;
}
.ht-team-col-3 .ht-team-member {
  width: 30.33%;
}
.ht-team-col-4 .ht-team-member {
  width: 22%;
}
.ht-team-col-2 .ht-team-member:nth-child(2n + 1) {
  clear: both;
}
.ht-team-col-3 .ht-team-member:nth-child(3n + 1) {
  clear: both;
}
.ht-team-col-4 .ht-team-member:nth-child(4n + 1) {
  clear: both;
}
.ht-team-designation {
  font-size: 0.9em;
  opacity: 0.7;
  margin-bottom: 15px;
}
.ht-team-member img {
  width: 100%;
}
.ht-team-member h5 {
  margin-bottom: 10px;
}
.ht-team-member a.ht-team-detail {
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.ht-team-member .team-short-content {
  font-size: 0.94em;
}
.widget_total_plus_team .ht-team-member.style1 * {
  color: #fff;
}
.ht-team-member.style1 {
  text-align: center;
}
.ht-team-member.style1 .ht-team-member-inner {
  position: relative;
}
.ht-team-member.style1 .ht-team-social-id {
  margin-top: 20px;
}
.ht-team-member.style1 .ht-team-social-id a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  font-size: 13px;
  line-height: 32px;
  border: 1px solid #fff;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.ht-team-member.style1 .ht-team-member-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 193, 7, 0.9);
  padding: 20px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ht-team-member.style1 .ht-team-member-span {
  width: 100%;
}
.ht-team-member.style1:hover .ht-team-member-excerpt {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ht-team-member.style1 .ht-title-wrap {
  background: rgba(255, 193, 7, 0.9);
  padding: 10px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 1;
}
.ht-team-member.style1:hover .ht-title-wrap {
  opacity: 0;
}
.ht-team-member.style1 h5 {
  text-transform: uppercase;
  position: relative;
  color: #fff;
  padding-bottom: 10px;
}
.ht-team-member.style1 .ht-title-wrap h5 {
  padding: 0;
  margin: 0;
  color: #fff;
}
.ht-team-member.style1 h5 a {
  text-decoration: none;
  color: inherit;
}
.ht-team-member.style1 .ht-team-member-excerpt h5:after {
  content: "";
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  background: #fff;
  bottom: -2px;
}
.ht-team-member.style1 .ht-team-designation {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.ht-team-member.style1 .ht-team-detail {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}
.ht-team-member.style1 a.ht-team-detail:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
}
.ht-team-member.style1 a.ht-team-detail:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #fff;
}
.widget_total_plus_team .ht-team-member.style2 * {
  color: #333;
}
.ht-team-member.style2 .ht-team-member-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.ht-team-member.style2 .ht-team-member-content,
.ht-team-member.style2 .ht-team-image {
  width: 50%;
}
.ht-team-member.style2 .ht-team-member-content {
  padding: 20px;
}
.ht-team-member.style2 .ht-team-designation {
  margin-bottom: 10px;
  opacity: 0.8;
  font-size: 0.9em;
}
.ht-team-member.style2 .ht-team-social-id {
  margin-top: 20px;
}
.ht-team-member.style2 .ht-team-social-id a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
}
.ht-team-member.style2 .ht-team-social-id a i {
  color: #666;
}
.ht-team-member.style2 a.ht-team-detail {
  margin-left: 20px;
}
.ht-team-member.style2 a.ht-team-detail:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style2 a.ht-team-detail:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style3 {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
}
.widget_total_plus_team .ht-team-member.style3 * {
  color: #333;
}
.ht-team-member.style3 .ht-team-image {
  position: relative;
  overflow: hidden;
}
.ht-team-member.style3 .ht-team-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-team-member.style3 .ht-team-image-overlay-inner {
  width: 100%;
}
.ht-team-member.style3 .team-short-content {
  transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
}
.ht-team-member.style3 .ht-team-social-id {
  transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
}
.ht-team-member.style3:hover .ht-team-image-overlay {
  opacity: 1;
}
.ht-team-member.style3:hover .team-short-content {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.ht-team-member.style3:hover .ht-team-social-id {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.ht-team-member.style3 .ht-team-member-content {
  padding: 30px 20px;
}
.ht-team-member.style3 .ht-team-social-id {
  margin-top: 20px;
}
.ht-team-member.style3 .ht-team-social-id a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  font-size: 15px;
}
.ht-team-member.style3 h5 {
  text-transform: uppercase;
}
.ht-team-member.style3 .ht-team-designation {
  margin-bottom: 0;
}
.ht-team-member.style3 .ht-team-social-id a i {
  color: #333;
}
.ht-team-member.style3 a.ht-team-detail {
  position: relative;
}
.ht-team-member.style3 a.ht-team-detail:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style3 a.ht-team-detail:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style4 {
  background: #fff;
  text-align: center;
  padding-top: 40px;
  -webkit-box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
}
.widget_total_plus_team .ht-team-member.style4 * {
  color: #444;
}
.ht-team-member.style4 .ht-team-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.ht-team-member.style4 .ht-team-image img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ht-team-member.style4 .ht-team-member-content {
  padding: 30px;
}
.ht-team-member.style4 .ht-team-social-id {
  margin-top: 20px;
}
.ht-team-member.style4 .ht-team-social-id a {
  margin: 0 5px;
  border: 1px solid #999;
  height: 38px;
  width: 38px;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
  font-size: 16px;
}
.ht-team-member.style4 .ht-team-social-id a i {
  color: #666;
}
.ht-team-member.style4 a.ht-team-detail {
  position: relative;
}
.ht-team-member.style4 a.ht-team-detail:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style4 a.ht-team-detail:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style5 {
  text-align: center;
  margin-bottom: 100px !important;
  position: relative;
}
.widget_total_plus_team .ht-team-member.style5 * {
  color: #444;
}
.ht-team-member.style5 .ht-team-member-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  margin-bottom: -60px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.2);
}
.ht-team-member.style5 .team-short-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -webkit-transition: all 0.3s ease 0.1s;
  margin-bottom: 0;
  padding: 0 10px;
}
.ht-team-member.style5:hover .team-short-content {
  margin-bottom: 20px;
  max-height: 1000px;
}
.ht-team-member.style5 .ht-team-image {
  overflow: hidden;
}
.ht-team-member.style5 .ht-team-image img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.ht-team-member.style5:hover .ht-team-image img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.ht-team-member.style5 .ht-team-social-id a {
  margin: 0 10px;
}
.ht-team-member.style5 a.ht-team-detail {
  position: relative;
}
.ht-team-member.style5 a.ht-team-detail:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style5 a.ht-team-detail:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style6 {
  overflow: hidden;
  position: relative;
}
.ht-team-member.style6 .ht-team-member-wrap {
  margin-left: -3%;
}
.ht-team-member.style6 .ht-team-member-inner {
  padding: 1px;
}
.ht-team-member.style6 .ht-team-image {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  overflow: hidden;
}
.ht-team-member.style6 .ht-team-member-content {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-team-member.style6 .ht-team-member-excerpt {
  width: 100%;
}
.widget_total_plus_team .ht-team-member.style6 .ht-team-member-content * {
  color: #444;
}
.ht-team-member.style6:hover .ht-team-image {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ht-team-member.style6:hover .ht-team-member-content {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ht-team-member.style6 .ht-team-social-id {
  margin-top: 15px;
}
.ht-team-member.style6 .ht-team-social-id a {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.ht-team-member.style6 .ht-team-social-id a i {
  color: #666;
}
.ht-team-member.style6 a.ht-team-detail {
  position: relative;
}
.ht-team-member.style6 a.ht-team-detail:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-member.style6 a.ht-team-detail:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #333;
}
.ht-team-carousel .ht-team-member {
  margin: 10px;
}
.ht-team-carousel .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.ht-team-carousel.owl-carousel .owl-nav .owl-prev,
.ht-team-carousel.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  height: 44px;
  width: 50px;
  line-height: 44px;
  margin: 0 4px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.ht-team-carousel .owl-nav .owl-prev {
  border-radius: 30px 0 0 30px;
}
.ht-team-carousel .owl-nav .owl-next {
  border-radius: 0 30px 30px 0;
}
.ht-counter-wrap {
  margin-left: -5%;
}
.ht-counter {
  float: left;
  width: 20%;
  margin-left: 5%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.ht-counter-section .ht-counter-count {
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 1px;
}
.ht-counter-section .ht-counter-title {
  margin: 0;
  letter-spacing: 1px;
}
.ht-counter-col-2 .ht-counter {
  width: 45%;
}
.ht-counter-col-3 .ht-counter {
  width: 28.33%;
}
.ht-counter-col-4 .ht-counter {
  width: 20%;
}
.ht-counter-col-5 .ht-counter {
  width: 15%;
}
.ht-counter-col-6 .ht-counter {
  width: 11.66%;
}
.ht-counter-col-2 .ht-counter:nth-child(2n + 1) {
  clear: both;
}
.ht-counter-col-3 .ht-counter:nth-child(3n + 1) {
  clear: both;
}
.ht-counter-col-4 .ht-counter:nth-child(4n + 1) {
  clear: both;
}
.ht-counter-col-5 .ht-counter:nth-child(5n + 1) {
  clear: both;
}
.ht-counter-col-6 .ht-counter:nth-child(6n + 1) {
  clear: both;
}
.ht-counter-section .style1 .ht-counter {
  float: left;
  text-align: center;
  border: 2px solid #ffc107;
  border-top: 0;
  padding: 0 20px 30px;
  position: relative;
  margin-top: 20px;
}
.ht-counter-section .style1 .ht-counter:after {
  content: "";
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  height: 2px;
  background: #ffc107;
}
.ht-counter-section .style1 .ht-counter:before {
  content: "";
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 2px;
  background: #ffc107;
}
.ht-counter-section .style1 .ht-counter-count {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-weight: 400;
}
.ht-counter-section .style1 .ht-counter-icon {
  display: inline-block;
  font-size: 36px;
  position: relative;
  -webkit-transform: translate(0, -17px);
  transform: translate(0, -17px);
  line-height: 36px;
}
.ht-counter-section .style1 .ht-counter-title {
  margin-top: 15px;
  margin: 0;
}
.ht-counter-section .style2 .ht-counter-icon {
  font-size: 2em;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.ht-counter-section .style2 .ht-counter-icon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-left: -15px;
  margin-top: 25px;
}
.ht-counter-section .style2 .ht-counter-count {
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
}
.ht-counter-section .style2 .ht-counter-title {
  margin: 0;
  padding: 20px;
}
.ht-counter-section .style2 .ht-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-section .style2 .ht-counter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-section .style2 .ht-counter > span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-section .style2 .ht-counter > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 2px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ht-counter-section .style2 .ht-counter:hover:before,
.ht-counter-section .style2 .ht-counter:hover > span:before {
  width: 100%;
}
.ht-counter-section .style2 .ht-counter:hover:after,
.ht-counter-section .style2 .ht-counter:hover > span:after {
  height: 100%;
}
.ht-counter-section .style3 .ht-counter {
  background: #fff;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 14px 22px -2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.ht-counter-section .style3 .ht-counter:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #666;
}
.ht-counter-section .style3 .ht-counter-icon {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 20px;
}
.ht-counter-section .style3 .ht-counter-count {
  font-weight: 700;
  font-size: 3.4em;
  line-height: 1;
  margin-bottom: 20px;
}
.ht-counter-section .style4 .ht-counter {
  text-align: left;
  padding-left: 80px;
  margin-bottom: 100px;
}
.ht-counter-section .style4 .ht-counter-icon {
  font-size: 42px;
  width: 70px;
  float: left;
  text-align: center;
  opacity: 0.8;
  margin-left: -80px;
  line-height: 1;
  margin-top: 10px;
}
.ht-counter-section .style4 .ht-counter-count {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 10px;
}
.ht-logo-carousel.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-logo-section ul {
  list-style: none;
  padding: 15px;
}
.ht-logo-section .style1 img {
  padding: 2px;
}
.ht-logo-section .style1 .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.ht-logo-section .style1 .owl-dots .owl-dot {
  display: inline-block;
  height: 8px;
  width: 10px;
  background: #333;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.ht-logo-section .style1 .owl-dots .owl-dot.active {
  width: 30px;
}
.ht-logo-section .style2 .flipster-carousel .flip-items .flip-item {
  background-color: #fff;
  opacity: 1;
}
.ht-logo-section .style2 .flipster-carousel .flip-items .flip-content {
  width: 400px;
  height: 400px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ht-logo-section .style2 .flipto-prev,
.ht-logo-section .style2 .flipto-next {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 36px;
  margin-top: -20px;
  text-align: center;
  font-size: 20px;
  background: #ffc107;
}
.ht-logo-section .style2 .flipto-prev i,
.ht-logo-section .style2 .flipto-next i {
  color: #fff !important;
}
.ht-logo-section .style2 .flipto-prev i,
.ht-logo-section .style2 .flipto-next i {
  line-height: 40px;
}
.ht-logo-section .style2 .flipto-prev {
  left: 0;
}
.ht-logo-section .style2 .flipto-next {
  right: 0;
}
.ht-logo-section .style3 .ht-logo-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.ht-logo-section .style3 .ht-logo-grid .ht-logo-item {
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ht-logo-section .style4 .ht-logo-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ht-logo-section .style4 .ht-logo-grid .ht-logo-item:nth-child(4n + 1),
.ht-logo-section .style4 .ht-logo-grid .ht-logo-item:nth-child(1) {
  border-left: 0;
}
.ht-logo-section .style4 .ht-logo-grid .ht-logo-item.last-row {
  border-bottom: 0;
}
.slick-slider .slick-slide {
  outline: none;
}
.ht-testimonial-wrap .ht-testimonial-image-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 40px;
}
.ht-testimonial-wrap .ht-testimonial img {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #ffc107;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ht-testimonial-wrap .ht-testimonial-excerpt {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
.ht-section-title-side
  + .ht-testimonial-content
  .ht-testimonial-wrap
  .ht-testimonial-excerpt {
  width: 95%;
}
.ht-testimonial-wrap .ht-testimonial-excerpt .icofont-quote-left {
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  opacity: 0.5;
}
.ht-testimonial-wrap .ht-testimonial h5 {
  text-align: center;
  margin: 0 0 10px;
}
.ht-testimonial-wrap .ht-testimonial .designation {
  text-align: center;
}
.ht-testimonial-wrap.style1 .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.ht-testimonial-wrap.style1 .owl-dots .owl-dot {
  display: inline-block;
  height: 8px;
  width: 10px;
  background: #333;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.ht-testimonial-wrap.style1 .owl-dots .owl-dot.active {
  width: 30px;
}
.ht-testimonial-wrap.style2 .ht-testimonial-image-wrap,
.ht-testimonial-wrap.style2 .ht-testimonial-content-wrap {
  display: none;
}
.ht-testimonial-wrap.style2 .ht-testimonial-image-wrap.slick-initialized,
.ht-testimonial-wrap.style2 .ht-testimonial-content-wrap.slick-initialized {
  display: block;
}
.ht-testimonial-wrap.style2 .ht-testimonial-image {
  display: none;
}
.ht-testimonial-image-slide img {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.ht-testimonial-image-slide.slick-center img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.ht-testimonial-wrap.style2 .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  text-align: center;
}
.ht-testimonial-wrap.style2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 50%;
}
.ht-testimonial-wrap.style2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
  border-radius: 50%;
}
.ht-testimonial-wrap.style2 .slick-dots li.slick-active button {
  background: #333;
}
.ht-testimonial-section .style3 .ht-testimonial-wrap {
  margin-left: -3%;
}
.ht-testimonial-section .style3 .ht-testimonial-box {
  width: 30.33%;
  float: left;
  background: #fff;
  padding: 25px;
  margin-left: 3%;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.ht-testimonial-section
  .ht-section-title-side
  + .ht-testimonial-content
  .style3
  .ht-testimonial-box {
  width: 46%;
  margin-left: 4%;
}
.ht-testimonial-section .style4 .ht-testimonial-box {
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  margin: 10px;
}
.ht-testimonial-section .style4 .owl-item.center .ht-testimonial-box {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.ht-testimonial-section
  .ht-section-title-side
  + .ht-section-content
  .style4
  .ht-testimonial-box {
  opacity: 0.9;
}
.ht-testimonial-section
  .ht-section-title-side
  + .ht-section-content
  .owl-item.center
  .ht-testimonial-box {
  opacity: 1;
}
.ht-testimonial-section .ht-testimonial-wrap.style3 {
  margin-left: -3%;
}
.ht-testimonial-section
  .ht-section-title-side
  + .ht-testimonial-content
  .ht-testimonial-wrap.style3 {
  margin-left: -4%;
}
.ht-testimonial-section .style3 .ht-testimonial-box:hover {
  -webkit-box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.2);
}
.ht-section-title-side
  + .ht-testimonial-content
  .style3
  .ht-testimonial-box:nth-child(3n + 1) {
  clear: none;
}
.ht-testimonial-section .style3 .ht-testimonial-box:nth-child(3n + 1),
.ht-section-title-side
  + .ht-testimonial-content
  .style3
  .ht-testimonial-box:nth-child(2n + 1) {
  clear: both;
}
.ht-testimonial-section .style3 .ht-testimonial-excerpt,
.ht-testimonial-section .style4 .ht-testimonial-excerpt {
  margin: 0 0 20px;
  text-align: left;
  width: auto;
  font-size: 0.9em;
}
.ht-testimonial-section .style3 .ht-testimonial-footer,
.ht-testimonial-section .style4 .ht-testimonial-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-testimonial-section .style3 .ht-testimonial-box img,
.ht-testimonial-section .style4 .ht-testimonial-box img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  border-radius: 50%;
}
.ht-testimonial-section .style3 .ht-testimonial-box h5,
.ht-testimonial-section .style4 .ht-testimonial-box h5 {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ht-testimonial-section .style3 .ht-testimonial-box .designation,
.ht-testimonial-section .style4 .ht-testimonial-box .designation {
  font-size: 0.85em;
  opacity: 0.9;
}
.ht-testimonial-section .style4 .owl-nav {
  text-align: center;
  margin-top: 40px;
}
.ht-testimonial-section .style4 .owl-nav [class^="owl-"] {
  display: inline-block;
  margin: 0 10px;
  font-size: 26px;
}
.ht-blog-wrap {
  margin-left: -3%;
}
.ht-blog-post {
  float: left;
  margin-left: 3%;
  width: 30.333%;
  margin-bottom: 40px;
}
.ht-blog-col-2 .ht-blog-post {
  width: 47%;
}
.ht-blog-col-3 .ht-blog-post {
  width: 30.33%;
}
.ht-blog-col-4 .ht-blog-post {
  width: 22%;
}
.ht-blog-col-2 .ht-blog-post:nth-child(2n + 1) {
  clear: both;
}
.ht-blog-col-3 .ht-blog-post:nth-child(3n + 1) {
  clear: both;
}
.ht-blog-col-4 .ht-blog-post:nth-child(4n + 1) {
  clear: both;
}
.ht-blog-section .style1 .ht-blog-post {
  background: #fff;
  border-bottom: 6px solid #ffc107;
  -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2);
}
.ht-blog-section .style1 .ht-blog-thumbnail a {
  display: block;
  position: relative;
}
.ht-blog-section .style1 .ht-blog-thumbnail a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.ht-blog-section .style1 .ht-blog-thumbnail:hover a:after {
  width: 100%;
}
.ht-blog-section .style1 .ht-blog-thumbnail {
  position: relative;
}
.ht-blog-section .style1 .ht-blog-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
  padding: 10px;
  font-size: 14px;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
}
.ht-blog-section .style1 .ht-blog-footer i {
  margin-right: 10px;
}
.ht-blog-section .style1 .ht-blog-footer * {
  color: #fff;
}
.ht-blog-section .style1 .ht-blog-excerpt {
  padding: 20px;
  color: #333;
}
.ht-blog-section .style1 .ht-blog-excerpt {
  color: #333;
}
.ht-blog-excerpt h5 {
  margin-bottom: 15px;
}
.ht-blog-date {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ht-blog-date i {
  margin-right: 10px;
}
.ht-blog-read-more {
  padding: 0 20px 20px;
  text-align: right;
}
.ht-blog-section .ht-blog-read-more a {
  display: inline-block;
  background: #ffc107;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 1px;
}
.ht-blog-section .ht-blog-read-more a:hover {
  background: #333;
  color: #fff;
}
.ht-blog-section .style2 .ht-blog-thumbnail {
  margin-bottom: 25px;
}
.ht-blog-section .style2 .ht-blog-footer {
  position: relative;
  margin-top: 25px;
  padding-top: 10px;
  font-size: 14px;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-blog-section .style2 .ht-blog-footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.2;
}
.ht-blog-section .style2 .ht-blog-footer i {
  margin-right: 10px;
}
.ht-blog-section .style3 .ht-blog-thumbnail {
  margin-bottom: 25px;
  position: relative;
}
.ht-blog-section .style3 .ht-blog-excerpt {
  padding-left: 80px;
}
.ht-blog-section .style3 .ht-blog-excerpt.ht-full-width {
  padding-left: 0;
}
.ht-blog-section .style3 .ht-blog-date {
  float: left;
  margin-left: -80px;
  width: 60px;
  background: #ffc107;
  color: #fff;
  text-align: center;
  padding: 5px;
  opacity: 1;
}
.ht-blog-section .style3 .ht-blog-date span {
  display: block;
  line-height: 1;
  padding: 5px 0;
  color: #fff;
}
.ht-blog-section .style3 .ht-blog-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 14px;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
}
.ht-blog-section .style3 .ht-blog-footer i {
  margin-right: 10px;
}
.ht-blog-section .style3 .ht-blog-footer * {
  color: #fff;
}
.ht-blog-section .style4 .ht-blog-thumbnail {
  position: relative;
  background: #000;
  overflow: hidden;
}
.ht-blog-section .style4 .ht-blog-thumbnail img {
  opacity: 0.7;
}
.ht-blog-section .style4 .ht-blog-excerpt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-blog-section .style4 .ht-blog-excerpt *,
.ht-blog-section .style4 .ht-blog-footer * {
  color: #fff;
}
.ht-blog-section .style4 .ht-blog-excerpt h5 {
  text-shadow: 1px 1px 1px #333;
}
.ht-blog-section .style4 .ht-blog-date {
  line-height: 1;
  margin: 0;
}
.ht-blog-section .style4 .ht-blog-footer {
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
  pointer-events: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  bottom: -100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-blog-section .style4 .ht-blog-footer i {
  margin-right: 10px;
}
.ht-blog-section .style4 .ht-blog-post:hover .ht-blog-excerpt {
  bottom: -300px;
}
.ht-blog-section .style4 .ht-blog-post:hover .ht-blog-footer {
  bottom: 0;
}
.ht-tab-wrap .ht-content {
  display: none;
}
.ht-tab-wrap.style1 .ht-tabs {
  width: 25%;
  float: left;
  padding: 20px 0;
  position: relative;
}
.ht-tab-wrap.style1 .ht-tabs:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ccc;
  width: 1px;
  opacity: 0.4;
}
.ht-tab-wrap.style1 .ht-tab-content {
  position: relative;
  width: 75%;
  float: right;
  padding: 15px 0 15px 80px;
}
.ht-tab-wrap.style1 .ht-tab {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 30px 25px 40px;
  font-size: 1.1em;
  line-height: 1.2;
}
.ht-tab-wrap.style1 .ht-tab.ht-active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #ffc107;
  margin-right: -3px;
  z-index: 99;
}
.ht-tab-wrap.style1 .ht-tab i {
  float: left;
  margin-left: -40px;
  line-height: 1.2;
}
.ht-tab-wrap.style2 .ht-tabs {
  width: 25%;
  float: left;
  padding: 20px 0;
}
.ht-tab-wrap.style2 .ht-tab-content {
  position: relative;
  width: 75%;
  float: right;
  padding: 15px 0 15px 80px;
}
.ht-tab-wrap.style2 .ht-tab {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 20px 30px 20px 60px;
  font-size: 1.1em;
  line-height: 1.1;
  background: #333;
  margin-bottom: 6px;
  color: #fff !important;
}
.ht-tab-wrap.style2 .ht-tab i {
  float: left;
  margin-left: -40px;
  line-height: 1.2;
  color: #fff;
}
.ht-tab-wrap.style2 .ht-tab span {
  color: #fff;
}
.ht-tab-wrap.style2 .ht-tab.ht-active {
  background: #ffc107;
}
.ht-tab-wrap.style2 .ht-tab.ht-active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  border-color: transparent;
  border-left-color: #ffc107;
  border-width: 20px;
  border-style: solid;
  margin-top: -20px;
}
.ht-tab-wrap.style3 .ht-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.ht-tab-wrap.style3 .ht-tab {
  display: inline-block;
  padding: 20px 30px 15px;
  cursor: pointer;
  border-bottom: 5px solid transparent;
  min-width: 150px;
  max-width: 300px;
}
.ht-tab-wrap.style3 .ht-tab.ht-active {
  background: #fff;
  color: #333;
  border-bottom: 5px solid #ffc107;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
}
.ht-tab-wrap.style3 .ht-tab i {
  font-size: 36px;
  opacity: 0.7;
  line-height: 1;
}
.ht-tab-wrap.style3 .ht-tab.ht-active * {
  color: #333;
}
.ht-tab-wrap.style3 .ht-tab span {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ht-tab-wrap.style4 .ht-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.ht-tab-wrap.style4 .ht-tab {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 30px;
  min-width: 150px;
  max-width: 300px;
}
.ht-tab-wrap.style4 .ht-tab span {
  display: block;
  border-top: 2px solid #ffc107;
  margin-top: 20px;
  padding: 20px 0;
  text-transform: uppercase;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ht-tab-wrap.style4 .ht-tab.ht-active span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 40px;
  height: 2px;
  background: #ffc107;
  margin-left: -20px;
  margin-top: -4px;
}
.ht-tab-wrap.style4 .ht-tab:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 15px;
  height: 15px;
  border: 2px solid #ffc107;
  margin-left: 25px;
  border-radius: 50%;
  margin-top: -15px;
}
.ht-tab-wrap.style4 .ht-tab:last-child:after {
  display: none;
}
.ht-tab-wrap.style4 .ht-tab i {
  font-size: 30px;
  line-height: 1;
}
.ht-tab-wrap.style5 {
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ht-tab-wrap.style5 .ht-tab-content {
  padding: 60px;
}
.ht-tab-wrap.style5 .ht-tabs {
  padding: 0 60px;
  text-align: center;
}
.ht-tab-wrap.style5 .ht-tab {
  display: inline-block;
  padding: 40px 40px 0;
  cursor: pointer;
  min-width: 150px;
  max-width: 300px;
}
.ht-tab-wrap.style5 .ht-tab.ht-active {
  background: #ffc107;
  color: #fff;
  position: relative;
}
.ht-tab-wrap.style5 .ht-tab.ht-active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffc107;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
}
.ht-tab-wrap.style5 .ht-tab i {
  font-size: 36px;
  opacity: 0.7;
  line-height: 1;
}
.ht-tab-wrap.style5 .ht-tab span {
  display: block;
  margin-top: 4px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.ht-tab-wrap.style5 .ht-tab.ht-active * {
  color: #fff;
}
.ht-cta-buttons a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 1px;
  margin: 0 4px;
}
.ht-cta-buttons a.ht-cta-button1 {
  background: #ffc107;
}
.ht-cta-buttons a.ht-cta-button2 {
  background: #333;
}
.ht-cta-buttons a.ht-cta-button1:hover {
  background: #333;
  color: #fff;
}
.ht-cta-buttons a.ht-cta-button2:hover {
  background: #ffc107;
  color: #fff;
}
.ht-cta-section .ht-section-title,
.ht-cta-section .ht-section-tagline {
  width: auto;
}
.ht-cta-section .ht-section-title-tagline {
  margin-bottom: 30px;
}
.ht-cta-section.style1 .ht-section-title-tagline,
.ht-cta-section.style1 .ht-cta-buttons {
  text-align: center;
}
.ht-cta-section.style2 .ht-section-title-tagline,
.ht-cta-section.style2 .ht-cta-buttons {
  text-align: left;
}
.ht-cta-section.style3 .ht-section-title-tagline,
.ht-cta-section.style3 .ht-cta-buttons {
  text-align: right;
}
.ht-cta-section.style4 .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ht-cta-section.style4 .ht-section-title-tagline,
.ht-cta-section.style4 .ht-cta-buttons {
  text-align: left;
}
.ht-cta-section.style4 .ht-section-title-tagline {
  padding-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.ht-cta-section.style4 #cta-video {
  text-align: center;
}
.ht-cta-buttons {
  white-space: nowrap;
}
#cta-video {
  margin-bottom: 40px;
}
#cta-video a {
  margin: 0;
  padding: 0;
}
#cta-video:last-child {
  margin-bottom: 0;
}
#cta-video .video-play-button {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin: 20px 0;
  text-align: center;
}
#cta-video .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
  background: #ffc107;
}
#cta-video .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffc107;
}
#cta-video .video-play-button i {
  display: inline-block;
  position: relative;
  color: #fff;
  z-index: 9;
  line-height: 80px;
  font-size: 45px;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.ht-pricing-wrap {
  margin-left: -3%;
}
.ht-pricing-wrap .ht-pricing {
  float: left;
  margin-left: 3%;
  margin-bottom: 40px;
}
.ht-pricing * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-pricing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-pricing-col-2 .ht-pricing {
  width: 47%;
}
.ht-pricing-col-3 .ht-pricing {
  width: 30.33%;
}
.ht-pricing-col-4 .ht-pricing {
  width: 22%;
}
.ht-pricing-col-2 .ht-pricing:nth-child(2n + 1) {
  clear: both;
}
.ht-pricing-col-3 .ht-pricing:nth-child(3n + 1) {
  clear: both;
}
.ht-pricing-col-4 .ht-pricing:nth-child(4n + 1) {
  clear: both;
}
.ht-pricing.style1 {
  background: #fff;
  text-align: center;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
}
.ht-pricing.style1 * {
  color: #333;
}
.ht-pricing.style1 .ht-pricing-header {
  padding: 40px 20px;
  background: #f1f1f1;
  margin: -20px 15% 40px;
  position: relative;
}
.ht-pricing.style1 .ht-pricing-header:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  background: #f1f1f1;
  top: 100%;
  height: 40px;
  margin-top: -20px;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-pricing.style1 .ht-pricing-header:after {
  content: "";
  position: absolute;
  right: 0;
  width: 51%;
  background: #f1f1f1;
  top: 100%;
  height: 40px;
  margin-top: -20px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-pricing.style1 .ht-pricing-header h5 {
  margin-bottom: 25px;
}
.ht-pricing.style1 .ht-pricing-price {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
.ht-pricing.style1 .ht-pricing-price span {
  font-size: 14px;
}
.ht-pricing.style1 .ht-pricing-list li {
  padding: 10px;
}
.ht-pricing.style1 .ht-pricing-list li:nth-child(even) {
  background: #fafafa;
}
.ht-pricing.style1 .ht-pricing-button {
  padding: 40px 20px;
}
.ht-pricing.style1 .ht-pricing-button a {
  display: inline-block;
  background: #333;
  padding: 15px 30px;
  color: #fff;
  line-height: 1;
}
.ht-pricing.style1:hover .ht-pricing-header,
.ht-pricing.style1:hover .ht-pricing-header:before,
.ht-pricing.style1:hover .ht-pricing-header:after,
.ht-pricing.style1:hover .ht-pricing-button a,
.ht-pricing.style1.ht-featured .ht-pricing-header,
.ht-pricing.style1.ht-featured .ht-pricing-header:before,
.ht-pricing.style1.ht-featured .ht-pricing-header:after,
.ht-pricing.style1.ht-featured .ht-pricing-button a {
  background: #ffc107;
}
.ht-pricing.style1:hover .ht-pricing-header *,
.ht-pricing.style1:hover .ht-pricing-button a,
.ht-pricing.style1.ht-featured .ht-pricing-header *,
.ht-pricing.style1.ht-featured .ht-pricing-button a {
  color: #fff;
}
.ht-pricing.style1.ht-featured {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ht-pricing.style2 {
  background: #fff;
  -webkit-box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.ht-pricing.style2 .ht-pricing-header {
  padding: 40px;
  background: #414141;
  margin: 0 0 20px;
  position: relative;
}
.ht-pricing.style2 .ht-pricing-header * {
  color: #fff;
}
.ht-pricing.style2 .ht-pricing-header h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.ht-pricing.style2 .ht-pricing-price {
  font-size: 52px;
  line-height: 1.5;
}
.ht-pricing.style2 .ht-pricing-price .ht-price-per {
  display: block;
  font-size: 16px;
}
.ht-pricing.style2 .ht-pricing-list * {
  color: #333;
}
.ht-pricing.style2 .ht-pricing-list li {
  padding: 10px;
}
.ht-pricing.style2 .ht-pricing-list li:nth-child(even) {
  background: #fafafa;
}
.ht-pricing.style2 .ht-pricing-button {
  padding: 40px 0 0;
}
.ht-pricing.style2 .ht-pricing-button a {
  display: block;
  background: #ffc107;
  padding: 20px 30px;
  color: #fff;
  line-height: 1;
}
.ht-pricing.style2:hover .ht-pricing-header,
.ht-pricing.style2.ht-featured .ht-pricing-header {
  background: #ffc107;
}
.ht-pricing.style2.ht-featured {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ht-pricing.style3 {
  border-top: 8px solid #ffc107;
  color: #fff;
  text-align: center;
}
.ht-pricing.style3 .ht-pricing-header {
  background: #fff;
}
.ht-pricing.style3 .ht-pricing-header h5 {
  padding: 30px 20px;
  color: #ffc107;
  margin: 0;
  text-transform: uppercase;
}
.ht-pricing.style3 .ht-pricing-main {
  background: #ffc107;
}
.ht-pricing.style3 .ht-pricing-price {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  border: 6px solid #fff;
  position: relative;
  z-index: 99;
  font-size: 32px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ht-pricing.style3 .ht-pricing-price span {
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
.ht-pricing.style3 .ht-pricing-price * {
  color: #fff;
}
.ht-pricing.style3 .ht-pricing-list {
  margin-top: -75px;
  padding-top: 100px;
}
.ht-pricing.style3 .ht-pricing-list li {
  padding: 10px;
}
.ht-pricing.style3 .ht-pricing-list * {
  color: #fff;
}
.ht-pricing.style3 .ht-pricing-button {
  padding: 30px;
  text-align: center;
}
.ht-pricing.style3 .ht-pricing-button a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 15px 30px;
  line-height: 1;
  color: #fff;
}
.ht-pricing.style3.ht-featured {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ht-pricing.style4 {
  background: #fff;
  padding: 10px 20px 0;
  margin-top: 50px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.ht-pricing.style4 .ht-pricing-header {
  position: relative;
  background: #ffc107;
  margin-top: -60px;
  padding: 20px 10px;
  margin-bottom: 30px;
  border-radius: 20px 20px 0 0;
}
.ht-pricing.style4 .ht-pricing-header * {
  color: #fff;
}
.ht-pricing.style4 .ht-pricing-header:before {
  background-image: linear-gradient(-45deg, transparent 14px, #009dea 0),
    linear-gradient(45deg, transparent 14px, #009dea 0);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 20px;
  content: " ";
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.ht-pricing.style4 .ht-pricing-header h5 {
  margin: 10px 0;
}
.ht-pricing.style4 .ht-pricing-price {
  font-size: 60px;
  line-height: 1;
}
.ht-pricing.style4 .ht-price-per {
  display: block;
  font-size: 0.9rem;
  margin-top: 10px;
}
.ht-pricing.style4 .ht-pricing-main * {
  color: #333;
}
.ht-pricing.style4 .ht-pricing-list li {
  padding: 10px;
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  margin-bottom: 6px;
}
.ht-pricing.style4 .ht-pricing-button a {
  display: block;
  padding: 10px 20px;
  margin: 0 20px;
  background: #ffc107;
  color: #fff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 10px;
}
.ht-pricing.style4.ht-featured {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ht-news {
  margin: 0 auto 60px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ht-news-image {
  width: 60%;
  float: left;
  -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
}
.ht-news-content {
  width: 35%;
  float: right;
}
.ht-news-content h5 {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.ht-news-section .ht-news-text {
  margin-bottom: 30px;
}
.ht-news-section .ht-news-text a {
  text-decoration: underline;
}
.ht-news-section .ht-news-link i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-news-section .ht-news-link:hover i {
  margin-left: 15px;
}
.ht-news:nth-child(even) .ht-news-image {
  float: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ht-news:nth-child(even) .ht-news-content {
  float: left;
}
.ht-news-section .style2 .ht-news-content {
  position: relative;
  width: 40%;
  background: #fff;
  padding: 30px;
  left: -5%;
  -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.5);
}
.ht-news-section .style2 .ht-news:nth-child(even) .ht-news-content {
  left: 5%;
}
.ht-news-section.ht-style3 .ht-container {
  width: auto;
}
.ht-news-section .style3 .ht-news {
  margin: 0;
  width: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ht-news-section .style3 .ht-news-image {
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 400px;
  background-position: center;
}
.ht-news-section .style3 .ht-news-content {
  padding: 80px;
  width: 40%;
}
#ht-contact-section {
  position: relative;
}
.ht-contact-detail-toggle {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  left: 50%;
  margin-left: -25px;
  top: 0;
  background: #fff;
  color: #333;
  font-size: 26px;
  cursor: pointer;
  z-index: 9;
}
.ht-contact-detail-toggle i {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-contact-detail-toggle.ht-open i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ht-contact-detail-toggle.ht-closed i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ht-contact-content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ht-contact-content.ht-box-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ht-contact-form {
  width: 70%;
  padding: 40px;
}
.ht-contact-form textarea {
  height: 100px;
  background: 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  padding-right: 0;
  resize: none;
}
.ht-contact-form input[type="text"],
.ht-contact-form input[type="email"],
.ht-contact-form input[type="url"],
.ht-contact-form input[type="password"],
.ht-contact-form input[type="search"],
.ht-contact-form input[type="number"],
.ht-contact-form input[type="tel"],
.ht-contact-form input[type="range"],
.ht-contact-form input[type="date"],
.ht-contact-form input[type="month"],
.ht-contact-form input[type="week"],
.ht-contact-form input[type="time"],
.ht-contact-form input[type="datetime"],
.ht-contact-form input[type="datetime-local"],
.ht-contact-form input[type="color"] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eee;
  background: 0 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.ht-contact-form p {
  margin-bottom: 30px;
}
.ht-contact-form p:last-of-type {
  margin-bottom: 0;
}
.ht-contact-detail {
  background: #ffc107;
  width: 30%;
  padding: 40px;
}
.ht-contact-social-icon {
  margin-top: 20px;
}
.ht-contact-social-icon a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 16px;
}
.ht-contact-section .ht-contact-detail .ht-contact-social-icon a i {
  color: #ffc107;
}
.ht-contact-section .ht-contact-detail {
  color: #fff;
}
.ht-contact-detail-on #ht-google-map {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ht-contact-detail-off #ht-google-map,
.ht-contact-detail-off #ht-google-map > iframe {
  min-height: 600px;
}
.ht-contact-detail-off .ht-section-wrap {
  padding: 0 !important;
}
.ht-contact-google-map {
  width: 100%;
}
.ht-window-height #ht-google-map {
  height: 100vh;
}
#ht-google-map > iframe {
  height: 100%;
  width: 100%;
  display: block;
}
.animated-dot {
  width: 20px;
  height: 20px;
  left: -9px;
  top: -5px;
  position: relative;
}
.animated-dot .middle-dot:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: IcoFont;
  content: "\ef79";
  font-size: 62px;
}
.animated-dot .signal,
.animated-dot .signal2 {
  width: 200px;
  height: 200px;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  left: -90px;
  top: -90px;
  opacity: 0;
  -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
.animated-dot .signal {
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, 0.18);
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
.animated-dot .signal2 {
  border: 2px solid #000;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  1% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  1% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#ht-colophon {
  margin-top: 40px;
  position: relative;
}
body.ht-no-footer-space #ht-colophon {
  margin-top: 0;
}
#ht-colophon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333;
}
.elementor-template-full-width #ht-colophon,
.page-template-home-template #ht-colophon,
.home.blog #ht-colophon,
body.ht-enable-frontpage #ht-colophon {
  margin-top: 0 !important;
}
#ht-colophon a {
  color: #bbb;
  text-decoration: none;
}
#ht-colophon .widget-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ht-top-footer,
.ht-main-footer,
.ht-bottom-footer {
  position: relative;
}
.ht-top-footer .widget {
  margin-bottom: 30px;
}
.ht-top-footer .widget:last-child {
  margin-bottom: 0;
}
.ht-footer {
  float: left;
  width: 22%;
  margin-left: 3%;
}
.ht-footer .widget {
  margin-bottom: 30px;
}
.ht-footer .widget:last-child {
  margin-bottom: 0;
}
.ht-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ht-footer ul li {
  padding: 2px 0;
}
.col-1-1 .ht-footer1 {
  width: 100%;
}
.col-2-1-1 .ht-footer {
  width: 47%;
}
.col-3-1-1-1 .ht-footer {
  width: 30.33%;
}
.col-3-1-2 .ht-footer1 {
  width: 30.33%;
}
.col-3-1-2 .ht-footer2 {
  width: 63.66%;
}
.col-3-2-1 .ht-footer1 {
  width: 63.66%;
}
.col-3-2-1 .ht-footer2 {
  width: 30.33%;
}
.col-4-1-1-1-1 .ht-footer {
  width: 22%;
}
.col-4-1-1-2 .ht-footer1 {
  width: 22%;
}
.col-4-1-1-2 .ht-footer2 {
  width: 22%;
}
.col-4-1-1-2 .ht-footer3 {
  width: 47%;
}
.col-4-2-1-1 .ht-footer1 {
  width: 47%;
}
.col-4-2-1-1 .ht-footer2 {
  width: 22%;
}
.col-4-2-1-1 .ht-footer3 {
  width: 22%;
}
.col-4-1-2-1 .ht-footer1 {
  width: 22%;
}
.col-4-1-2-1 .ht-footer2 {
  width: 47%;
}
.col-4-1-2-1 .ht-footer3 {
  width: 22%;
}
.col-4-1-3 .ht-footer1 {
  width: 22%;
}
.col-4-1-3 .ht-footer2 {
  width: 72%;
}
.col-4-3-1 .ht-footer1 {
  width: 72%;
}
.col-4-3-1 .ht-footer2 {
  width: 22%;
}
.ht-bottom-footer {
  font-size: 0.9em;
}
#ht-colophon.footer-style1 {
  border-top: 4px solid #ffc107;
}
.footer-style1 .ht-top-footer {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px 0;
  text-align: center;
}
.footer-style1 .ht-main-footer {
  color: #bbb;
  padding: 50px 0;
}
.footer-style1 .ht-main-footer-wrap {
  margin-left: -3%;
}
.footer-style1 .ht-bottom-footer {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px 0;
  color: #aaa;
  line-height: 1.2;
  text-align: center;
}
.footer-style2 .ht-top-footer .ht-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  text-align: center;
}
.footer-style2 .ht-main-footer .ht-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-style2 .ht-main-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style2 .ht-footer {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 60px 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer-style2 .ht-top-footer + .ht-main-footer .ht-footer {
  padding: 30px;
}
.footer-style2 .ht-footer:last-child {
  border-right: 0;
}
.footer-style2 .ht-bottom-footer .ht-container {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
#ht-colophon.footer-style3 {
  margin-top: 100px;
}
.footer-style3 .ht-top-footer {
  position: relative;
  top: -50px;
  z-index: 99;
}
.footer-style3 .ht-top-footer .ht-container {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}
.footer-style3 .ht-main-footer {
  padding-top: 50px;
}
.footer-style3 .ht-top-footer + .ht-main-footer {
  padding-top: 0;
}
.footer-style3 .ht-main-footer-wrap {
  margin-left: -3%;
  padding: 0 0 40px;
}
.footer-style3 .ht-bottom-footer {
  padding-bottom: 30px;
  text-align: center;
}
.footer-style3 .ht-bottom-footer .ht-container {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.footer-style4 .ht-top-footer {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-style4 .ht-main-footer .ht-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-style4 .ht-main-footer-wrap {
  margin-left: -3%;
}
.footer-style4 .ht-main-footer {
  padding: 40px 0;
}
.footer-style4 .ht-bottom-footer {
  padding: 25px 0;
  text-align: center;
}
.footer-style5 .ht-top-footer {
  padding: 40px 0;
  text-align: center;
}
.footer-style5 .ht-main-footer {
  background: rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  margin: 0 4%;
}
.footer-style5 .ht-main-footer-wrap {
  margin-left: -3%;
}
.footer-style5 .ht-bottom-footer {
  padding: 20px 0;
  text-align: center;
}
.ht-site-info a {
  border-bottom: 1px dotted #aaa;
}
#ht-back-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #111;
  height: 60px;
  width: 40px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#ht-back-top:hover {
  background: #ffc107;
}
#ht-back-top.ht-hide {
  bottom: -100px;
}
.error404 .error-404 {
  display: block;
  text-align: center;
  font-size: 200px;
  color: #f9f9f9;
  line-height: 1.2;
}
.error404 .oops-text {
  text-align: center;
}
.toggle-bar {
  display: none;
}
.ht-search-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ht-search-wrapper.ht-search-triggered {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ht-search-close {
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #ffc107;
  color: #fff;
  font-size: 24px;
  margin-left: -30px;
}
.ht-search-container {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.ht-search-container .search-field {
  width: 100%;
  background: 0 0;
  border: none;
  text-align: center;
  height: 60px;
  height: 7vw;
  font-size: 60px;
  font-size: 5vw;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  line-height: 1;
}
.ht-search-container .search-submit {
  background: 0 0 !important;
  border: 3px solid #aaa;
  padding: 16px 60px;
  font-size: 20px;
  border-radius: 40px;
  color: #aaa;
  height: 70px;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.total-plus-privacy-policy {
  position: fixed;
  background: #333;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 9999;
  color: #fff;
  font-size: 0.9em;
  display: none;
}
.customizer-gdpr-section .total-plus-privacy-policy {
  display: block;
}
.policy-text a {
  color: #fff;
  text-decoration: underline;
}
.policy-buttons a {
  display: inline-block;
  background: #ffc107;
  padding: 12px 25px;
  color: #fff;
  margin: 0 4px;
  border-radius: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 0.88em;
}
.policy-buttons a:hover {
  color: #fff;
}
.total-plus-privacy-policy.top-full-width {
  top: 0;
  bottom: auto;
}
.total-plus-privacy-policy.top-full-width .ht-container,
.total-plus-privacy-policy.bottom-full-width .ht-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.logged-in.admin-bar .total-plus-privacy-policy.top-full-width {
  top: auto;
}
.total-plus-privacy-policy.top-full-width .policy-text,
.total-plus-privacy-policy.bottom-full-width .policy-text {
  margin-right: 40px;
}
.total-plus-privacy-policy.top-full-width .policy-buttons,
.total-plus-privacy-policy.bottom-full-width .policy-buttons {
  white-space: nowrap;
}
.total-plus-privacy-policy.bottom-left-float .policy-buttons,
.total-plus-privacy-policy.bottom-right-float .policy-buttons {
  margin-top: 10px;
}
.total-plus-privacy-policy.bottom-left-float .policy-buttons a,
.total-plus-privacy-policy.bottom-right-float .policy-buttons a {
  margin-top: 10px;
}
.total-plus-privacy-policy.bottom-left-float {
  width: 40%;
  left: 40px;
  bottom: 40px;
  right: auto;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
}
.total-plus-privacy-policy.bottom-right-float {
  width: 40%;
  left: auto;
  bottom: 40px;
  right: 40px;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
}
.total-plus-privacy-policy.bottom-left-float .ht-container,
.total-plus-privacy-policy.bottom-right-float .ht-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .alignfull,
  .alignwide {
    width: auto;
    max-width: 1000%;
  }
  body.ht-no-sidebar:not(.ht-boxed) .alignfull,
  body.ht-no-sidebar-narrow:not(.ht-boxed) .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  body.ht-no-sidebar:not(.ht-boxed) .alignwide,
  body.ht-no-sidebar-narrow:not(.ht-boxed) .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
  body.ht-right-sidebar:not(.ht-boxed) .alignfull {
    margin-left: calc(50% / 0.7 - 50vw);
  }
  body.ht-right-sidebar:not(.ht-boxed) .alignwide {
    margin-left: calc(25% / 0.7 - 25vw);
  }
  body.ht-right-sidebar:not(.ht-boxed) .align-wrap {
    width: auto;
    margin-left: calc(50% / 0.7 - 50vw);
  }
  body.ht-left-sidebar :not(.ht-boxed).alignfull {
    margin-right: calc(50% / 0.7 - 50vw);
  }
  body.ht-left-sidebar:not(.ht-boxed) .alignwide {
    margin-right: calc(25% / 0.7 - 25vw);
  }
  body.ht-left-sidebar:not(.ht-boxed) .align-wrap {
    width: auto;
    margin-right: calc(50% / 0.7 - 50vw);
  }
  body.ht-no-sidebar.ht-boxed .alignfull,
  body.ht-no-sidebar-narrow.ht-boxed .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  body.ht-right-sidebar.ht-boxed .alignfull {
    margin-left: calc(50% / 0.7 - 50vw);
    margin-right: 0;
  }
  body.ht-left-sidebar.ht-boxed .alignfull {
    margin-right: calc(50% / 0.7 - 50vw);
    margin-left: 0;
  }
}
body.ht-boxed .alignwide {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-latest-posts.is-grid {
  margin-left: 0;
}
.wp-block-quote {
  margin: 30px 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 30px 0;
}
.wp-block-categories,
.wp-block-archives {
  list-style: none;
}
.wp-block-pullquote {
  margin-bottom: 30px;
  padding: 40px 0;
}
.wp-block-pullquote blockquote {
  background: 0 0;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-gallery {
  margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption {
  font-size: 0.9em;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #dadada;
  text-align: center;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: #ffc107;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product a {
  color: inherit;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}
.woocommerce ul.products li.product .total-product-title-wrap {
  padding: 15px 15px 0;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
  color: inherit;
  margin: 0;
}
.woocommerce ul.products li.product .price del {
  display: inline;
  color: #999;
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  display: inline;
}
.woocommerce ul.products li.product-category mark {
  background: 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 15px 0;
}
.woocommerce ul.products li.product .total-product-image-wrap {
  position: relative;
}
.woocommerce ul.products li.product .total-plus-product-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.woocommerce ul.products li.product .total-plus-product-actions > .clear,
.woocommerce ul.products li.product .total-plus-product-actions .feedback {
  display: none;
}
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .total-plus-product-actions .ht-compare,
.woocommerce ul.products li.product .total-plus-product-actions .ht-quick-view {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0 2px;
  top: auto;
  left: auto;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  visibility: hidden;
  opacity: 0;
}
.woocommerce
  ul.products
  li.product:hover
  .total-plus-product-actions
  .yith-wcwl-add-to-wishlist,
.woocommerce
  ul.products
  li.product:hover
  .total-plus-product-actions
  .ht-compare,
.woocommerce
  ul.products
  li.product:hover
  .total-plus-product-actions
  .ht-quick-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.woocommerce ul.products li.product .total-plus-product-actions .ht-compare {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.woocommerce ul.products li.product .total-plus-product-actions .ht-quick-view {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.woocommerce ul.products li.product .total-plus-product-actions .button {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  line-height: 50px;
  font-size: 1rem;
}
.woocommerce ul.products li.product .total-plus-product-actions a {
  position: relative;
  height: 50px;
  width: 50px;
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border-radius: 0 !important;
  background: #fff !important;
  color: #333 !important;
}
.woocommerce ul.products li.product .total-plus-product-actions a i {
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
}
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  .yith-wcwl-add-to-wishlist
  a
  span,
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  a
  .woo-button-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  font-size: 0.8rem;
  background: #333;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  padding: 6px 8px;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  .yith-wcwl-add-to-wishlist
  a
  span:after,
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  a
  .woo-button-tooltip:after {
  content: "";
  border-color: #333 transparent transparent;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
}
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  .yith-wcwl-add-to-wishlist
  a:hover
  span,
.woocommerce
  ul.products
  li.product
  .total-plus-product-actions
  a:hover
  .woo-button-tooltip {
  visibility: visible !important;
  opacity: 1 !important;
}
.woocommerce ul.products li.product .total-product-title-wrap .button {
  margin: 0 10px;
  transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dadada;
}
.woocommerce ul.products li.product:hover .total-product-title-wrap .button {
  border-color: #ffc107;
  background-color: #ffc107;
  color: #fff;
}
.woocommerce ul.products li.product .button.loading {
  opacity: 1;
}
.woocommerce a.added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .onsale {
  margin: 10px -6px 0 0;
}
.woocommerce ul.products li.product .onsale:after {
  border-color: transparent transparent #e8ae00 #e8ae00;
  border-width: 3px;
  border-style: solid;
  right: 0;
  left: auto;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  margin: 0 2px;
  background: #ffc107;
  color: #fff;
  padding: 16px 22px;
  line-height: 1;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #333;
  color: #fff;
}
.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 0 15px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0;
  background-color: #ffc107;
  color: #fff;
  font-size: 14px;
  margin: 10px 0 0 -6px;
  top: 0;
  left: 0;
}
.woocommerce span.onsale:after {
  border-color: transparent #e8ae00 #e8ae00 transparent;
  border-width: 3px;
  border-style: solid;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ffc107;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}
.woocommerce .product_meta {
  font-size: 15px;
  margin-top: 20px;
}
.woocommerce .product_meta a {
  color: inherit;
}
.woocommerce .product_meta a:hover {
  color: #ffc107;
}
.woocommerce-variation {
  margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 5px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background-color: #333;
  border-radius: 0;
  margin: 0 6px 0 0;
  padding: 0;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
  font-weight: 400;
  color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #ffc107;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  border-color: #ffc107 transparent transparent;
  border-width: 10px;
  border-style: solid;
  top: 100%;
  margin-left: -10px;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 10px;
}
.woocommerce table.shop_attributes th {
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email {
  width: 100%;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
  width: 100%;
}
.related.products h2 {
  margin-bottom: 30px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 0;
  color: #fff;
  background-color: #ffc107;
  border: 1px solid #ffc107;
  line-height: 20px;
  font-size: 0.9em;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-color: #ffc107;
  background-color: #ffc107;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background: #ffc107;
  padding: 10px 20px;
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: #333;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #ffc107;
  border-color: #ffc107;
}
.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
  margin-bottom: 50px;
  border: 1px solid #eee;
  line-height: 1.3;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  font-weight: 400;
  padding: 15px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table th {
  text-transform: uppercase;
  background: #f6f6f6;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
.woocommerce table.shop_table .product-thumbnail {
  text-align: center;
}
#add_payment_method table.cart .product-thumbnail img,
.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-checkout table.cart .product-thumbnail img,
.woocommerce table.cart .product-thumbnail img {
  width: 80px;
}
.woocommerce .quantity .qty {
  padding-left: 5px;
  padding-right: 5px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: #eee;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 160px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.4em;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce a.remove {
  text-indent: -9999px;
  position: relative;
  background: 0 0 !important;
  font-size: 1.2em;
  margin: 0 auto;
}
.woocommerce a.remove:before {
  content: "\f2ed";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #e2401c;
  text-indent: 0;
  text-align: center;
}
.select2-container .select2-choice,
.select2-container--default .select2-selection--single {
  border: 1px solid #eee;
  color: inherit;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
  padding: 10px 20px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}
.select2-results {
  font-size: 0.9em;
  color: inherit;
}
.select2-drop-active,
.select2-dropdown {
  border-color: #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #eee;
}
.select2-results__option {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #ffc107;
  font-size: 0.9em;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #ffc107;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  padding: 5px 20px;
  line-height: 1;
  height: auto;
}
.woocommerce table.shop_table td.product-remove {
  width: 80px;
}
#customer_details {
  margin-bottom: 40px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #eee;
  border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation-link a {
  background: #ffc107;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 5px;
  display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
  background: #333;
  color: #fff;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-top: 4px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 8px;
}
.woocommerce .widget_layered_nav ul li {
  padding: 5px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 4px solid #ffc107;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ffc107;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
  top: -6px;
  margin-left: -10px;
}
.menu-item-ht-cart i {
  position: relative;
}
.menu-item-ht-cart .cart-count {
  font-size: 0.8em;
  margin-left: 6px;
  position: relative;
  top: -8px;
  line-height: 14px;
  font-family: Arial;
}
.menu-item-ht-cart .widget_shopping_cart {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  width: 300px;
  background: #fff;
  padding: 25px;
  text-transform: none;
  margin: 0;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
.menu-item-ht-cart:hover .widget_shopping_cart {
  display: block;
}
.menu-item-ht-cart .widget_shopping_cart ul {
  display: block;
  position: static;
  background: 0 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 300px;
}
.menu-item-ht-cart .widget_shopping_cart .woocommerce-mini-cart a {
  padding: 0;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .total {
  padding: 15px 0;
  border: 0;
  margin: 0;
  border-top: 1px solid #fff;
}
.menu-item-ht-cart .woocommerce-mini-cart__buttons {
  margin: 0;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .buttons a {
  display: block;
  margin: 0 0 10px;
  text-align: center;
  color: #ffff;
}
.menu-item-ht-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li {
  padding: 10px 20px 10px 0;
}
.menu-item-ht-cart ul.product_list_widget li img {
  width: 72px;
  float: left;
  margin: 0 10px 0 0;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
  top: 20px;
}
.menu-item-ht-cart .woocommerce.widget_shopping_cart .cart_list li .quantity {
  font-size: 0.9em;
}
.menu-item-ht-cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
#ht-responsive-menu .menu-item-ht-cart .widget_shopping_cart {
  display: none !important;
}
.woocommerce table.wishlist_table {
  font-size: 1em;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  border-radius: 0;
  line-height: 30px;
  padding: 5px 20px !important;
  white-space: nowrap;
  display: inline-block !important;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border-color: #eee;
  padding: 15px;
}
.woocommerce
  .wishlist_table
  td.product-add-to-cart
  a.add_to_cart_button:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.woocommerce
  .wishlist_table
  td.product-add-to-cart
  a.remove_from_wishlist:before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 5px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
  float: right;
  text-indent: -9999px;
  height: 1em;
  width: 1em;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.woocommerce table.wishlist_table .yith-wcqv-button:after {
  content: "\f002";
  text-indent: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 1.4em;
  margin: 0 0 20px;
}
a.add_to_wishlist.button.alt {
  border-radius: 0;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist,
.woocommerce div.product div.summary .yith-ywraq-add-to-quote,
.woocommerce div.product div.summary .compare {
  margin: 0 0 20px;
}
#yith-quick-view-close {
  border: none;
  background: #333;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 2;
  opacity: 0.5;
  text-indent: -9999px;
}
#yith-quick-view-close:before,
#yith-quick-view-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#yith-quick-view-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#yith-quick-view-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#yith-quick-view-content div.images {
  margin-bottom: 0;
}
#yith-quick-view-content div.summary {
  padding: 40px;
}
#yith-quick-view-content .onsale {
  left: 0;
}
#ht-mobile-menu {
  display: none;
  margin-left: 30px;
}
.ht-header-four #ht-mobile-menu,
.ht-header-six #ht-mobile-menu {
  margin-left: 0;
}
.collapse-button {
  padding: 6px 14px;
  color: #fff;
  text-align: center;
  background-color: #0e0e0e;
  cursor: pointer;
}
.collapse-button:hover,
.collapse-button:focus {
  color: #fff;
}
.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 30px;
  margin: 8px 0;
  background-color: #f5f5f5;
  border-radius: 1px;
}
#ht-responsive-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 99;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#ht-responsive-menu ul {
  margin: 0;
  list-style: none;
  display: none;
}
#ht-responsive-menu li.megamenu-auto-width ul.megamenu {
  padding: 0;
}
#ht-responsive-menu li.menu-item {
  position: relative;
  float: none;
}
#ht-responsive-menu li.menu-item > a {
  position: relative;
  padding: 15px 30px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #333;
}
#ht-responsive-menu ul.megamenu li.menu-item > a {
  padding: 15px 40px;
}
#ht-responsive-menu ul.megamenu .menu-template,
#ht-responsive-menu ul.megamenu .menu-widget {
  padding: 40px 40px 0;
}
#ht-responsive-menu ul li.menu-item > a {
  padding-left: 40px;
}
#ht-responsive-menu ul ul li.menu-item > a {
  padding-left: 50px;
}
#ht-responsive-menu ul ul ul li.menu-item > a {
  padding-left: 60px;
}
#ht-responsive-menu ul ul ul ul li.menu-item > a {
  padding-left: 70px;
}
#ht-responsive-menu ul ul ul ul ul li.menu-item > a {
  padding-left: 80px;
}
#ht-responsive-menu li .dropdown-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: inherit;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
  transform: translateY(-50%);
}
#ht-responsive-menu li.menu-item .nav-desc {
  display: block;
  font-size: 0.8em;
  margin-top: 2px;
}
#ht-responsive-menu li .dropdown-nav:before {
  content: "\F140";
}
#ht-responsive-menu li .dropdown-nav.ht-opened:before {
  content: "\F143";
}
#ht-responsive-menu li.menu-item-ht-cart .dropdown-nav {
  display: none;
}
#ht-responsive-menu .megamenu .dropdown-nav {
  display: none;
}
#ht-responsive-menu .megamenu ul {
  display: block !important;
}
#ht-responsive-menu .megamenu li.heading-yes > a {
  background: rgba(0, 0, 0, 0.05);
}
#ht-maintenance-page {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.ht-maintenance-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ht-maintenance-slide {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
.ht-maintenance-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
body.video .ht-maintenance-bg:after {
  background-image: url(//bowordpress.locale/wp-content/themes/total-plus/images/dot.png);
}
.ht-maintenance-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px;
}
.ht-maintenance-banner {
  min-height: 100%;
  background-size: cover;
  background-position: center;
}
.ht-maintenance-video {
  min-height: 100vh;
}
.ht-maintenance-logo {
  margin-bottom: 40px;
}
.ht-maintenance-page h1 {
  margin-bottom: 20px;
  font-size: 60px;
  letter-spacing: 1px;
}
.ht-maintenance-countdown {
  margin: 60px 0 30px;
}
.ht-maintenance-countdown > .ht-count-label {
  display: inline-block;
  margin: 0 40px 30px;
}
.ht-maintenance-countdown > .ht-count-label span {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 700;
}
.ht-maintenance-countdown > .ht-count-label label {
  text-transform: uppercase;
}
.ht-maintenance-page header {
  font-size: 18px;
  margin-bottom: 30px;
}
.ht-maintenance-page footer {
  margin-top: 80px;
}
.ht-maintenance-social a {
  font-size: 18px;
  margin: 0 15px;
  border: 1px solid #fff;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ht-maintenance-social a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
}
.mbYTP_wrapper iframe {
  margin-top: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .ht-slide-caption {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .ht-slide-cap-title {
    font-size: 40px;
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .ht-banner-title {
    font-size: 40px;
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .ht-slide-cap-desc,
  .ht-banner-subtitle {
    font-size: 14px;
    font-size: 3vw;
  }
  .ht-team-col-4 .ht-team-member,
  .ht-col-4 .ht-highlight-post,
  .ht-pricing-col-4 .ht-pricing,
  .ht-blog-col-4 .ht-blog-post {
    width: 30.33%;
  }
  .ht-team-col-4 .ht-team-member:nth-child(4n + 1),
  .ht-col-4 .ht-highlight-post:nth-child(4n + 1),
  .ht-pricing-col-4 .ht-pricing:nth-child(4n + 1),
  .ht-blog-col-4 .ht-blog-post:nth-child(4n + 1) {
    clear: none;
  }
  .ht-team-col-4 .ht-team-member:nth-child(3n + 1),
  .ht-col-4 .ht-highlight-post:nth-child(3n + 1),
  .ht-pricing-col-4 .ht-pricing:nth-child(3n + 1),
  .ht-blog-col-4 .ht-blog-post:nth-child(3n + 1) {
    clear: both;
  }
  .ht-team-grid .ht-team-member.style2 {
    width: 47%;
  }
  .ht-team-grid .ht-team-member.style2:nth-child(3n + 1) {
    clear: none;
  }
  .ht-team-grid .ht-team-member.style2:nth-child(2n + 1) {
    clear: both;
  }
  .ht-col-6 .ht-featured-post,
  .ht-col-5 .ht-featured-post {
    width: 22%;
  }
  .ht-col-4 .ht-featured-post {
    width: 30.33%;
  }
  .ht-col-6 .ht-featured-post:nth-child(6n + 1),
  .ht-col-5 .ht-featured-post:nth-child(5n + 1),
  .ht-col-4 .ht-featured-post:nth-child(4n + 1) {
    clear: none;
  }
  .ht-col-6 .ht-featured-post:nth-child(4n + 1),
  .ht-col-5
    .ht-featured-post:nth-child(4n + 1)
    .ht-col-4
    .ht-featured-post:nth-child(3n + 1) {
    clear: both;
  }
  .ht-counter-col-6 .ht-counter,
  .ht-counter-col-5 .ht-counter {
    width: 20%;
  }
  .ht-counter-col-4 .ht-counter {
    width: 28.33%;
  }
  .ht-counter-col-6 .ht-counter:nth-child(6n + 1),
  .ht-counter-col-5 .ht-counter:nth-child(5n + 1),
  .ht-counter-col-4 .ht-counter:nth-child(4n + 1) {
    clear: none;
  }
  .ht-counter-col-6 .ht-counter:nth-child(4n + 1),
  .ht-counter-col-5 .ht-counter:nth-child(4n + 1),
  .ht-counter-col-4 .ht-counter:nth-child(3n + 1) {
    clear: both;
  }
  .ht-service-section.style2 .ht-service-posts {
    display: block;
  }
  .ht-service-section.style2 .ht-section-title-tagline {
    width: auto;
    padding: 0;
    margin-bottom: 60px;
  }
  .ht-service-section.style2 .ht-service-post-holder {
    width: auto;
  }
  .ht-service-section.style3 .ht-service-bg {
    display: none;
  }
  .ht-service-section.style3 .ht-service-post {
    width: 50%;
  }
  .ht-logo-section .style2 .flipster-carousel .flip-items .flip-content {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .ht-main-banner {
    background-attachment: scroll;
  }
  .ht-th-left,
  .ht-th-right {
    float: none;
    width: auto;
    max-width: none;
    text-align: center;
  }
  .ht-th-left {
    margin-bottom: 10px;
  }
  .ht-banner-caption {
    width: 100% !important;
  }
  .ht-slide-caption .ht-slide-cap-title,
  .ht-slide-caption .ht-slide-cap-desc {
    padding: 0 !important;
  }
  .ht-button {
    height: auto;
  }
  .ht-section-title-top-center,
  .ht-section-title-top-cs {
    width: auto;
  }
  .ht-section-title-single-row {
    display: block;
  }
  .ht-section-title-single-row .ht-section-title-wrap,
  .ht-section-title-single-row .ht-section-tagline {
    width: auto;
    padding: 0;
    border: 0;
  }
  .ht-section-title-side,
  .ht-section-title-side + .ht-section-content {
    float: none;
    width: auto;
    padding: 0;
  }
  .ht-section-title-tagline.ht-section-title-side {
    margin-bottom: 60px;
  }
  .ht-section-title-single-row .ht-section-title-wrap {
    margin-bottom: 15px;
  }
  .ht-section-title-big .ht-section-super-title {
    font-size: 4rem;
  }
  .ht-team-grid .ht-team-member {
    width: 47%;
  }
  .ht-team-grid .ht-team-member:nth-child(3n + 1) {
    clear: none;
  }
  .ht-team-grid .ht-team-member:nth-child(2n + 1) {
    clear: both;
  }
  .ht-team-grid .ht-team-member.style2 {
    width: 97%;
  }
  .ht-tab-wrap.style1 .ht-tabs,
  .ht-tab-wrap.style2 .ht-tabs,
  .ht-tab-wrap.style1 .ht-tab-content,
  .ht-tab-wrap.style2 .ht-tab-content {
    width: auto;
    float: none;
    padding: 20px 0;
  }
  .ht-tab-wrap.style2 .ht-tab.ht-active:after,
  .ht-tab-wrap.style4 .ht-tab:after,
  .ht-tab-wrap.style5 .ht-tab.ht-active:before,
  .ht-tab-wrap.style5 .ht-tab.ht-active:after {
    display: none;
  }
  .ht-tab-wrap.style3 .ht-tab,
  .ht-tab-wrap.style4 .ht-tab,
  .ht-tab-wrap.style5 .ht-tab {
    display: block;
    max-width: none;
    margin-bottom: 10px;
  }
  .ht-tab-wrap.style5 .ht-tab {
    padding-bottom: 20px;
  }
  .ht-tab-wrap.style5 .ht-tabs {
    padding: 0 30px;
  }
  .ht-tab-wrap.style5 .ht-tab-content {
    padding: 30px;
  }
  .ht-testimonial-section .style3 .ht-testimonial-box {
    width: 47%;
  }
  .ht-testimonial-section .style3 .ht-testimonial-box:nth-child(3n + 1) {
    clear: none;
  }
  .ht-testimonial-section .style3 .ht-testimonial-box:nth-child(2n + 1) {
    clear: both;
  }
  .ht-testimonial-section .style4 .ht-testimonial-box {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #ht-about-section .ht-container {
    display: block;
  }
  .ht-about-sec {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .ht-about-sidebar {
    width: auto;
    float: none;
    padding: 0;
    text-align: center;
  }
  .ht-about-sec.fullwidth .ht-progress-bar-sec {
    width: auto;
  }
  .ht-news {
    width: auto;
    display: block;
  }
  .ht-news-image,
  .ht-news-content {
    width: auto !important;
    float: none !important;
  }
  .ht-news-image {
    margin-bottom: 30px;
  }
  .ht-news-section .style2 .ht-news-content {
    left: 0 !important;
  }
  .ht-news-section .style3 .ht-news-image {
    margin-bottom: 0;
    min-height: 0;
    padding-top: 56%;
  }
  .ht-news-section .style3 .ht-news-content {
    padding: 40px;
  }
  .ht-highlight-post-wrap .ht-highlight-post {
    width: 47%;
  }
  .ht-highlight-post-wrap .ht-highlight-post:nth-child(3n + 1) {
    clear: none;
  }
  .ht-highlight-post-wrap .ht-highlight-post:nth-child(2n + 1) {
    clear: both;
  }
  .ht-pricing-wrap .ht-pricing {
    width: 47%;
  }
  .ht-pricing-wrap .ht-pricing:nth-child(3n + 1) {
    clear: none;
  }
  .ht-pricing-wrap .ht-pricing:nth-child(2n + 1) {
    clear: both;
  }
  .ht-featured-post-wrap .ht-featured-post {
    width: 47%;
  }
  .ht-featured-post-wrap .ht-featured-post:nth-child(6n + 1),
  .ht-featured-post-wrap .ht-featured-post:nth-child(5n + 1),
  .ht-featured-post-wrap .ht-featured-post:nth-child(4n + 1),
  .ht-featured-post-wrap .ht-featured-post:nth-child(3n + 1) {
    clear: none;
  }
  .ht-featured-post-wrap .ht-featured-post:nth-child(2n + 1) {
    clear: both;
  }
  .ht-counter-wrap .ht-counter {
    width: 45%;
  }
  .ht-counter-wrap .ht-counter:nth-child(6n + 1),
  .ht-counter-wrap .ht-counter:nth-child(5n + 1),
  .ht-counter-wrap .ht-counter:nth-child(4n + 1),
  .ht-counter-wrap .ht-counter:nth-child(3n + 1) {
    clear: none;
  }
  .ht-counter-wrap .ht-counter:nth-child(2n + 1) {
    clear: both;
  }
  .ht-service-bg {
    display: none;
  }
  .ht-service-section.style1.ht-bg-left .ht-service-posts,
  .ht-service-section.style4.ht-bg-left .ht-service-posts,
  .ht-service-section.style1.ht-bg-right .ht-service-posts,
  .ht-service-section.style4.ht-bg-right .ht-service-posts {
    float: none;
    width: auto;
    padding: 0;
  }
  .ht-service-section.style3 .ht-service-post-wrap {
    display: block;
  }
  .ht-service-section.style3 .ht-service-post {
    width: auto;
  }
  .ht-service-section.style3 .ht-service-post:nth-child(odd) {
    padding-right: 0;
    padding-left: 100px;
    text-align: left;
  }
  .ht-service-section.style3 .ht-service-post:nth-child(odd) .ht-service-icon {
    float: left;
    margin-left: -80px;
  }
  .ht-blog-wrap .ht-blog-post {
    width: 47%;
  }
  .ht-blog-wrap .ht-blog-post:nth-child(3n + 1) {
    clear: none;
  }
  .ht-blog-wrap .ht-blog-post:nth-child(2n + 1) {
    clear: both;
  }
  .ht-contact-content {
    display: block;
  }
  .ht-contact-form,
  .ht-contact-detail {
    width: auto;
  }
  .ht-cta-section.style4 .ht-container {
    display: block;
  }
  .ht-cta-section.style4 .ht-section-title-tagline {
    width: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .ht-cta-section.style4 .ht-cta-buttons {
    width: auto;
  }
  .ht-logo-section .style2 .flipster-carousel .flip-items .flip-content {
    width: 200px;
    height: 200px;
  }
  .ht-logo-section .style3 .ht-logo-grid .ht-logo-item,
  .ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
    width: 33.33%;
  }
  .ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
    border: 0 !important;
  }
  .ht-cta {
    display: block;
  }
  .ht-cta-content-wrap {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .ht-cta.ht-button-right .ht-cta-buttons {
    padding: 0;
    text-align: center;
  }
  .footer-style2 .ht-main-footer-wrap {
    display: block;
  }
  .footer-style2 .ht-footer {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-style2 .ht-footer:last-child {
    border-bottom: 0;
  }
  .ht-main-footer-wrap {
    margin-left: 0 !important;
  }
  .ht-footer {
    width: auto !important;
    margin: 0 0 30px !important;
    float: none !important;
  }
  .ht-footer:last-child {
    margin-bottom: 0 !important;
  }
  #primary {
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
  }
  #secondary {
    width: auto !important;
    float: none !important;
    margin-bottom: 30px;
  }
  .total-plus-privacy-policy.bottom-left-float,
  .total-plus-privacy-policy.bottom-right-float {
    width: auto;
    left: 40px;
    right: 40px;
    text-align: center;
  }
  .total-plus-privacy-policy.top-full-width .ht-container,
  .total-plus-privacy-policy.bottom-full-width .ht-container {
    display: block;
    text-align: center;
  }
  .total-plus-privacy-policy.top-full-width .policy-text,
  .total-plus-privacy-policy.bottom-full-width .policy-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .total-plus-privacy-policy.top-full-width .policy-buttons,
  .total-plus-privacy-policy.bottom-full-width .policy-buttons {
    white-space: normal;
  }
  .total-plus-privacy-policy.top-full-width .policy-buttons a,
  .total-plus-privacy-policy.bottom-full-width .policy-buttons a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 580px) {
  .ht-slide-cap-title,
  .ht-slide-cap-desc {
    font-size: 30px;
    font-size: 4vw;
  }
  .ht-banner-title {
    font-size: 30px;
    font-size: 8vw;
  }
  .ht-banner-subtitle {
    font-size: 14px;
    font-size: 5vw;
  }
  .ht-topheader-mobile-disable .ht-top-header {
    display: none !important;
  }
  ul.total-plus-related-post-wrap {
    margin-left: 0;
  }
  ul.total-plus-related-post-wrap li {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  .ht-image-box.image-left .ht-image-box-wrap,
  .ht-image-box.image-right .ht-image-box-wrap {
    display: block;
  }
  .ht-image-box.image-left .ht-ib-image,
  .ht-image-box.image-right .ht-ib-image {
    margin: 0 0 30px;
    width: auto !important;
  }
  .ht-ib-content {
    width: auto !important;
  }
  .ht-team-grid .ht-team-member {
    width: 97%;
  }
  .ht-testimonial-section .style3 .ht-testimonial-box {
    width: 97%;
  }
  .ht-news-section .style3 .ht-news-content {
    padding: 30px;
  }
  .ht-highlight-post-wrap .ht-highlight-post {
    width: 97%;
  }
  .ht-pricing-wrap .ht-pricing {
    width: 97%;
  }
  .ht-featured-post-wrap .ht-featured-post {
    width: 97%;
  }
  .ht-service-section.style2 .ht-service-post-wrap {
    display: block;
  }
  .ht-service-section.style2 .ht-service-post {
    width: auto;
    margin: 30px 0;
  }
  .ht-blog-wrap .ht-blog-post img {
    width: 100%;
  }
  .ht-blog-wrap .ht-blog-post {
    width: 97%;
  }
  #ht-home-slider-section .owl-nav,
  #ht-home-slider-section .owl-dots {
    display: none;
  }
  .blog-layout2 .ht-post-info {
    width: 30%;
  }
  .blog-layout2 .ht-post-info + .ht-post-content {
    width: 70%;
  }
  .policy-hide-mobile,
  .customizer-gdpr-section .total-plus-privacy-policy.policy-hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .ht-banner-title {
    font-size: 30px;
    font-size: 9vw;
  }
  .ht-banner-subtitle {
    font-size: 14px;
    font-size: 5vw;
  }
  .ht-slide-button a {
    font-size: 14px;
    font-size: 3vw;
    padding: 8px 12px;
  }
  .ht-slide-button {
    margin-top: 10px;
  }
  .ht-team-member.style2 .ht-team-member-inner {
    display: block;
  }
  .ht-team-member.style2 .ht-team-member-content,
  .ht-team-member.style2 .ht-team-image {
    width: auto;
  }
  .ht-testimonial-wrap .ht-testimonial-excerpt {
    width: auto;
  }
  .ht-testimonial-wrap .ht-testimonial-excerpt .icofont-quote-left {
    left: 0;
  }
  .ht-counter-wrap .ht-counter {
    width: 95%;
  }
  .ht-cta-buttons a {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }
  .ht-logo-section .style3 .ht-logo-grid .ht-logo-item,
  .ht-logo-section .style4 .ht-logo-grid .ht-logo-item {
    width: 50%;
  }
  .blog-layout1 .ht-post-info {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .blog-layout1 .ht-post-info + .ht-post-wrapper {
    padding-left: 0;
  }
  .blog-layout1 .entry-figure + .ht-post-content {
    padding: 0 20px 20px;
  }
  .blog-layout1 .entry-figure + .ht-post-content .entry-header {
    width: 100%;
    margin-left: -20px;
  }
  .blog-layout2 .entry-body {
    padding: 20px;
  }
  .blog-layout2 .ht-post-info,
  .blog-layout2 .ht-post-info + .ht-post-content {
    width: auto;
    float: none;
    padding: 0;
  }
  .blog-layout2 .ht-post-info {
    margin-bottom: 30px;
  }
  .blog-layout2 .entry-date {
    margin-top: -20px;
    margin-bottom: 0;
  }
  .blog-layout3 .ht-post-content {
    padding: 20px 20px 0;
  }
  .total-hentry-wrap {
    margin-left: 0;
  }
  .total-hentry-wrap .blog-layout4.total-hentry {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .blog-layout4-first .ht-post-content {
    padding: 20px 0 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: inherit;
  }
  .blog-layout4-first .ht-post-content a {
    color: inherit;
  }
  .ht-contact-box.style1 .ht-contact-field,
  .ht-contact-box.style3 .ht-contact-field {
    min-width: 100%;
  }
  .ht-contact-box.style1 .ht-contact-field:after {
    display: none;
  }
  .ht-mobile-hide {
    display: none;
  }
}
#bbpress-forums div.bbp-search-form {
  margin-bottom: 20px;
}
#bbpress-forums {
  line-height: 1.6;
}
#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-breadcrumb,
div.bbp-topic-tags,
.bbp-row-actions #favorite-toggle a,
.bbp-row-actions #subscription-toggle a,
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
#bbpress-forums #bbp-your-profile fieldset p.description,
div.bbp-template-notice p,
div.bbp-template-notice li {
  font-size: 1rem;
}
#bbpress-forums .bbp-forums-list .bbp-forum,
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
span.bbp-author-ip,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-topic-pagination a,
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
#bbpress-forums div.bbp-the-content-wrapper input[type="button"],
#bbpress-forums div.bbp-template-notice code,
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  font-size: 0.94rem;
}
#bbpress-forums .bbp-meta,
span.bbp-admin-links a {
  font-size: 0.7rem;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
  font-size: 1.3rem;
}
#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form select {
  padding: 10px 20px;
  height: 50px;
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry,
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
#bbpress-forums #password #pass-strength-result {
  padding: 15px;
}
#bbpress-forums div.bbp-the-content-wrapper input[type="button"] {
  height: auto;
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
  font-weight: 400;
}
#bbpress-forums li.bbp-footer *,
#bbpress-forums li.bbp-header * {
  color: #fff;
}
#bbpress-forums button,
#bbpress-forums input[type="button"],
#bbpress-forums input[type="reset"],
#bbpress-forums input[type="submit"],
.bbp-login-form button {
  color: #fff;
}
#bbpress-forums div.bbp-search-form #bbp-topic-search-form > div {
  display: flex;
}
#bbpress-forums fieldset.bbp-form {
  margin-bottom: 40px;
}
div.bbp-template-notice ul {
  margin: 0 0 0 20px;
}
.bbp-form,
fieldset {
  padding: 30px;
  border-color: #eee;
}
.tnp-widget-minimal form.tnp-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tnp-widget-minimal .tnp-form input.tnp-submit {
  width: auto;
  padding: 10px 30px;
}
.lg-outer + .elementor-lightbox {
  display: none !important;
}
:root {
  --vk-margin-elem: 2rem;
}
.text-nowrap {
  white-space: nowrap;
}
:root {
  --vk-margin-xs: 0.75rem;
  --vk-margin-sm: 1.5rem;
  --vk-margin-md: 2.4rem;
  --vk-margin-lg: 4rem;
  --vk-margin-xl: 6rem;
}
.vk_block-margin-0--margin-top {
  margin-top: 0 !important;
}
.vk_block-margin-0--margin-top > table {
  margin-top: 0;
}
.vk_block-margin-0--margin-bottom {
  margin-bottom: 0 !important;
}
.vk_block-margin-0--margin-bottom > table {
  margin-bottom: 0;
}
.vk_block-margin-xs {
  margin-top: var(--vk-margin-xs);
}
.vk_block-margin-xs--margin-top {
  margin-top: var(--vk-margin-xs) !important;
}
.vk_block-margin-xs--margin-bottom {
  margin-bottom: var(--vk-margin-xs) !important;
}
.vk_block-margin-xs--height {
  height: var(--vk-margin-xs);
}
.vk_block-margin-sm {
  margin-top: var(--vk-margin-sm);
}
.vk_block-margin-sm--margin-top {
  margin-top: var(--vk-margin-sm) !important;
}
.vk_block-margin-sm--margin-bottom {
  margin-bottom: var(--vk-margin-sm) !important;
}
.vk_block-margin-sm--height {
  height: var(--vk-margin-sm);
}
.vk_block-margin-md {
  margin-top: var(--vk-margin-md);
}
.vk_block-margin-md--margin-top {
  margin-top: var(--vk-margin-md) !important;
}
.vk_block-margin-md--margin-bottom {
  margin-bottom: var(--vk-margin-md) !important;
}
.vk_block-margin-md--height {
  height: var(--vk-margin-md);
}
.vk_block-margin-lg {
  margin-top: var(--vk-margin-lg);
}
.vk_block-margin-lg--margin-top {
  margin-top: var(--vk-margin-lg) !important;
}
.vk_block-margin-lg--margin-bottom {
  margin-bottom: var(--vk-margin-lg) !important;
}
.vk_block-margin-lg--height {
  height: var(--vk-margin-lg);
}
.vk_block-margin-xl {
  margin-top: var(--vk-margin-xl);
}
.vk_block-margin-xl--margin-top {
  margin-top: var(--vk-margin-xl) !important;
}
.vk_block-margin-xl--margin-bottom {
  margin-bottom: var(--vk-margin-xl) !important;
}
.vk_block-margin-xl--height {
  height: var(--vk-margin-xl);
}
ul.is-style-vk-arrow-mark,
ul.is-style-vk-triangle-mark,
ul.is-style-vk-check-mark,
ul.is-style-vk-check-circle-mark,
ul.is-style-vk-check-square-mark,
ul.is-style-vk-handpoint-mark,
ul.is-style-vk-pencil-mark,
ul.is-style-vk-smile-mark,
ul.is-style-vk-frown-mark,
ul.is-style-vk-numbered-circle-mark,
ul.is-style-vk-numbered-square-mark,
ol.is-style-vk-arrow-mark,
ol.is-style-vk-triangle-mark,
ol.is-style-vk-check-mark,
ol.is-style-vk-check-circle-mark,
ol.is-style-vk-check-square-mark,
ol.is-style-vk-handpoint-mark,
ol.is-style-vk-pencil-mark,
ol.is-style-vk-smile-mark,
ol.is-style-vk-frown-mark,
ol.is-style-vk-numbered-circle-mark,
ol.is-style-vk-numbered-square-mark {
  -webkit-padding-start: 2em;
  padding-inline-start: 2em;
}
ul.is-style-vk-arrow-mark li,
ul.is-style-vk-triangle-mark li,
ul.is-style-vk-check-mark li,
ul.is-style-vk-check-circle-mark li,
ul.is-style-vk-check-square-mark li,
ul.is-style-vk-handpoint-mark li,
ul.is-style-vk-pencil-mark li,
ul.is-style-vk-smile-mark li,
ul.is-style-vk-frown-mark li,
ul.is-style-vk-numbered-circle-mark li,
ul.is-style-vk-numbered-square-mark li,
ol.is-style-vk-arrow-mark li,
ol.is-style-vk-triangle-mark li,
ol.is-style-vk-check-mark li,
ol.is-style-vk-check-circle-mark li,
ol.is-style-vk-check-square-mark li,
ol.is-style-vk-handpoint-mark li,
ol.is-style-vk-pencil-mark li,
ol.is-style-vk-smile-mark li,
ol.is-style-vk-frown-mark li,
ol.is-style-vk-numbered-circle-mark li,
ol.is-style-vk-numbered-square-mark li {
  list-style: none;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin: calc(var(--vk-size-text) * 0.8) 0;
  line-height: calc(var(--vk-size-text) * 1.65);
}
ul.is-style-vk-numbered-circle-mark,
ol.is-style-vk-numbered-circle-mark {
  counter-reset: number;
  list-style-type: none;
}
ul.is-style-vk-numbered-circle-mark li,
ol.is-style-vk-numbered-circle-mark li {
  position: relative;
  list-style: none;
  padding-left: 0.5em;
}
ul.is-style-vk-numbered-circle-mark li:before,
ol.is-style-vk-numbered-circle-mark li:before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number);
  margin-left: -1.8em;
  background: #222;
  color: #fff;
  text-indent: 0;
  display: inline-block;
  font-weight: 700;
  border-radius: 50%;
  font-size: calc(var(--vk-size-text) * 1);
  line-height: calc(var(--vk-size-text) * 1.8);
  width: 26px;
  height: 26px;
  text-align: center;
}
ul.is-style-vk-numbered-circle-mark li ul,
ul.is-style-vk-numbered-circle-mark li ol,
ol.is-style-vk-numbered-circle-mark li ul,
ol.is-style-vk-numbered-circle-mark li ol {
  counter-reset: num_inner;
  content: counter(num_inner);
}
ul.is-style-vk-numbered-circle-mark li ul li:before,
ul.is-style-vk-numbered-circle-mark li ol li:before,
ol.is-style-vk-numbered-circle-mark li ul li:before,
ol.is-style-vk-numbered-circle-mark li ol li:before {
  counter-increment: num_inner;
  content: counter(num_inner);
}
ul.is-style-vk-numbered-square-mark,
ol.is-style-vk-numbered-square-mark {
  counter-reset: number;
  list-style-type: none;
}
ul.is-style-vk-numbered-square-mark li,
ol.is-style-vk-numbered-square-mark li {
  position: relative;
  list-style: none;
  padding-left: 0.5em;
}
ul.is-style-vk-numbered-square-mark li:before,
ol.is-style-vk-numbered-square-mark li:before {
  position: absolute;
  left: -0.3em;
  counter-increment: number;
  content: counter(number);
  margin-left: -25px;
  background: #222;
  color: #fff;
  text-indent: 0;
  display: inline-block;
  font-weight: 700;
  font-size: calc(var(--vk-size-text) * 1);
  line-height: calc(var(--vk-size-text) * 1.8);
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 2px;
}
ul.is-style-vk-numbered-square-mark li ul,
ul.is-style-vk-numbered-square-mark li ol,
ol.is-style-vk-numbered-square-mark li ul,
ol.is-style-vk-numbered-square-mark li ol {
  counter-reset: num_inner;
  content: counter(num_inner);
}
ul.is-style-vk-numbered-square-mark li ul li:before,
ul.is-style-vk-numbered-square-mark li ol li:before,
ol.is-style-vk-numbered-square-mark li ul li:before,
ol.is-style-vk-numbered-square-mark li ol li:before {
  counter-increment: num_inner;
  content: counter(num_inner);
}
ul.is-style-vk-numbered-circle-mark.fa-lg li:before,
ul.is-style-vk-numbered-square-mark.fa-lg li:before,
ol.is-style-vk-numbered-circle-mark.fa-lg li:before,
ol.is-style-vk-numbered-square-mark.fa-lg li:before {
  left: -0.8em;
}
ul.is-style-vk-numbered-circle-mark.fa-2x li,
ul.is-style-vk-numbered-square-mark.fa-2x li,
ol.is-style-vk-numbered-circle-mark.fa-2x li,
ol.is-style-vk-numbered-square-mark.fa-2x li {
  line-height: 1.25em;
}
ul.is-style-vk-numbered-circle-mark.fa-2x li:before,
ul.is-style-vk-numbered-square-mark.fa-2x li:before,
ol.is-style-vk-numbered-circle-mark.fa-2x li:before,
ol.is-style-vk-numbered-square-mark.fa-2x li:before {
  left: -1.1em;
}
ul.is-style-vk-numbered-circle-mark.fa-3x li,
ul.is-style-vk-numbered-square-mark.fa-3x li,
ol.is-style-vk-numbered-circle-mark.fa-3x li,
ol.is-style-vk-numbered-square-mark.fa-3x li {
  line-height: 1.25em;
}
ul.is-style-vk-numbered-circle-mark.fa-3x li:before,
ul.is-style-vk-numbered-square-mark.fa-3x li:before,
ol.is-style-vk-numbered-circle-mark.fa-3x li:before,
ol.is-style-vk-numbered-square-mark.fa-3x li:before {
  left: -1.4em;
}
ul.is-style-vk-numbered-circle-mark.fa-4x li,
ul.is-style-vk-numbered-square-mark.fa-4x li,
ol.is-style-vk-numbered-circle-mark.fa-4x li,
ol.is-style-vk-numbered-square-mark.fa-4x li {
  line-height: 1.25em;
}
ul.is-style-vk-numbered-circle-mark.fa-4x li:before,
ul.is-style-vk-numbered-square-mark.fa-4x li:before,
ol.is-style-vk-numbered-circle-mark.fa-4x li:before,
ol.is-style-vk-numbered-square-mark.fa-4x li:before {
  left: -1.5em;
}
ul.is-style-vk-numbered-circle-mark.fa-5x li,
ul.is-style-vk-numbered-square-mark.fa-5x li,
ol.is-style-vk-numbered-circle-mark.fa-5x li,
ol.is-style-vk-numbered-square-mark.fa-5x li {
  line-height: 1.25em;
}
ul.is-style-vk-numbered-circle-mark.fa-5x li:before,
ul.is-style-vk-numbered-square-mark.fa-5x li:before,
ol.is-style-vk-numbered-circle-mark.fa-5x li:before,
ol.is-style-vk-numbered-square-mark.fa-5x li:before {
  left: -1.6em;
}
ul.is-style-vk-arrow-mark li:before,
ol.is-style-vk-arrow-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï„¸";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-triangle-mark li:before,
ol.is-style-vk-triangle-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ïƒš";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-check-mark li:before,
ol.is-style-vk-check-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï€Œ";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-check-circle-mark li:before,
ol.is-style-vk-check-circle-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï˜";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-check-square-mark li:before,
ol.is-style-vk-check-square-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï…Š";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-handpoint-mark li:before,
ol.is-style-vk-handpoint-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï‚¤";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-pencil-mark li:before,
ol.is-style-vk-pencil-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ïŒƒ";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-smile-mark li:before,
ol.is-style-vk-smile-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï„˜";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.is-style-vk-frown-mark li:before,
ol.is-style-vk-frown-mark li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "ï„™";
  left: -1.5em;
}
ul.is-style-vk-default li:before,
ol.is-style-vk-default li:before {
  font-size: 22px;
  line-height: 1.1em;
}
ul.vk-has-pale-pink-color li::marker,
ol.vk-has-pale-pink-color li::marker {
  color: #f78da7;
}
ul.vk-has-pale-pink-color li:before,
ol.vk-has-pale-pink-color li:before {
  color: #f78da7;
}
ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li:before {
  color: #fff;
  background-color: #f78da7;
}
ul.vk-has-vivid-red-color li::marker,
ol.vk-has-vivid-red-color li::marker {
  color: #cf2e2e;
}
ul.vk-has-vivid-red-color li:before,
ol.vk-has-vivid-red-color li:before {
  color: #cf2e2e;
}
ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li:before {
  color: #fff;
  background-color: #cf2e2e;
}
ul.vk-has-luminous-vivid-orange-color li::marker,
ol.vk-has-luminous-vivid-orange-color li::marker {
  color: #ff6900;
}
ul.vk-has-luminous-vivid-orange-color li:before,
ol.vk-has-luminous-vivid-orange-color li:before {
  color: #ff6900;
}
ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color
  li:before,
ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color
  li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color
  li:before,
ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color
  li:before {
  color: #fff;
  background-color: #ff6900;
}
ul.vk-has-luminous-vivid-amber-color li::marker,
ol.vk-has-luminous-vivid-amber-color li::marker {
  color: #fcb900;
}
ul.vk-has-luminous-vivid-amber-color li:before,
ol.vk-has-luminous-vivid-amber-color li:before {
  color: #fcb900;
}
ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color
  li:before {
  color: #fff;
  background-color: #fcb900;
}
ul.vk-has-light-green-cyan-color li::marker,
ol.vk-has-light-green-cyan-color li::marker {
  color: #7bdcb5;
}
ul.vk-has-light-green-cyan-color li:before,
ol.vk-has-light-green-cyan-color li:before {
  color: #7bdcb5;
}
ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li:before {
  color: #fff;
  background-color: #7bdcb5;
}
ul.vk-has-vivid-green-cyan-color li::marker,
ol.vk-has-vivid-green-cyan-color li::marker {
  color: #00d084;
}
ul.vk-has-vivid-green-cyan-color li:before,
ol.vk-has-vivid-green-cyan-color li:before {
  color: #00d084;
}
ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li:before {
  color: #fff;
  background-color: #00d084;
}
ul.vk-has-pale-cyan-blue-color li::marker,
ol.vk-has-pale-cyan-blue-color li::marker {
  color: #8ed1fc;
}
ul.vk-has-pale-cyan-blue-color li:before,
ol.vk-has-pale-cyan-blue-color li:before {
  color: #8ed1fc;
}
ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li:before {
  color: #fff;
  background-color: #8ed1fc;
}
ul.vk-has-vivid-cyan-blue-color li::marker,
ol.vk-has-vivid-cyan-blue-color li::marker {
  color: #0693e3;
}
ul.vk-has-vivid-cyan-blue-color li:before,
ol.vk-has-vivid-cyan-blue-color li:before {
  color: #0693e3;
}
ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li:before {
  color: #fff;
  background-color: #0693e3;
}
ul.vk-has-vivid-purple-color li::marker,
ol.vk-has-vivid-purple-color li::marker {
  color: #9b51e0;
}
ul.vk-has-vivid-purple-color li:before,
ol.vk-has-vivid-purple-color li:before {
  color: #9b51e0;
}
ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li:before {
  color: #fff;
  background-color: #9b51e0;
}
ul.vk-has-very-light-gray-color li::marker,
ol.vk-has-very-light-gray-color li::marker {
  color: #eee;
}
ul.vk-has-very-light-gray-color li:before,
ol.vk-has-very-light-gray-color li:before {
  color: #eee;
}
ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li:before {
  color: #fff;
  background-color: #eee;
}
ul.vk-has-cyan-bluish-gray-color li::marker,
ol.vk-has-cyan-bluish-gray-color li::marker {
  color: #abb8c3;
}
ul.vk-has-cyan-bluish-gray-color li:before,
ol.vk-has-cyan-bluish-gray-color li:before {
  color: #abb8c3;
}
ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li:before {
  color: #fff;
  background-color: #abb8c3;
}
ul.vk-has-very-dark-gray-color li::marker,
ol.vk-has-very-dark-gray-color li::marker {
  color: #313131;
}
ul.vk-has-very-dark-gray-color li:before,
ol.vk-has-very-dark-gray-color li:before {
  color: #313131;
}
ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li:before {
  color: #fff;
  background-color: #313131;
}
ul.vk-has-white-color li::marker,
ol.vk-has-white-color li::marker {
  color: #fff;
}
ul.vk-has-white-color li:before,
ol.vk-has-white-color li:before {
  color: #fff;
}
ul.is-style-vk-numbered-circle-mark.vk-has-white-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-white-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-white-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-white-color li:before {
  color: #fff;
  background-color: #fff;
}
ul.vk-has-vk-color-primary-color li::marker,
ol.vk-has-vk-color-primary-color li::marker {
  color: var(--wp--preset--color--vk-color-primary);
}
ul.vk-has-vk-color-primary-color li:before,
ol.vk-has-vk-color-primary-color li:before {
  color: var(--wp--preset--color--vk-color-primary);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-primary-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-primary-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-primary-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-primary-color li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-primary);
}
ul.vk-has-vk-color-primary-dark-color li::marker,
ol.vk-has-vk-color-primary-dark-color li::marker {
  color: var(--wp--preset--color--vk-color-primary-dark);
}
ul.vk-has-vk-color-primary-dark-color li:before,
ol.vk-has-vk-color-primary-dark-color li:before {
  color: var(--wp--preset--color--vk-color-primary-dark);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-primary-dark-color
  li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-primary-dark-color
  li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-primary-dark-color
  li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-primary-dark-color
  li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-primary-dark);
}
ul.vk-has-vk-color-primary-vivid-color li::marker,
ol.vk-has-vk-color-primary-vivid-color li::marker {
  color: var(--wp--preset--color--vk-color-primary-vivid);
}
ul.vk-has-vk-color-primary-vivid-color li:before,
ol.vk-has-vk-color-primary-vivid-color li:before {
  color: var(--wp--preset--color--vk-color-primary-vivid);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-primary-vivid-color
  li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-primary-vivid-color
  li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-primary-vivid-color
  li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-primary-vivid-color
  li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-primary-vivid);
}
ul.vk-has-vk-color-custom-1-color li::marker,
ol.vk-has-vk-color-custom-1-color li::marker {
  color: var(--wp--preset--color--vk-color-custom-1);
}
ul.vk-has-vk-color-custom-1-color li:before,
ol.vk-has-vk-color-custom-1-color li:before {
  color: var(--wp--preset--color--vk-color-custom-1);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-1-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-1-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-1-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-1-color li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-custom-1);
}
ul.vk-has-vk-color-custom-2-color li::marker,
ol.vk-has-vk-color-custom-2-color li::marker {
  color: var(--wp--preset--color--vk-color-custom-2);
}
ul.vk-has-vk-color-custom-2-color li:before,
ol.vk-has-vk-color-custom-2-color li:before {
  color: var(--wp--preset--color--vk-color-custom-2);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-2-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-2-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-2-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-2-color li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-custom-2);
}
ul.vk-has-vk-color-custom-3-color li::marker,
ol.vk-has-vk-color-custom-3-color li::marker {
  color: var(--wp--preset--color--vk-color-custom-3);
}
ul.vk-has-vk-color-custom-3-color li:before,
ol.vk-has-vk-color-custom-3-color li:before {
  color: var(--wp--preset--color--vk-color-custom-3);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-3-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-3-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-3-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-3-color li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-custom-3);
}
ul.vk-has-vk-color-custom-4-color li::marker,
ol.vk-has-vk-color-custom-4-color li::marker {
  color: var(--wp--preset--color--vk-color-custom-4);
}
ul.vk-has-vk-color-custom-4-color li:before,
ol.vk-has-vk-color-custom-4-color li:before {
  color: var(--wp--preset--color--vk-color-custom-4);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-4-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-4-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-4-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-4-color li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-custom-4);
}
ul.vk-has-vk-color-custom-5-color li::marker,
ol.vk-has-vk-color-custom-5-color li::marker {
  color: var(--wp--preset--color--vk-color-custom-5);
}
ul.vk-has-vk-color-custom-5-color li:before,
ol.vk-has-vk-color-custom-5-color li:before {
  color: var(--wp--preset--color--vk-color-custom-5);
}
ul.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-5-color li:before,
ul.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-5-color li:before,
ol.is-style-vk-numbered-circle-mark.vk-has-vk-color-custom-5-color li:before,
ol.is-style-vk-numbered-square-mark.vk-has-vk-color-custom-5-color li:before {
  color: #fff;
  background-color: var(--wp--preset--color--vk-color-custom-5);
}
.wp-block-group h3:first-child,
.wp-block-group h4:first-child {
  margin-top: 0;
}
.wp-block-group p:last-child,
.wp-block-group ul:last-child,
.wp-block-group ol:last-child,
.wp-block-group dl:last-child,
.wp-block-group table:last-child,
.wp-block-group .wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-group.vk-has-pale-pink-color {
  border-color: #f78da7;
}
.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container {
  border-color: #f78da7;
}
.wp-block-group.vk-has-vivid-red-color {
  border-color: #cf2e2e;
}
.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container {
  border-color: #cf2e2e;
}
.wp-block-group.vk-has-luminous-vivid-orange-color {
  border-color: #ff6900;
}
.wp-block-group.vk-has-luminous-vivid-orange-color
  .wp-block-group__inner-container {
  border-color: #ff6900;
}
.wp-block-group.vk-has-luminous-vivid-amber-color {
  border-color: #fcb900;
}
.wp-block-group.vk-has-luminous-vivid-amber-color
  .wp-block-group__inner-container {
  border-color: #fcb900;
}
.wp-block-group.vk-has-light-green-cyan-color {
  border-color: #7bdcb5;
}
.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container {
  border-color: #7bdcb5;
}
.wp-block-group.vk-has-vivid-green-cyan-color {
  border-color: #00d084;
}
.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container {
  border-color: #00d084;
}
.wp-block-group.vk-has-pale-cyan-blue-color {
  border-color: #8ed1fc;
}
.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container {
  border-color: #8ed1fc;
}
.wp-block-group.vk-has-vivid-cyan-blue-color {
  border-color: #0693e3;
}
.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container {
  border-color: #0693e3;
}
.wp-block-group.vk-has-vivid-purple-color {
  border-color: #9b51e0;
}
.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container {
  border-color: #9b51e0;
}
.wp-block-group.vk-has-very-light-gray-color {
  border-color: #eee;
}
.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container {
  border-color: #eee;
}
.wp-block-group.vk-has-cyan-bluish-gray-color {
  border-color: #abb8c3;
}
.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container {
  border-color: #abb8c3;
}
.wp-block-group.vk-has-very-dark-gray-color {
  border-color: #313131;
}
.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container {
  border-color: #313131;
}
.wp-block-group.vk-has-white-color {
  border-color: #fff;
}
.wp-block-group.vk-has-white-color .wp-block-group__inner-container {
  border-color: #fff;
}
.wp-block-group.vk-has-vk-color-primary-color {
  border-color: var(--wp--preset--color--vk-color-primary);
}
.wp-block-group.vk-has-vk-color-primary-color .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-primary);
}
.wp-block-group.vk-has-vk-color-primary-dark-color {
  border-color: var(--wp--preset--color--vk-color-primary-dark);
}
.wp-block-group.vk-has-vk-color-primary-dark-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-primary-dark);
}
.wp-block-group.vk-has-vk-color-primary-vivid-color {
  border-color: var(--wp--preset--color--vk-color-primary-vivid);
}
.wp-block-group.vk-has-vk-color-primary-vivid-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-primary-vivid);
}
.wp-block-group.vk-has-vk-color-custom-1-color {
  border-color: var(--wp--preset--color--vk-color-custom-1);
}
.wp-block-group.vk-has-vk-color-custom-1-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-custom-1);
}
.wp-block-group.vk-has-vk-color-custom-2-color {
  border-color: var(--wp--preset--color--vk-color-custom-2);
}
.wp-block-group.vk-has-vk-color-custom-2-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-custom-2);
}
.wp-block-group.vk-has-vk-color-custom-3-color {
  border-color: var(--wp--preset--color--vk-color-custom-3);
}
.wp-block-group.vk-has-vk-color-custom-3-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-custom-3);
}
.wp-block-group.vk-has-vk-color-custom-4-color {
  border-color: var(--wp--preset--color--vk-color-custom-4);
}
.wp-block-group.vk-has-vk-color-custom-4-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-custom-4);
}
.wp-block-group.vk-has-vk-color-custom-5-color {
  border-color: var(--wp--preset--color--vk-color-custom-5);
}
.wp-block-group.vk-has-vk-color-custom-5-color
  .wp-block-group__inner-container {
  border-color: var(--wp--preset--color--vk-color-custom-5);
}
.is-style-vk-group-solid {
  border: solid 3px;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-solid h2,
.is-style-vk-group-solid h3,
.is-style-vk-group-solid h4,
.is-style-vk-group-solid h5,
.is-style-vk-group-solid h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-solid ul,
.is-style-vk-group-solid ol {
  margin-top: 0;
}
.is-style-vk-group-solid ul li:last-child,
.is-style-vk-group-solid ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-solid-roundcorner {
  border: solid 3px;
  border-radius: 8px;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-solid-roundcorner h2,
.is-style-vk-group-solid-roundcorner h3,
.is-style-vk-group-solid-roundcorner h4,
.is-style-vk-group-solid-roundcorner h5,
.is-style-vk-group-solid-roundcorner h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-solid-roundcorner ul,
.is-style-vk-group-solid-roundcorner ol {
  margin-top: 0;
}
.is-style-vk-group-solid-roundcorner ul li:last-child,
.is-style-vk-group-solid-roundcorner ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-dotted {
  border: dotted 1px;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-dotted h2,
.is-style-vk-group-dotted h3,
.is-style-vk-group-dotted h4,
.is-style-vk-group-dotted h5,
.is-style-vk-group-dotted h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-dotted ul,
.is-style-vk-group-dotted ol {
  margin-top: 0;
}
.is-style-vk-group-dotted ul li:last-child,
.is-style-vk-group-dotted ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-dashed {
  border: dashed 2px;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-dashed h2,
.is-style-vk-group-dashed h3,
.is-style-vk-group-dashed h4,
.is-style-vk-group-dashed h5,
.is-style-vk-group-dashed h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-dashed ul,
.is-style-vk-group-dashed ol {
  margin-top: 0;
}
.is-style-vk-group-dashed ul li:last-child,
.is-style-vk-group-dashed ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-double {
  border: double 5px;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-double h2,
.is-style-vk-group-double h3,
.is-style-vk-group-double h4,
.is-style-vk-group-double h5,
.is-style-vk-group-double h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-double ul,
.is-style-vk-group-double ol {
  margin-top: 0;
}
.is-style-vk-group-double ul li:last-child,
.is-style-vk-group-double ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-stitch {
  margin: 1em auto;
  padding: 0.5em;
  border-radius: 8px;
}
.is-style-vk-group-stitch h2,
.is-style-vk-group-stitch h3,
.is-style-vk-group-stitch h4,
.is-style-vk-group-stitch h5,
.is-style-vk-group-stitch h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-stitch ul,
.is-style-vk-group-stitch ol {
  margin-top: 0;
}
.is-style-vk-group-stitch ul li:last-child,
.is-style-vk-group-stitch ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-stitch .wp-block-group__inner-container {
  border: dashed 2px;
  border-radius: 8px;
  padding: 1.8em;
}
.is-style-vk-group-top-bottom-border {
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
  padding-left: 0;
  padding-right: 0;
}
.is-style-vk-group-top-bottom-border h2,
.is-style-vk-group-top-bottom-border h3,
.is-style-vk-group-top-bottom-border h4,
.is-style-vk-group-top-bottom-border h5,
.is-style-vk-group-top-bottom-border h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-top-bottom-border ul,
.is-style-vk-group-top-bottom-border ol {
  margin-top: 0;
}
.is-style-vk-group-top-bottom-border ul li:last-child,
.is-style-vk-group-top-bottom-border ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-shadow {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-shadow h2,
.is-style-vk-group-shadow h3,
.is-style-vk-group-shadow h4,
.is-style-vk-group-shadow h5,
.is-style-vk-group-shadow h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-shadow ul,
.is-style-vk-group-shadow ol {
  margin-top: 0;
}
.is-style-vk-group-shadow ul li:last-child,
.is-style-vk-group-shadow ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-alert-info {
  background-color: #d9edf7;
  color: #31708f;
  border-radius: 3px;
  border: 1px solid #bce8f1;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-alert-info h2,
.is-style-vk-group-alert-info h3,
.is-style-vk-group-alert-info h4,
.is-style-vk-group-alert-info h5,
.is-style-vk-group-alert-info h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-alert-info ul,
.is-style-vk-group-alert-info ol {
  margin-top: 0;
}
.is-style-vk-group-alert-info ul li:last-child,
.is-style-vk-group-alert-info ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-alert-success {
  background-color: #dff0d8;
  color: #3c763d;
  border-radius: 3px;
  border: 1px solid #d6e9c6;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-alert-success h2,
.is-style-vk-group-alert-success h3,
.is-style-vk-group-alert-success h4,
.is-style-vk-group-alert-success h5,
.is-style-vk-group-alert-success h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-alert-success ul,
.is-style-vk-group-alert-success ol {
  margin-top: 0;
}
.is-style-vk-group-alert-success ul li:last-child,
.is-style-vk-group-alert-success ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-radius: 3px;
  border: 1px solid #faebcc;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-alert-warning h2,
.is-style-vk-group-alert-warning h3,
.is-style-vk-group-alert-warning h4,
.is-style-vk-group-alert-warning h5,
.is-style-vk-group-alert-warning h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-alert-warning ul,
.is-style-vk-group-alert-warning ol {
  margin-top: 0;
}
.is-style-vk-group-alert-warning ul li:last-child,
.is-style-vk-group-alert-warning ol li:last-child {
  margin-bottom: 0;
}
.is-style-vk-group-alert-danger {
  background-color: #f2dede;
  color: #a94442;
  border-radius: 3px;
  border: 1px solid #ebccd1;
  padding: 1.8em;
  margin-top: var(--vk-margin-elem);
  margin-bottom: var(--vk-margin-elem);
}
.is-style-vk-group-alert-danger h2,
.is-style-vk-group-alert-danger h3,
.is-style-vk-group-alert-danger h4,
.is-style-vk-group-alert-danger h5,
.is-style-vk-group-alert-danger h6 {
  margin-bottom: 1rem;
}
.is-style-vk-group-alert-danger ul,
.is-style-vk-group-alert-danger ol {
  margin-top: 0;
}
.is-style-vk-group-alert-danger ul li:last-child,
.is-style-vk-group-alert-danger ol li:last-child {
  margin-bottom: 0;
}
.wp-block-embed-youtube iframe {
  width: 100%;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.wp-block-social-links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.alert {
  padding: 1em;
  margin: 1em auto;
  border-radius: 3px;
}
.alert p {
  margin: 0;
}
.alert + .alert {
  margin-top: 2em;
}
.alert a {
  -webkit-transition: color 0.3s linear, opacity 0.3s linear;
  transition: color 0.3s linear, opacity 0.3s linear;
}
.alert a:link,
.alert a:visited {
  opacity: 0.8;
  text-decoration: underline;
}
.alert a:hover,
.alert a:visited {
  opacity: 1;
  text-decoration: none;
}
.alert-success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.alert-info {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.alert-danger {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.vk_ancestorPageList-hiddenGrandChild-true ul li .children {
  display: none;
}
.vk_ancestorPageList-hiddenGrandChild-true
  ul
  li.current_page_ancestor
  .children {
  display: block;
}
.vk_balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  margin-bottom: 2.2em;
}
.vk_balloon figure {
  margin: 0;
}
.vk_balloon p {
  color: initial;
  word-break: break-all;
}
.vk_balloon p:first-of-type {
  margin-top: 0;
}
.vk_balloon p:last-of-type {
  margin-bottom: 0;
}
.vk_balloon_icon {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.vk_balloon_icon_image:not(.has-text-color) {
  color: #ccc;
}
.vk_balloon_icon_image {
  vertical-align: bottom;
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}
.vk_balloon_icon_image-type-rounded {
  border-radius: 4px;
}
.vk_balloon_icon_image-type-circle {
  border-radius: 50%;
}
.vk_balloon_icon_name {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  margin-top: 0.3rem;
}
.vk_balloon_content_outer {
  width: 100%;
}
.vk_balloon_content {
  max-width: calc(100% - 6.2em);
  position: relative;
  text-align: left;
}
.vk_balloon_content:after {
  display: block;
  clear: both;
  content: "";
}
.vk_balloon-position-left .vk_balloon_content {
  float: left;
}
.vk_balloon-position-right .vk_balloon_content {
  float: right;
}
.vk_balloon_content.vk_balloon_content_fullwidth {
  max-width: 100%;
  float: none;
}
.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible="true"] {
  position: absolute;
}
.vk_balloon_content {
  background: #f5f5f5;
  padding: calc(var(--vk-size-text) * 1) calc(var(--vk-size-text) * 1.2);
}
.vk_balloon_content_before,
.vk_balloon_content_after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.vk_balloon-type-speech .vk_balloon_content {
  border-radius: 0.4em;
}
.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,
.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after {
  top: 15px;
}
.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after {
  z-index: 1;
  border-right-color: inherit;
}
.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before {
  z-index: 2;
}
.vk_balloon-type-think .vk_balloon_content {
  border-radius: 1rem;
}
.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,
.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: inherit;
}
.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before {
  width: 14px;
  height: 14px;
}
.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after {
  width: 10px;
  height: 10px;
}
.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon {
  margin-right: calc(var(--vk-size-text) * 1.2);
}
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_before,
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_after {
  left: -10px;
  border-width: 10px 12px 10px 0;
}
.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon {
  margin-right: calc(var(--vk-size-text) * 1.2);
}
.vk_balloon-position-left.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_before {
  left: -18px;
  top: 7px;
}
.vk_balloon-position-left.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_after {
  left: -25px;
  top: 20px;
}
.vk_balloon-position-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon {
  margin-left: calc(var(--vk-size-text) * 1.2);
}
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_before,
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_after {
  right: -10px;
  border-width: 10px 0 10px 12px;
}
.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon {
  margin-left: calc(var(--vk-size-text) * 1.2);
}
.vk_balloon-position-right.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_before {
  right: -18px;
  top: 7px;
}
.vk_balloon-position-right.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_after {
  right: -25px;
  top: 20px;
}
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_before:not(.has-text-color),
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_after:not(.has-text-color) {
  border-color: transparent #f5f5f5 transparent transparent;
}
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_before,
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_after {
  border-color: transparent currentColor transparent transparent;
}
.vk_balloon-position-left.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_before:not(.has-text-color),
.vk_balloon-position-left.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_after:not(.has-text-color) {
  border-color: transparent;
}
.vk_balloon-position-left.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_before,
.vk_balloon-position-left.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_after {
  border-color: transparent currentColor transparent transparent;
}
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_before:not(.has-text-color),
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_after:not(.has-text-color) {
  border-color: transparent transparent transparent #f5f5f5;
}
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_before,
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content
  .vk_balloon_content_after {
  border-color: transparent transparent transparent currentColor;
}
.vk_balloon-position-right.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_before:not(.has-text-color),
.vk_balloon-position-right.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_after:not(.has-text-color) {
  border-color: transparent;
}
.vk_balloon-position-right.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_before,
.vk_balloon-position-right.vk_balloon-type-think
  .vk_balloon_content
  .vk_balloon_content_after {
  border-color: transparent currentColor transparent transparent;
}
.vk_balloon_content-border-true,
.vk_balloon_icon_image-border-true {
  border-width: var(--vk-balloon-border-width, 1px);
  border-style: solid;
}
.vk_balloon_content-border-true:not(.has-text-color) {
  color: #ccc;
}
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content-border-true
  .vk_balloon_content_before {
  left: -10px;
}
.vk_balloon-position-left.vk_balloon-type-speech
  .vk_balloon_content-border-true
  .vk_balloon_content_after {
  left: var(--vk-balloon-speech-offset, -12px);
  border-right-color: inherit !important;
}
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content-border-true {
  border-color: currentColor;
}
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content-border-true
  .vk_balloon_content_before {
  right: -10px;
}
.vk_balloon-position-right.vk_balloon-type-speech
  .vk_balloon_content-border-true
  .vk_balloon_content_after {
  right: var(--vk-balloon-speech-offset, -12px);
  border-left-color: inherit !important;
}
.vk_balloon-type-think
  .vk_balloon_content-border-true
  .vk_balloon_content_before,
.vk_balloon-type-think
  .vk_balloon_content-border-true
  .vk_balloon_content_after {
  border-width: var(--vk-balloon-border-width, 1px);
  border-style: solid;
  border-color: inherit !important;
}
.vk_balloon-animation-trembling {
  -webkit-animation: trembling 0.1s infinite;
  animation: trembling 0.1s infinite;
}
@-webkit-keyframes trembling {
  0% {
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  50% {
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
}
@keyframes trembling {
  0% {
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  50% {
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
}
.vk_balloon-animation-trembling-x {
  -webkit-animation: trembling-x 0.1s infinite;
  animation: trembling-x 0.1s infinite;
}
@-webkit-keyframes trembling-x {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.99, 0.96);
    transform: scale(0.99, 0.96);
  }
}
@keyframes trembling-x {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.99, 0.96);
    transform: scale(0.99, 0.96);
  }
}
.vk_balloon-animation-pounding {
  -webkit-animation: pounding 1.5s infinite;
  animation: pounding 1.5s infinite;
}
@-webkit-keyframes pounding {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes pounding {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.vk_balloon-animation-shaking {
  -webkit-animation: shaking 0.4s infinite;
  animation: shaking 0.4s infinite;
}
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  50% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  75% {
    -webkit-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
}
@keyframes shaking {
  0% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  50% {
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
  }
  75% {
    -webkit-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
}
.icon-image-list-note:hover {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .vk_balloon_content {
    max-width: calc(100% - 2em);
    font-size: 0.9em;
    padding: 1em;
  }
  .vk_balloon-type-think .vk_balloon_content:after {
    border: 5px solid transparent;
  }
  .vk_balloon {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon {
    margin-right: 1.5rem;
  }
  .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech
    .vk_balloon_conten:not(.vk_balloon_content_fullwidth) {
    display: inline-block;
  }
  .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon {
    margin-right: 2rem;
  }
  .vk_balloon.vk_balloon-position-left.vk_balloon-type-think
    .vk_balloon_content:not(.vk_balloon_content_fullwidth) {
    display: inline-block;
  }
  .vk_balloon.vk_balloon-position-right {
    text-align: right;
  }
  .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech
    .vk_balloon_icon {
    margin-left: 1.5rem;
    margin-right: 0;
  }
  .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech
    .vk_balloon_content:not(.vk_balloon_content_fullwidth) {
    display: inline-block;
  }
  .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon {
    margin-left: 2rem;
    margin-right: 0;
  }
  .vk_balloon.vk_balloon-position-right.vk_balloon-type-think
    .vk_balloon_content:not(.vk_balloon_content_fullwidth) {
    display: inline-block;
  }
  .vk_balloon_icon {
    max-width: 64px;
  }
}
:root {
  --vk-color-border-red: #dc3545;
  --vk-color-background-red: #dc3545;
  --vk-color-border-orange: #ffa536;
  --vk-color-background-orange: #ffa536;
  --vk-color-border-blue: #4267b2;
  --vk-color-background-blue: #4267b2;
  --vk-color-border-green: #28a745;
  --vk-color-background-green: #28a745;
  --vk-color-border-black: #222;
  --vk-color-background-black: #222;
}
.vk_borderBox-color-red {
  border-color: var(--vk-color-border-red);
  background-color: var(--vk-color-background-red);
}
.vk_borderBox-color-orange {
  border-color: var(--vk-color-border-orange);
  background-color: var(--vk-color-background-orange);
}
.vk_borderBox-color-blue {
  border-color: var(--vk-color-border-blue);
  background-color: var(--vk-color-background-blue);
}
.vk_borderBox-color-green {
  border-color: var(--vk-color-border-green);
  background-color: var(--vk-color-background-green);
}
.vk_borderBox-color-black {
  border-color: var(--vk-color-border-black);
  background-color: var(--vk-color-background-black);
}
.vk_borderBox-background-transparent .vk_borderBox_body {
  background-color: transparent;
}
.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox {
  background-color: transparent;
}
.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder
  > .vk_borderBox_title_container,
.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner
  > .vk_borderBox_title_container,
.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container {
  background-color: transparent;
}
.vk_borderBox-background-white .vk_borderBox_body {
  background-color: #fff;
}
.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox {
  background-color: #fff;
}
.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder
  > .vk_borderBox_title_container,
.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner
  > .vk_borderBox_title_container,
.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container {
  background-color: #fff;
}
.vk_borderBox {
  margin: 0 auto 2em;
  position: relative;
}
.vk_borderBox .vk_borderBox_title_container {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  padding: 0.5em 1.5em 0.4em;
  font-weight: 700;
}
.vk_borderBox .vk_borderBox_title_container i:first-child,
.vk_borderBox .vk_borderBox_title_container .svg-inline--fa {
  margin-right: 5px;
}
.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
  display: inline;
  font-weight: 700;
  font-size: 1em;
  color: inherit;
  background: 0 0;
  padding: 0;
  border: none;
  outline: none;
}
.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title:before {
  content: none;
}
.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title:after {
  content: none;
}
.vk_borderBox .vk_borderBox_body {
  padding: 1.5em;
  border-width: 2px;
  border-style: solid;
}
@media (min-width: 992px) {
  .vk_borderBox .vk_borderBox_body {
    padding: 1.5em 2em 1.5em;
  }
}
.vk_borderBox .vk_borderBox_body > *:not(.has-text-color) {
  color: initial;
}
.vk_borderBox .vk_borderBox_body > *:first-child {
  margin-top: 0;
}
.vk_borderBox .vk_borderBox_body > *:last-child {
  margin-bottom: 0;
}
.vk_borderBox:not(
    [class*="vk_borderBox-color"]
  ).is-style-vk_borderBox-style-solid-kado-tit-tab
  > .vk_borderBox_title_container:not(.has-background),
.vk_borderBox:not(
    [class*="vk_borderBox-color"]
  ).is-style-vk_borderBox-style-solid-round-tit-tab
  > .vk_borderBox_title_container:not(.has-background),
.vk_borderBox:not(
    [class*="vk_borderBox-color"]
  ).is-style-vk_borderBox-style-solid-kado-tit-banner
  > .vk_borderBox_title_container:not(.has-background) {
  background-color: #337ab7;
}
.vk_borderBox:not([class*="vk_borderBox-color"]):not(.has-text-color) {
  color: #337ab7;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab
  > .vk_borderBox_title_container,
.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab
  > .vk_borderBox_title_container {
  display: inline-block;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab
  > .vk_borderBox_title_container {
  border-radius: 8px 8px 0 0;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab
  > .vk_borderBox_body {
  border-radius: 0 8px 8px;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner
  > .vk_borderBox_title_container,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder
  > .vk_borderBox_title_container,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container {
  padding: 1.5em 1.5em 1em;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner
  > .vk_borderBox_body,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder
  > .vk_borderBox_body,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_body {
  border: none;
  padding-top: 0;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container:after,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container:after,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container:after,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container:after,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container:after {
  content: "";
  position: absolute;
  top: -32%;
  left: 1.5em;
  padding: 1.4em;
  border-radius: 50%;
  border: solid 2px #fff;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .svg-inline--fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .fab,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .fas,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .far,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .fal,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  > .fad,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .svg-inline--fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .fab,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .fas,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .far,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .fal,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  > .fad,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .svg-inline--fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .fab,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .fas,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .far,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .fal,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  > .fad,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .svg-inline--fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .fab,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .fas,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .far,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .fal,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  > .fad,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .svg-inline--fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .fa,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .fab,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .fas,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .far,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .fal,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  > .fad {
  position: absolute;
  font-size: 1.3em;
  margin-right: 0;
  z-index: 100;
  top: 0;
  left: 2.3em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container {
  position: relative;
  padding-top: 2.2em;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container
  > .vk_borderBox_icon_border {
  position: absolute;
  margin-right: 0;
  top: 0;
  left: 3em;
  padding: 1.4em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 2px #fff;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container
  > .vk_borderBox_icon_border
  > i {
  position: absolute;
  font-size: 1.3em;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature
  > .vk_borderBox_title_container
  > .vk_borderBox_icon_border:not(.has-background) {
  background-color: #337ab7;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder
  > .vk_borderBox_title_container {
  position: relative;
  top: -1.2em;
  left: 1em;
  z-index: 1;
  display: inline-block;
  padding: 0.5em;
  background: #fff;
}
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,
.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner {
  border: none;
  background-color: transparent;
}
.is-style-vk_borderBox-style-solid-kado-tit-tab > .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-banner
  > .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-round-tit-tab
  > .vk_borderBox_title_container {
  color: #fff;
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red
  .vk_borderBox_title_container {
  background-color: var(--vk-color-background-red);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red
  .vk_borderBox_body {
  border-color: var(--vk-color-border-red);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange
  .vk_borderBox_title_container {
  background-color: var(--vk-color-background-orange);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange
  .vk_borderBox_body {
  border-color: var(--vk-color-border-orange);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue
  .vk_borderBox_title_container {
  background-color: var(--vk-color-background-blue);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue
  .vk_borderBox_body {
  border-color: var(--vk-color-border-blue);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green
  .vk_borderBox_title_container {
  background-color: var(--vk-color-background-green);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green
  .vk_borderBox_body {
  border-color: var(--vk-color-border-green);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black
  .vk_borderBox_title_container {
  background-color: var(--vk-color-background-black);
}
.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black
  .vk_borderBox_body,
.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black
  .vk_borderBox_body {
  border-color: var(--vk-color-border-black);
}
.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container {
  color: var(--vk-color-background-red);
}
.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container {
  color: var(--vk-color-background-orange);
}
.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container {
  color: var(--vk-color-background-blue);
}
.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container {
  color: var(--vk-color-background-green);
}
.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black
  .vk_borderBox_title_container,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container {
  color: var(--vk-color-background-black);
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  .svg-inline--fa,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container
  .fas {
  color: #fff;
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red
  .vk_borderBox_title_container:after {
  background-color: var(--vk-color-background-red);
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  .svg-inline--fa,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container
  .fas {
  background-color: var(--vk-color-background-orange);
  color: #fff;
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange
  .vk_borderBox_title_container:after {
  background-color: var(--vk-color-background-orange);
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  .svg-inline--fa,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container
  .fas {
  background-color: var(--vk-color-background-blue);
  color: #fff;
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue
  .vk_borderBox_title_container:after {
  background-color: var(--vk-color-background-blue);
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  .svg-inline--fa,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container
  .fas {
  background-color: var(--vk-color-background-green);
  color: #fff;
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green
  .vk_borderBox_title_container:after {
  background-color: var(--vk-color-background-green);
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  .svg-inline--fa,
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container
  .fas {
  background-color: var(--vk-color-background-black);
  color: #fff;
}
.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black
  .vk_borderBox_title_container:after {
  background-color: var(--vk-color-background-black);
}
.vk_borderBox_body-align-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.vk_borderBox_body-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vk_borderBox_body-align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
a.vk_button_link {
  text-decoration: none;
}
:root .has-vk-color-primary-background-color,
:root .has-undefined-background-color,
:root .editor-styles-wrapper .has-vk-color-primary-background-color,
:root .editor-styles-wrapper .has-undefined-background-color {
  background-color: var(--wp--preset--color--vk-color-primary, #337ab7);
}
:root .has-vk-color-secondary-background-color,
:root .editor-styles-wrapper .has-vk-color-secondary-background-color {
  background-color: #6c757d;
}
:root .has-vk-color-success-background-color,
:root .editor-styles-wrapper .has-vk-color-success-background-color {
  background-color: #28a745;
}
:root .has-vk-color-info-background-color,
:root .editor-styles-wrapper .has-vk-color-info-background-color {
  background-color: #17a2b8;
}
:root .has-vk-color-warning-background-color,
:root .editor-styles-wrapper .has-vk-color-warning-background-color {
  background-color: #ffc107;
}
:root .has-vk-color-danger-background-color,
:root .editor-styles-wrapper .has-vk-color-danger-background-color {
  background-color: #dc3545;
}
:root .has-vk-color-light-background-color,
:root .editor-styles-wrapper .has-vk-color-light-background-color {
  background-color: #f8f9fa;
}
:root .has-vk-color-dark-background-color,
:root .editor-styles-wrapper .has-vk-color-dark-background-color {
  background-color: #343a40;
}
:root .has-vk-color-primary-color,
:root .editor-styles-wrapper .has-vk-color-primary-color {
  color: var(--wp--preset--color--vk-color-primary);
}
:root .has-vk-color-secondary-color,
:root .editor-styles-wrapper .has-vk-color-secondary-color {
  color: #6c757d;
}
:root .has-vk-color-success-color,
:root .editor-styles-wrapper .has-vk-color-success-color {
  color: #28a745;
}
:root .has-vk-color-info-color,
:root .editor-styles-wrapper .has-vk-color-info-color {
  color: #17a2b8;
}
:root .has-vk-color-warning-color,
:root .editor-styles-wrapper .has-vk-color-warning-color {
  color: #ffc107;
}
:root .has-vk-color-danger-color,
:root .editor-styles-wrapper .has-vk-color-danger-color {
  color: #dc3545;
}
:root .has-vk-color-light-color,
:root .editor-styles-wrapper .has-vk-color-light-color {
  color: #f8f9fa;
}
:root .has-vk-color-dark-color,
:root .editor-styles-wrapper .has-vk-color-dark-color {
  color: #343a40;
}
.vk_button,
.editor-styles-wrapper .vk_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}
.vk_button-color-custom a:hover,
.editor-styles-wrapper .vk_button-color-custom a:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 184, 195, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(171, 184, 195, 0.25);
}
.vk_button-color-custom .vk_button_link-type-text:hover,
.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .vk_button[class*="vk_button-width-mobile-"] .vk_button_link,
  .editor-styles-wrapper
    .vk_button[class*="vk_button-width-mobile-"]
    .vk_button_link {
    display: block;
    min-width: 50px;
  }
  .vk_button-width-mobile-25,
  .editor-styles-wrapper .vk_button-width-mobile-25 {
    width: calc(25% - 8px);
  }
  .vk_button-width-mobile-50,
  .editor-styles-wrapper .vk_button-width-mobile-50 {
    width: calc(50% - 8px);
  }
  .vk_button-width-mobile-75,
  .editor-styles-wrapper .vk_button-width-mobile-75 {
    width: calc(75% - 8px);
  }
  .vk_button-width-mobile-100,
  .editor-styles-wrapper .vk_button-width-mobile-100 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .vk_button[class*="vk_button-width-tablet-"] .vk_button_link,
  .editor-styles-wrapper
    .vk_button[class*="vk_button-width-tablet-"]
    .vk_button_link {
    display: block;
  }
  .vk_button-width-tablet-25,
  .editor-styles-wrapper .vk_button-width-tablet-25 {
    width: calc(25% - 8px);
  }
  .vk_button-width-tablet-50,
  .editor-styles-wrapper .vk_button-width-tablet-50 {
    width: calc(50% - 8px);
  }
  .vk_button-width-tablet-75,
  .editor-styles-wrapper .vk_button-width-tablet-75 {
    width: calc(75% - 8px);
  }
  .vk_button-width-tablet-100,
  .editor-styles-wrapper .vk_button-width-tablet-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .vk_button[class*="vk_button-width-"] .vk_button_link,
  .editor-styles-wrapper .vk_button[class*="vk_button-width-"] .vk_button_link {
    display: block;
  }
  .vk_button-width-25,
  .editor-styles-wrapper .vk_button-width-25 {
    width: calc(25% - 8px);
  }
  .vk_button-width-50,
  .editor-styles-wrapper .vk_button-width-50 {
    width: calc(50% - 8px);
  }
  .vk_button-width-75,
  .editor-styles-wrapper .vk_button-width-75 {
    width: calc(75% - 8px);
  }
  .vk_button-width-100,
  .editor-styles-wrapper .vk_button-width-100 {
    width: 100%;
  }
}
.vk_button .btn.has-background:not(.has-text-color),
.editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color) {
  color: #fff;
}
.vk_button
  .btn.has-background:not(.has-text-color).has-vk-color-light-background-color,
.vk_button .btn.has-background:not(.has-text-color).has-white-background-color,
.editor-styles-wrapper
  .vk_button
  .btn.has-background:not(.has-text-color).has-vk-color-light-background-color,
.editor-styles-wrapper
  .vk_button
  .btn.has-background:not(.has-text-color).has-white-background-color {
  color: #212529;
}
.vk_button .has-text-color.is-style-outline,
.editor-styles-wrapper .vk_button .has-text-color.is-style-outline {
  background-color: transparent;
  border: 1px solid currentColor;
}
.vk_button .has-text-color.is-style-outline:hover,
.editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover {
  border: 1px solid #fff;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-primary-color {
  background-color: var(--wp--preset--color--vk-color-primary);
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-secondary-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-secondary-color {
  background-color: #6c757d;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-success-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-success-color {
  background-color: #28a745;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-info-color {
  background-color: #17a2b8;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-warning-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-warning-color {
  background-color: #ffc107;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-danger-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-danger-color {
  background-color: #dc3545;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-light-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color {
  background-color: #f8f9fa;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-dark-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-dark-color {
  background-color: #343a40;
}
.vk_button .has-text-color.is-style-outline:hover.has-black-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-black-color {
  background-color: #000;
}
.vk_button .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-cyan-bluish-gray-color {
  background-color: #abb8c3;
}
.vk_button .has-text-color.is-style-outline:hover.has-white-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-white-color {
  background-color: #fff;
}
.vk_button .has-text-color.is-style-outline:hover.has-pale-pink-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-pale-pink-color {
  background-color: #f78da7;
}
.vk_button .has-text-color.is-style-outline:hover.has-vivid-red-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vivid-red-color {
  background-color: #cf2e2e;
}
.vk_button
  .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-luminous-vivid-orange-color {
  background-color: #ff6900;
}
.vk_button
  .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-luminous-vivid-amber-color {
  background-color: #fcb900;
}
.vk_button .has-text-color.is-style-outline:hover.has-light-green-cyan-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-light-green-cyan-color {
  background-color: #7bdcb5;
}
.vk_button .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vivid-green-cyan-color {
  background-color: #00d084;
}
.vk_button .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-pale-cyan-blue-color {
  background-color: #8ed1fc;
}
.vk_button .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vivid-cyan-blue-color {
  background-color: #0693e3;
}
.vk_button .has-text-color.is-style-outline:hover.has-vivid-purple-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vivid-purple-color {
  background-color: #9b51e0;
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-primary-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-primary-color {
  background-color: var(--wp--preset--color--vk-color-primary);
}
.vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-primary-dark-color {
  background-color: var(--wp--preset--color--vk-color-primary-dark);
}
.vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-primary-vivid-color {
  background-color: var(--wp--preset--color--vk-color-primary-vivid);
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-custom-1-color {
  background-color: var(--wp--preset--color--vk-color-custom-1);
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-custom-2-color {
  background-color: var(--wp--preset--color--vk-color-custom-2);
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-custom-3-color {
  background-color: var(--wp--preset--color--vk-color-custom-3);
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color {
  background-color: var(--wp--preset--color--vk-color-custom-4);
}
.vk_button .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-custom-5-color {
  background-color: var(--wp--preset--color--vk-color-custom-5);
}
.vk_button .has-text-color.is-style-outline:hover .vk_button_link_before,
.vk_button .has-text-color.is-style-outline:hover .vk_button_link_txt,
.vk_button .has-text-color.is-style-outline:hover .vk_button_link_after,
.vk_button .has-text-color.is-style-outline:hover .vk_button_link_subCaption,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover
  .vk_button_link_before,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover
  .vk_button_link_txt,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover
  .vk_button_link_after,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover
  .vk_button_link_subCaption {
  color: #fff;
}
.vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_before,
.vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_txt,
.vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_after,
.vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_subCaption,
.vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_before,
.vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_txt,
.vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_after,
.vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_subCaption,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_before,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_txt,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_after,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-vk-color-light-color
  .vk_button_link_subCaption,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_before,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_txt,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_after,
.editor-styles-wrapper
  .vk_button
  .has-text-color.is-style-outline:hover.has-white-color
  .vk_button_link_subCaption {
  color: #212529;
}
.vk_button .has-text-color.vk_button_link-type-text:hover,
.editor-styles-wrapper
  .vk_button
  .has-text-color.vk_button_link-type-text:hover {
  opacity: unset;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt,
.vk_button
  .has-text-color.vk_button_link-type-text:hover
  .vk_button_link_subCaption,
.editor-styles-wrapper
  .vk_button
  .has-text-color.vk_button_link-type-text:hover
  .vk_button_link_txt,
.editor-styles-wrapper
  .vk_button
  .has-text-color.vk_button_link-type-text:hover
  .vk_button_link_subCaption {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}
@-webkit-keyframes shine {
  0% {
    left: -40%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shine {
  0% {
    left: -40%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.vk_button.is-style-shine .btn.has-background,
.editor-styles-wrapper .vk_button.is-style-shine .btn.has-background {
  overflow: hidden;
  position: relative;
}
.vk_button.is-style-shine .btn.has-background:not(.has-text-color),
.editor-styles-wrapper
  .vk_button.is-style-shine
  .btn.has-background:not(.has-text-color) {
  color: #fff;
}
.vk_button.is-style-shine .btn.has-background:before,
.editor-styles-wrapper .vk_button.is-style-shine .btn.has-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.vk_button.is-style-shine
  .btn.has-background.has-vk-color-light-background-color,
.vk_button.is-style-shine .btn.has-background.has-white-background-color,
.editor-styles-wrapper
  .vk_button.is-style-shine
  .btn.has-background.has-vk-color-light-background-color,
.editor-styles-wrapper
  .vk_button.is-style-shine
  .btn.has-background.has-white-background-color {
  color: #212529;
}
.vk_button.vk_button-align-left,
.editor-styles-wrapper .vk_button.vk_button-align-left {
  text-align: left;
}
.vk_button.vk_button-align-center,
.editor-styles-wrapper .vk_button.vk_button-align-center {
  text-align: center;
}
.vk_button.vk_button-align-right,
.editor-styles-wrapper .vk_button.vk_button-align-right {
  text-align: right;
}
.vk_button.vk_button-align-block,
.editor-styles-wrapper .vk_button.vk_button-align-block {
  display: block;
}
.vk_button.vk_button-align-block .vk_button_link,
.editor-styles-wrapper .vk_button.vk_button-align-block .vk_button_link {
  width: 100%;
}
.vk_button.vk_button-align-wide,
.editor-styles-wrapper .vk_button.vk_button-align-wide {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
.vk_button.vk_button-align-wide .vk_button_btn,
.vk_button.vk_button-align-wide .btn,
.editor-styles-wrapper .vk_button.vk_button-align-wide .vk_button_btn,
.editor-styles-wrapper .vk_button.vk_button-align-wide .btn {
  display: block;
}
.vk_button .vk_button_link,
.editor-styles-wrapper .vk_button .vk_button_link {
  min-width: 100px;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vk_button .vk_button_link-type-text,
.editor-styles-wrapper .vk_button .vk_button_link-type-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.vk_button .vk_button_link-type-text:hover,
.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vk_button .vk_button_link.btn,
.editor-styles-wrapper .vk_button .vk_button_link.btn {
  padding: 0.6em 1.5rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  text-decoration: none;
  font-size: calc(var(--vk-size-text) * 1);
}
.vk_button .vk_button_link.btn-lg,
.editor-styles-wrapper .vk_button .vk_button_link.btn-lg {
  font-size: calc(var(--vk-size-text) * 1.25);
}
.vk_button .vk_button_link.btn-sm,
.editor-styles-wrapper .vk_button .vk_button_link.btn-sm {
  font-size: calc(var(--vk-size-text) * 0.875);
}
.vk_button .vk_button_link_before,
.editor-styles-wrapper .vk_button .vk_button_link_before {
  margin-right: 0.7rem;
}
.vk_button .vk_button_link_after,
.editor-styles-wrapper .vk_button .vk_button_link_after {
  margin-left: 0.7rem;
}
.vk_button .vk_button_link_caption,
.editor-styles-wrapper .vk_button .vk_button_link_caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vk_button .vk_button_link_caption .vk_button_link_after,
.editor-styles-wrapper
  .vk_button
  .vk_button_link_caption
  .vk_button_link_after {
  margin-right: 0;
}
.vk_button .vk_button_link_subCaption,
.editor-styles-wrapper .vk_button .vk_button_link_subCaption {
  display: block;
  overflow: hidden;
  margin: 0;
  font-size: 80%;
}
.vk_button .editor-rich-text,
.editor-styles-wrapper .vk_button .editor-rich-text {
  display: inline-block;
}
:root {
  --vk-color-border: rgba(0, 0, 0, 0.12);
}
.is-style-vk_faq-normal .vk_faq_title:before {
  color: #e50000;
}
.is-style-vk_faq-normal .vk_faq_content:before {
  color: #337ab7;
}
.is-style-vk_faq-bgfill-circle .vk_faq_title:before,
.is-style-vk_faq-bgfill-square .vk_faq_title:before,
.is-style-vk_faq-bgfill-rounded .vk_faq_title:before {
  background-color: #e50000;
  color: #fff !important;
}
.is-style-vk_faq-bgfill-circle .vk_faq_content:before,
.is-style-vk_faq-bgfill-square .vk_faq_content:before,
.is-style-vk_faq-bgfill-rounded .vk_faq_content:before {
  background-color: #337ab7;
  color: #fff !important;
}
.is-style-vk_faq-bgfill-circle .vk_faq_title:before,
.is-style-vk_faq-bgfill-circle .vk_faq_content:before,
.is-style-vk_faq-border-circle .vk_faq_title:before,
.is-style-vk_faq-border-circle .vk_faq_content:before {
  border-radius: 50%;
}
.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,
.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,
.is-style-vk_faq-border-rounded .vk_faq_title:before,
.is-style-vk_faq-border-rounded .vk_faq_content:before {
  border-radius: 4px;
}
.is-style-vk_faq-border-circle .vk_faq_title:before,
.is-style-vk_faq-border-square .vk_faq_title:before,
.is-style-vk_faq-border-rounded .vk_faq_title:before {
  border: 1px solid #e50000;
  color: #e50000;
}
.is-style-vk_faq-border-circle .vk_faq_content:before,
.is-style-vk_faq-border-square .vk_faq_content:before,
.is-style-vk_faq-border-rounded .vk_faq_content:before {
  border: 1px solid #337ab7;
  color: #337ab7;
}
.vk_faq {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--vk-color-border);
  padding: 0 0 1rem;
  margin: 0 auto 1rem auto;
  width: 100%;
  position: relative;
}
.vk_faq .vk_faq_title {
  border: none;
  padding: 0.8rem 0.8rem 0.8rem 3rem;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px dotted var(--vk-color-border);
}
.vk_faq .vk_faq_title:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  position: absolute;
  font-family: "areal";
}
.vk_faq .vk_faq_title p:first-of-type {
  margin-top: 0;
}
.vk_faq .vk_faq_title p:last-child {
  margin-bottom: 0;
}
.vk_faq .vk_faq_title:before {
  content: "Q";
  color: #e50000;
  font-weight: 500;
}
.vk_faq .vk_faq_title p {
  line-height: 1.7;
}
@media (min-width: 768px) {
  .vk_faq .vk_faq_title {
    font-size: 18px;
  }
}
.vk_faq .vk_faq_content {
  border: none;
  padding: 0.8rem 0.8rem 0.8rem 3rem;
  margin: 0;
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.vk_faq .vk_faq_content:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  position: absolute;
  font-family: "areal";
}
.vk_faq .vk_faq_content p:first-of-type {
  margin-top: 0;
}
.vk_faq .vk_faq_content p:last-child {
  margin-bottom: 0;
}
.vk_faq .vk_faq_content:before {
  content: "A";
  color: #337ab7;
}
.vk_faq.vk_faq-accordion-close,
.vk_faq.vk_faq-accordion-open {
  padding-bottom: 0;
  margin-bottom: 0;
}
.vk_faq.vk_faq-accordion-close .vk_faq-body,
.vk_faq.vk_faq-accordion-open .vk_faq-body {
  margin-top: 0;
  margin-bottom: 0;
}
.vk_faq.vk_faq-accordion-close .vk_faq_title,
.vk_faq.vk_faq-accordion-open .vk_faq_title {
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .vk_faq.vk_faq-accordion-close .vk_faq_title,
  .vk_faq.vk_faq-accordion-open .vk_faq_title {
    padding-right: 2.5rem;
  }
}
.vk_faq.vk_faq-accordion-close .vk_faq_title:after,
.vk_faq.vk_faq-accordion-open .vk_faq_title:after {
  position: absolute;
  top: 50%;
  right: unset;
  right: 2.5rem;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  transition: border-color 0.3s ease, -webkit-transform 0.6s ease;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.6s ease;
  transition: border-color 0.3s ease, transform 0.6s ease;
  transition: border-color 0.3s ease, transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.vk_faq.vk_faq-accordion-close .vk_faq_title {
  border-bottom: none;
}
.vk_faq.vk_faq-accordion-close .vk_faq_title:after {
  -webkit-transform: translate(32px, -5px) rotate(135deg);
  transform: translate(32px, -5px) rotate(135deg);
}
.vk_faq.vk_faq-accordion-open .vk_faq_title:after {
  -webkit-transform: translate(32px, -2px) rotate(-45deg);
  transform: translate(32px, -2px) rotate(-45deg);
}
.vk_faq.vk_faq-accordion .vk_faq_title {
  cursor: pointer;
}
.vk_faq .vk_faq_content-accordion-open {
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-bottom: 10px;
}
.vk_faq .vk_faq_content-accordion-close {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.vk_flow {
  margin-bottom: 0;
}
.vk_flow .vk_flow_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  border: 3px solid #e5e5e5;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .vk_flow .vk_flow_frame {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.vk_flow .vk_flow_frame_text {
  display: block;
  overflow: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 575.98px) {
  .vk_flow .vk_flow_frame_text {
    margin-bottom: 1em;
  }
}
@media (min-width: 576px) {
  .vk_flow .vk_flow_frame_text {
    margin-right: 15px;
  }
}
.vk_flow .vk_flow_frame_text_title,
.vk_flow .vk_flow_frame_text_content {
  padding-left: 0;
  border: none;
}
.vk_flow .vk_flow_frame_text_title {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 1.2em;
}
.vk_flow .vk_flow_frame_text_content {
  margin-bottom: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-left: 0;
}
.vk_flow .vk_flow_frame_image {
  max-width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vk_flow.vk_flow-arrow-on:after {
  position: relative;
  content: "";
  background: var(--vk_flow-arrow) center 50% no-repeat;
  background-size: 50px 50px;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.vk_flow.vk_flow-arrow-off {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.vk_flow.vk_flow-arrow-off:after {
  content: "";
  font-size: 0;
  background-image: none;
}
.block-editor-block-list__layout
  .block-editor-block-list__block.vk_flow-arrow-on:focus:after {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vk_heading i:first-child {
  margin-right: 0.2em;
}
.vk_heading i:last-child {
  margin-left: 0.2em;
}
.vk_heading.vk_heading-style-plain .vk_heading_title {
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.vk_heading.vk_heading-style-plain .vk_heading_title:after {
  content: none;
  border: none;
}
.vk_heading.vk_heading-style-plain .vk_heading_title:before {
  content: none;
}
.vk_heading.vk_heading-style-plain .vk_heading_title:not(.has-text-color) {
  color: unset;
}
.vk_heading.vk_heading-style-plain .vk_heading_title:after {
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.vk_heading.vk_heading-style-plain .vk_heading_title:after:after {
  content: none;
  border: none;
}
.vk_heading.vk_heading-style-plain .vk_heading_title:after:before {
  content: none;
}
.vk_heading_subtext {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .vk_icon {
    margin-bottom: 1.5em;
  }
}
.wp-block-vk-blocks-icon .vk_icon_frame {
  line-height: 1;
}
.wp-block-vk-blocks-icon .vk_icon_border {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.wp-block-vk-blocks-icon .vk_icon_link {
  display: inline-block;
}
.wp-block-vk-blocks-icon .vk_icon_link:hover {
  opacity: 0.85;
}
.wp-block-vk-blocks-icon .vk_icon_font {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 36px;
}
.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border {
  background-color: transparent;
  border: 1px solid currentColor;
}
.wp-block-vk-blocks-icon
  .vk_icon_frame:not(.is-style-outline):not(.is-style-noline)
  .vk_icon_font {
  color: #fff;
}
.wp-block-vk-blocks-icon .vk_icon_align_center {
  text-align: center;
}
.wp-block-vk-blocks-icon .vk_icon_align_right {
  text-align: right;
}
.wp-block-vk-blocks-icon .vk_icon_border_frame {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
.wp-block-vk-blocks-icon
  div:not(.is-style-outline):not(.is-style-noline)
  .vk_icon_border:not(.vk_icon_border_frame):not(.vk_icon_border_none)
  .vk_icon_font {
  color: #fff;
}
.wp-block-vk-blocks-icon
  .vk_icon_frame:not(.is-style-outline):not(.is-style-noline)
  .vk_icon_border:not(.has-background) {
  background-color: #337ab7;
}
.wp-block-vk-blocks-icon .is-style-noline .vk_icon_border:not(.has-text-color) {
  color: #337ab7;
}
.wp-block-vk-blocks-icon
  .is-style-outline
  .vk_icon_border:not(.has-text-color) {
  color: #337ab7;
}
@media screen and (max-width: 992px) {
  .vk_icons {
    margin-bottom: 1.5em;
  }
}
.vk_icons_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  margin-left: -8px;
}
.vk_icons_col .vk_icon {
  margin: 4px 0 4px 8px;
}
.vk_icons_col .vk_icon_frame {
  line-height: 1;
}
.vk_icons_col-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vk_icons_col-justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vk_icons_col-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vk_prBlocks .vk_prBlocks_item a {
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  .vk_prBlocks .vk_prBlocks_item {
    margin-bottom: 1.5em;
  }
}
.vk_prBlocks .vk_prBlocks_item:not(.is-style-outline) .vk_prBlocks_item_icon {
  color: #fff;
}
.vk_prBlocks
  .vk_prBlocks_item:not(.is-style-outline)
  .vk_prBlocks_item_icon_outer:not(.has-background) {
  background-color: #0693e3;
}
.vk_prBlocks .vk_prBlocks_item.is-style-outline .vk_prBlocks_item_icon_outer {
  background-color: transparent;
  border: 1px solid currentColor;
}
.vk_prBlocks
  .vk_prBlocks_item.is-style-outline
  .vk_prBlocks_item_icon_outer:not(.has-text-color) {
  border: 1px solid #0693e3;
}
.vk_prBlocks
  .vk_prBlocks_item.is-style-outline
  .vk_prBlocks_item_icon_outer:not(.has-text-color)
  .vk_prBlocks_item_icon {
  color: #0693e3;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_link {
  color: #333;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_link:hover {
  color: #333;
  text-decoration: none;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_icon_outer {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 36px;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title {
  background-color: transparent;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 21px;
  line-height: 1.4em;
  border: none;
  border-radius: unset;
  padding: 0;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: inherit;
  display: block;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title:before {
  content: none;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_title:after {
  border: none;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_image {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
}
.vk_prBlocks .vk_prBlocks_item .vk_prBlocks_item_summary {
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.8em;
}
@media (min-width: 576px) {
  .vk_prContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vk_prContent .col-sm-6 {
    width: 50%;
  }
  .vk_prContent-layout-imageLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vk_prContent-layout-imageRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .vk_prContent-layout-imageLeft .vk_prContent_colImg {
    padding-right: 2em;
    padding-left: 0;
  }
  .vk_prContent-layout-imageRight .vk_prContent_colImg {
    padding-left: 2em;
    padding-right: 0;
  }
}
.vk_prContent .vk_prContent_colTxt {
  vertical-align: top;
}
.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title {
  font-size: calc(var(--vk-size-text) * 1.75);
  background-color: transparent;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.8em;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
  border-radius: unset;
  padding: 0;
  color: inherit;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 575.98px) {
  .vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:first-child {
    margin-top: 30px;
  }
}
.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:before,
.vk_prContent .vk_prContent_colTxt .vk_prContent_colTxt_title:after {
  content: none;
}
.vk_prContent .vk_prContent_colTxt_text {
  line-height: 1.8;
  margin-bottom: 1.7em;
}
@media (min-width: 992px) {
  .vk_prContent .vk_prContent_colTxt_btn.btn {
    font-size: 16px;
  }
}
.vk_prContent .vk_prContent_colImg_image {
  max-width: 100%;
  height: auto;
}
.vk_prContent .vk_prContent_colImg .components-button.button {
  margin: 1em;
}
.vk_prContent .vk_prContent_colImg .components-button.image-button {
  margin: 0;
  height: auto;
}
:root {
  --vk-color-background-white-translucent: rgba(255, 255, 255, 0.5);
}
.vk_slider {
  width: 100%;
  height: auto;
  position: relative;
}
.vk_slider_item {
  height: auto;
}
.vk_slider_item.vk_valign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vk_slider_item.vk_valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vk_slider_item.vk_valign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vk_slider_item_container {
  overflow: hidden;
}
.vk_slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
  transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
}
.vk_slider .swiper-button-next,
.vk_slider .swiper-button-prev {
  color: var(--vk-color-text-body);
  background-color: var(--vk-color-background-white-translucent);
  border-radius: var(--vk-size-radius);
  background-image: none;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 20;
}
.vk_slider .swiper-button-next:after,
.vk_slider .swiper-button-prev:after {
  font-size: 1.2rem;
}
.swiper-container.vk_width-full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-pagination-bullet {
  border-radius: unset;
  width: 30px;
  height: 5px;
  background-color: #ccc;
  opacity: unset;
  outline: 1px solid var(--vk-color-background-white-translucent);
}
.swiper-pagination-bullet-active {
  background: #666;
}
.swiper-pagination.swiper-pagination-fraction:not(.swiper-pagination-bullets) {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--vk-color-background-white-translucent);
  padding: 0.4rem 1.5rem;
  border-radius: 30px;
  bottom: 5px;
}
@media (max-width: 575.98px) {
  .swiper-button-next.swiper-button-mobile-bottom,
  .swiper-button-prev.swiper-button-mobile-bottom {
    top: unset;
    bottom: 10px;
  }
}
.editor-styles-wrapper .swiper-button-prev,
.editor-styles-wrapper .swiper-button-next {
  display: none;
}
.editor-styles-wrapper .swiper-container.vk_slider.vk_width-full {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% - -20px);
  max-width: 100vw;
}
.editor-styles-wrapper
  .swiper-container.vk_slider.vk_width-full
  .vk_slider_item {
  margin: auto;
}
.editor-styles-wrapper
  .swiper-container.vk_slider.vk_width-full
  .vk_slider_item.vk_slider_item-paddingLR-use
  .vk_slider_item_container,
.editor-styles-wrapper
  .swiper-container.vk_slider.vk_width-full
  .vk_slider_item.vk_slider_item-paddingLR-zero
  .vk_slider_item_container {
  max-width: 100%;
}
.editor-styles-wrapper
  .swiper-container.vk_slider.vk_width-full
  .vk_slider_item.vk_slider_item-paddingLR-use
  .vk_slider_item_container
  .wp-block,
.editor-styles-wrapper
  .swiper-container.vk_slider.vk_width-full
  .vk_slider_item.vk_slider_item-paddingLR-zero
  .vk_slider_item_container
  .wp-block {
  max-width: 100%;
}
.vk_slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.vk_slider_item.has-background-dim-0:before {
  opacity: 0;
}
.vk_slider_item.has-background-dim-1:before {
  opacity: 0.1;
}
.vk_slider_item.has-background-dim-2:before {
  opacity: 0.2;
}
.vk_slider_item.has-background-dim-3:before {
  opacity: 0.3;
}
.vk_slider_item.has-background-dim-4:before {
  opacity: 0.4;
}
.vk_slider_item.has-background-dim-5:before {
  opacity: 0.5;
}
.vk_slider_item.has-background-dim-6:before {
  opacity: 0.6;
}
.vk_slider_item.has-background-dim-7:before {
  opacity: 0.7;
}
.vk_slider_item.has-background-dim-8:before {
  opacity: 0.8;
}
.vk_slider_item.has-background-dim-9:before {
  opacity: 0.9;
}
.vk_slider_item.has-background-dim-10:before {
  opacity: 1;
}
.vk_slider_item.has-background-dim:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  background-color: inherit;
}
.vk_slider_item.has-background
  .vk_slider_item-background-area:not([class*="-background-color"]) {
  z-index: 0;
}
.vk_slider_item .has-background-dim:before {
  z-index: 1;
  content: "";
}
.vk_slider_item
  .vk_slider_item-background-area:not([class*="-background-color"]) {
  background-color: #fff;
}
.vk_slider_item .vk_slider_item-background-area,
.vk_slider_item .has-background-dim:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.vk_slider_item .has-background-dim-0 {
  opacity: 0;
}
.vk_slider_item .has-background-dim-1 {
  opacity: 0.1;
}
.vk_slider_item .has-background-dim-2 {
  opacity: 0.2;
}
.vk_slider_item .has-background-dim-3 {
  opacity: 0.3;
}
.vk_slider_item .has-background-dim-4 {
  opacity: 0.4;
}
.vk_slider_item .has-background-dim-5 {
  opacity: 0.5;
}
.vk_slider_item .has-background-dim-6 {
  opacity: 0.6;
}
.vk_slider_item .has-background-dim-7 {
  opacity: 0.7;
}
.vk_slider_item .has-background-dim-8 {
  opacity: 0.8;
}
.vk_slider_item .has-background-dim-9 {
  opacity: 0.9;
}
.vk_slider_item .has-background-dim-10 {
  opacity: 1;
}
.vk_slider_item-align-vertical-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vk_slider_item-align-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vk_slider_item-align-vertical-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vk_slider_item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.vk_slider_item .vk_slider_item_container {
  min-height: 40px;
  width: 100%;
  z-index: 1;
}
.vk_slider_item-width-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.vk_slider_item-width-full.vk_slider_item-paddingLR-none {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.vk_slider_item-paddingLR-use {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 576px) {
  .vk_slider_item-paddingLR-use {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  .vk_slider_item-paddingLR-use {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (min-width: 992px) {
  .vk_slider_item-paddingLR-use {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 1200px) {
  .vk_slider_item-paddingLR-use {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
@media (min-width: 1400px) {
  .vk_slider_item-paddingLR-use {
    padding-left: 4em;
    padding-right: 4em;
  }
}
.vk_slider_item-paddingLR-zero {
  padding-left: 0;
  padding-right: 0;
}
.vk_spacer-type-margin-top div[class*="vk_block-margin"],
.vk_spacer-type-margin-bottom div[class*="vk_block-margin"] {
  display: block;
  overflow: hidden;
}
.vk_spacer-type-height {
  display: block;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .vk_spacer .vk_spacer-display-pc {
    display: none;
  }
  .vk_spacer .vk_spacer-display-tablet {
    display: none;
  }
  .vk_spacer .vk_spacer-display-mobile {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .vk_spacer .vk_spacer-display-pc {
    display: none;
  }
  .vk_spacer .vk_spacer-display-tablet {
    display: block;
  }
  .vk_spacer .vk_spacer-display-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .vk_spacer .vk_spacer-display-pc {
    display: block;
  }
  .vk_spacer .vk_spacer-display-tablet {
    display: none;
  }
  .vk_spacer .vk_spacer-display-mobile {
    display: none;
  }
}
.vk_staff_text {
  float: left;
  width: 61.6%;
}
.vk_staff_photo {
  float: right;
  width: 32%;
}
.vk_staff-layout-imageLeft .vk_staff_text {
  float: right;
}
.vk_staff-layout-imageLeft .vk_staff_photo {
  float: left;
}
.vk_staff {
  display: block;
  overflow: hidden;
}
.vk_staff .vk_staff_text .vk_staff_text_name {
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: calc(var(--vk-size-text) * 2.5);
  font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3",
    "Hiragino Mincho Pro", "serif";
  line-height: 1;
  margin-bottom: 0.5rem;
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline;
}
.vk_staff .vk_staff_text .vk_staff_text_name:not(.has-text-color) {
  color: inherit;
}
.vk_staff .vk_staff_text .vk_staff_text_name:before,
.vk_staff .vk_staff_text .vk_staff_text_name:after {
  display: none;
}
.vk_staff .vk_staff_text .vk_staff_text_caption {
  font-size: 14px;
  display: block;
  margin: 0 0 0.5rem 4px;
  letter-spacing: 5px;
}
.vk_staff .vk_staff_text .vk_staff_text_caption:not(.has-text-color) {
  color: inherit;
}
.vk_staff .vk_staff_text .vk_staff_text_role {
  font-size: 14px;
  line-height: 1.6em;
}
.vk_staff .vk_staff_text .vk_staff_text_role:not(.has-text-color) {
  color: inherit;
}
.vk_staff .vk_staff_text .vk_staff_text_profileTitle {
  font-size: 18px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 2px;
  margin-top: calc(var(--vk-size-text) * 1.5);
  margin-bottom: calc(var(--vk-size-text) * 1.2);
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  background: 0 0;
}
.vk_staff .vk_staff_text .vk_staff_text_profileTitle:not(.has-text-color) {
  color: inherit;
}
.vk_staff .vk_staff_text .vk_staff_text_profileTitle:before,
.vk_staff .vk_staff_text .vk_staff_text_profileTitle:after {
  border: none;
}
.vk_staff .vk_staff_text .vk_staff_text_profileText {
  font-size: 14px;
}
.vk_staff .vk_staff_text .vk_staff_text_profileText:not(.has-text-color) {
  color: inherit;
}
.vk_staff .vk_staff-headingFont-serif .vk_staff_text_name {
  font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3",
    "Hiragino Mincho Pro", "serif";
}
.vk_staff .vk_staff-headingFont-serif .vk_staff_text_caption {
  font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3",
    "Hiragino Mincho Pro", "serif";
}
.vk_staff .vk_staff-headingFont-serif .vk_staff_text_role {
  font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3",
    "Hiragino Mincho Pro", "serif";
}
.vk_staff .vk_staff-headingFont-serif .vk_staff_text_profileTitle {
  font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3",
    "Hiragino Mincho Pro", "serif";
}
.vk_staff .vk_staff_photo {
  display: block;
  vertical-align: top;
  text-align: center;
}
.vk_staff .vk_staff_photo button {
  width: 100%;
}
.vk_staff .vk_staff_photo .image-button {
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
}
.vk_staff .vk_staff_photo-border-default {
  border: 4px solid #efefef;
  padding: 1px;
}
.vk_staff .vk_staff_photo-border-none {
  border: none;
}
.vk_staff .vk_staff_photo_image {
  width: 100%;
  margin: 0;
  display: block;
}
@media (min-width: 992px) {
  .page-template-page-onecolumn .vk_staff_text,
  .page-template-page-lp .vk_staff_text,
  .page-template-page-lp-builder .vk_staff_text {
    width: 74%;
  }
  .page-template-page-onecolumn .vk_staff_text_caption,
  .page-template-page-lp .vk_staff_text_caption,
  .page-template-page-lp-builder .vk_staff_text_caption {
    font-size: 1rem;
    letter-spacing: 0.5rem;
  }
  .page-template-page-onecolumn .vk_staff_text_role,
  .page-template-page-lp .vk_staff_text_role,
  .page-template-page-lp-builder .vk_staff_text_role {
    letter-spacing: 0.5rem;
  }
  .page-template-page-onecolumn .vk_staff_photo,
  .page-template-page-lp .vk_staff_photo,
  .page-template-page-lp-builder .vk_staff_photo {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-onecolumn .vk_staff_text,
  .page-template-page-lp .vk_staff_text,
  .page-template-page-lp-builder .vk_staff_text {
    width: 75%;
  }
  .page-template-page-onecolumn .vk_staff_photo,
  .page-template-page-lp .vk_staff_photo,
  .page-template-page-lp-builder .vk_staff_photo {
    width: 20%;
  }
}
.vk_hidden {
  display: none !important;
  color: var(--blue);
}
@media (max-width: 575.98px) {
  .vk_hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vk_hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vk_hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vk_hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .vk_hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .vk_hidden-xl-v2 {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .vk_hidden-xxl {
    display: none !important;
  }
}
.vk_responsive-br {
  display: none;
}
@media (max-width: 575.98px) {
  .vk_responsive-br-xs {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vk_responsive-br-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vk_responsive-br-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vk_responsive-br-lg {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .vk_responsive-br-xl {
    display: block;
  }
}
@media (min-width: 1400px) {
  .vk_responsive-br-xxl {
    display: block;
  }
}
:root {
  --vk-heading-has-background-padding: 0.6em 0.7em 0.5em;
}
.is-style-vk-heading h3.is-style-vk-heading:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading
  h3.is-style-vk-heading:after {
  border-bottom: none !important;
}
.is-style-vk-heading-plain:not(.has-text-align-center, .has-text-align-right),
.is-style-vk-heading-background_fill_lightgray:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.is-style-vk-heading-double_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.is-style-vk-heading-double_bottomborder_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.is-style-vk-heading-solid_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.is-style-vk-heading-solid_bottomborder_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.is-style-vk-heading-dotted_bottomborder_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-plain:not(.has-text-align-center, .has-text-align-right),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-background_fill_lightgray:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_bottomborder_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_bottomborder_black:not(
    .has-text-align-center,
    .has-text-align-right
  ),
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-dotted_bottomborder_black:not(
    .has-text-align-center,
    .has-text-align-right
  ) {
  text-align: left;
}
.is-style-vk-heading-plain,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-plain {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: unset;
  display: block;
}
.is-style-vk-heading-plain:before,
.is-style-vk-heading-plain:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-plain:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-plain:after {
  content: none;
}
.is-style-vk-heading-plain[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-plain[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-background_fill_lightgray,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-background_fill_lightgray {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  border: none;
  background-color: #efefef;
  padding: 0.6em 0.7em 0.5em;
  margin-bottom: 1.2em;
  border-radius: 4px;
}
.is-style-vk-heading-background_fill_lightgray:before,
.is-style-vk-heading-background_fill_lightgray:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-background_fill_lightgray:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-background_fill_lightgray:after {
  content: none;
}
.is-style-vk-heading-background_fill_lightgray[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-background_fill_lightgray[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-double_black,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_black {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-top: double 3px #333;
  border-bottom: double 3px #333;
}
.is-style-vk-heading-double_black:before,
.is-style-vk-heading-double_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_black:after {
  content: none;
}
.is-style-vk-heading-double_black[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_black[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-double_bottomborder_black,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_bottomborder_black {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: double 3px #333;
}
.is-style-vk-heading-double_bottomborder_black:before,
.is-style-vk-heading-double_bottomborder_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_bottomborder_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_bottomborder_black:after {
  content: none;
}
.is-style-vk-heading-double_bottomborder_black[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-double_bottomborder_black[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-solid_black,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_black {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.is-style-vk-heading-solid_black:before,
.is-style-vk-heading-solid_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_black:after {
  content: none;
}
.is-style-vk-heading-solid_black[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_black[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-solid_bottomborder_black,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_bottomborder_black {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}
.is-style-vk-heading-solid_bottomborder_black:before,
.is-style-vk-heading-solid_bottomborder_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_bottomborder_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_bottomborder_black:after {
  content: none;
}
.is-style-vk-heading-solid_bottomborder_black[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-solid_bottomborder_black[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-dotted_bottomborder_black,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-dotted_bottomborder_black {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: 1px dotted #111;
}
.is-style-vk-heading-dotted_bottomborder_black:before,
.is-style-vk-heading-dotted_bottomborder_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-dotted_bottomborder_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-dotted_bottomborder_black:after {
  content: none;
}
.is-style-vk-heading-dotted_bottomborder_black[class*="has-background"],
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-dotted_bottomborder_black[class*="has-background"] {
  padding: var(--vk-heading-has-background-padding);
}
.is-style-vk-heading-both_ends,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-both_ends {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.2em;
  padding: 0;
}
.is-style-vk-heading-both_ends:before,
.is-style-vk-heading-both_ends:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-both_ends:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-both_ends:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid #333;
  position: unset;
  width: unset;
  border-left: unset;
  border-right: unset;
  border-top: none;
  background: unset;
}
.is-style-vk-heading-both_ends:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-both_ends:before {
  margin-right: 1em;
  top: unset;
}
.is-style-vk-heading-both_ends:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-both_ends:after {
  margin-left: 1em;
  bottom: unset;
}
.is-style-vk-heading-brackets_black,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-brackets_black {
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  border: none;
  background-color: transparent !important;
  padding: 0.7em;
  margin-bottom: 1.2em;
  text-align: center;
  border-bottom: unset !important;
}
.is-style-vk-heading-brackets_black:before,
.is-style-vk-heading-brackets_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-brackets_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-brackets_black:after {
  content: "";
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  display: inline-block;
  margin-left: 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  background: unset;
}
.is-style-vk-heading-brackets_black:before,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-brackets_black:before {
  border-left: solid 1px #333;
  left: 0;
}
.is-style-vk-heading-brackets_black:after,
.editor-styles-wrapper
  .block-editor-block-list__layout
  .is-style-vk-heading-brackets_black:after {
  border-right: solid 1px #333 !important;
  right: 0;
  left: auto;
}
.wp-block-image figcaption {
  text-align: center;
  font-size: calc(var(--vk-size-text) * 0.75);
}
figure.wp-block-image.is-style-vk-image-rounded img {
  border-radius: 0.5rem;
}
figure.wp-block-image.is-style-vk-image-border img {
  border: 1px solid #e5e5e5;
}
figure.wp-block-image.is-style-vk-image-photoFrame {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
figure.wp-block-image.is-style-vk-image-photoFrame.alignleft {
  margin: 0 1em 0.5em 0;
}
figure.wp-block-image.is-style-vk-image-photoFrame.alignright {
  margin: 0 0 0.5em 1em;
}
figure.wp-block-image.is-style-vk-image-photoFrame.alignwide,
figure.wp-block-image.is-style-vk-image-photoFrame.alignfull {
  width: auto;
}
figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
  display: block;
  margin: 8px 0 0;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft {
  margin: 0 1em 0.5em 0;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright {
  margin: 0 0 0.5em 1em;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignwide,
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignfull {
  width: auto;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-right figcaption {
  display: block;
  margin: 8px 0 0;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft {
  margin: 0 1em 0.5em 0;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright {
  margin: 0 0 0.5em 1em;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignwide,
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignfull {
  width: auto;
}
figure.wp-block-image.is-style-vk-image-photoFrame-tilt-left figcaption {
  display: block;
  margin: 8px 0 0;
}
figure.wp-block-image.is-style-vk-image-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
figure.wp-block-image.is-style-vk-image-shadow figcaption {
  display: block;
}
figure.wp-block-image.is-style-vk-image-shadow.alignwide {
  width: unset;
}
figure.wp-block-image.is-style-vk-image-wave01 img {
  -webkit-mask-image: var(--vk_image-mask-wave01);
  mask-image: var(--vk_image-mask-wave01);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
figure.wp-block-image.is-style-vk-image-wave02 img {
  -webkit-mask-image: var(--vk_image-mask-wave02);
  mask-image: var(--vk_image-mask-wave02);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
figure.wp-block-image.is-style-vk-image-wave03 img {
  -webkit-mask-image: var(--vk_image-mask-wave03);
  mask-image: var(--vk_image-mask-wave03);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
figure.wp-block-image.is-style-vk-image-wave04 img {
  -webkit-mask-image: var(--vk_image-mask-wave04);
  mask-image: var(--vk_image-mask-wave04);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.wp-block-image.is-style-vk-image-rounded figure.alignleft img,
.wp-block-image.is-style-vk-image-rounded figure.alignright img,
.wp-block-image.is-style-vk-image-rounded figure.aligncenter img {
  border-radius: 0.5rem;
}
.wp-block-image.is-style-vk-image-border figure.alignleft img,
.wp-block-image.is-style-vk-image-border figure.alignright img,
.wp-block-image.is-style-vk-image-border figure.aligncenter img {
  border: 1px solid #e5e5e5;
}
.wp-block-image.is-style-vk-image-photoFrame figure.alignleft,
.wp-block-image.is-style-vk-image-photoFrame figure.alignright,
.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,
.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,
.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft {
  margin: 0 1em 0.5em 0;
}
.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,
.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,
.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright {
  margin: 0 0 0.5em 1em;
}
.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignwide,
.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignfull,
.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignwide,
.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignfull,
.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignwide,
.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignfull {
  width: auto;
}
.wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,
.wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,
.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption {
  display: block;
  margin: 8px 0 0;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignleft.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignright.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.aligncenter.alignleft {
  margin: 0 1em 0.5em 0;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignleft.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignright.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.aligncenter.alignright {
  margin: 0 0 0.5em 1em;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignleft.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignleft.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignright.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignright.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.aligncenter.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.aligncenter.alignfull {
  width: auto;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignleft
  figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.alignright
  figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-right
  figure.aligncenter
  figcaption {
  display: block;
  margin: 8px 0 0;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignleft.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignright.alignleft,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.aligncenter.alignleft {
  margin: 0 1em 0.5em 0;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignleft.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignright.alignright,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.aligncenter.alignright {
  margin: 0 0 0.5em 1em;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignleft.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignleft.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignright.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignright.alignfull,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.aligncenter.alignwide,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.aligncenter.alignfull {
  width: auto;
}
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignleft
  figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.alignright
  figcaption,
.wp-block-image.is-style-vk-image-photoFrame-tilt-left
  figure.aligncenter
  figcaption {
  display: block;
  margin: 8px 0 0;
}
.wp-block-image.is-style-vk-image-shadow figure.alignleft,
.wp-block-image.is-style-vk-image-shadow figure.alignright,
.wp-block-image.is-style-vk-image-shadow figure.aligncenter {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,
.wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,
.wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption {
  display: block;
}
.wp-block-image.is-style-vk-image-shadow figure.alignleft.alignwide,
.wp-block-image.is-style-vk-image-shadow figure.alignright.alignwide,
.wp-block-image.is-style-vk-image-shadow figure.aligncenter.alignwide {
  width: unset;
}
.wp-block-image.is-style-vk-image-wave01 figure.alignleft img,
.wp-block-image.is-style-vk-image-wave01 figure.alignright img,
.wp-block-image.is-style-vk-image-wave01 figure.aligncenter img {
  -webkit-mask-image: var(--vk_image-mask-wave01);
  mask-image: var(--vk_image-mask-wave01);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.wp-block-image.is-style-vk-image-wave02 figure.alignleft img,
.wp-block-image.is-style-vk-image-wave02 figure.alignright img,
.wp-block-image.is-style-vk-image-wave02 figure.aligncenter img {
  -webkit-mask-image: var(--vk_image-mask-wave02);
  mask-image: var(--vk_image-mask-wave02);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.wp-block-image.is-style-vk-image-wave03 figure.alignleft img,
.wp-block-image.is-style-vk-image-wave03 figure.alignright img,
.wp-block-image.is-style-vk-image-wave03 figure.aligncenter img {
  -webkit-mask-image: var(--vk_image-mask-wave03);
  mask-image: var(--vk_image-mask-wave03);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.wp-block-image.is-style-vk-image-wave04 figure.alignleft img,
.wp-block-image.is-style-vk-image-wave04 figure.alignright img,
.wp-block-image.is-style-vk-image-wave04 figure.aligncenter img {
  -webkit-mask-image: var(--vk_image-mask-wave04);
  mask-image: var(--vk_image-mask-wave04);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.wp-block-table thead th,
.wp-block-table tfoot td {
  font-weight: 700;
}
.wp-block-table.is-style-vk-table-border-top-bottom table,
.wp-block-table.is-style-vk-table-border-top-bottom th,
.wp-block-table.is-style-vk-table-border-top-bottom td {
  border-left: none;
  border-right: none;
}
.wp-block-table.is-style-vk-table-border
  table:where(:not(.has-border-color))
  th,
.wp-block-table.is-style-vk-table-border
  table:where(:not(.has-border-color))
  td {
  border: 1px solid var(--vk-color-border-hr);
}
.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n + 1) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-vk-table-border-stripes
  table:where(:not(.has-border-color))
  th,
.wp-block-table.is-style-vk-table-border-stripes
  table:where(:not(.has-border-color))
  td {
  border: 1px solid var(--vk-color-border-hr);
}
.editor-styles-wrapper .wp-block-table.is-style-regular th,
.editor-styles-wrapper .wp-block-table.is-style-regular td {
  border-color: var(--vk-color-border-hr);
}
:root {
  --vk_flow-arrow: url(http://bowordpress.locale/wp-content/plugins/vk-blocks/inc/vk-blocks/images/arrow_bottom.svg);
  --vk_image-mask-wave01: url(http://bowordpress.locale/wp-content/plugins/vk-blocks/inc/vk-blocks/images/wave01.svg);
  --vk_image-mask-wave02: url(http://bowordpress.locale/wp-content/plugins/vk-blocks/inc/vk-blocks/images/wave02.svg);
  --vk_image-mask-wave03: url(http://bowordpress.locale/wp-content/plugins/vk-blocks/inc/vk-blocks/images/wave03.svg);
  --vk_image-mask-wave04: url(http://bowordpress.locale/wp-content/plugins/vk-blocks/inc/vk-blocks/images/wave04.svg);
}
:root {
  --vk-size-text: 16px;
  --vk-color-primary: #337ab7;
}
:root {
  --vk-balloon-border-width: 1px;
  --vk-balloon-speech-offset: -12px;
}
/*!
 * Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* 
.editor-styles-wrapper ãŒãªã„ã¨ 5.9 ã®ãƒ–ãƒ­ãƒƒã‚¯ãƒ‘ã‚¿ãƒ¼ãƒ³æŒ¿å…¥ãƒ—ãƒ¬ãƒ“ãƒ¥ãƒ¼ã‚„ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã§èª­ã¿è¾¼ã¾ã‚Œãªã„(2022.2.1ç¾åœ¨)ã®ã§å¿œæ€¥å¯¾å¿œ 
*/
.editor-styles-wrapper {
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

#wpmem_msg,
.wpmem_msg {
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 20px 0;
  margin: 15px 0;
}
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 75%;
}
#wp-members {
  width: 100%;
}
#wp-members fieldset {
  border: none;
  padding: 0;
}
#wp-members input {
  font-family: inherit;
}
#wp-members input[type="password"],
#wp-members input[type="text"] {
  margin: 0 0 4px 0;
}
#wp-members input[type="submit"] {
  padding: 5px 6px 4px;
  margin: 0 4px 0 0;
}
#wp-members .button_div {
  margin-top: 4px;
}
#wp-members .err {
  width: 100%;
  padding: 5px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#wpmem_login,
#wpmem_reg {
  color: #2b2b2b;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
#wpmem_login label,
#wpmem_reg label {
  display: initial;
}
#wpmem_login input[type="password"],
#wpmem_login input[type="text"],
#wpmem_reg input[type="date"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="number"],
#wpmem_reg input[type="password"],
#wpmem_reg input[type="text"],
#wpmem_reg input[type="url"],
#wpmem_reg textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 8px;
  background: none repeat scroll 0 0 #fff;
}
#wpmem_login button,
#wpmem_login input,
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
  -moz-box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
#wpmem_login input:focus,
#wpmem_reg input:focus,
#wpmem_reg textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0 none;
}
#wpmem_reg select {
  width: 100%;
  padding: 8px 10px 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  margin: 5px 0;
  background: none repeat scroll 0 0 #fff;
}
#wpmem_login fieldset,
#wpmem_reg fieldset {
  border: none;
  padding: 0;
  margin: 40px 0;
}
#wpmem_login legend,
#wpmem_reg legend {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
#wpmem_login .form,
#wpmem_reg .form {
  margin: 0;
  padding: 0;
}
#wpmem_login .clear,
#wpmem_reg .clear {
  clear: both;
}
#wpmem_login .holder,
#wpmem_reg .holder {
  background-color: #fff;
}
#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_membership,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
  margin: 0 0 14px 0;
}
#wpmem_login input[type="checkbox"] {
  margin: 12px 2px;
}
#wpmem_login .password,
#wpmem_login .textbox,
#wpmem_login .username,
#wpmem_reg .div_textarea textarea,
#wpmem_reg .file,
#wpmem_reg .image,
#wpmem_reg .password,
#wpmem_reg .textbox,
#wpmem_reg .username {
  width: 100%;
}
#wpmem_reg textarea {
  height: 185px;
}
#wpmem_reg .req {
  color: #bd3500;
  font-size: 22px;
  line-height: 50%;
}
#wpmem_reg .req-text {
  margin: 20px 0 0 5px;
}
#wpmem_reg .noinput {
  width: 93%;
  padding: 8px 10px 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  margin: 5px 0;
}
#wpmem_reg .captcha {
  margin: 5px 0;
}
#wpmem_reg .captcha table {
  line-height: 0;
}
#wpmem_login .link-text {
  padding: 4px 0;
  text-align: right;
}
#tos {
  margin-right: 5px;
}
#wpmem_login .button_div,
#wpmem_reg .button_div {
  padding: 6px 0;
  text-align: right;
}
@media screen and (max-width: 720px) {
  #wpmem_login .button_div,
  #wpmem_login .div_text,
  #wpmem_login label,
  #wpmem_reg .button_div,
  #wpmem_reg .div_checkbox,
  #wpmem_reg .div_select,
  #wpmem_reg .div_text,
  #wpmem_reg .div_textarea,
  #wpmem_reg label.checkbox,
  #wpmem_reg label.select,
  #wpmem_reg label.text,
  #wpmem_reg label.textarea {
    float: none;
  }
  #wpmem_reg label.checkbox,
  #wpmem_reg label.select,
  #wpmem_reg label.text,
  #wpmem_reg label.textarea {
    width: 90%;
    padding: 5px 0 0 0;
  }
  #wpmem_reg label.textarea {
    height: 26px;
  }
  #wpmem_login .div_text,
  #wpmem_reg .div_checkbox,
  #wpmem_reg .div_select,
  #wpmem_reg .div_text,
  #wpmem_reg .div_textarea {
    width: 98%;
  }
  #wpmem_msg,
  .wpmem_msg {
    width: 100%;
  }
  #wpmem_login .button_div,
  #wpmem_login .link-text,
  #wpmem_reg .button_div {
    width: 98%;
  }
}
#question_wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
ul#choices {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  padding-left: 0;
}
ul#choices li {
  list-style: none !important;
  margin-left: 0;
}
ul#choices li button {
  width: 100%;
  padding: 0.7em;
  margin-bottom: 3px;
  font-size: 1.25rem;
  border-radius: 10px;
  background: #23282d;
  color: #fff;
}
ul#choices li button:hover {
  background: #0073aa;
}
.yesno_q {
  text-align: center;
  display: block;
  padding: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px #333 solid;
  border-radius: 10px;
}
.yesno_q dt {
  display: block;
  padding: 1rem;
  margin-bottom: 1.5rem !important;
}
.yesno_q dt span {
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  background: #0073aa;
  color: #fff;
  border-radius: 10px;
}
.yesno_q dd {
  padding: 1.5rem !important;
}
@charset "UTF-8";
.tmm .tmm_wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.tmm .clearer {
  clear: both;
}
.tmm .tmm_container {
  display: inline;
}
.tmm .tmm_container:last-child {
  display: block;
  text-align: center !important;
}
.tmm .tmm_container:last-child .tmm_member {
  float: none !important;
}
.tmm .tmm_columns_containers_desktop {
  display: block;
  clear: both;
}
.tmm .tmm_member {
  vertical-align: top;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
  border-top: 5px solid #d3d3d3;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  border-bottom: 5px solid #f5f5f5;
  background: #fff;
  box-sizing: border-box;
}
.tmm .tmm_1_columns .tmm_member {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 140px;
  margin-bottom: 25px;
}
.tmm .tmm_2_columns .tmm_member {
  width: 42%;
  margin-right: 4%;
  margin-left: 4%;
  margin-top: 120px;
  margin-bottom: 25px;
}
.tmm .tmm_3_columns .tmm_member {
  width: 29%;
  margin-right: 2.16%;
  margin-left: 2.16%;
  margin-top: 100px;
  margin-bottom: 25px;
}
.tmm .tmm_4_columns .tmm_member {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 80px;
  margin-bottom: 20px;
}
.tmm .tmm_5_columns .tmm_member {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 50px;
  margin-bottom: 35px;
}
.tmm .tmm_three_entries {
  clear: both;
}
.tmm .tmm_member .tmm_photo {
  margin-left: auto;
  margin-right: auto;
  background-size: cover !important;
  background-position: center center !important;
  width: 60%;
  padding-bottom: 60%;
  border: none;
  -webkit-box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 34% !important;
  margin-top: -30%;
  border: 6px solid #eee;
}
.tmm_1_columns .tmm_member .tmm_photo {
  width: 35%;
  padding-bottom: 35%;
  margin-top: -18%;
}
.tmm_2_columns .tmm_member .tmm_photo {
  width: 50%;
  padding-bottom: 50%;
  margin-top: -25%;
}
.tmm .tmm_member .tmm_textblock .tmm_scblock {
  padding-top: 10px;
}
.tmm .tmm_member .tmm_textblock {
  padding: 10px 12px;
}
.tmm .tmm_member .tmm_textblock .tmm_sociallink {
  clear: both;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 0 0;
}
.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
  display: inline-block;
  border: none;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 0;
  margin: 10px 4px;
}
.tmm .tmm_5_columns .tmm_member .tmm_textblock .tmm_sociallink img {
  width: 19px;
  height: 19px;
  margin: 6px 2px;
}
.tmm .tmm_4_columns .tmm_member .tmm_textblock .tmm_sociallink img {
  width: 21px;
  height: 21px;
  margin: 6px 3px;
}
.tmm .tmm_member .tmm_textblock .tmm_sociallink img:hover {
  opacity: 0.8;
}
.tmm .tmm_fname {
  display: inline;
}
.tmm .tmm_lname {
  display: inline;
}
.tmm .tmm_names span,
.tmm .tmm_names span.tmm_fname,
.tmm .tmm_names span.tmm_lname,
.tmm .tmm_names {
  color: #222;
}
.tmm .tmm_desc,
.tmm .tmm_desc span,
.tmm .tmm_desc p {
  color: #555;
  word-break: break-word;
}
.tmm .tmm_job,
.tmm .tmm_job p {
  color: #888;
}
.tmm .tmm_plugin_f .tmm_names {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.tmm .tmm_plugin_f .tmm_job {
  font-size: 16px;
  font-weight: 400;
}
.tmm .tmm_plugin_f .tmm_desc {
  padding: 0;
  margin-top: 19px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.tmm .tmm_theme_f .tmm_names {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 10px;
}
.tmm .tmm_theme_f .tmm_job {
  font-size: 1em;
  font-weight: 400;
}
.tmm .tmm_theme_f .tmm_desc {
  font-size: 0.9em;
  line-height: 165%;
  padding: 0;
  font-weight: 400;
  margin-top: 19px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 64.063em) {
  .tmm .tmm_columns_containers_desktop {
    display: none;
    clear: none;
  }
  .tmm_two_containers_tablet {
    display: block;
    clear: both;
  }
  .tmm .tmm_member,
  .tmm .tmm_2_columns .tmm_member,
  .tmm .tmm_3_columns .tmm_member,
  .tmm .tmm_4_columns .tmm_member,
  .tmm .tmm_5_columns .tmm_member {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 80px;
    margin-bottom: 25px;
  }
  .tmm .tmm_1_columns .tmm_member {
    margin-top: 100px;
    margin-bottom: 15px;
  }
  .tmm .tmm_member .tmm_photo,
  .tmm .tmm_2_columns .tmm_member .tmm_photo,
  .tmm .tmm_3_columns .tmm_member .tmm_photo,
  .tmm .tmm_4_columns .tmm_member .tmm_photo,
  .tmm .tmm_5_columns .tmm_member .tmm_photo {
    width: 50%;
    padding-bottom: 50%;
    margin-top: -25%;
  }
}
@media only screen and (max-width: 40em) {
  .tmm .tmm_columns_containers_desktop {
    display: none;
    clear: none;
  }
  .tmm .tmm_member,
  .tmm .tmm_1_columns .tmm_member,
  .tmm .tmm_2_columns .tmm_member,
  .tmm .tmm_3_columns .tmm_member,
  .tmm .tmm_4_columns .tmm_member,
  .tmm .tmm_5_columns .tmm_member {
    width: 96%;
    margin: 0 2%;
    margin-top: 110px;
    margin-bottom: 25px;
  }
  .tmm .tmm_member .tmm_photo,
  .tmm .tmm_1_columns .tmm_member .tmm_photo,
  .tmm .tmm_2_columns .tmm_member .tmm_photo,
  .tmm .tmm_3_columns .tmm_member .tmm_photo,
  .tmm .tmm_4_columns .tmm_member .tmm_photo,
  .tmm .tmm_5_columns .tmm_member .tmm_photo {
    width: 45%;
    padding-bottom: 45%;
    margin-top: -24%;
  }
  .tmm .tmm_plugin_f .tmm_desc {
    padding: 0 10px;
    font-size: 16px;
    line-height: 27px;
  }
}
.tmm_plugin_f,
.tmm_plugin_f .tmm_names span,
.tmm_plugin_f .tmm_job,
.tmm_plugin_f .tmm_desc,
.tmm_plugin_f .tmm_desc a,
.tmm_plugin_f .tmm_desc span,
.tmm_plugin_f .tmm_desc p,
.tmm_plugin_f .tmm_desc h1,
.tmm_plugin_f .tmm_desc h2,
.tmm_plugin_f .tmm_desc h3,
.tmm_plugin_f .tmm_desc h4,
.tmm_plugin_f .tmm_desc h5,
.tmm_plugin_f .tmm_desc h6,
.tmm_plugin_f .tmm_desc ul li,
.tmm_plugin_f .tmm_desc ol li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.wp-block-gallery.is-cropped .blocks-gallery-item picture {
  height: 100%;
  width: 100%;
}
.su-table-ssw table {
  border: none !important;
}
.su-table-ssw table td {
  border: none !important;
}
.su-table-ssw table {
  border: none !important;
}
.su-service {
  position: relative;
  margin: 0 0 0.8em;
}
.su-column-service-2 .su-service-content {
  line-height: 1.8;
}
.su-note {
  margin: 0 0 1.5em;
  border: none;
}
.su-note-inner {
  padding: 1em;
  border: none;
}
.su-button-style-default {
  border: none;
}
.su-button-style-default:hover {
  opacity: 0.7;
}
.su-button-style-default span {
  border: none;
  padding: 10px 0 14px !important;
}
.su-list ul li {
  margin: 0 0 1.2em !important;
}


.entry-header {
	border: 0;
}

@media (max-width: 575.98px) {
	.entry-body {
		font-size: 16px;
	}

	h1.entry-title {
		font-size: 25px;
	}
}


.entry-meta_items_term {
	margin-left: auto;
}

.entry-meta_items_term_button {
	padding: 0;
	background: none;
	border: 0;
	font-weight: bold;
}

.entry-meta_items_term_button {
	color: #FFA726 !important;
}


.entry-meta_items_term_button:hover {
	color: #26A69A;
	border: 0;
}

span.entry-meta-tag {
	font-size: 12px;
	margin-left: .8em;
}


span.entry-meta-tag a {
	color: #555;
	text-decoration: none;
	margin-right: 8px;
}

.entry-meta {
    position: relative;
}

.entry-meta .entry-meta-tag {
    display: block;
    margin: 10px 0 0;
}

.entry-meta .entry-meta_items_term {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.tag:hover a:hover{
    color: #24bd9a !important;
}


@media (min-width: 1200px) {
	.container {
    /*
		width: 1800px !important;
		max-width: 100% !important;
    */
   /* max-width: 100% !important;*/
	}
}

@media (min-width: 992px) {
	.mainSection-col-two {
		/*width: 72.66667% !important;*/
    /*max-width: 100% !important;*/
		float: left !important;
	}

	.sideSection-col-two {
		width: calc(100% - 72.66667% - 3rem) !important;
		float: right;
	}
}