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;
}
@charset "UTF-8";
.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-stretch {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 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;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 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-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 {
  box-sizing: border-box;
}
.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;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 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 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}
.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}
.wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}
.wp-lightbox-overlay.hideanimationenabled:not(.active) {
  animation: turn-off-visibility 0.35s both;
}
.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}
@media (prefers-reduced-motion: no-preference) {
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active)
    .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active)
    .lightbox-image-container
    img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(
        calc(-50vw + var(--wp--lightbox-initial-left-position)),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(-50vw + var(--wp--lightbox-initial-left-position)),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}
:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
      )
  ) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 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);
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__submenu-container {
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(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 :where(.wp-block-navigation-item a) {
  color: inherit;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem)
    clamp(1rem, var(--wp--style--root--padding-right), 20rem)
    clamp(1rem, var(--wp--style--root--padding-bottom), 20rem)
    clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: 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;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__responsive-container.is-menu-open {
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: 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;
}
.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;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: 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-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  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-post-template-is-layout-constrained > li > .alignright,
.wp-block-post-template-is-layout-flow > li > .alignright {
  -webkit-margin-start: 2em;
  -webkit-margin-end: 0;
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.wp-block-post-template-is-layout-constrained > li > .alignleft,
.wp-block-post-template-is-layout-flow > li > .alignleft {
  -webkit-margin-start: 0;
  -webkit-margin-end: 2em;
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}
.wp-block-post-template-is-layout-constrained > li > .aligncenter,
.wp-block-post-template-is-layout-flow > li > .aligncenter {
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: 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 {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  -webkit-margin-end: auto;
  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 {
  flex-shrink: 0;
  margin-left: 0;
  max-width: calc(100% - 100px);
}
: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;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.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-threads,
.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-x {
  background-color: #000;
  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-threads,
.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-x {
  color: #000;
}
.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 {
  vertical-align: middle;
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video 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;
  }
}
/*! 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--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-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-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-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;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner:before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner:before {
    animation-name: blink;
    animation-duration: 2s;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}
.wpcf7-reflection > output[hidden] {
  display: none;
}
:root {
  --woocommerce: #7f54b3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7f54b3;
  --wc-primary-text: #fff;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: #fff;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
  clear: both;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
  clear: both;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
}
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
  content: " ";
  display: table;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right;
}
.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: 80px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
  content: " ";
  display: table;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.woocommerce form .password-input input[type="password"],
.woocommerce-page form .password-input input[type="password"] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
}
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}
@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}
@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}
#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}
@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}
@charset "UTF-8";
:root {
  --woocommerce: #7f54b3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7f54b3;
  --wc-primary-text: #fff;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: #fff;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);
  src: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix)
      format("embedded-opentype"),
    url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff)
      format("woff"),
    url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf)
      format("truetype"),
    url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
  src: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix)
      format("embedded-opentype"),
    url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff)
      format("woff"),
    url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf)
      format("truetype"),
    url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #7f54b3;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.admin-bar p.demo_store {
  top: 32px;
}
.clear {
  clear: both;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg)
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg)
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper
  .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: left;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: left;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #cfc8d8;
  background-color: #e9e6ed;
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6a6a6a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #cfc8d8;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #e9e6ed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #e9e6ed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #cfc8d8;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce
  div.product
  form.cart
  .group_table
  td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce
  div.product
  form.cart
  .group_table
  .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #b3af54;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  content: " ";
  display: table;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #cfc8d8;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #cfc8d8;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.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: #e9e6ed;
  color: #816e99;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #e9e6ed;
  border: 1px solid #e1dde7;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating:before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a:before {
  content: "\e021";
}
.woocommerce p.stars:hover a:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table td del {
  font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce
  table.woocommerce-MyAccount-downloads
  td
  .woocommerce-MyAccount-downloads-file:before,
.woocommerce
  table.woocommerce-MyAccount-downloads
  th
  .woocommerce-MyAccount-downloads-file:before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #e9e6ed;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0;
  border-style: solid;
  border-color: #1e85be transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
  content: " ";
  display: table;
}
.woocommerce ul.order_details:after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #cfc8d8;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item:after,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item:before {
  content: " ";
  display: table;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item:after {
  clear: both;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  a,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  span {
  padding: 1px 0;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item--chosen
  a:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #7f54b3;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #7f54b3;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #35224c;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li:after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #e9e6ed;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover {
  background-color: #dcd7e3;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: #7f54b3;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background-color: #7249a4;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled[disabled]:hover {
  background-color: #7f54b3;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #e9e6ed;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  font-size: 0.92em;
  color: #767676;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb
  a {
  color: #767676;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: #b3af54;
  font-size: 1.25em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #b3af54;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  .out-of-stock {
  color: red;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #b3af54;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  #reviews
  #comments
  ol.commentlist
  li
  .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block !important;
}
.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
  content: " ";
  display: table;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
  clear: both;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message:before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info:before {
  color: #1e85be;
}
.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error:before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce:after {
  clear: both;
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title:after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}
#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 {
  float: left;
  box-sizing: border-box;
  border: 1px solid #cfc8d8;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}
#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}
#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
  clear: both;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0;
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #b3af54;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e9e6ed;
}
#add_payment_method
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-checkout
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination {
  margin-bottom: 0;
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}
#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400;
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #e9e6ed;
  border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #cfc8d8;
  margin: 0;
  list-style: none outside;
}
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}
#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
  clear: both;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after,
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):before,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):before {
  content: " ";
  display: table;
}
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after {
  clear: both;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dcd7e3;
  color: #515151;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c2b9ce;
  border-top-color: #b5aac3;
}
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #b5aac3;
}
#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #b5aac3;
}
#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #b5aac3;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label {
  cursor: pointer;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover {
  background-image: url(//3theme.com/tf008/theau/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg);
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: 400;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dcd7e3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}
.woocommerce form .form-row .required {
  visibility: visible;
}
@charset "utf-8";
@font-face {
  font-family: "pt-icons";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/pt-icons.woff)
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Chromate-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Chromate-Regular.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "breeserif-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/breeserif-700-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/breeserif-700-webfont.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato-italic-Local";
  font-style: italic;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/lato-v17-latin-italic.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/lato-v17-latin-italic.woff)
      format("woff");
}
@font-face {
  font-family: "Lato-italic-Local";
  font-style: italic;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/lato-v17-latin-700italic.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/lato-v17-latin-700italic.woff)
      format("woff");
}
@font-face {
  font-family: "questrial-Local";
  font-style: normal;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/questrial-400.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "questrial-Local";
  font-style: normal;
  font-weight: 500;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/questrial-500.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "questrial-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/questrial-700.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Alpino-Local";
  font-style: normal;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/alpino-regular-webfont.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Alpino-Local";
  font-style: normal;
  font-weight: 500;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/alpino-medium-webfont.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Alpino-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Alpino-Bold.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Alpino-Local";
  font-style: normal;
  font-weight: 800;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Alpino-Black.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "switzer-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-bold-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-bold-webfont.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "switzer-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-medium-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-medium-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "switzer-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-regular-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-regular-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "switzer-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-semibold-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/switzer-semibold-webfont.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FjallaOne-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/fjallaone-regular-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/fjallaone-regular-webfont.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Yanone-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-700-v6-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-700-v6-webfont.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Yanone-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-400-v4-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-400-v4-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Yanone-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-500-v4-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-500-v4-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Yanone-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-600-v4-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/yanonekaffeesatz-600-v4-webfont.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "bellotatext-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-400-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-400-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "bellotatext-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-500-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-500-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "bellotatext-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-600-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-600-webfont.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "bellotatext-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-700-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/bellotatext-700-webfont.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSans-Local";
  font-style: normal;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-expanded-v5-latin-regular.woff)
    format("woff");
}
@font-face {
  font-family: "EncodeSans-Local";
  font-style: normal;
  font-weight: 500;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-expanded-v5-latin-500.woff)
    format("woff");
}
@font-face {
  font-family: "EncodeSans-Local";
  font-style: normal;
  font-weight: 600;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-expanded-v5-latin-600.woff)
    format("woff");
}
@font-face {
  font-family: "EncodeSans-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-expanded-v5-latin-700.woff)
    format("woff");
}
@font-face {
  font-family: "EncodeSans-Local";
  font-style: normal;
  font-weight: 800;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-expanded-v5-latin-800.woff)
    format("woff");
}
@font-face {
  font-family: "Encode-semi-expanded-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-400.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-400.woff)
      format("woff");
  font-weight: 400;
  font-style: 400;
}
@font-face {
  font-family: "Encode-semi-expanded-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-600.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-600.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Encode-semi-expanded-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-700.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-700.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Encode-semi-expanded-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-500.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/encode-sans-semi-expanded-v5-latin-500.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Route159-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Route159-Bold.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Route159-Local";
  font-style: normal;
  font-weight: 600;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Route159-SemiBold.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Route159-Local";
  font-style: normal;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Route159-Regular.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Aventine-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Aventine.woff)
    format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vainilla-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Vainilla-Regular.woff)
    format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mplus-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Mplus1p-Regular.woff)
      format("woff");
}
@font-face {
  font-family: "Mplus-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Mplus1p-Medium.woff)
      format("woff");
}
@font-face {
  font-family: "Mplus-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Mplus1p-Bold.woff)
      format("woff");
}
@font-face {
  font-family: "Mplus-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Mplus1p-ExtraBold.woff)
      format("woff");
}
@font-face {
  font-family: "Mplus-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Mplus1p-Black.woff)
      format("woff");
}
@font-face {
  font-family: "Josefin-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/josefin-sans-v15-latin-regular.woff)
      format("woff");
}
@font-face {
  font-family: "Josefin-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/josefin-sans-v15-latin-500.woff)
      format("woff");
}
@font-face {
  font-family: "Josefin-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/josefin-sans-v15-latin-600.woff)
      format("woff");
}
@font-face {
  font-family: "Josefin-Local";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(""),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/josefin-sans-v15-latin-700.woff)
      format("woff");
}
@font-face {
  font-family: "Arvin-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/arvin-v3-400-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/arvin-v3-400-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arvin-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/arvin-v3-500-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/arvin-v3-500-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arvin-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/arvin-v4-700-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/arvin-v4-700-webfont.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlegreyaSans-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/AlegreyaSans-Regular.woff)
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlegreyaSans-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/AlegreyaSans-Medium.woff)
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlegreyaSans-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/AlegreyaSans-ExtraBold.woff)
    format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlegreyaSans-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/AlegreyaSans-Bold.woff)
    format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nivea-Local";
  font-style: normal;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/NiveaLightOT.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nivea-Local";
  font-style: normal;
  font-weight: 500;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/NiveaBookOT.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nivea-Local";
  font-style: normal;
  font-weight: 600;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Nivea-Regular.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nivea-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/Nivea-Bold.woff)
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "built-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/built_titling_sb-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/built_titling_sb-webfont.woff)
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LeagueGothic-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/LeagueGothic.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/LeagueGothic.woff)
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_black-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_black-webfont.woff)
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_bold-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_bold-webfont.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_extrabold-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_extrabold-webfont.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_medium-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_medium-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_regular-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_regular-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_light-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_light-webfont.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler-Local";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_ultra_light-webfont.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/butler_ultra_light-webfont.woff)
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Local";
  font-style: normal;
  font-weight: 300;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-300.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-300.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Local";
  font-style: normal;
  font-weight: 400;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-regular.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-regular.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Local";
  font-style: normal;
  font-weight: 500;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-500.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-500.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Local";
  font-style: normal;
  font-weight: 600;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-600.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-600.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Local";
  font-style: normal;
  font-weight: 700;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-700.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-700.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Local";
  font-style: normal;
  font-weight: 800;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-800.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/montserrat-v12-latin-800.woff)
      format("woff");
  font-display: swap;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fontawesome-webfont.woff2?v=4.7.0)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fontawesome-webfont.woff?v=4.7.0)
      format("woff"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fontawesome-webfont.ttf?v=4.7.0)
      format("truetype"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.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(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;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Font Awesome Free 6.0.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.
 */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fa-brands-400.woff2)
      format("woff2"),
    url(//3theme.com/tf008/theau/wp-content/themes/theau/css/font-awesome/../fonts/fa-brands-400.ttf)
      format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-audible:before {
  content: "\f373";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bots:before {
  content: "\e340";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-figma:before {
  content: "\f799";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-less:before {
  content: "\f41d";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sith:before {
  content: "\f512";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square-font-awesome:before {
  content: "\f425";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
@font-face {
  font-family: LineIcons;
  src: url(//3theme.com/tf008/theau/wp-content/themes/theau/css/fonts/LineIcons.woff?y2l643)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*=" lni-"],
[class^="lni-"] {
  font-family: LineIcons !important;
  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;
}
.lni-add-file:before {
  content: "\e900";
}
.lni-empty-file:before {
  content: "\e916";
}
.lni-remove-file:before {
  content: "\e917";
}
.lni-files:before {
  content: "\ea6f";
}
.lni-display-alt:before {
  content: "\e901";
}
.lni-laptop-phone:before {
  content: "\e902";
}
.lni-laptop:before {
  content: "\e936";
}
.lni-mobile:before {
  content: "\e907";
}
.lni-tab:before {
  content: "\e922";
}
.lni-timer:before {
  content: "\e903";
}
.lni-headphone:before {
  content: "\e904";
}
.lni-rocket:before {
  content: "\e905";
}
.lni-package:before {
  content: "\e906";
}
.lni-popup:before {
  content: "\e909";
}
.lni-scroll-down:before {
  content: "\e90a";
}
.lni-pagination:before {
  content: "\e90b";
}
.lni-unlock:before {
  content: "\e90c";
}
.lni-lock:before {
  content: "\e946";
}
.lni-reload:before {
  content: "\e90d";
}
.lni-map-marker:before {
  content: "\e91e";
}
.lni-map:before {
  content: "\e90e";
}
.lni-game:before {
  content: "\e90f";
}
.lni-search:before {
  content: "\e910";
}
.lni-alarm:before {
  content: "\e911";
}
.lni-code:before {
  content: "\e91c";
}
.lni-website:before {
  content: "\e908";
}
.lni-code-alt:before {
  content: "\e912";
}
.lni-display:before {
  content: "\e913";
}
.lni-shortcode:before {
  content: "\e919";
}
.lni-headphone-alt:before {
  content: "\e915";
}
.lni-alarm-clock:before {
  content: "\e918";
}
.lni-bookmark-alt:before {
  content: "\e91a";
}
.lni-bookmark:before {
  content: "\e91b";
}
.lni-layout:before {
  content: "\e937";
}
.lni-keyboard:before {
  content: "\e91d";
}
.lni-grid-alt:before {
  content: "\e91f";
}
.lni-grid:before {
  content: "\e920";
}
.lni-mic:before {
  content: "\e921";
}
.lni-signal:before {
  content: "\e923";
}
.lni-download:before {
  content: "\e925";
}
.lni-upload:before {
  content: "\e926";
}
.lni-zip:before {
  content: "\e927";
}
.lni-rss-feed:before {
  content: "\e928";
}
.lni-warning:before {
  content: "\e929";
}
.lni-cloud-sync:before {
  content: "\e92a";
}
.lni-cloud-upload:before {
  content: "\e92b";
}
.lni-cloud-check:before {
  content: "\e92c";
}
.lni-cloud-download:before {
  content: "\e914";
}
.lni-cog:before {
  content: "\e92d";
}
.lni-dashboard:before {
  content: "\e92e";
}
.lni-folder:before {
  content: "\eaa0";
}
.lni-database:before {
  content: "\e92f";
}
.lni-harddrive:before {
  content: "\eaab";
}
.lni-control-panel:before {
  content: "\e930";
}
.lni-plug:before {
  content: "\e931";
}
.lni-menu:before {
  content: "\eab8";
}
.lni-power-switch:before {
  content: "\e932";
}
.lni-printer:before {
  content: "\e933";
}
.lni-save:before {
  content: "\eab9";
}
.lni-layers:before {
  content: "\e934";
}
.lni-link:before {
  content: "\e935";
}
.lni-share:before {
  content: "\eaba";
}
.lni-inbox:before {
  content: "\eabb";
}
.lni-unlink:before {
  content: "\e924";
}
.lni-microphone:before {
  content: "\e938";
}
.lni-magnet:before {
  content: "\e939";
}
.lni-mouse:before {
  content: "\e93a";
}
.lni-share-alt:before {
  content: "\e93b";
}
.lni-bluetooth:before {
  content: "\e93c";
}
.lni-crop:before {
  content: "\e93d";
}
.lni-cut:before {
  content: "\e93f";
}
.lni-protection:before {
  content: "\e940";
}
.lni-shield:before {
  content: "\eabc";
}
.lni-bolt-alt:before {
  content: "\e941";
}
.lni-bolt:before {
  content: "\e942";
}
.lni-infinite:before {
  content: "\e943";
}
.lni-hand:before {
  content: "\e944";
}
.lni-flag:before {
  content: "\e945";
}
.lni-zoom-out:before {
  content: "\e947";
}
.lni-zoom-in:before {
  content: "\e948";
}
.lni-pin-alt:before {
  content: "\e949";
}
.lni-pin:before {
  content: "\e9ba";
}
.lni-more-alt:before {
  content: "\e94a";
}
.lni-more:before {
  content: "\e958";
}
.lni-check-box:before {
  content: "\e94b";
}
.lni-check-mark-circle:before {
  content: "\e94c";
}
.lni-cross-circle:before {
  content: "\e94d";
}
.lni-circle-minus:before {
  content: "\e94e";
}
.lni-close:before {
  content: "\e951";
}
.lni-star-filled:before {
  content: "\e94f";
}
.lni-star:before {
  content: "\e950";
}
.lni-star-empty:before {
  content: "\e952";
}
.lni-star-half:before {
  content: "\e953";
}
.lni-question-circle:before {
  content: "\e954";
}
.lni-thumbs-down:before {
  content: "\e955";
}
.lni-thumbs-up:before {
  content: "\e956";
}
.lni-minus:before {
  content: "\e957";
}
.lni-plus:before {
  content: "\e959";
}
.lni-ban:before {
  content: "\e95a";
}
.lni-hourglass:before {
  content: "\eabd";
}
.lni-trash:before {
  content: "\e95b";
}
.lni-key:before {
  content: "\e95c";
}
.lni-pulse:before {
  content: "\e95d";
}
.lni-heart:before {
  content: "\e95e";
}
.lni-heart-filled:before {
  content: "\e93e";
}
.lni-help:before {
  content: "\e95f";
}
.lni-paint-roller:before {
  content: "\e960";
}
.lni-ux:before {
  content: "\e961";
}
.lni-radio-button:before {
  content: "\e962";
}
.lni-brush-alt:before {
  content: "\e963";
}
.lni-select:before {
  content: "\eabe";
}
.lni-slice:before {
  content: "\e964";
}
.lni-move:before {
  content: "\e965";
}
.lni-wheelchair:before {
  content: "\e966";
}
.lni-vector:before {
  content: "\e967";
}
.lni-ruler-pencil:before {
  content: "\e968";
}
.lni-ruler:before {
  content: "\e969";
}
.lni-brush:before {
  content: "\e96a";
}
.lni-eraser:before {
  content: "\e96b";
}
.lni-ruler-alt:before {
  content: "\e96c";
}
.lni-color-pallet:before {
  content: "\e96d";
}
.lni-paint-bucket:before {
  content: "\e96e";
}
.lni-bulb:before {
  content: "\e96f";
}
.lni-highlight-alt:before {
  content: "\e970";
}
.lni-highlight:before {
  content: "\e971";
}
.lni-handshake:before {
  content: "\e972";
}
.lni-briefcase:before {
  content: "\eabf";
}
.lni-funnel:before {
  content: "\eac0";
}
.lni-world:before {
  content: "\e973";
}
.lni-calculator:before {
  content: "\e974";
}
.lni-target-revenue:before {
  content: "\e975";
}
.lni-revenue:before {
  content: "\e976";
}
.lni-invention:before {
  content: "\e977";
}
.lni-network:before {
  content: "\e978";
}
.lni-credit-cards:before {
  content: "\e979";
}
.lni-pie-chart:before {
  content: "\e97a";
}
.lni-archive:before {
  content: "\e97b";
}
.lni-magnifier:before {
  content: "\e97c";
}
.lni-agenda:before {
  content: "\e97d";
}
.lni-tag:before {
  content: "\e97f";
}
.lni-target:before {
  content: "\e980";
}
.lni-stamp:before {
  content: "\e981";
}
.lni-clipboard:before {
  content: "\e982";
}
.lni-licencse:before {
  content: "\e983";
}
.lni-paperclip:before {
  content: "\e984";
}
.lni-stats-up:before {
  content: "\e97e";
}
.lni-stats-down:before {
  content: "\e985";
}
.lni-bar-chart:before {
  content: "\e986";
}
.lni-bullhorn:before {
  content: "\e987";
}
.lni-calendar:before {
  content: "\e988";
}
.lni-quotation:before {
  content: "\e989";
}
.lni-bus:before {
  content: "\e98a";
}
.lni-car-alt:before {
  content: "\e98b";
}
.lni-car:before {
  content: "\e98c";
}
.lni-train:before {
  content: "\e9a0";
}
.lni-train-alt:before {
  content: "\e991";
}
.lni-helicopter:before {
  content: "\e990";
}
.lni-ship:before {
  content: "\e992";
}
.lni-bridge:before {
  content: "\e993";
}
.lni-scooter:before {
  content: "\e98f";
}
.lni-plane:before {
  content: "\e994";
}
.lni-bi-cycle:before {
  content: "\e996";
}
.lni-postcard:before {
  content: "\e98d";
}
.lni-road:before {
  content: "\e98e";
}
.lni-envelope:before {
  content: "\e997";
}
.lni-reply:before {
  content: "\e998";
}
.lni-bubble:before {
  content: "\e995";
}
.lni-support:before {
  content: "\e999";
}
.lni-comment-reply:before {
  content: "\e99a";
}
.lni-pointer:before {
  content: "\e99b";
}
.lni-phone:before {
  content: "\e99c";
}
.lni-phone-handset:before {
  content: "\eac1";
}
.lni-comment-alt:before {
  content: "\e99e";
}
.lni-comment:before {
  content: "\e99f";
}
.lni-coffee-cup:before {
  content: "\e9a1";
}
.lni-home:before {
  content: "\e9a2";
}
.lni-gift:before {
  content: "\eac2";
}
.lni-thought:before {
  content: "\e9a3";
}
.lni-eye:before {
  content: "\eac3";
}
.lni-user:before {
  content: "\e9a4";
}
.lni-users:before {
  content: "\e9a5";
}
.lni-wallet:before {
  content: "\e9a6";
}
.lni-tshirt:before {
  content: "\e9a7";
}
.lni-medall-alt:before {
  content: "\e9a8";
}
.lni-medall:before {
  content: "\e9a9";
}
.lni-notepad:before {
  content: "\e9aa";
}
.lni-crown:before {
  content: "\e9ab";
}
.lni-ticket:before {
  content: "\e9ac";
}
.lni-ticket-alt:before {
  content: "\e9ad";
}
.lni-certificate:before {
  content: "\e9ae";
}
.lni-cup:before {
  content: "\e9af";
}
.lni-library:before {
  content: "\e9b0";
}
.lni-school-bench-alt:before {
  content: "\e9b1";
}
.lni-school-bench:before {
  content: "\e9b4";
}
.lni-microscope:before {
  content: "\e9b2";
}
.lni-school-compass:before {
  content: "\e9b3";
}
.lni-information:before {
  content: "\e9b5";
}
.lni-graduation:before {
  content: "\e9b6";
}
.lni-write:before {
  content: "\e9b7";
}
.lni-pencil-alt:before {
  content: "\e9b8";
}
.lni-pencil:before {
  content: "\e9b9";
}
.lni-blackboard:before {
  content: "\e9bb";
}
.lni-book:before {
  content: "\e9bc";
}
.lni-shuffle:before {
  content: "\e9bd";
}
.lni-gallery:before {
  content: "\eac4";
}
.lni-image:before {
  content: "\eac5";
}
.lni-volume-mute:before {
  content: "\e9be";
}
.lni-backward:before {
  content: "\e9bf";
}
.lni-forward:before {
  content: "\e9c0";
}
.lni-stop:before {
  content: "\e9c1";
}
.lni-play:before {
  content: "\e9c2";
}
.lni-pause:before {
  content: "\e9c3";
}
.lni-music:before {
  content: "\e9c4";
}
.lni-frame-expand:before {
  content: "\e9c5";
}
.lni-full-screen:before {
  content: "\eac6";
}
.lni-video:before {
  content: "\e9c6";
}
.lni-volume-high:before {
  content: "\e9c7";
}
.lni-volume-low:before {
  content: "\e9c8";
}
.lni-volume-medium:before {
  content: "\e9c9";
}
.lni-volume:before {
  content: "\e9ca";
}
.lni-camera:before {
  content: "\e9cb";
}
.lni-invest-monitor:before {
  content: "\e9cc";
}
.lni-grow:before {
  content: "\e9cd";
}
.lni-money-location:before {
  content: "\e9ce";
}
.lni-cloudnetwork:before {
  content: "\e9cf";
}
.lni-diamond:before {
  content: "\e9d0";
}
.lni-customer:before {
  content: "\e9d1";
}
.lni-domain:before {
  content: "\e9d2";
}
.lni-target-audience:before {
  content: "\e9d3";
}
.lni-seo:before {
  content: "\e9d4";
}
.lni-keyword-research:before {
  content: "\e9d5";
}
.lni-seo-monitoring:before {
  content: "\e9d6";
}
.lni-seo-consulting:before {
  content: "\e9d7";
}
.lni-money-protection:before {
  content: "\e9d8";
}
.lni-offer:before {
  content: "\e9d9";
}
.lni-delivery:before {
  content: "\e9da";
}
.lni-investment:before {
  content: "\e9db";
}
.lni-shopping-basket:before {
  content: "\e9dc";
}
.lni-coin:before {
  content: "\e9dd";
}
.lni-cart-full:before {
  content: "\e9de";
}
.lni-cart:before {
  content: "\e9df";
}
.lni-burger:before {
  content: "\e9e0";
}
.lni-restaurant:before {
  content: "\e9e1";
}
.lni-service:before {
  content: "\e9e2";
}
.lni-chef-hat:before {
  content: "\e9e3";
}
.lni-cake:before {
  content: "\e9e4";
}
.lni-pizza:before {
  content: "\e9e5";
}
.lni-teabag:before {
  content: "\e9e6";
}
.lni-dinner:before {
  content: "\e9e7";
}
.lni-taxi:before {
  content: "\e9e8";
}
.lni-caravan:before {
  content: "\e9e9";
}
.lni-pyramids:before {
  content: "\e9ea";
}
.lni-surfboard:before {
  content: "\e9eb";
}
.lni-travel:before {
  content: "\e9ec";
}
.lni-island:before {
  content: "\e9ed";
}
.lni-mashroom:before {
  content: "\e9ee";
}
.lni-sprout:before {
  content: "\e9ef";
}
.lni-tree:before {
  content: "\e9f0";
}
.lni-trees:before {
  content: "\e9f1";
}
.lni-flower:before {
  content: "\e9f2";
}
.lni-bug:before {
  content: "\e9f3";
}
.lni-leaf:before {
  content: "\e9f4";
}
.lni-fresh-juice:before {
  content: "\e9f5";
}
.lni-heart-monitor:before {
  content: "\e9f6";
}
.lni-dumbbell:before {
  content: "\e9f7";
}
.lni-skipping-rope:before {
  content: "\e9f8";
}
.lni-slim:before {
  content: "\e9f9";
}
.lni-weight:before {
  content: "\e9fa";
}
.lni-basketball:before {
  content: "\e9fb";
}
.lni-first-aid:before {
  content: "\e9fc";
}
.lni-ambulance:before {
  content: "\e9fd";
}
.lni-hospital:before {
  content: "\e9fe";
}
.lni-syringe:before {
  content: "\e9ff";
}
.lni-capsule:before {
  content: "\ea00";
}
.lni-stethoscope:before {
  content: "\ea01";
}
.lni-wheelbarrow:before {
  content: "\ea02";
}
.lni-shovel:before {
  content: "\ea03";
}
.lni-construction-hammer:before {
  content: "\ea04";
}
.lni-brick:before {
  content: "\ea05";
}
.lni-hammer:before {
  content: "\eac7";
}
.lni-helmet:before {
  content: "\ea06";
}
.lni-trowel:before {
  content: "\ea07";
}
.lni-construction:before {
  content: "\ea08";
}
.lni-apartment:before {
  content: "\ea09";
}
.lni-juice:before {
  content: "\ea0a";
}
.lni-spray:before {
  content: "\ea0b";
}
.lni-candy-cane:before {
  content: "\ea0c";
}
.lni-candy:before {
  content: "\ea0d";
}
.lni-fireworks:before {
  content: "\ea0e";
}
.lni-flags:before {
  content: "\ea0f";
}
.lni-baloon:before {
  content: "\ea10";
}
.lni-cloud:before {
  content: "\ea11";
}
.lni-night:before {
  content: "\ea12";
}
.lni-cloudy-sun:before {
  content: "\ea13";
}
.lni-rain:before {
  content: "\ea14";
}
.lni-thunder:before {
  content: "\ea15";
}
.lni-drop:before {
  content: "\ea16";
}
.lni-thunder-alt:before {
  content: "\ea18";
}
.lni-sun:before {
  content: "\ea17";
}
.lni-spell-check:before {
  content: "\ea1a";
}
.lni-text-format:before {
  content: "\ea1b";
}
.lni-text-format-remove:before {
  content: "\ea1c";
}
.lni-italic:before {
  content: "\ea1d";
}
.lni-line-dotted:before {
  content: "\ea1e";
}
.lni-text-align-center:before {
  content: "\ea19";
}
.lni-text-align-left:before {
  content: "\ea20";
}
.lni-text-align-right:before {
  content: "\ea21";
}
.lni-text-align-justify:before {
  content: "\ea22";
}
.lni-bold:before {
  content: "\ea23";
}
.lni-page-break:before {
  content: "\ea24";
}
.lni-strikethrough:before {
  content: "\ea25";
}
.lni-text-size:before {
  content: "\ea26";
}
.lni-line-dashed:before {
  content: "\ea27";
}
.lni-line-double:before {
  content: "\ea28";
}
.lni-direction-ltr:before {
  content: "\ea29";
}
.lni-direction-rtl:before {
  content: "\ea2a";
}
.lni-list:before {
  content: "\ea2b";
}
.lni-line-spacing:before {
  content: "\ea2f";
}
.lni-sort-alpha-asc:before {
  content: "\ea1f";
}
.lni-sort-amount-asc:before {
  content: "\ea2c";
}
.lni-indent-decrease:before {
  content: "\ea2d";
}
.lni-indent-increase:before {
  content: "\ea2e";
}
.lni-pilcrow:before {
  content: "\ea30";
}
.lni-underline:before {
  content: "\ea31";
}
.lni-dollar:before {
  content: "\ea32";
}
.lni-rupee:before {
  content: "\ea33";
}
.lni-pound:before {
  content: "\ea34";
}
.lni-yen:before {
  content: "\ea35";
}
.lni-euro:before {
  content: "\ea36";
}
.lni-emoji-happy:before {
  content: "\ea37";
}
.lni-emoji-tounge:before {
  content: "\ea38";
}
.lni-emoji-cool:before {
  content: "\ea39";
}
.lni-emoji-friendly:before {
  content: "\ea3a";
}
.lni-emoji-neutral:before {
  content: "\ea3b";
}
.lni-emoji-sad:before {
  content: "\ea3c";
}
.lni-emoji-smile:before {
  content: "\ea3d";
}
.lni-emoji-suspect:before {
  content: "\ea3e";
}
.lni-direction-alt:before {
  content: "\ea3f";
}
.lni-enter:before {
  content: "\ea40";
}
.lni-exit-down:before {
  content: "\ea41";
}
.lni-exit-up:before {
  content: "\ea5f";
}
.lni-exit:before {
  content: "\ea42";
}
.lni-chevron-up:before {
  content: "\ea43";
}
.lni-chevron-left:before {
  content: "\ea44";
}
.lni-chevron-down:before {
  content: "\ea45";
}
.lni-chevron-right:before {
  content: "\ea46";
}
.lni-arrow-down:before {
  content: "\ea47";
}
.lni-arrows-horizontal:before {
  content: "\ea48";
}
.lni-arrows-vertical:before {
  content: "\ea49";
}
.lni-direction:before {
  content: "\ea4a";
}
.lni-arrow-left:before {
  content: "\ea4b";
}
.lni-arrow-right:before {
  content: "\ea4c";
}
.lni-arrow-up:before {
  content: "\ea4d";
}
.lni-arrow-down-circle:before {
  content: "\ea4e";
}
.lni-anchor:before {
  content: "\ea4f";
}
.lni-arrow-left-circle:before {
  content: "\ea50";
}
.lni-arrow-right-circle:before {
  content: "\ea51";
}
.lni-arrow-up-circle:before {
  content: "\ea52";
}
.lni-angle-double-down:before {
  content: "\ea53";
}
.lni-angle-double-left:before {
  content: "\ea54";
}
.lni-angle-double-right:before {
  content: "\ea55";
}
.lni-angle-double-up:before {
  content: "\ea56";
}
.lni-arrow-top-left:before {
  content: "\ea57";
}
.lni-arrow-top-right:before {
  content: "\ea58";
}
.lni-chevron-down-circle:before {
  content: "\ea59";
}
.lni-chevron-left-circle:before {
  content: "\ea5a";
}
.lni-chevron-right-circle:before {
  content: "\ea5b";
}
.lni-chevron-up-circle:before {
  content: "\ea5c";
}
.lni-shift-left:before {
  content: "\ea5d";
}
.lni-shift-right:before {
  content: "\ea5e";
}
.lni-pointer-down:before {
  content: "\ea60";
}
.lni-pointer-right:before {
  content: "\ea62";
}
.lni-pointer-left:before {
  content: "\ea61";
}
.lni-pointer-up:before {
  content: "\ea63";
}
.lni-spinner-arrow:before {
  content: "\ea64";
}
.lni-spinner-solid:before {
  content: "\ea65";
}
.lni-spinner:before {
  content: "\ea66";
}
.lni-google:before {
  content: "\e99d";
}
.lni-producthunt:before {
  content: "\ea68";
}
.lni-paypal:before {
  content: "\eab3";
}
.lni-paypal-original:before {
  content: "\ea6c";
}
.lni-java:before {
  content: "\ea6d";
}
.lni-microsoft:before {
  content: "\ea6b";
}
.lni-windows:before {
  content: "\ea6e";
}
.lni-flickr:before {
  content: "\ea70";
}
.lni-drupal:before {
  content: "\ea9f";
}
.lni-drupal-original:before {
  content: "\ea71";
}
.lni-android:before {
  content: "\eab7";
}
.lni-android-original:before {
  content: "\ea72";
}
.lni-playstore:before {
  content: "\eab4";
}
.lni-git:before {
  content: "\ea9b";
}
.lni-github-original:before {
  content: "\ea73";
}
.lni-github:before {
  content: "\ea9c";
}
.lni-steam:before {
  content: "\ea75";
}
.lni-shopify:before {
  content: "\ea76";
}
.lni-snapchat:before {
  content: "\ea77";
}
.lni-soundcloud:before {
  content: "\eab5";
}
.lni-souncloud-original:before {
  content: "\ea78";
}
.lni-telegram:before {
  content: "\ea79";
}
.lni-twitch:before {
  content: "\ea7a";
}
.lni-vimeo:before {
  content: "\ea7c";
}
.lni-vk:before {
  content: "\ea7d";
}
.lni-wechat:before {
  content: "\ea7e";
}
.lni-whatsapp:before {
  content: "\ea7f";
}
.lni-yahoo:before {
  content: "\ea80";
}
.lni-youtube:before {
  content: "\ea81";
}
.lni-stackoverflow:before {
  content: "\ea82";
}
.lni-slideshare:before {
  content: "\ea84";
}
.lni-slack:before {
  content: "\ea85";
}
.lni-lineicons-alt:before {
  content: "\ea69";
}
.lni-lineicons:before {
  content: "\ea6a";
}
.lni-skype:before {
  content: "\ea86";
}
.lni-pinterest:before {
  content: "\ea87";
}
.lni-reddit:before {
  content: "\ea88";
}
.lni-line:before {
  content: "\ea89";
}
.lni-megento:before {
  content: "\ea8b";
}
.lni-blogger:before {
  content: "\ea8e";
}
.lni-bootstrap:before {
  content: "\ea8f";
}
.lni-dribbble:before {
  content: "\ea90";
}
.lni-dropbox:before {
  content: "\ea98";
}
.lni-dropbox-original:before {
  content: "\ea91";
}
.lni-envato:before {
  content: "\ea92";
}
.lni-500px:before {
  content: "\ea95";
}
.lni-twitter-original:before {
  content: "\ea7b";
}
.lni-twitter:before {
  content: "\ea97";
}
.lni-twitter-filled:before {
  content: "\eac8";
}
.lni-facebook-messenger:before {
  content: "\ea93";
}
.lni-facebook-original:before {
  content: "\ea94";
}
.lni-facebook-filled:before {
  content: "\ea99";
}
.lni-facebook:before {
  content: "\ea9a";
}
.lni-joomla:before {
  content: "\eac9";
}
.lni-firefox:before {
  content: "\ea9d";
}
.lni-amazon-original:before {
  content: "\ea74";
}
.lni-amazon:before {
  content: "\ea9e";
}
.lni-linkedin-original:before {
  content: "\ea8a";
}
.lni-linkedin:before {
  content: "\eaa1";
}
.lni-linkedin-filled:before {
  content: "\eaca";
}
.lni-bitbucket:before {
  content: "\eaa2";
}
.lni-quora:before {
  content: "\eaa3";
}
.lni-medium:before {
  content: "\eaa4";
}
.lni-instagram-original:before {
  content: "\ea8c";
}
.lni-instagram-filled:before {
  content: "\eaa6";
}
.lni-instagram:before {
  content: "\eaa7";
}
.lni-bitcoin:before {
  content: "\eaa8";
}
.lni-stripe:before {
  content: "\eaa9";
}
.lni-wordpress-filled:before {
  content: "\eaaa";
}
.lni-wordpress:before {
  content: "\ea96";
}
.lni-google-plus:before {
  content: "\eaac";
}
.lni-mastercard:before {
  content: "\eaae";
}
.lni-visa:before {
  content: "\eaaf";
}
.lni-amex:before {
  content: "\eacb";
}
.lni-apple:before {
  content: "\eab0";
}
.lni-behance:before {
  content: "\eab1";
}
.lni-behance-original:before {
  content: "\ea8d";
}
.lni-chrome:before {
  content: "\eab2";
}
.lni-spotify-original:before {
  content: "\ea83";
}
.lni-spotify:before {
  content: "\eab6";
}
.lni-html:before {
  content: "\eaad";
}
.lni-css:before {
  content: "\eaa5";
}
.lni-ycombinator:before {
  content: "\ea67";
}
.size-xs {
  font-size: 1rem !important;
}
.size-sm {
  font-size: 1.55rem !important;
}
.size-md {
  font-size: 2.25rem !important;
}
.size-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}
.size-lg {
  font-size: 3rem !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0%,
  90% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
}
@keyframes flashing {
  0%,
  90% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
}
@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
}
.lni-spin-effect,
.lni-spin-effect-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.lni-tada-effect,
.lni-tada-effect-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.lni-burst-effect,
.lni-burst-effect-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.pt-iv-root {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 100000;
}
.iv-for-normal .pt-iv-root {
  background-color: rgba(42, 42, 42, 0.9);
}
.iv-for-gallery .pt-iv-root {
  background-color: rgba(42, 42, 42, 0.4);
}
.iv-for-gallery .pt-iv-btn {
  background-color: rgba(0, 0, 0, 0.3);
}
body.pt-iv-modal {
  overflow: hidden;
}
.pt-iv-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pt-iv-number {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
.pt-iv-number {
  top: 20px;
  font-size: 14px;
  line-height: 20px;
  pointer-events: none;
}
.pt-iv-title {
  position: absolute;
  left: 10px;
  top: 10px;
}
.pt-iv-title:not(.has-content) {
  pointer-events: none;
  opacity: 0;
}
.pt-iv-title > div {
  position: absolute;
  width: calc(240px + 6vw);
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  left: calc(15px + 0.5vw);
  top: calc(15px + 0.5vw);
  transition: all 0.3s;
  transform-origin: top left;
  z-index: 2;
}
.pt-iv-title:not(.has-content) > div {
  transform: scale(0);
}
.pt-iv-title:not(.show) > div,
.pt-iv-title:not(.has-content) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
}
.pt-iv-title p {
  font-size: 1.125rem;
  line-height: 1.55;
}
.pt-iv-zoom-btn > i,
.pt-iv-title > i {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(30px + 1vw);
  height: calc(30px + 1vw);
  line-height: 1;
  font-size: calc(30px + 1vw);
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "pt-icons";
  z-index: 4;
  font-style: normal;
  color: #000;
}
.pt-iv-zoom-btn > i:before,
.pt-iv-title > i:before {
  content: "\e943";
  font-size: 12px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(238, 238, 238, 0.7);
  line-height: 30px;
  text-align: center;
  transition: background 0.2s;
}
.pt-touch-off .pt-iv-title > i:hover:before {
  background: rgba(238, 238, 238, 1);
}
.pt-iv-title.show > i:before {
  content: "\e92e";
  font-size: 16px;
  background: rgba(238, 238, 238, 1);
}
.pt-iv-number > i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin: 0 2px;
  opacity: 0.5;
}
.pt-iv-number > i:first-child {
  opacity: 1;
  transform: scale();
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff5656;
  margin: 0;
}
.pt-iv-btn {
  position: absolute;
  width: calc(30px + 1vw);
  height: calc(30px + 1vw);
  line-height: 1;
  font-size: calc(30px + 1vw);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  color: #eee;
}
.show-ajax.pt-iv-modal .ajax-content .close-single {
  opacity: 0;
}
.iv-for-gallery .pt-iv-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.2s;
  z-index: 1;
}
.iv-for-gallery .pt-iv-btn:hover:before {
  opacity: 0;
}
.pt-iv-btn:hover i {
  color: #fff;
}
.pt-iv-btn i {
  position: relative;
  font-size: 40%;
  font-style: normal;
  z-index: 3;
}
.pt-iv-prev i,
.pt-iv-next i {
  font-size: 50%;
}
@media (min-width: 1280px) {
  .pt-iv-prev i,
  .pt-iv-next i {
    font-size: 19px;
  }
}
@media (min-width: 1360px) {
  .pt-iv-prev i,
  .pt-iv-next i {
    font-size: 24px;
  }
}
.pt-iv-btn-disabled {
  display: none;
}
.pt-iv-btn i:after {
  font-family: "pt-icons";
  display: block;
  z-index: 2;
}
.pt-iv-btn.pt-iv-btn-disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.pt-iv-prev {
  left: 10px;
  top: 50%;
  margin-top: calc(-15px - 0.5vw);
}
.pt-iv-next {
  right: 10px;
  top: 50%;
  margin-top: calc(-15px - 0.5vw);
}
.pt-iv-close {
  top: 10px;
  right: 10px;
}
.ajax-content .pt-iv-close {
  right: auto;
  left: 10px;
}
.pt-iv-prev i:after {
  content: "\34";
}
.pt-iv-next i:after {
  content: "\38";
}
.pt-iv-close i:after {
  content: "\e92e";
}
.pt-iv-fading-out .pt-iv-btn {
  opacity: 0;
}
.pt-iv-fading-out .pt-iv-prev {
  left: -20px;
}
.pt-iv-fading-out .pt-iv-next {
  right: -20px;
}
.pt-iv-fading-out .pt-iv-close {
  transform: scale(0);
}
.pt-iv-prev i {
  transform: translateX(-2px);
}
.pt-touch-off.iv-for-gallery .pt-iv-prev:hover i {
  transform: translateX(-4px);
}
.pt-touch-off.iv-for-gallery .pt-iv-next:hover i {
  transform: translateX(4px);
}
.pt-touch-off:not(.iv-for-gallery) .pt-iv-prev:not(:hover) i {
  transform: translateX(4px);
}
.pt-touch-off:not(.iv-for-gallery) .pt-iv-next:not(:hover) i {
  transform: translateX(-4px);
}
.pt-touch-off .pt-iv-close:not(:hover) i {
  transform: rotate(90deg);
}
.pt-iv-thumbs-toggle {
  position: absolute;
  font-family: "pt-icons";
  bottom: -22px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
  z-index: 999;
}
.pt-iv-thumbs-toggle i:after {
  content: "\e94a";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 12px;
  color: #fff;
  font-style: normal;
  left: 0;
  top: 0;
  z-index: 2;
}
.pt-iv-show-thumbs .pt-iv-thumbs-toggle i:after {
  content: "\e94b";
}
.pt-iv-thumbs-toggle i:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(11, 12, 13, 0.9);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.pt-iv-has-thumb.pt-iv-show-thumbs .pt-iv-thumbs-toggle {
  opacity: 0;
}
.pt-iv-has-thumb:not(.pt-iv-show-thumbs) .pt-iv-thumbs-toggle,
.pt-iv-has-thumb.pt-iv-show-thumbs .pt-iv-thumbs-toggle:hover,
.pt-iv-has-thumb.pt-iv-show-thumbs
  .pt-iv-thumb-list:hover
  + .pt-iv-thumbs-toggle {
  opacity: 1;
}
.pt-iv-item {
  width: 100%;
  height: 100%;
  position: absolute;
  perspective: 800px;
  -moz-perspective: 800px;
}
.pt-iv-item > img {
  max-width: calc(100% - 120px);
  max-height: calc(100% - 120px);
  box-sizing: border-box;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: -webkit-grab;
  opacity: 0;
}
.pt-iv-first-open .pt-iv-item > img {
  transform: translateY(-40%) rotateX(6deg) scale(0.8);
}
.pt-iv-item img {
  transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.2s;
}
.pt-iv-fading-out .pt-iv-item.pt-iv-img-loaded > img {
  opacity: 0 !important;
  transform: translateY(110%) rotateX(-6deg) scaleY(0.8);
  transition: transform 0.6s cubic-bezier(0.9, 0.1, 0.5, 1),
    opacity 0.4s cubic-bezier(0.9, 0.1, 0.5, 1);
}
.pt-iv-press .pt-iv-img-loaded > img {
  opacity: 1;
  cursor: -webkit-grabbing;
}
.pt-iv-item.pt-iv-img-loaded > img {
  transform: none;
}
@media screen and (max-width: 1024px) {
  .pt-iv-show-thumbs .pt-iv-prev,
  .pt-iv-show-thumbs .pt-iv-next {
    margin-top: -33px;
  }
  .pt-iv-item > img {
    max-width: calc(100% - 92px);
    max-height: calc(100% - 90px);
  }
  .pt-iv-thumbs-toggle {
    opacity: 1 !important;
    margin-left: 0;
    right: 10px;
    left: auto;
  }
  .pt-iv-thumbs-toggle i:after,
  .pt-iv-thumbs-toggle i:before {
    top: 0 !important;
  }
  .pt-iv-number {
    top: 15px;
  }
}
.pt-iv-container.use-desktop-zoom .pt-iv-item.pt-iv-img-loaded > img {
  cursor: zoom-in;
}
.pt-iv-container.pt-iv-press .pt-iv-item.pt-iv-img-loaded > img {
  cursor: grabbing !important;
}
.pt-iv-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pt-iv-img-loaded > .pt-iv-loading {
  display: none;
}
.pt-iv-root.light {
  background-color: rgba(255, 255, 255, 0.95);
  color: #111;
}
.single-iv-open .pt-iv-root {
  background: 0 0 !important;
}
.pt-iv-thumb-list img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pt-iv-btn,
.pt-iv-btn:after,
.pt-iv-btn i,
.pt-iv-thumbs-toggle,
.pt-iv-thumbs-toggle i:after,
.pt-iv-thumbs-toggle i:before,
.pt-iv-title,
.pt-iv-number {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pt-iv-has-thumb > .pt-iv-container {
  height: 100%;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
.pt-iv-has-thumb.pt-iv-show-thumbs > .pt-iv-container {
  height: calc(100% - 60px);
}
.pt-iv-thumb-list {
  position: absolute;
  bottom: calc(-50px - 1vw);
  font-size: 0;
  white-space: nowrap;
  -webkit-transition: left 0.3s, bottom 0.3s;
  transition: left 0.3s, bottom 0.3s;
}
.pt-iv-show-thumbs .pt-iv-thumb-list {
  bottom: 0;
}
.pt-iv-thumb-item {
  display: inline-block;
  vertical-align: bottom;
  width: calc(50px + 1vw);
  height: calc(50px + 1vw);
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pt-iv-thumb-item:before {
  opacity: 0.5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pt-iv-thumb-item:before,
.pt-iv-root.light .pt-iv-thumb-item:before {
  background: #fff;
}
.pt-iv-root.dark .pt-iv-thumb-item:before {
  background: #121212;
}
.pt-iv-thumb-item.selected:before {
  opacity: 0;
}
.pt-iv-root:not(.is-device) .pt-iv-thumb-item:not(.selected):hover:before {
  opacity: 0.1;
}
.pt-iv-thumb-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.pt-zoom-modal {
  overflow: hidden;
}
.pt-iv-zoom-container {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pt-iv-zoom-container.pt-zoom-in {
  cursor: zoom-out;
}
.pt-iv-zoom-container .zoom-img {
  cursor: grab;
  max-width: none;
}
.pt-iv-zoom-container.dragging .zoom-img {
  cursor: grabbing;
}
.pt-iv-zoom-container.zooming {
  overflow: hidden !important;
}
.pt-iv-zoom-btn > i {
  font-style: normal;
}
.pt-iv-zoom-btn > i:before {
  content: "\f002";
  font-family: FontAwesome;
}
.pt-iv-zoom-btn.pt-zoom-in > i:before {
  content: "\f010";
}
.pt-iv-zoom-btn {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000000;
}
.pt-iv-zoom-btn:after {
  display: none;
}
.pt-iv-title.has-content ~ .pt-iv-zoom-btn {
  left: calc(40px + 1vw);
}
.pt-iv-zoom-btn:not(.is-device) {
  display: none;
}
.pt-iv-root.pt-unzoomable .pt-iv-zoom-btn {
  display: none;
}
.pt-iv-root.pt-unzoomable .pt-iv-item img {
  cursor: grab !important;
}
[dir="rtl"] .pt-iv-zoom-btn.pt-iv-btn {
  left: auto;
  right: 5px;
}
body:not(.h-drag-disabled) .pt-hscroller-element {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
img.img-bg-full {
  display: none !important;
}
[hidden] {
  display: none;
}
.win-v .ptsc.sc-custom-html,
.win-v .ptsc.sc-rev-slider {
  width: 100% !important;
}
.ptsc.sc-rev-slider > .wrap {
  width: 100%;
  height: 100%;
}
.ptsc.sc-rev-slider:not(.not-set-wrap-size) > .wrap > * {
  width: 100% !important;
  height: 100% !important;
}
.pt-default-lang-switcher .wpml-ls {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-right: 0;
  font-size: 0.875rem;
}
.pt-default-lang-switcher .wpml-ls.wpml-ls-legacy-list-horizontal {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.pt-default-lang-switcher .wpml-ls li {
  transition: opacity 0.2s;
  line-height: 30px;
  display: inline-block;
}
.pt-default-lang-switcher .wpml-ls li a {
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  transition: opacity 0.2s;
}
.pt-default-lang-switcher .wpml-ls:not([class*="dropdown"]),
.pt-default-lang-switcher .wpml-ls:not([class*="dropdown"]) a {
  border: none;
}
html:not(.win-v)
  .pt-default-lang-switcher
  .wpml-ls:not([class*="dropdown"])
  > ul {
  display: flex;
  display: -webkit-flex;
}
html:not(.win-v)
  .pt-default-lang-switcher
  .wpml-ls:not([class*="dropdown"]):not(.no-flag)
  li
  + li {
  margin-left: -10px;
}
.pt-default-lang-switcher .wpml-ls.no-flag li a {
  font-size: 0.875rem;
}
.pt-default-lang-switcher .wpml-ls .pt-wpml-list li {
  display: block;
}
.pt-default-lang-switcher
  .wpml-ls:not([class*="dropdown"])
  li.wpml-ls-current-language
  > a,
.pt-default-lang-switcher
  .wpml-ls[class*="dropdown"]
  .pt-wpml-list
  .wpml-ls-current-language
  > a {
  opacity: 0.4;
  pointer-events: none;
}
.pt-default-lang-switcher
  .wpml-ls:not([class*="dropdown"])
  li:not(.wpml-ls-current-language):hover
  > a {
  opacity: 0.8;
}
.pt-default-lang-switcher .wpml-ls .pt-wpml-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(66, 66, 66, 0.95);
  padding: 10px 20px;
}
.win-v .pt-default-lang-switcher .wpml-ls:not([class*="dropdown"]) > ul {
  position: absolute;
  right: 0;
  top: 100%;
}
.pt-default-lang-switcher .elem-position-01 .wpml-ls .pt-wpml-list,
.win-v
  .pt-default-lang-switcher
  .elem-position-01
  .wpml-ls:not([class*="dropdown"])
  > ul {
  right: auto;
  left: 0;
}
.pt-default-lang-switcher .menu-style-03 .wpml-ls .pt-wpml-list,
.win-v
  .pt-default-lang-switcher
  .menu-style-03
  .wpml-ls:not([class*="dropdown"])
  > ul {
  top: auto;
  bottom: 100%;
}
html:not(.win-v)
  .pt-default-lang-switcher
  .menu-style-02.elem-position-02
  .wpml-ls {
  padding-right: 10px;
}
.pt-default-lang-switcher .wpml-ls-native + .wpml-ls-display {
  display: none;
}
.pt-default-lang-switcher .wpml-ls .pt-wpml-list li {
  line-height: 1;
}
.pt-default-lang-switcher .wpml-ls li a span {
  vertical-align: top;
}
.pt-default-lang-switcher .wpml-ls a {
  white-space: nowrap;
}
.pt-default-lang-switcher .wpml-ls .pt-wpml-list a {
  color: #fff !important;
  padding: 8px;
  font-size: 0.875rem;
  background: 0 0 !important;
}
.pt-default-lang-switcher .wpml-ls .pt-wpml-list a:after {
  display: none !important;
}
.pt-default-lang-switcher .wpml-ls[class*="dropdown"] a {
  min-width: 24px;
  border: none;
  padding: 0;
  background: 0 0 !important;
}
.pt-default-lang-switcher .wpml-ls[class*="dropdown"] > ul:not(.pt-wpml-list) {
  padding-left: 10px;
}
.pt-default-lang-switcher .wpml-ls.no-flag > ul:not(.pt-wpml-list) > li > a {
  padding-right: 8px;
}
.pt-default-lang-switcher
  .pt-header
  .wpml-ls[class*="dropdown"]
  a.wpml-ls-item-toggle:after {
  border: 3px solid transparent;
  border-top: 6px solid;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.pt-default-lang-switcher
  .pt-header
  .wpml-ls[class*="dropdown"]:not(.no-flag)
  a.wpml-ls-item-toggle:after {
  right: -3px;
}
.pt-default-lang-switcher .wpml-ls[class*="dropdown"] > ul > li:hover > a {
  opacity: 0.6;
}
.pt-default-lang-switcher .wpml-ls-legacy-dropdown-click a:hover,
.pt-default-lang-switcher .wpml-ls-legacy-dropdown-click a:focus,
.pt-default-lang-switcher
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-current-language:hover
  > a {
  background: 0 0;
}
.pt-default-lang-switcher .wpml-ls[class*="dropdown"] {
  width: auto;
}
html:not(.win-v)
  .pt-default-lang-switcher
  .wpml-ls[class*="dropdown"]:not(.no-flag)
  > ul:not(.pt-wpml-list)
  > li {
  width: 30px;
}
.pt-touch-off.pt-default-lang-switcher
  .wpml-ls-legacy-dropdown:not(:hover)
  .pt-wpml-list,
.pt-touch-on.pt-default-lang-switcher
  .wpml-ls-legacy-dropdown:not(.show-sub)
  .pt-wpml-list,
.pt-default-lang-switcher
  .wpml-ls-legacy-dropdown-click:not(.show-sub)
  .pt-wpml-list,
.win-v
  .pt-default-lang-switcher
  .wpml-ls:not([class*="dropdown"]):not(.show-wpml)
  > ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pt-default-lang-switcher .wpml-ls .wpml-ls-sub-menu {
  display: none;
}
html:not(.win-v) .wpml-ls:not([class*="dropdown"]) > .call-wpml,
.wpml-ls[class*="dropdown"]:not(.no-flag) > .call-wpml {
  display: none;
}
.win-v .pt-default-lang-switcher .wpml-ls > .btn.call-wpml {
  width: 24px;
  height: 30px;
  font-size: 16px;
  text-align: center;
}
.win-v .pt-default-lang-switcher .wpml-ls > .btn.call-wpml:before {
  content: "\f0ac";
  font-family: FontAwesome;
}
.win-v .pt-default-lang-switcher .wpml-ls:not([class*="dropdown"]) li {
  display: block;
  white-space: nowrap;
}
.win-v .pt-default-lang-switcher .wpml-ls:not([class*="dropdown"]) a {
  color: #fff !important;
  background: #111 !important;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .wpml-ls[class*="dropdown"].no-flag > .call-wpml {
    display: none;
  }
}
@media (max-width: 767px) {
  .wpml-ls[class*="dropdown"].no-flag > ul:not(.pt-wpml-list) {
    display: none;
  }
}
@charset "UTF-8";
html {
  font-size: 14px;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
:root {
  --radius: 2px;
}
body,
textarea,
input,
button,
select,
body:not(.pt-layout-v) .single-nav h5,
.call-info span,
.pt-h small,
#cancel-comment-reply-link {
  font-family: "questrial-Local", sans-serif;
  font-weight: 400;
  font-size: calc(0.9rem + 0.1vh);
  outline: none;
}
.win-v.breakPoint body,
.win-v.breakPoint textarea,
.win-v.breakPoint input,
.win-v.breakPoint button,
.win-v.breakPoint select,
.win-v.breakPoint body:not(.pt-layout-v) .single-nav h5,
.win-v.breakPoint .call-info span,
.win-v.breakPoint .pt-h small,
.win-v.breakPoint #cancel-comment-reply-link {
  font-size: calc(0.9rem + 0.5vw);
}
textarea,
input,
button,
select {
  font-size: calc(1rem + 0.16vh);
}
.win-v.breakPoint .pt-footer-content {
  font-size: calc(0.8rem + 0.5vw);
}
.ptsc.sc-video video.pt-mp4-video {
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6,
.pt-h,
mark,
legend,
.pt-h a,
.price-amount,
.widget .wp-block-heading,
.widget-title,
.title,
.header-search input[type="search"],
.menu-style-02 li.has-img > a span,
body:not(.pt-layout-v) .single-nav span,
.single-related .no-img p,
.bold {
  font-family: "Arvin-Local", sans-serif;
  font-weight: 700;
}
.pt-header .main-menu li a,
.call-menu span {
  font-weight: 500;
}
a,
blockquote p,
.btn.call-info span,
.wp-block-cover p,
.wp-block-cover p a,
.comment-author cite,
.pt-submit-wrap > span,
.single-root.project .single-meta .item i,
.single-related .item:not(.no-img) p,
body:not(.pt-layout-v) .single-nav h5,
.single-root.project .single-meta .item div,
.single-nav span,
.search-submit,
.pic-style-01 .list-meta i,
input[type="submit"],
a#cancel-comment-reply-link,
.view-comments,
.text-lot .title,
.woocommerce-review__author,
.woocommerce-grouped-product-list-item__price,
.woocommerce-page #respond input#submit {
  font-weight: 500;
}
body {
  color: #363738;
  background: #f6f7f8;
}
.site-root,
.blog-style-02 .sub-img,
.pic-style-01 .sub-img:not(.bg-inited),
.sc-photo-wall .img:not(.bg-inited),
.pt-loader-02 .loader-icon i:nth-child(1):after {
  background: #f6f7f8;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
select,
input,
strong,
textarea,
.widget .wp-block-heading,
.widget-title,
.view-comments,
.woocommerce-page #primary div.product .summary .price,
blockquote:not(.has-text-color) p,
.title,
.weight-500,
.weight-600,
.weight-700,
.weight-800,
.weight-900,
li.text-largest,
li.text-large,
body:not(.pt-layout-v) .single-nav span,
.single-root.project .single-meta .item div,
.pt-default-lang-switcher .wpml-ls[class*="dropdown"] a:hover,
.pt-default-lang-switcher .wpml-ls[class*="dropdown"] a:focus,
.pt-default-lang-switcher
  .wpml-ls[class*="dropdown"]
  .wpml-ls-current-language:hover
  > a {
  color: #060708;
}
.site-dark {
  color: rgba(255, 255, 255, 0.8);
  background: #101112;
}
.site-dark a,
.site-dark h1,
.site-dark h2,
.site-dark h3,
.site-dark h4,
.site-dark h5,
.site-dark h6,
.site-dark select,
.site-dark input,
.site-dark strong,
.site-dark textarea,
.site-dark .widget-title,
.site-dark .widget .wp-block-heading,
.site-dark .view-comments,
.site-dark.woocommerce-page #primary div.product .summary .price,
.site-dark blockquote:not(.has-text-color) p,
.site-dark .title,
.site-dark .weight-500,
.site-dark .weight-600,
.site-dark .weight-700,
.site-dark .weight-800,
.site-dark .weight-900,
.site-dark li.text-largest,
.site-dark li.text-large,
.site-dark:not(.pt-layout-v) .single-nav span,
.site-dark .single-root.project .single-meta .item div,
.site-dark.pt-default-lang-switcher .wpml-ls[class*="dropdown"] a:hover,
.site-dark.pt-default-lang-switcher .wpml-ls[class*="dropdown"] a:focus,
.site-dark.pt-default-lang-switcher
  .wpml-ls[class*="dropdown"]
  .wpml-ls-current-language:hover
  > a {
  color: #fff;
}
.site-dark
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.site-dark textarea {
  background: #1a1b1c;
}
.site-dark .site-root,
.site-dark .blog-style-02 .sub-img,
.site-dark .pic-style-01 .sub-img:not(.bg-inited),
.site-dark .sc-photo-wall .img:not(.bg-inited),
.site-dark.pt-loader-02 .loader-icon i:nth-child(1):after {
  background: #101112;
}
body.drag-on {
  -webkit-user-select: none;
  user-select: none;
}
html,
body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
svg {
  margin: 0;
  padding: 0;
}
body,
li,
a,
div,
nav,
header,
footer,
section,
span,
p,
article,
ol,
ul,
figure,
blockquote,
figcaption,
form,
input,
textarea,
main,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
svg,
tr,
td,
th,
table,
tbody,
thead,
:after,
:before {
  box-sizing: border-box;
}
a:focus,
input:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main {
  display: block;
}
:before {
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
a {
  text-decoration: none;
}
.pic-list .pt-h span,
.pt-h a:not(.text-link) b,
.pt-h a:not(.text-link) {
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
img {
  border: none;
  image-rendering: -webkit-optimize-contrast;
}
input[type="submit"],
input.button,
button {
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  flex-shrink: 0;
}
select,
input,
textarea {
  max-width: 100%;
}
select,
input {
  min-height: 40px;
}
html:not(.win-v) .wpcf7 select,
html:not(.win-v) .wpcf7 input {
  min-height: calc(20px + 2vh);
}
input[type="checkbox"],
input[type="radio"] {
  min-height: 0 !important;
}
body:not(.ie-10) input[type="checkbox"],
body:not(.ie-10) input[type="radio"] {
  height: 18px;
  width: 18px;
}
.wpcf7-form span.wpcf7-list-item {
  font-size: 0;
  margin: 0 30px 0 0;
}
.wpcf7-form span.wpcf7-list-item > * {
  font-size: calc(1rem + 0.16vh);
  line-height: 1.4;
  vertical-align: middle;
}
.wpcf7-form .wpcf7-quiz-label {
  font-size: calc(1rem + 0.16vh);
  display: inline-block;
  margin-bottom: 6px;
}
.text-area img {
  vertical-align: top;
}
select {
  width: 100%;
  padding-right: 30px !important;
  padding-left: 15px;
  color: inherit;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/arrow.svg);
  background-color: #fff;
  border: none;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: all 0.2s;
}
.site-dark select,
.pt-common-popup-root select {
  background-color: #060708;
}
select::-ms-expand {
  display: none;
}
.hack-fontline select {
  padding-top: 1px;
}
iframe {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  border: none;
}
.pt-video-container iframe {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}
h1 {
  line-height: 1;
}
h2,
h3,
h4 {
  line-height: 1.15;
}
h5,
h6 {
  line-height: 1.25;
}
h1 {
  font-size: calc(1.125rem + 3vh);
}
h2 {
  font-size: calc(1.125rem + 2.5vh);
}
h3 {
  font-size: calc(1.125rem + 2vh);
}
h4 {
  font-size: calc(1.125rem + 1.5vh);
}
h5 {
  font-size: calc(1.125rem + 1vh);
}
h6 {
  font-size: calc(1.125rem + 0.5vh);
}
.win-v h1 {
  font-size: calc(1.125rem + 2.8vw);
}
.win-v h2 {
  font-size: calc(1.125rem + 2.4vw);
}
.win-v h3 {
  font-size: calc(1.125rem + 2vw);
}
.win-v h4 {
  font-size: calc(1.125rem + 1.6vw);
}
.win-v h5 {
  font-size: calc(1.125rem + 1.2vw);
}
.win-v h6 {
  font-size: calc(1.125rem + 0.8vw);
}
html:not(.win-v) .ptsc-block h1:not(.large) {
  font-size: 6vh;
}
html:not(.win-v) .sc-section-title.title-largest:not(.style-03) .pt-h,
html:not(.win-v) .ptsc-block h1.large {
  font-size: 10vh;
}
@media (min-height: 800px) {
  html:not(.win-v)
    .sc-section-title.title-xxl.title-largest:not(.style-03)
    .pt-h,
  html:not(.win-v) .ptsc-block h1.large.title-xxl {
    font-size: 13vh;
  }
}
.win-v .ptsc-block h1.large {
  font-size: calc(1rem + 6vw);
}
.win-v .sc-section-title.title-largest:not(.style-03) .pt-h,
.win-v .ptsc-block h1.large {
  font-size: calc(1rem + 9vw);
}
.win-v .pt-h.large,
.win-v .ptsc.title-large .pt-h {
  font-size: calc(1.25rem + 3vw);
}
.win-v .sc-section-title.title-largest.title-xxl:not(.style-03) .pt-h,
.win-v .ptsc-block h1.large.title-xxl {
  font-size: calc(1rem + 11vw);
}
.single-header .cover-text {
  text-align: center;
}
.single-root .single-header .cover-text h1 {
  font-size: 1em;
}
.single-root .single-header .cover-text h2 {
  font-size: 0.8em;
}
.single-root .single-header .cover-text h3 {
  font-size: 0.6em;
}
.single-root .single-header .cover-text h4 {
  font-size: 0.4em;
}
.single-root .single-header .cover-text h5 {
  font-size: 0.3em;
}
.single-root .single-header .cover-text h6 {
  font-size: 0.2em;
}
html.has-wp-bar {
  height: calc(100% - 32px);
}
@media (max-width: 782px) {
  html.has-wp-bar {
    height: calc(100% - 46px);
  }
}
.cart-count {
  position: relative;
  z-index: 3;
}
.img img,
.text,
.intro,
.intro img,
.text-area {
  max-width: 100%;
}
.intro img {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
img.img-size-s {
  max-height: calc(30px + 2vw);
  max-width: 50%;
}
img.img-size-m {
  max-height: calc(60px + 4vw);
  max-width: 75%;
}
img.img-size-l {
  max-height: calc(90px + 6vw);
  max-width: 100%;
}
i.btn,
em.btn {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  overflow: hidden;
}
.icon,
.btn {
  display: inline-block;
  position: relative;
  font-style: normal;
  z-index: 2;
}
i[class*="call-"]:before,
.btn:before,
.pt-social i:before {
  font-family: "pt-icons";
  position: relative;
  display: block;
  transition: color 0.3s, transform 0.3s;
  font-style: normal;
  z-index: 2;
}
a.full,
a.custom-link,
.iv-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
a[data-href] {
  cursor: pointer;
}
.pt-text-link {
  transition: color 0.2s, opacity 0.2s;
}
a.pt-text-link.has-icon {
  display: inline-block;
  margin-top: 0.8vh;
}
a.pt-text-link.has-icon + .pt-text-link.has-icon {
  margin-top: 0;
}
a.pt-text-link.has-icon .win-v {
  margin-top: 1vw;
}
li a.pt-text-link.has-icon {
  margin-top: 0;
}
.img {
  position: relative;
}
.btn-full,
.bg-full,
.bg-color,
.hover-bg,
.border-layer,
.mobile-bg,
.sc-mix-block .img,
.caption-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.bg-color {
  z-index: 3;
  pointer-events: none;
}
.hover-bg {
  opacity: 0;
  z-index: 4;
}
.bg-full {
  transition: opacity 0.3s;
  image-rendering: -webkit-optimize-contrast;
}
.bg-full:not(.pt-show) {
  opacity: 0;
}
.bg-full[data-video-src]:not([data-bg]) {
  opacity: 1;
}
.loader-disabled .pic-loader,
.pt-none,
.bg-full .img-bg-full {
  display: none !important;
}
.btn-full {
  cursor: pointer;
  z-index: 12;
}
html:not(.win-v) .call-item-video.btn-full {
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/btn-play.png)
      16 16,
    pointer;
}
.win-v .pt-touch-on .call-item-video.btn-full {
  background: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/icon-svg-play.svg)
    no-repeat center;
  background-size: calc(36px + 2vw) calc(36px + 2vw);
}
.pt-hover-on .bg-full[data-video-src] {
  opacity: 0;
  z-index: 6;
}
body:not(.pt-touch-on)
  .pt-hover-on.sc-gallery
  .item:hover
  .bg-full[data-video-src],
body:not(.pt-touch-on)
  .pt-hover-on.sc-photo-wall
  .sub-item:hover
  .bg-full[data-video-src],
body:not(.pt-touch-on) .pic-main .inner-wrap:hover .video-addition {
  opacity: 1;
}
.click-layer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(46, 47, 48, 0.3);
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/close.png)
      12 12,
    pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.for-touch-menu {
  background-color: rgba(46, 47, 48, 0.1);
  z-index: 9;
}
.click-layer.for-footer {
  z-index: 100;
}
.click-layer.for-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
body:not(.ready),
html:not(.win-v) body.pt-layout-h,
body.pt-show-menu,
.breakPoint .show-footer {
  overflow: hidden;
}
.loader-icon {
  transition: opacity 0.2s;
}
.ready .loader-icon {
  opacity: 0;
}
.ready.el-show .loader-icon {
  display: none;
}
.loader-icon,
.pic-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}
.loader-img {
  position: absolute;
  max-width: 320px;
  max-height: 320px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.loader-img + .loader-icon {
  display: none !important;
}
.pt-loader-01 .loader-icon,
.pt-loader-01 .pic-loader {
  width: 100px;
  margin: -6px 0 0 -50px;
}
.pt-loader-01 .loader-icon i,
.pt-loader-01 .pic-loader i {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #f8723d;
  -webkit-animation: boxRun 1.2s infinite;
  animation: boxRun 1.2s infinite;
}
.pt-loader-01 .loader-icon i:nth-child(2),
.pt-loader-01 .pic-loader i:nth-child(2) {
  opacity: 0.2;
  -webkit-animation: boxRun 1.2s 0.06s infinite;
  animation: boxRun 1.2s 0.06s infinite;
}
.pt-loader-01 .loader-icon i:nth-child(3),
.pt-loader-01 .pic-loader i:nth-child(3) {
  opacity: 0.1;
  -webkit-animation: boxRun 1.2s 0.12s infinite;
  animation: boxRun 1.2s 0.12s infinite;
}
.pt-loader-01 .pic-loader {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@-webkit-keyframes boxRun {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(88px, 0) rotate(360deg);
    transform: translate(88px, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes boxRun {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(88px, 0) rotate(360deg);
    transform: translate(88px, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
.pt-loader-02 .loader-icon {
  display: block;
  margin: -40px 0 0 -40px;
}
.pt-loader-02 .loader-icon i:nth-child(1) {
  height: 80px;
  width: 80px;
}
.pt-loader-02 .loader-icon i:nth-child(1) {
  border-radius: 50%;
  background: linear-gradient(#f8723d 0%, rgba(116, 116, 116, 0.08) 60%);
}
.pt-loader-02 .loader-icon i:nth-child(1):after {
  content: "";
  margin: 6px;
  z-index: 2;
  border-radius: 50%;
}
.pt-loader-02 .site-loader:not(.has-loading-text) .loader-icon {
  margin: -15px 0 0 -15px;
}
.pt-loader-02 .site-loader:not(.has-loading-text) i:nth-child(1) {
  height: 30px;
  width: 30px;
}
.pt-loader-02 .loader-icon i:nth-child(1):after,
.pt-loader-02 .loader-icon p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pt-loader-02 .pt-iv-loading .pic-loader i,
.pt-loader-02 .loader-icon i {
  display: none;
}
.pt-loader-02:not(.el-show) .loader-icon i:nth-child(1) {
  display: block;
  position: relative;
  -webkit-animation: 0.8s anRound linear infinite;
  animation: 0.8s anRound linear infinite;
}
.pt-loader-02 .loader-icon p {
  opacity: 0.4;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  z-index: 3;
}
.pt-loader-02 .pt-iv-loading .pic-loader {
  background: 0 0 !important;
}
.pt-loader-02 .pt-iv-loading .pic-loader i:nth-child(1) {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/tail-spin.svg);
  background-size: cover;
  opacity: 0.7;
}
.pt-loader-02 .pt-iv-item:not(.pt-iv-img-loaded) .pt-iv-loading i:nth-child(1) {
  -webkit-animation: 0.8s anRound linear infinite;
  animation: 0.8s anRound linear infinite;
}
@-webkit-keyframes anRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes anRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pt-loader-02 .pic-loader {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pt-loader-02 .pic-loader,
.menu-style-01 .main-menu li.has-img:not(.bg-inited) > a,
.menu-style-02 .main-menu li.has-img:not(.bg-inited) > a,
.sc-mixbox .img:not(.bg-inited) {
  background: linear-gradient(
    135deg,
    rgba(120, 120, 120, 0.1),
    rgba(40, 40, 40, 0.1),
    rgba(200, 200, 200, 0.1),
    rgba(120, 120, 120, 0.1),
    rgba(40, 40, 40, 0.1),
    rgba(200, 200, 200, 0.1),
    rgba(120, 120, 120, 0.1)
  );
  background-size: 200% 200%;
  -webkit-animation: gradientAn 2s linear infinite;
  animation: gradientAn 2s linear infinite;
}
@-webkit-keyframes gradientAn {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes gradientAn {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.pt-loader-03 .loader-icon,
.pt-loader-03 .pic-loader {
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
}
.pt-loader-03 .pic-loader {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.pt-loader-03 .loader-icon i,
.pt-loader-03 .pic-loader i {
  background: #f8723d;
}
.pt-loader-03:not(.el-show) .loader-icon i:nth-child(1),
.pt-loader-03:not(.el-show) .loader-icon i:nth-child(2),
.pt-loader-03 .pic-loader i:nth-child(1),
.pt-loader-03 .pic-loader i:nth-child(2) {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  -webkit-animation: squarMove 1s ease-in-out infinite;
  animation: squarMove 1s ease-in-out infinite;
  opacity: 0;
}
.pt-loader-03 .loader-icon i:nth-child(2),
.pt-loader-03 .pic-loader i:nth-child(2) {
  bottom: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes squarMove {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(30px, 30px) rotate(45deg);
    transform: translate(30px, 30px) rotate(45deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    transform: translate(0px, 60px) rotate(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-30px, 30px) rotate(45deg);
    transform: translate(-30px, 30px) rotate(45deg);
  }
}
@keyframes squarMove {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(30px, 30px) rotate(45deg);
    transform: translate(30px, 30px) rotate(45deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    transform: translate(0px, 60px) rotate(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-30px, 30px) rotate(45deg);
    transform: translate(-30px, 30px) rotate(45deg);
  }
}
.close-single {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(20px + 2vw);
  width: calc(20px + 2vw);
  line-height: calc(20px + 2vw);
  font-size: calc(20px + 2vw);
  font-family: "pt-icons";
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  z-index: 100;
  cursor: pointer;
}
.ajax-content:not(.bg-ready) .close-single,
.close-single.hide {
  opacity: 0;
  -webkit-transform: translate3d(100%, -100%, 0) scale(0);
  transform: translate3d(100%, -100%, 0) scale(0);
  transition: all 0.6s;
}
.close-single:before {
  content: "\e92e";
  position: relative;
  font-size: 40%;
  color: #fff;
  z-index: 2;
  transition: transform 0.3s;
}
.close-single:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  background: #f8723d;
  margin: -0.8vw;
  transition: transform 0.3s;
}
.pt-touch-off .close-single:hover:after {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.pt-touch-off .close-single:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ajax-content.has-gallery *[class*="close-single"] {
  display: none;
}
.win-v .close-single {
  height: calc(20px + 4vw);
  width: calc(20px + 4vw);
  line-height: calc(20px + 4vw);
  font-size: calc(20px + 4vw);
}
.win-v .close-single:after {
  margin: -2vw;
}
.main-content {
  visibility: hidden;
}
html:not(.win-v)
  body:not(.ff):not(.pt-safari):not(.has-fixed-bg)
  .main-content.pt-hscroller-element {
  will-change: transform;
}
body:not(.el-show) form {
  opacity: 0;
}
body.ready .main-content {
  visibility: visible;
  opacity: 0;
}
body.el-show .main-content {
  opacity: 1;
  transition: opacity 0.3s;
}
html:not(.win-v) .ptsc-block .text.pt-float-bar-bound:not(.no-roll) {
  padding-right: 40px;
}
.pt-float-bar-root {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 50%;
  height: calc(100px + 16vh);
  margin-top: calc(-50px - 8vh);
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content-footer .pt-float-bar-root {
  right: calc(40px + 4vw);
}
.single-root.project.text-type-01 .single-inner + .pt-float-bar-root {
  -webkit-order: 2 !important;
  order: 2 !important;
  left: -4vw;
  right: auto;
}
.single-inner + .pt-float-bar-root {
  position: relative;
  right: calc(30px + 4vw);
}
.intro + .pt-float-bar-root {
  right: -40px;
}
.sc-section-title.style-02:not(.no-img) .text .pt-float-bar-root {
  right: 0;
}
.pt-float-bar-root > * {
  margin: 4px 0;
}
.pt-float-bar-btn {
  width: 36px;
  height: 36px;
  line-height: 37px;
  color: #999;
  background: rgba(255, 255, 255, 0);
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
  font-family: "pt-icons";
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 18px;
}
.pt-float-bar-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pt-float-bar-btn-up:before {
  content: "\e94a";
}
.pt-float-bar-btn-down:before {
  content: "\e94b";
}
.pt-float-bar-btn:hover {
  color: #111216;
  background: #fff;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05), 1px 1px 10px rgba(0, 0, 0, 0.03);
}
.pt-float-bar-root.no-scroll,
.win-v .pt-float-bar-root {
  display: none;
}
.pt-float-bar {
  position: relative;
  height: 100%;
}
.pt-float-bar:after {
  background: rgba(166, 166, 166, 0.2);
}
.pt-float-bar:after,
.pt-float-bar-target:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -2px;
  pointer-events: none;
}
.pt-float-bar-target {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
.pt-float-bar-target:after {
  background: #f8723d;
}
.pt-float-bar-target:hover:after {
  width: 6px;
  margin-left: -3px;
}
html:not(.win-v) body.pt-touch-on .pt-float-bar-bound:not(.no-roll) {
  overflow-y: auto !important;
}
html:not(.win-v) body.pt-touch-on .pt-float-bar-root {
  right: 6px;
  pointer-events: none;
}
html:not(.win-v) body.pt-touch-on .pt-float-bar-root .pt-float-bar-btn {
  display: none;
}
.pt-hs-roll-btn {
  visibility: hidden;
}
.pt-hs-float-ctrl {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  z-index: 100001;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.attachment .pt-hs-float-ctrl,
.pt-touch-on .pt-hs-float-ctrl {
  display: none;
}
.win-v .pt-hs-float-ctrl,
.pt-hs-float-ctrl.hide,
.pt-layout-v .pt-hs-float-ctrl {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
body.ready:not(.pt-iv-modal) .pt-hs-float-ctrl:not(.hide) {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pt-hs-float-ctrl .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(88, 88, 88, 0.3);
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.pt-hs-float-ctrl:hover .bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: rgba(88, 88, 88, 0.8);
}
.pt-hs-float-ctrl .btn {
  height: 40px;
  width: 30px;
  transition: all 0.3s;
  font-size: 17px;
  z-index: 2;
}
.pt-hs-float-ctrl .btn:hover {
  text-shadow: 0px 0px 5px #fff;
}
.pt-hs-float-ctrl .left {
  -webkit-transform: translateY(5px) translateX(4px);
  transform: translateY(5px) translateX(4px);
}
.pt-hs-float-ctrl .right {
  -webkit-transform: translateY(-5px) translateX(-4px);
  transform: translateY(-5px) translateX(-4px);
}
.hs-prev-disabled .pt-hs-float-ctrl .left,
.hs-next-disabled .pt-hs-float-ctrl .right {
  opacity: 0.5;
  pointer-events: none;
}
.progress-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 6px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}
.progress-icon svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.2s 0.05s;
  transition: transform 0.2s 0.05s;
  transition: transform 0.2s 0.05s, -webkit-transform 0.2s 0.05s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.pt-hs-float-ctrl:not(:hover) svg {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.pt-hs-float-ctrl:not(:hover) .left {
  -webkit-transform: translateY(5px) translateX(8px);
  transform: translateY(5px) translateX(8px);
}
.pt-hs-float-ctrl:not(:hover) .right {
  -webkit-transform: translateY(-5px) translateX(-8px);
  transform: translateY(-5px) translateX(-8px);
}
.progress-icon path:nth-child(1) {
  stroke: rgba(222, 222, 222, 0.2);
  stroke-width: 2px;
  fill: none;
}
.progress-icon path:nth-child(2) {
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.pt-hs-float-ctrl .left:before {
  content: "\EA4B";
  font-family: lineicons;
}
.pt-hs-float-ctrl .right:before {
  content: "\EA4C";
  font-family: lineicons;
}
.win-h .ie .pt-hs-content {
  height: calc(100% + 18px) !important;
}
.meta-item .fa,
.intro .fa,
.sc-textlist li .fa,
.meta-item .lni,
.intro .lni,
.sc-textlist li .lni {
  min-width: 1.2em;
}
.custom-code .fa,
.custom-code .lni {
  min-width: 1.32em;
}
i.lni {
  display: inline-block;
}
.sc-slider .caption-wrap,
.loader-icon,
.pic-loader,
.pt-hs-float-ctrl,
.pt-hs-float-ctrl .btn,
.pt-header .logo > a,
.call-menu,
.close-menu,
.pt-social li,
.pt-header .btn,
.pt-footer .btn,
.btn.close-common-popup,
.close-single,
.popup-player .close,
a.btn,
.sc-btn-custom .clone,
html:not(.win-v) .pt-filter .call-filter,
.ptsc .pt-icon i,
html:not(.win-v) .blog-list:not(.pt-one-row) .inner-wrap,
.win-v .blog-style-02 .img,
html:not(.win-v) .call-info,
i.call-video-popup,
div.call-video-popup,
.v-ctrl,
.menu-style-03 .call-menu-sub,
.pt-touch-on .hover-intro .inner > .custom-link,
.page-other {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.pt-header {
  position: fixed;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99;
}
body.admin-bar .pt-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .pt-header {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  body.admin-bar .pt-header {
    position: absolute;
  }
}
.pt-header.show-search {
  z-index: 220;
}
body:not(.pt-header-shadow-off) .pt-header > .wrap {
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.01), 1px 2px 4px rgba(0, 0, 0, 0.01);
}
.pt-header > .wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.site-dark .pt-header > .wrap {
  background: #060708;
}
.pt-header > .wrap > * {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (min-width: 1024px) {
  .pt-header > .wrap,
  .pt-header.menu-style-01 .main-menu > ul {
    min-height: calc(30px + 3vh);
  }
}
.pt-header .logo {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: calc(30px + 3vh);
  z-index: 4;
}
.pt-header .logo.type-image > a {
  font-size: 0;
}
.pt-header .logo > a {
  height: 100%;
}
.pt-header .logo img {
  max-height: 100%;
  width: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: none;
}
.pt-header .logo.text-small {
  font-size: calc(12px + 0.1vw);
}
.pt-header .logo.text-normal {
  font-size: calc(13px + 0.2vw);
}
.pt-header .logo.text-large {
  font-size: calc(14px + 0.3vw);
}
.pt-header .layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
.pt-header .menu-wrap {
  min-height: calc(30px + 3vh);
}
.pt-header .main-menu a i:empty:not(.fa):not(.lni) {
  display: none;
}
.pt-header .main-menu a i.fa,
.pt-header .main-menu a i.lni {
  margin: 0 0.5em;
}
.pt-header .main-menu {
  -webkit-overflow-scrolling: touch;
}
.logo-option-01 .logo img {
  height: 100%;
  width: auto;
}
.logo-option-02 .logo.type-text,
.logo-option-02 .logo:not(.type-text) a {
  padding: 10px;
}
.logo-option-03 .logo.type-text,
.logo-option-03 .logo:not(.type-text) a {
  padding: 15px;
}
.logo.type-text a {
  transition: opacity 0.1s, background 0.43s;
  opacity: 0;
}
.logo-effect-02 .logo.type-text a {
  padding: 0 calc(10px + 0.1vw);
}
.pt-touch-on .pt-header {
  transition: opacity 0.3s;
  opacity: 0;
}
body.el-show.pt-touch-on .pt-header,
.logo.type-text.font-loaded a {
  opacity: 1;
}
.logo.type-text p {
  line-height: normal;
  transition: opacity 0.3s, color 0.15s;
}
.pt-header.elem-position-02 .logo[data-bg-color=""] a {
  padding-right: 0;
}
.pt-header.elem-position-01 .logo[data-bg-color=""] a {
  padding-left: 0;
}
.logo-effect-01 .logo p {
  position: relative;
  border: 2px solid;
  padding: 0.5em 0.45em 0.45em;
}
.logo-effect-01 .logo p .clone,
.logo-effect-01 .logo p .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.logo-effect-01 .logo p .clone {
  top: 0;
  z-index: 2;
  opacity: 0;
  padding: 0.5em 0.45em 0.45em;
}
.logo-effect-01 .logo p .bg {
  height: 0;
  z-index: 1;
}
.pt-touch-off .logo-effect-01 .logo:hover p .bg {
  height: 100%;
}
.pt-touch-off .logo-effect-01 .logo:hover p .clone {
  opacity: 1;
}
@media (min-width: 1024px) {
  .main-menu > ul > li.page_item_has_children:not(.has-sub):after {
    content: "";
    display: inline-block;
    width: 11px;
  }
  body.admin-bar .menu-style-01,
  body.admin-bar .menu-style-03 {
    top: calc(32px + 2vh);
  }
  body.admin-bar .menu-style-01.menu-wide {
    top: 32px;
  }
  .menu-style-01,
  .menu-style-03 {
    top: 2vh;
    right: 2vh;
  }
  .menu-style-01.elem-position-02,
  .menu-style-03.elem-position-02 {
    right: auto;
    left: 2vh;
  }
  body.pt-rounded-on .menu-style-01:not(.menu-wide),
  body.pt-rounded-on .menu-style-03:not(.menu-wide) {
    border-radius: 10px;
  }
  .menu-style-01.menu-wide {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .menu-style-01:not(.menu-wide) .main-menu > ul {
    padding: 0 20px;
  }
  .menu-style-01 .main-menu > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .menu-style-01 .main-menu > ul > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 calc(8px + 0.5vw);
    font-size: 12px;
    line-height: 1.1;
  }
  body.hack-fontline .menu-style-01 .main-menu > ul > li {
    padding-top: 1px;
  }
  .pt-touch-off
    .menu-style-01
    .main-menu
    > ul
    > li.menu-item-has-children:hover:after,
  .pt-touch-off
    .menu-style-01
    .main-menu
    > ul
    > li.page_item_has_children:hover:after {
    content: "";
    position: absolute;
    left: calc(-8px - 0.5vw);
    top: 0;
    width: calc(100% + 16px + 1vw);
    height: 100%;
  }
  .menu-style-01.text-normal .main-menu > ul > li {
    font-size: 14px;
  }
  .menu-style-01.text-large .main-menu > ul > li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .menu-style-01.text-normal .main-menu > ul > li {
    font-size: 13px;
  }
  .menu-style-01 .main-menu > ul {
    padding: 0 20px;
  }
  .menu-style-01.text-large .main-menu > ul > li {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  body:not(.pt-touch-on) .menu-style-01 .call-menu-sub {
    pointer-events: none;
  }
  .menu-style-01 .sub-menu li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu-style-01 .main-menu {
    height: 100%;
  }
  .menu-style-01 .main-menu a {
    padding: 8px 0;
  }
  .menu-style-01 .mix-menu-wrap,
  .menu-style-01 .sub-menu,
  .menu-style-01 ul.children {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: -30px;
    top: 99%;
    min-width: 230px;
    padding: 30px;
    background: #fff;
    max-height: calc(95vh - 62px);
  }
  .site-dark .menu-style-01 .mix-menu-wrap,
  .site-dark .menu-style-01 .sub-menu,
  .site-dark .menu-style-01 ul.children {
    background: #1a1b1c;
  }
  body:not(.pt-touch-on) .menu-style-01 .mix-menu-wrap,
  body:not(.pt-touch-on) .menu-style-01 .sub-menu,
  body:not(.pt-touch-on) .menu-style-01 ul.children {
    transition: opacity 0.2s, visibility 0.2s;
  }
  body:not(.pt-header-shadow-off) .menu-style-01 .mix-menu-wrap,
  body:not(.pt-header-shadow-off) .menu-style-01 .sub-menu,
  body:not(.pt-header-shadow-off) .menu-style-01 ul.children {
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.04),
      1px 1px 4px rgba(0, 0, 0, 0.01);
  }
  .menu-style-01 .sub-menu {
    min-width: 280px;
  }
  body:not(.pt-touch-on) .menu-style-01 li:hover > .mix-menu-wrap,
  body:not(.pt-touch-on) .menu-style-01 li:hover > .sub-menu,
  body.pt-touch-on .menu-style-01 li.open > .mix-menu-wrap,
  body.pt-touch-on .menu-style-01 li.open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .pt-safari.pt-touch-off .menu-style-01 li > .sub-menu,
  .pt-safari.pt-touch-off .menu-style-01 li > .mix-menu-wrap {
    overflow: hidden;
  }
  .pt-safari.pt-touch-off .menu-style-01 li:hover > .sub-menu,
  .pt-safari.pt-touch-off .menu-style-01 li:hover > .mix-menu-wrap {
    overflow: auto;
  }
  .menu-style-01 .sub-menu .sub-menu {
    left: 100%;
    top: -30px;
  }
  .menu-style-01 .has-sub {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .menu-style-01.menu-wide .sub-menu .call-menu-sub {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu-style-01 li.has-img {
    width: 280px;
    height: 180px;
    padding: 4px;
  }
  .menu-style-01 li.has-img > a {
    padding: 0;
    line-height: 1;
    font-size: 1.125em;
  }
  .menu-style-01 li.has-img > a > span {
    display: inline-block;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
  }
  .menu-style-01 li.has-img > a > span:before {
    left: 8px;
  }
  .menu-style-01 li.has-img > a:hover > span {
    padding: 10px 18px;
    background: rgba(0, 0, 0, 0.9);
  }
  .menu-style-01 li.has-img .bg-full {
    margin: 4px;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .menu-style-01 li.has-img > a {
    font-size: calc(0.9rem + 0.1vh);
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .menu-style-01 .mix-menu.lot .mix-menu-text {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .menu-style-01 .mix-menu-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
  }
  .menu-style-01 .mix-menu-text.null {
    padding: 0 !important;
  }
  .menu-style-01.elem-position-01 .mix-menu-text {
    padding-left: 30px;
  }
  .menu-style-01.elem-position-01 .mix-menu-wrap {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .menu-style-01.elem-position-01 li.depth-1:last-child .sub-menu,
  .menu-style-01.elem-position-01 .mix-menu-wrap {
    left: auto;
    right: -30px;
  }
  .menu-style-01.elem-position-01 .sub-menu .sub-menu {
    right: 100%;
  }
  .menu-style-01 .btn.call-menu {
    display: none;
  }
}
.menu-style-01 .main-menu a > i {
  display: none;
}
.menu-style-01 .call-menu-sub {
  z-index: 7;
  cursor: pointer;
}
body:not(.ie-10) .menu-style-01 .call-menu-sub {
  margin-right: -11px;
}
.menu-style-01 li.has-img > a {
  height: 100%;
  width: 100%;
}
.menu-style-01 .header-search {
  margin-left: 0;
}
.menu-style-01 .mix-menu .sub-menu,
.menu-style-01 .mix-menu-wrap .call-menu-sub {
  display: none;
}
.menu-style-01 .mix-menu-text li {
  white-space: nowrap;
  padding-right: calc(30px + 1vw);
}
.menu-style-01 .mix-menu-img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.menu-style-01 .mix-menu-wrap li {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1360px) and (min-width: 1024px) {
  .pt-header.menu-style-01 .mix-menu-wrap {
    display: block;
    min-width: 340px;
    right: auto !important;
    left: -34px;
  }
  .pt-header.menu-style-01 .mix-menu-wrap li {
    display: block;
  }
  .pt-header.menu-style-01 .mix-menu-text {
    padding: 4px;
  }
  .pt-header.menu-style-01 .mix-menu-img {
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .logo-option-03 .logo.type-text {
    padding: 12px;
  }
  .pt-header:not(.menu-style-03) .main-menu {
    max-height: calc(100vh - 82px) !important;
  }
  .pt-header.has-footer.elem-position-02 > .wrap {
    padding-right: 30px;
  }
  .pt-header.has-footer.elem-position-01 > .wrap {
    padding-left: 30px;
  }
  .header-additional {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pt-header.elem-position-01 .header-additional {
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  .pt-header.elem-position-01 .call-menu {
    -webkit-order: 2;
    order: 2;
  }
  .menu-style-01 {
    top: 0;
  }
  .menu-style-01 .call-menu {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .menu-style-01 .main-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 6vw;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
  }
  .IOS-old .menu-style-01 .main-menu {
    display: none;
    transition: none !important;
  }
  .site-dark .menu-style-01 .main-menu {
    background: #1a1b1c;
  }
  .menu-style-01 .mix-menu > .call-menu-sub,
  .menu-style-01 li.menu-item-has-children:not(.mix-menu) > .call-menu-sub,
  .menu-style-01 li.page_item_has_children:not(.mix-menu) > .call-menu-sub {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    pointer-events: auto;
    z-index: 15;
  }
  .menu-style-01 .main-menu li:not(.has-img) > a {
    padding: 15px 0;
  }
  .menu-style-01 .sub-menu ul {
    padding: 0 3vw;
    background: 0 0;
    margin-top: 0;
  }
  .menu-style-01 .sub-menu,
  .menu-style-01 .mix-menu-wrap {
    display: none;
    padding: calc(6vw - 15px) 6vw;
    margin: 15px 0;
    background: rgba(116, 116, 116, 0.05);
    max-height: none !important;
    right: auto !important;
    transition: none;
  }
  .menu-style-01 .main-menu .mix-menu-img {
    padding-top: 15px;
  }
  .menu-style-01 .mix-menu-text li {
    display: block;
  }
  .menu-style-01 li.has-img {
    width: 33.33%;
  }
  .menu-style-01 li.has-img:after {
    content: "";
    display: block;
    padding-top: 64%;
  }
  .menu-style-01 li.has-img > a {
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu-style-01 li.has-img > a span {
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    left: 0;
    bottom: 0;
  }
  .menu-style-01 li.has-img > a span:before {
    left: 1em;
  }
  html:not(.win-h) .admin-bar .menu-style-01 {
    top: 32px;
  }
}
@media (max-width: 1023px) {
  .menu-style-01 li.has-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .menu-style-01 .main-menu li.has-img {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-style-01 .main-menu li.has-img a {
    padding: 4px;
  }
  .menu-style-01 .main-menu li.has-img .bg-full {
    margin: 4px;
  }
}
@media (max-width: 1023px) {
  .menu-style-02.expand-current-submenu
    .current-menu-ancestor:not(:hover)
    > a
    span:before {
    display: none;
  }
  .call-menu {
    font-size: 11px;
  }
  .pt-header.pt-show .call-menu i span {
    opacity: 0;
    transition: none;
  }
  .pt-header.pt-show .call-menu i {
    position: relative;
    font-style: normal;
    overflow: visible;
  }
  .pt-header.pt-show .call-menu i:before {
    content: "\e92e";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "pt-icons";
    font-size: 24px;
  }
  .site-root {
    padding-top: 50px;
  }
  .pt-header {
    width: 100%;
    right: 0 !important;
    left: auto !important;
    top: 0;
  }
  .pt-header .logo {
    height: 50px !important;
    min-width: 0 !important;
  }
  .pt-header .menu-wrap {
    min-height: 50px;
  }
  .pt-header > .wrap {
    width: 100%;
    border-radius: 0 !important;
  }
  .pt-header > .wrap,
  .pt-header .call-menu {
    min-width: 0 !important;
  }
  .menu-style-02 .menu-wrap {
    padding-top: 50px !important;
  }
  .menu-style-02 .menu-wrap:after {
    top: 50px !important;
  }
  .menu-style-03 .call-menu {
    width: 100%;
  }
  .win-v .expand-current-submenu .current-menu-ancestor.open > a span:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .pt-header .logo.text-small {
    font-size: 11px;
  }
  .pt-header .logo.text-normal {
    font-size: 12px;
  }
  .pt-header .logo.text-large {
    font-size: 14px;
  }
}
body:not(.pt-safari) .main-menu {
  will-change: transform;
}
.main-menu a {
  position: relative;
  z-index: 12;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.main-menu a > i {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-size: 0.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
}
.main-menu a span {
  position: relative;
  display: inline-block;
}
.sub-menu {
  z-index: 9;
}
.main-menu.ready {
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.pt-header.elem-position-01 .logo {
  -webkit-order: 3;
  order: 3;
}
.pt-header li {
  position: relative;
  list-style-type: none;
  z-index: 2;
}
.pt-header li a {
  display: block;
}
.pt-header li > a span:before {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #f8723d;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  z-index: 5;
}
.pt-header li.has-hr > .line {
  display: block !important;
  height: 1px;
  width: 100%;
  margin: 8px 0;
  background: rgba(166, 166, 166, 0.2);
}
html:not(.win-v) .pt-header li.menu-style-02 li.has-hr > .line {
  width: calc(100% - 70px - 1.4vw);
  margin-left: 20px;
}
.menu-style-01 .main-menu hr {
  opacity: 0.6;
}
.menu-style-02 li > a span:before {
  left: -20px;
  top: 50%;
  margin-top: -2px;
}
.menu-style-01 li > a span:before {
  left: -10px;
  top: 50%;
  margin-top: -2.4px;
}
.menu-wrap li hr {
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
}
.pt-touch-off .pt-header:not(.menu-style-03) .main-menu a:hover > span:before,
.pt-touch-off
  .pt-header:not(.menu-style-03)
  .main-menu
  li.open
  > a
  span:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.pt-header .main-menu .current_page_item > a span:before,
.pt-header .main-menu .current-menu-ancestor > a span:before,
.pt-header .main-menu .current-menu-item > a span:before {
  background: #f8723d;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.win-h body:not(.ie-10) .menu-style-02:not(.use-click):before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  z-index: -1;
}
.win-h .menu-style-02:not(.pt-show):before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.menu-style-02 .menu-wrap:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  top: calc(30px + 3vh);
  background: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  z-index: 10;
}
.pt-header.pt-show .menu-wrap:after {
  opacity: 1;
}
.menu-style-02:not(.text-small) .menu-wrap:after {
  top: calc(40px + 3vh);
}
.menu-style-02 {
  right: calc(50px + 4vw);
}
.menu-style-02.elem-position-02 {
  right: auto;
  left: calc(50px + 4vw);
}
.menu-style-02:not(.text-small) .menu-wrap {
  padding-top: calc(40px + 3vh);
}
.menu-style-02 > .wrap {
  min-width: calc(300px + 15vw);
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-style-02:not(.text-small) .logo {
  height: calc(40px + 3vh);
}
.menu-style-02 .menu-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: calc(30px + 3vh);
  cursor: pointer;
  -webkit-order: 1;
  order: 1;
  z-index: 2;
}
.menu-style-02 .main-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.02), 1px 2px 4px rgba(0, 0, 0, 0.01);
  background: #fff;
  overflow: auto;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.site-dark .menu-style-02 .main-menu {
  background: #060708;
}
.menu-style-02 .main-menu {
  max-height: calc(100vh - 3vh - 40px);
}
.menu-style-02.text-small .main-menu {
  max-height: calc(100vh - 3vh - 30px);
}
.admin-bar .menu-style-02 .main-menu {
  max-height: calc(100vh - 3vh - 40px - 32px);
}
.admin-bar .menu-style-02.text-small .main-menu {
  max-height: calc(100vh - 3vh - 30px - 32px);
}
@media (min-width: 1024px) {
  .menu-style-02.text-small .main-menu .has-img > a > span {
    font-size: 0.8em;
  }
  .menu-style-02.text-normal .main-menu .has-img > a > span {
    font-size: 1em;
  }
  .menu-style-02.text-large .main-menu .has-img > a > span {
    font-size: 1.2em;
  }
  .menu-style-02.text-small .main-menu > ul > li {
    font-size: calc(1.125rem + 0.1vw);
  }
  .menu-style-02.text-small .main-menu > ul > li li {
    font-size: 1.125rem;
  }
  .menu-style-02.text-normal .main-menu > ul > li {
    font-size: calc(1.125rem + 0.25vw);
  }
  .menu-style-02.text-normal .main-menu > ul > li li {
    font-size: 1.125rem;
  }
  .menu-style-02.text-large .main-menu > ul > li {
    font-size: calc(1.25rem + 0.4vw);
  }
  .menu-style-02.text-large .main-menu > ul > li li {
    font-size: 1.125rem;
  }
}
@media (max-width: 1023px) {
  .menu-style-02.text-small .main-menu > ul > li,
  .menu-style-02.text-normal .main-menu > ul > li,
  .menu-style-02.text-large .main-menu > ul > li {
    font-size: calc(0.875rem + 0.8vw);
  }
  .menu-style-02.text-small .main-menu > ul > li li,
  .menu-style-02.text-normal .main-menu > ul > li li,
  .menu-style-02.text-large .main-menu > ul > li li {
    font-size: calc(0.875rem + 0.8vw);
  }
}
.menu-style-02 .main-menu li:not(.has-img) > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(166, 166, 166, 0.07);
  margin: -3px -200px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  pointer-events: none;
  z-index: -1;
}
html:not(.breakPoint)
  .pt-touch-off
  .menu-style-02
  .main-menu
  li:not(.has-img)
  > a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.menu-style-02 .main-menu > ul {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative !important;
}
.menu-style-02 .main-menu ul .sub-menu {
  position: relative;
  width: 100%;
  display: none;
  -webkit-transform: translateZ(0);
  z-index: 8;
}
.menu-style-02 .main-menu ul ul li:not(.has-img) > a {
  border-left: 20px solid transparent;
}
.menu-style-02 .main-menu ul ul ul li:not(.has-img) {
  padding-left: 15px;
}
.menu-style-02 .main-menu ul li {
  font-size: calc(12px + 0.2vw);
  line-height: 1;
  transition: padding 0.2s;
}
.menu-style-02 .main-menu ul li:not(.has-img) > a,
.menu-style-02 .main-menu ul li.has-hr {
  padding-left: calc(50px + 1.4vw);
}
.menu-style-02 .main-menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.menu-style-02 .main-menu li > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.menu-style-02 .main-menu li a {
  width: 100%;
}
.menu-style-02 .main-menu li.menu-item-has-children:not(.has-img) > a,
.menu-style-02 .main-menu li.page_item_has_children:not(.has-img) > a {
  width: calc(100% - 50px);
}
.menu-style-02 .main-menu li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-style-02 .main-menu li li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-style-02 .main-menu > ul > li:last-child:not(.has-img) {
  margin-bottom: calc(30px + 1vw);
}
.menu-style-02 .main-menu > ul > li:first-child:not(.has-img) {
  margin-top: calc(30px + 1vw);
}
.menu-style-02 .main-menu > ul > li.sub-last-has-img.open {
  margin-bottom: 0 !important;
}
.menu-style-02 .main-menu li.has-img + li:not(.has-img) {
  margin-top: 10px;
}
.menu-style-02 .main-menu li:not(.has-img) + li.has-img,
.menu-style-02 .main-menu > ul > li.has-img + li:not(.has-img),
.menu-style-02 .main-menu li.has-img > .sub-menu > li:not(.has-img):first-child,
.menu-style-02 .main-menu li.has-img + li:not(.has-img),
.menu-style-02 .main-menu .has-sub.open + li.gap-hack-on {
  margin-top: 20px;
}
.menu-style-02 .main-menu li li:last-child:not(.has-img) {
  margin-bottom: 10px;
}
.menu-style-02 .main-menu li.has-img li:last-child:not(.has-img) {
  margin-bottom: 20px;
}
.menu-style-02 .main-menu li:last-child li.has-img:last-child {
  margin-bottom: 0;
}
.menu-style-02 .main-menu .has-sub.open + li.has-img.gap-hack-off,
.menu-style-02 .main-menu li:not(.has-sub) + li.has-img.gap-hack-off {
  margin-top: 0;
}
.menu-style-02 .main-menu .call-menu-sub {
  position: relative;
  padding: 15px 0;
  width: 50px;
  text-align: center;
  right: calc(30px + 1vw);
  cursor: pointer;
  opacity: 0.4;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  z-index: 13;
}
.menu-style-02 .main-menu .pt-touch-on .call-menu-sub,
.pt-touch-off .menu-style-02 .main-menu a:hover + .call-menu-sub,
.pt-touch-off .menu-style-02 .main-menu .call-menu-sub:hover {
  opacity: 1;
}
.menu-style-02 .main-menu .sub-menu li:not(.has-img) > .call-menu-sub {
  padding: 10px 0;
}
.menu-style-02 .main-menu li:not(.has-img) > .call-menu-sub:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
html:not(.breakPoint) .menu-style-02 .open > .call-menu-sub:before,
html.breakPoint .main-menu li.open > .call-menu-sub:before {
  content: "\32";
}
.menu-style-02.pt-show .main-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .menu-style-02 .main-menu li:not(.has-img) {
    line-height: 1.4;
  }
  .menu-style-01.pt-show .main-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .IOS-old .pt-header.pt-show .main-menu {
    display: block !important;
  }
  .menu-style-01.pt-show .main-menu,
  .menu-style-02.pt-show .main-menu {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    border-bottom: 50px solid transparent;
  }
  .expand-current-submenu
    .main-menu
    li[class*="current-menu-"]:not(.mix-menu)
    > .sub-menu,
  .expand-current-submenu
    .main-menu
    li[class*="current-menu-"]
    > .mix-menu-wrap,
  .expand-current-submenu
    .main-menu
    li[class*="current-menu-"]
    .sub-menu-collecter {
    display: block;
  }
}
.menu-style-03.expand-current-submenu
  .main-menu
  li[class*="current-menu-"]
  > .sub-menu,
.menu-style-02.expand-current-submenu
  .main-menu
  li[class*="current-menu-"]
  > .sub-menu {
  display: block;
}
.call-menu-sub:before {
  content: "\e956";
  font-family: "pt-icons";
  font-size: 90%;
}
.call-menu {
  font-size: 1rem;
  line-height: 1;
  z-index: 8;
}
body.hack-fontline .call-menu {
  padding-top: 1px;
}
.icon-style-01 .call-menu i span:nth-child(3) {
  display: none;
}
.pt-touch-off .menu-style-03 .call-menu:hover i span,
html:not(.win-v) .pt-header.pt-show .call-menu i span {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  left: 8px;
}
.pt-touch-off .menu-style-03 .call-menu:hover i span:nth-child(2),
html:not(.win-v) .pt-header.pt-show .call-menu i span:nth-child(2) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: -8px;
}
.call-menu i {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
  overflow: hidden;
}
.call-menu > span {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .call-menu > span {
    margin-left: 2px;
  }
}
.call-menu i span {
  display: block;
  position: relative;
  margin: 4px 0;
  width: calc(20px + 0.6vw);
  height: 3px;
  background: #242526;
  transition: all 0.6s;
}
.call-menu i span:after {
  background: #242526;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.call-menu i span:nth-child(2):after {
  left: 100%;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.site-dark .call-menu i span,
.site-dark .call-menu i span:after {
  background: rgba(255, 255, 255, 0.8);
}
.icon-style-02 .call-menu i span {
  width: 30px;
  margin: 3px 0;
  height: 2px;
}
@media (min-width: 1024px) {
  body.pt-touch-off .pt-header:not(.use-click) .call-menu {
    z-index: -1;
  }
}
.menu-style-02 .call-menu {
  width: 100%;
  min-width: 240px;
}
.menu-03-show ~ .main-content {
  overflow: hidden;
}
body.admin-bar .menu-style-03 .menu-wrap {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .menu-style-03 .menu-wrap {
    margin-top: 46px;
  }
}
.menu-style-03 {
  z-index: 120;
}
.menu-style-03.pt-show {
  z-index: 10000;
}
.menu-style-03 .current-menu-ancestor > a span:before,
.menu-style-03 .wrap > .header-additional,
.menu-style-03 .sub-menu,
.menu-style-03 .main-menu .bg-full,
.menu-style-03 .header-additional .icon {
  display: none;
}
.menu-style-03 .call-menu-sub {
  position: absolute;
  left: 100%;
  top: 0.2em;
  height: 1em;
  width: 1em;
  line-height: 1em;
  cursor: pointer;
  opacity: 0;
}
.menu-style-03 .call-menu-sub:before {
  content: "\e959";
  font-family: LineIcons;
  font-size: 60%;
}
.menu-style-03 li.open > .call-menu-sub:before {
  content: "\e957" !important;
}
.pt-touch-off .menu-style-03 li:hover > .call-menu-sub {
  opacity: 0.7;
  transition: all 0.2s;
}
.pt-touch-on .menu-style-03 .call-menu-sub,
.menu-style-03 li.open > .call-menu-sub {
  opacity: 0.7;
}
.pt-touch-off .menu-style-03 li .call-menu-sub:hover {
  opacity: 1;
}
.menu-style-03 .call-menu {
  padding: 0 calc(30px + 2vw);
}
.menu-style-03 .menu-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  color: #fff;
}
.menu-style-03 .menu-wrap a,
.menu-style-03 .menu-wrap .pt-h,
.menu-style-03 .menu-wrap strong,
.menu-style-03 .menu-wrap .widget_shopping_cart_content {
  color: #fff;
}
.menu-style-03 .bg-color.menu-bg {
  position: fixed;
  background: #848484;
  z-index: 9999;
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.2s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.menu-style-03 .menu-bg:not(.pt-show) {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1) 0.2s,
    opacity 0.3s 0.6s;
}
.menu-style-03.menu-bg-02 .bg-color.menu-bg {
  background: #141516;
}
.menu-style-03 .main-menu {
  height: 100%;
  padding: calc(24px + 6vh) 0 calc(48px + 12vh) 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center;
  height: 100%;
}
.menu-style-03 .main-menu > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.menu-style-03 .main-menu {
  position: relative;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
  transition: none !important;
  z-index: 3;
}
.menu-style-03:not(.menu-03-show) .main-menu > ul > li {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.menu-style-03:not(.menu-03-show) .header-additional {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.menu-style-03 .header-additional {
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
  transition: transform 0.5s 0.3s, opacity 0.5s 0.3s,
    -webkit-transform 0.5s 0.3s;
}
.menu-style-03 li.depth-1 {
  font-size: calc(1.35rem + 1vw);
}
.menu-style-03.text-small li.depth-1 {
  font-size: calc(1.25rem + 0.5vw);
}
.menu-style-03.text-large li.depth-1 {
  font-size: calc(1.45rem + 1.5vw);
}
.menu-style-03 .main-menu li > a span:before {
  margin-top: -2px;
  left: -10px;
  top: 50%;
}
.menu-style-03 li.depth-1 > a {
  padding: 0.2em;
  opacity: 0.7;
}
.menu-style-03 li[class*="current"] > a,
.menu-style-03 li.depth-1.open > a,
.menu-style-03 li.depth-1:hover > a {
  opacity: 1;
}
.menu-style-03 .sub-menu {
  padding-bottom: 0.4em;
}
.menu-style-03 .sub-menu li {
  font-size: 1rem;
}
.menu-style-03 .sub-menu a {
  line-height: 1;
  padding: 0.4em;
}
.menu-style-03 .sub-menu li:not([class*="current"]) a:not(:hover) {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .menu-style-03 .logo {
    height: calc(40px + 3vh);
  }
  .menu-style-03 .pt-social {
    width: 100%;
  }
  .menu-style-03 .pt-social ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    overflow: visible;
  }
  .menu-style-03 .pt-social em {
    display: block;
    font-size: calc(1rem + 0.16vh);
    font-style: normal;
  }
  .menu-style-03 .pt-social li {
    width: 100%;
    height: auto;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    overflow: visible;
  }
  .menu-style-03 .pt-social li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: opacity 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s,
      -webkit-transform 0.2s;
  }
  .menu-style-03 .pt-social li:hover:before {
    opacity: 1;
  }
  .menu-style-03 .pt-social a {
    width: 100%;
    text-align: center;
    line-height: calc(24px + 6vh);
  }
  .pt-touch-on .menu-style-03 .main-menu > ul > li li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .pt-touch-on .menu-style-03 .main-menu > ul > li .sub-menu-collecter {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .menu-style-03 .call-menu {
    width: 100%;
  }
}
.menu-style-03 .menu-bg-collecter li {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.menu-style-03 .menu-bg-collecter .bg-full {
  opacity: 0;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.menu-style-03 .menu-bg-collecter li.pt-show .bg-full.pt-show {
  opacity: 0.4;
}
.menu-style-03:not(.menu-03-show) .menu-bg-collecter .bg-full {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0 !important;
}
.menu-style-03 .menu-wrap .header-additional {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 calc(24px + 6vh);
  min-height: calc(24px + 6vh);
  border-top: 1px dotted rgba(200, 200, 200, 0.5);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-height: 800px) {
  html:not(.win-v) .menu-style-03 .sub-menu-collecter li {
    margin: 0 2px 2px 0;
  }
  html:not(.win-v) .menu-style-03 .sub-menu-collecter a {
    font-size: 11px;
    padding: 5px 8px;
  }
}
@media (max-width: 1023px) {
  .menu-style-03 .main-menu {
    padding: calc(24px + 6vw) 0 calc(48px + 12vw) 0;
  }
  .menu-style-03 .menu-wrap .header-additional {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 6vw;
    min-height: calc(24px + 6vw);
  }
  .menu-style-03 .pt-social .icon {
    display: block;
  }
  .menu-style-03 .pt-social em {
    display: none;
  }
  .menu-style-03 .header-additional > *:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-style-03 .header-additional .pt-social ul {
    top: auto;
    bottom: 100%;
  }
}
.main-menu li.has-img > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  background: rgba(16, 17, 18, 0.1);
  color: #fff !important;
  transition: background-color 0.3s;
}
.menu-style-02 .main-menu li.has-img > a {
  padding: 0 calc(30px + 1vw) calc(30px + 1vw) calc(50px + 1.4vw);
}
.menu-style-01 .main-menu li.has-img > a {
  background: 0 0;
}
.menu-style-02 .main-menu li.has-img > .call-menu-sub {
  position: absolute;
  height: 50px;
  line-height: 50px;
  right: calc(20px + 0.6vw);
  top: calc(20px + 0.6vw);
  padding: 0;
}
.main-menu li.has-img > .call-menu-sub:before {
  color: #fff;
  font-size: 30px;
}
.main-menu li.has-img > .call-menu-sub:hover:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.header-additional {
  position: relative;
  z-index: 4;
}
.pt-header:not(.menu-style-03) .header-additional {
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .pt-header:not(.menu-style-03) .header-additional {
    padding-right: 10px;
  }
}
.pt-header.menu-style-01.menu-wide > .wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pt-header.menu-style-01.menu-wide .menu-wrap {
  -webkit-order: 2;
  order: 2;
}
.pt-header.menu-style-01.menu-wide .call-menu {
  -webkit-order: 2;
  order: 2;
}
.pt-header.menu-style-01.menu-wide.elem-position-01 .header-additional {
  -webkit-order: 1;
  order: 1;
}
.pt-header.menu-style-01.menu-wide.elem-position-01 .logo {
  -webkit-order: 3;
  order: 3;
}
.pt-header.menu-style-01.menu-wide.elem-position-02 .header-additional {
  -webkit-order: 3;
  order: 3;
}
.pt-header.menu-style-01.menu-wide.elem-position-02 .logo {
  -webkit-order: 1;
  order: 1;
}
@media (min-width: 1024px) {
  .pt-header.menu-style-01.menu-wide .main-menu > ul > li {
    height: 100%;
    margin: 0;
  }
  .menu-delimiter-on .pt-header.menu-style-01.menu-wide .main-menu > ul > li {
    border-left: 1px solid rgba(166, 166, 166, 0.15);
  }
  .menu-delimiter-on
    .pt-header.menu-style-01.menu-wide
    .main-menu
    > ul
    > li:last-child {
    border-right: 1px solid rgba(166, 166, 166, 0.15);
  }
  .pt-header.menu-style-01.menu-wide .main-menu > ul > li > a {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .pt-header.menu-style-01.menu-wide .main-menu > ul > li.has-sub > a {
    padding-left: calc(1.5vw + 6px);
  }
  .pt-header.menu-style-01.menu-wide .main-menu > ul > li > .call-menu-sub {
    margin-right: 0;
    left: -1.4vw;
    position: relative;
  }
  .pt-header.menu-style-01.menu-wide .mix-menu-wrap {
    display: block;
    left: 0;
    right: auto;
    padding: 1.5vw;
  }
  .pt-header.menu-style-01.menu-wide .sub-menu,
  .pt-header.menu-style-01.menu-wide ul.children {
    left: 0;
    padding: 1.2vw 1.5vw;
  }
  .pt-header.menu-style-01.menu-wide .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
  .pt-header.menu-style-01.menu-wide li.depth-1:last-child .sub-menu .sub-menu {
    left: auto;
    right: 98%;
  }
  .pt-header.menu-style-01.menu-wide .mix-menu-text {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pt-header.menu-style-01.menu-wide .mix-menu-text li {
    display: block;
  }
  .pt-header.menu-style-01.menu-wide .mix-menu-text:not(.null) ~ .mix-menu-img {
    padding-top: 20px;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload) > .wrap {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload) .header-additional {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload) .logo {
    position: absolute;
    top: 0;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload).elem-position-01
    .header-additional {
    left: 20px;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload).elem-position-01 .logo {
    right: 0;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload).elem-position-02
    .header-additional {
    right: 20px;
  }
  .pt-header.menu-style-01.menu-wide:not(.overload).elem-position-02 .logo {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .pt-header.menu-style-01.menu-wide .main-menu:not(.lot) > ul > li > a {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
  .pt-header.menu-style-01.menu-wide
    .main-menu:not(.lot)
    > ul
    > li.has-sub
    > a {
    padding-left: calc(2.5vw + 6px);
  }
  .pt-header.menu-style-01.menu-wide
    .main-menu:not(.lot)
    > ul
    > li
    > .call-menu-sub {
    left: -2.3vw;
  }
}
.call-search {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.call-search:before {
  content: "\e925";
  font-size: 13px;
}
.header-additional > *:not(:first-child) {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
html:not(.win-h) .header-additional > *:not(:first-child) {
  padding-left: 2px;
  margin-left: 2px;
}
.header-additional > *:not(:first-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-left: 1px dotted;
  opacity: 0.5;
}
.pt-social {
  white-space: normal;
}
.pt-social i:not(.btn) {
  position: static;
  display: block;
  overflow: hidden;
  text-align: center;
}
.pt-social i:not(.btn):before {
  font-size: 13px;
}
.pt-social a {
  opacity: 1 !important;
}
.ptsc .pt-social i:before {
  font-size: 18px;
  font-family: lineicons;
}
.pt-touch-off .ptsc .pt-social li:hover i:before {
  -webkit-animation: smallIcon 0.4s;
  animation: smallIcon 0.4s;
}
.ptsc .pt-social li {
  margin-right: 4px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
@media (min-height: 900px) {
  .win-h .ptsc .pt-social li {
    width: 4vh;
    height: 4vh;
  }
  .win-h .ptsc .pt-social li:before {
    font-size: 2vh;
  }
}
.sc-textlist .pt-social li,
.text-area .pt-social li,
.intro .pt-social li {
  background: rgba(56, 56, 56, 0.7);
}
.sc-textlist .pt-social i:before,
.text-area .pt-social i:before,
.intro .pt-social i:before {
  font-family: inherit;
}
.pt-touch-off .sc-mixbox .item.has-color .pt-social li:hover i {
  color: #fff;
}
.pt-social ul {
  display: -webkit-flex;
  display: flex;
}
.pt-social li {
  list-style-type: none;
  position: relative;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  transition: opacity 0.2s, border 0.2s;
  overflow: hidden;
}
.pt-touch-off .pt-social li:hover {
  opacity: 1;
}
.pt-touch-off .pt-social li:hover i {
  color: #fff;
}
.pt-social .call-social:before {
  content: "\e0a0";
  font-size: 13px;
}
.pt-social a {
  display: block;
}
.pt-social em {
  display: none;
}
.pt-header .btn.call-social {
  display: none;
}
@media (max-width: 767px) {
  .pt-header .pt-social ul {
    display: none;
    position: absolute;
    right: 50%;
    top: 100%;
    margin-right: -25px;
    padding: 10px 0;
    width: 50px;
    background: #252627;
  }
  .pt-header .pt-social ul a {
    color: #fff;
    margin: 6px 0;
  }
  .pt-header .pt-social.pt-show ul {
    display: block;
  }
  .pt-header .btn.call-social {
    display: -webkit-flex;
    display: flex;
  }
}
.josefin-local .call-menu > span {
  padding-top: 1.5px;
}
i.pt-dribbble:before {
  content: "\e93d";
}
i.pt-facebook:before {
  content: "\ea90";
}
i.pt-twitter:before {
  content: "\e93c";
}
i.pt-pinterest:before {
  content: "\e91e";
}
i.pt-flickr:before {
  content: "\e939";
  font-size: 16px;
}
i.pt-instagram:before {
  content: "\e938";
}
i.pt-linkedin:before {
  content: "\e937";
}
i.pt-whatsapp:before {
  content: "\e936";
}
i.pt-behance:before {
  content: "\e935";
  font-size: 16px;
}
i.pt-tumblr:before {
  content: "\e93a";
}
i.pt-vimeo:before {
  content: "\e934";
}
i.pt-youtube:before {
  content: "\e933";
}
i.pt-envelope:before {
  content: "\e932";
}
.pt-touch-off .pt-header .icon:hover:before,
.pt-touch-off .pt-header .btn:not(.call-menu):not(.call-wpml):hover:before {
  color: #fff;
  -webkit-animation: smallIcon 0.4s;
  animation: smallIcon 0.4s;
}
@media (max-width: 767px) {
  .call-search:before {
    font-size: 12px !important;
  }
  .pt-header:not(.menu-style-03) .call-social,
  .pt-header:not(.menu-style-03) .call-search {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .menu-style-03 .call-social {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pt-social .call-social:before {
    content: "\e0a0";
    font-size: 12px;
    top: 1px;
  }
  .pt-header .pt-social ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: auto;
  }
  .pt-header .pt-social ul li i:before {
    font-size: 13px !important;
  }
  .pt-social li .pt-custom-icon.icon:before {
    font-size: 15px !important;
  }
  .pt-header .call-menu i span {
    margin: 2px;
    width: 20px;
    height: 2px;
  }
  .call-menu {
    font-size: 11px;
  }
}
@-webkit-keyframes smallIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  21% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes smallIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  21% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.header-search {
  position: relative;
}
.header-search .search-form {
  display: none;
  position: fixed;
  height: 70vh;
  width: 80%;
  left: 10%;
  top: 15vh;
  color: #eee;
  background: #101112;
  box-shadow: 4px 4px 2vw rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: calc(12px + 0.2vw);
  z-index: 4;
}
.win-v .header-search .search-form {
  padding: 3vw;
}
.header-search .search-form > .inner-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 4;
}
body:not(.w782) .header-search .search-form > .inner-wrap:before {
  content: "\e902";
  position: absolute;
  font-family: "pt-icons";
  font-size: 45vh;
  left: 4vh;
  top: 4vh;
  opacity: 0.04;
}
.header-search .search-form form {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(2vw);
  transform: translateY(2vw);
  width: 70vw;
  min-width: 320px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s,
    -webkit-transform 0.3s 0.1s;
  z-index: 2;
}
@media (max-width: 767px) {
  .header-search .search-form form {
    width: 80%;
    min-width: 0;
  }
  .header-search .search-form .search-tips {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.header-search .search-form .pt-tags {
  position: relative;
  width: 100%;
  height: 25vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 10vw;
  background: #101112;
  border-top: 1px solid rgba(116, 116, 116, 0.2);
  opacity: 0;
  -webkit-transform: translateY(2vw);
  transform: translateY(2vw);
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s,
    -webkit-transform 0.3s 0.2s;
  z-index: 3;
}
@media (max-width: 768px) {
  .header-search .search-form .pt-tags {
    height: auto;
    padding: 6vw;
  }
}
.show-search .header-search .search-form form,
.show-search .header-search .search-form .pt-tags {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-search .search-form .pt-tags a {
  display: inline-block;
  margin: 0.4vw;
  color: #fff;
  background: rgba(166, 166, 166, 0.15);
  padding: calc(8px + 0.8vh) calc(16px + 1vh) calc(9px + 0.8vh);
  line-height: 1;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.header-search .search-form .pt-tags a:hover {
  background: #f8723d;
}
.win-v .header-search .search-form .pt-tags a {
  padding: 10px 13px;
  font-size: 0.875rem;
}
.header-search .search-form input[type="search"] {
  height: 15vh;
  width: auto !important;
  padding: 0;
  border: none;
  font-size: calc(16px + 4vh);
  color: #eee;
  background: 0 0 !important;
  border-radius: 0 !important;
  text-align: center;
  opacity: 0.8;
  transition: all 0.2s;
}
.header-search .search-form input[type="search"]:hover {
  opacity: 1;
}
.header-search .search-form .search-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
.search-tips {
  margin-top: 3vh;
  opacity: 0.3;
  font-size: calc(12px + 0.2vw);
}
.btn.close-search {
  top: 1vw;
}
.elem-position-01:not(.menu-wide) .close-search,
.elem-position-02.menu-wide .close-search {
  right: 1vw;
}
.elem-position-02:not(.menu-wide) .close-search,
.elem-position-01.menu-wide .close-search {
  left: 1vw;
}
@media (max-width: 1023px) {
  .header-search .search-form input[type="search"] {
    font-size: 4.4vw;
  }
}
@media (max-width: 782px) {
  .header-search .search-form input[type="search"] {
    height: 10vw;
    width: 100% !important;
  }
}
@media (max-height: 500px) {
  .pt-tags {
    display: none !important;
  }
  .header-search .search-form form {
    -webkit-align-self: center;
    align-self: center;
  }
}
.pt-social li .pt-custom-icon.icon:before {
  font-family: inherit;
  font-size: 16px;
}
.pt-hs-content {
  -webkit-overflow-scrolling: touch;
}
body > .pt-footer-01,
.pt-footer .pt-footer-01 {
  display: none;
}
.pt-footer-01 {
  -webkit-order: 6 !important;
  order: 6 !important;
}
.pt-footer-01 p,
.pt-footer-01 .pt-des {
  line-height: 1.55;
}
.pt-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 110;
}
.pt-footer img[data-src] {
  opacity: 0;
  transition: opacity 0.3s;
}
.pt-footer img.inited {
  opacity: 1;
}
.pt-footer .list-scroller-root {
  overflow: hidden;
}
.win-v .pt-footer {
  z-index: 131;
}
.win-v .show-footer .pt-footer {
  right: 0;
  top: 0;
  margin: 6vw;
}
@media (min-width: 768px) {
  .win-v .show-footer .pt-footer {
    width: 640px;
    margin: 6vw auto;
  }
}
.pt-footer > .wrap {
  display: none;
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 100vw;
  padding: calc(20px + 0.6vw) 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.6s, opacity 0.3s cubic-bezier(0.2, 0.9, 0.4, 1),
    visibility 0.3s;
  background: #fff;
  z-index: 2;
}
.win-v .pt-footer > .wrap {
  max-height: calc(100vh - 12vw);
  overflow: auto !important;
  padding: 10vw;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
}
.win-v .admin-bar.show-footer .pt-footer {
  margin-top: calc(6vw + 23px);
  margin-bottom: calc(6vw + 23px);
}
.win-v .admin-bar .pt-footer > .wrap {
  max-height: calc(100vh - 12vw - 46px);
}
html:not(.win-v) .pt-footer > .wrap {
  -webkit-transform: translate3d(-40px, 20%, 0) rotateY(20deg);
  transform: translate3d(-40px, 20%, 0) rotateY(20deg);
}
.win-v .pt-footer > .wrap {
  -webkit-transform: translateY(12vw);
  transform: translateY(12vw);
}
.site-dark .pt-footer > .wrap {
  background: #060708;
}
body.show-footer .pt-footer > .wrap {
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.4s,
    visibility 0.4s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.win-v .pt-footer > .wrap {
  bottom: auto;
  top: 0;
}
.pt-footer.only-copyright > .wrap {
  padding: calc(20px + 0.6vw);
  line-height: calc(36px + 0.4vw);
}
.copyright {
  margin: 0 calc(80px + 1.2vw);
}
.copyright a {
  text-decoration: underline;
}
.pt-footer:not(.only-copyright) .pt-footer-content ~ .copyright {
  line-height: calc(36px + 0.4vw);
  padding-top: calc(20px + 0.6vw);
  margin-top: calc(20px + 1vw);
  border-top: 1px solid rgba(166, 166, 166, 0.2);
}
html.win-v .copyright {
  margin: 0;
}
.pt-footer .btn {
  position: absolute;
  left: calc(20px + 0.6vw);
  bottom: calc(20px + 0.6vw);
  z-index: 1;
  height: calc(36px + 0.4vw);
  width: calc(36px + 0.4vw);
  font-size: calc(36px + 0.4vw);
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
  z-index: 4;
}
html.breakPoint .pt-footer .btn {
  left: auto;
  right: 4px;
  background: rgba(166, 166, 166, 0.15);
}
.pt-footer .btn:before {
  font-size: 40%;
  transition: none;
}
.pt-footer .btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 10px;
  z-index: -1;
}
.pt-footer .btn span {
  margin: -1px;
}
.pt-header .call-footer.btn {
  display: none;
}
.site-dark .pt-header .call-footer {
  color: #fff;
}
@media (max-width: 1023px) {
  .pt-header:not(.menu-03-show) i.btn.call-footer {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    line-height: 50px;
    transition: background 0.3s;
  }
  .pt-header:not(.menu-03-show) i.btn.call-footer:before {
    font-size: 11px;
  }
  .pt-header.elem-position-01:not(.menu-03-show) i.btn.call-footer {
    right: auto;
    left: 0;
  }
  .pt-touch-off .pt-header .btn.call-footer:hover {
    background: var(--main-color);
  }
  .pt-footer .btn.call-footer {
    display: none;
  }
  .pt-footer .btn {
    top: 5px;
    bottom: auto;
    height: 40px;
    width: 40px;
    font-size: 40px;
  }
  .pt-footer.only-copyright > .wrap {
    padding: calc(50px + 0.4vw);
  }
}
.close-footer:before {
  content: "\e92e";
}
i.btn.call-footer:before {
  content: "\e940";
  font-size: 14px;
}
footer.icon-style-02 .call-footer:before,
i.footer-icon-style-02.call-footer:before {
  content: "\e9d6";
  font-size: 70%;
}
.ie footer.icon-style-02 .call-footer:before,
.ie i.footer-icon-style-02.call-footer:before,
.pt-header i.btn.footer-icon-style-02.call-footer:before {
  font-size: 22px;
}
.pt-touch-off .pt-footer .btn:hover:before {
  color: #fff;
}
body.show-footer .call-footer {
  opacity: 0;
}
body:not(.show-footer) .btn.close-footer {
  display: none;
  z-index: 3;
}
body.show-footer .close-footer {
  z-index: 5;
}
.only-copyright .pt-footer-content {
  display: none;
}
.pt-footer-content {
  position: relative;
  max-width: 100vw;
  font-size: calc(1rem + 0.16vh);
}
.pt-code-container {
  max-width: 100%;
  overflow: hidden;
}
.pt-code-container .custom-code {
  -webkit-perspective: 800px;
  perspective: 800px;
}
html:not(.win-v) .pt-code-container .custom-code {
  display: -webkit-flex;
  display: flex;
  padding: calc(20px + 0.6vw) calc(80px + 1.2vw) 0;
}
.pt-code-container .custom-code > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: calc(480px + 8vw);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  opacity: 0;
}
html:not(.win-v) .pt-code-container .custom-code > * {
  -webkit-transform: translate(-2vw, 2vw) rotateY(-10deg);
  transform: translate(-2vw, 2vw) rotateY(-10deg);
}
body.show-footer .pt-code-container .custom-code > * {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1),
    opacity 0.6s cubic-bezier(0.2, 0.9, 0.4, 1), visibility 0.6s;
  opacity: 1;
}
html:not(.win-v) .pt-code-container .custom-code > * {
  max-height: 60vh;
  overflow: auto;
}
.pt-code-container li {
  list-style-type: none;
  margin-bottom: 6px;
}
.pt-code-container p,
.pt-code-container .pt-des {
  opacity: 0.8;
}
html:not(.win-v) .custom-code.type-option .col-small:not(.type-image),
.custom-code:not(.type-option) .col-small {
  width: calc(240px + 2vw);
}
html:not(.win-v) .custom-code.type-option .col-normal:not(.type-image),
.custom-code:not(.type-option) .col-normal {
  width: calc(360px + 4vw);
}
html:not(.win-v) .custom-code.type-option .col-large:not(.type-image),
.custom-code:not(.type-option) .col-large {
  width: calc(480px + 8vw);
}
html:not(.win-v) .pt-footer-01 .type-option .col-auto:not(.type-image) {
  max-width: calc(480px + 8vw);
}
.custom-code.type-option .col-small,
.custom-code.type-option .col-normal,
.custom-code.type-option .col-large {
  flex-shrink: 0;
}
.custom-code.type-option .col-small.type-image {
  width: calc(100px + 2vw);
}
.custom-code.type-option .col-normal.type-image {
  width: calc(240px + 3vw);
}
.custom-code.type-option .col-large.type-image {
  width: calc(480px + 4vw);
}
.win-v .custom-code.type-option .col-small.type-image {
  width: 20%;
}
.win-v .custom-code.type-option .col-normal.type-image {
  width: 50%;
}
.win-v .custom-code.type-option .mobile-two-col .col-normal.type-image,
.win-v .custom-code.type-option .col-large.type-image {
  width: 100%;
}
.win-v .custom-code.type-option .type-image {
  max-width: 100%;
}
.custom-code .type-image img {
  object-fit: contain;
}
.custom-code .type-image .img-svg {
  width: 100%;
  height: 100%;
}
.pt-code-container div[class*="col-"] {
  border-right: calc(50px + 1.4vw) solid transparent;
  line-height: 1.6;
}
.pt-code-container div[class*="col-"] > * + * {
  margin-top: calc(10px + 1vh);
}
html.win-v .pt-code-container div[class*="col-"] {
  width: 100%;
  max-width: 100%;
  margin: 0 0 10vw;
  border-right: none;
}
html:not(.win-v) .pt-code-container div[class*="col-"].has-img {
  width: auto;
  max-width: none;
}
html:not(.win-v) .pt-code-container .row-images {
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .pt-code-container .row-images img {
  margin-right: 15px;
}
html:not(.win-v) .pt-code-container img {
  height: 24vh;
  width: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.win-v .row-images img {
  width: 100%;
  height: auto;
}
.win-v .pt-code-container img + img {
  margin-top: 20px;
}
.win-v .pt-code-container img {
  max-width: 100%;
  height: auto;
}
.pt-footer-01 {
  position: relative;
  padding: calc(50px + 12vh);
}
html:not(.win-v) .pt-layout-h .pt-footer-01 {
  height: 100%;
}
.pt-footer-01 a {
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.win-h .pt-footer-01 .custom-code {
  height: 100%;
  overflow: auto;
  padding-right: 30px;
}
.win-v .pt-footer-01 {
  padding: 6vw;
}
.win-h .pt-layout-v .pt-footer-01 {
  padding: calc(30px + 2vw);
}
.win-h .pt-layout-v .pt-footer-01 .col {
  min-width: calc(200px + 2vw);
}
.win-h .pt-layout-v .pt-footer-01 .col-large {
  min-width: calc(400px + 4vw);
}
.win-h .pt-layout-v .pt-footer-01 .col-small {
  min-width: 200px;
}
.pt-footer-01.pt-dark {
  background: #060708;
  color: rgba(255, 255, 255, 0.7);
}
.pt-footer-01.pt-dark a:not(.pt-highlight),
.pt-footer-01.pt-dark .pt-h {
  color: #fff;
}
.pt-footer-01.pt-light {
  color: rgba(11, 12, 13, 0.7);
  background: #f6f7f8;
}
.pt-footer-01.pt-light a:not(.pt-highlight),
.pt-footer-01.pt-light .pt-h {
  color: #060708;
}
.pt-footer-01 .a-style-02 a:hover,
.pt-footer-01 .col:not(.a-style-02) a:not(:hover) {
  opacity: 0.8;
}
.pt-footer-01 img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}
.pt-footer-01 li {
  list-style-type: none;
  margin-bottom: 10px;
}
.win-h .pt-layout-h .pt-footer-01 .col {
  min-width: 100px;
}
.win-h .pt-footer-01 .col {
  padding-right: calc(20px + 1vw);
}
.win-h .pt-footer-01 .type-option .col {
  padding-right: calc(20px + 2vw);
}
.pt-footer-01 .row {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 4vh 0;
  line-height: 1.5;
}
.win-h .pt-layout-v .pt-footer-01 .row {
  padding: 30px 0;
}
.pt-layout-v .pt-footer-01 hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pt-footer-01 hr {
  border-top: 2px solid rgba(0, 0, 0, 0.13);
  border-bottom: none;
  max-width: 100%;
  width: 100%;
  margin: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.pt-footer-01.pt-dark hr {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.win-v .pt-footer-01 hr:first-child,
.win-v .pt-footer-01 hr:last-child:not(:nth-child(3)),
.pt-layout-v .pt-footer-01 hr:first-child,
.pt-layout-v .pt-footer-01 hr:last-child:not(:nth-child(3)) {
  display: none;
}
.pt-footer-01 .pt-h {
  margin-bottom: 20px;
}
.win-v .pt-footer-01 .row,
.win-v .pt-footer-01 .flex-row-wrap {
  display: block;
}
.win-v .pt-footer-01 .col {
  margin-bottom: 6vw;
}
.ie .pt-footer-01 .flex-row-wrap {
  height: 100%;
}
.win-v body:not(.w782) .pt-footer-01 .row,
.win-v .pt-footer-01 .row.mobile-two-col,
.win-v .pt-footer-01 .row.mobile-three-col {
  display: grid;
  grid-gap: 6vw;
  margin-bottom: 0;
}
.win-v body:not(.w782) .pt-footer-01 .row .col,
.win-v .pt-footer-01 .row.mobile-two-col .col,
.win-v .pt-footer-01 .row.mobile-three-col .col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}
.win-v body:not(.w782) .pt-footer-01 .row:not([class*="mobile-"]),
.win-v .pt-footer-01 .row.mobile-two-col {
  grid-template-columns: repeat(2, 1fr);
}
.win-v .pt-footer-01 .row.mobile-three-col {
  grid-template-columns: repeat(3, 1fr);
}
img.footer-bg {
  display: none;
}
.flex-row-wrap {
  display: -webkit-flex;
  display: flex;
  position: relative;
  min-height: 100%;
  z-index: 3;
}
.custom-code:not(.type-option) .flex-row-wrap {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.type-option .flex-row-wrap {
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
html:not(.win-v) .pt-layout-h .custom-code:not(.type-option) .flex-row-wrap {
  max-width: calc(600px + 4vw);
}
html:not(.win-v) .pt-layout-h .width-large:not(.type-option) .flex-row-wrap {
  max-width: calc(800px + 6vw);
}
html:not(.win-v) .pt-layout-h .width-small:not(.type-option) .flex-row-wrap {
  max-width: calc(400px + 2vw);
}
.win-v .list-scroller-root {
  display: none;
}
.list-scroller-root {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  z-index: 10;
}
.pt-footer .list-scroller-root {
  bottom: calc(-20px - 1vw);
  margin: 0 calc(80px + 1.2vw) -1px;
}
.pt-footer .list-scroller-target {
  height: 10px;
}
.list-scroller {
  position: absolute;
  width: 30vw;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.list-scroller-target {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #f8723d;
  transition: height 0.2s;
}
.list-scroller:hover .list-scroller-target,
html.pt-scroller-mousedown .list-scroller-target {
  height: 36px;
}
.ie-10 .pt-header .btn,
.ie-10 .pt-footer .btn,
.ie-10 .close-single,
.ie-10 .popup-player .close,
.ie-10 a.btn {
  -ms-flex: 0 1 auto;
}
a.btn {
  overflow: hidden;
  cursor: pointer;
}
a.btn.no-text {
  width: calc(30px + 0.4vw);
  height: calc(30px + 0.4vw);
  font-size: 18px;
}
a.btn.no-text:before {
  content: "\e951";
}
a.btn.no-text:hover {
  color: #fff;
}
.pt-header .btn.close-search,
.btn.close-common-popup,
.popup-player .close {
  position: absolute;
  height: calc(30px + 1vw);
  width: calc(30px + 1vw);
  font-size: calc(30px + 1vw);
  z-index: 10;
}
.pt-header .btn.close-search:before,
.btn.close-common-popup:before,
.popup-player .close:before {
  content: "\e92e";
  font-size: 45%;
}
.pt-header .btn.close-search:hover:before,
.btn.close-common-popup:hover:before,
.popup-player .close:hover:before {
  -webkit-animation: smallIcon 0.5s;
  animation: smallIcon 0.5s;
}
.close-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(20px + 1vw);
  width: calc(20px + 1vw);
  font-size: calc(20px + 1vw);
  margin: calc(20px + 1vw);
  font-style: normal;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10001 !important;
}
.close-menu:before {
  content: "\e951";
  font-family: "LineIcons";
  color: #fff;
  transition: all 0.3s;
}
.elem-position-01 .close-menu {
  left: auto;
  right: 0;
}
.close-menu.hide,
body:not(.pt-show-menu) .close-menu {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.pt-touch-off .close-menu:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-player .close {
  right: 1vw;
  top: 1vw;
  font-family: "pt-icons";
  cursor: pointer;
  color: #eee;
  overflow: hidden;
}
.popup-player .close:before {
  position: relative;
  z-index: 99;
}
.iv-link:not(.iv-btn-small),
.iv-link.full {
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/zoom.png)
      12 12,
    pointer;
}
.pt-touch-off a.btn.no-text:hover:after,
.pt-touch-off .item.has-link .iv-link:hover:after,
.pt-touch-off .blog-list .iv-link:hover:after,
.pt-touch-off .has-custom-link .iv-link:hover:after,
.pt-touch-off .popup-player .close:hover:after,
.pt-touch-off .ptsc .pages li a:hover:after,
.pt-touch-off .page-links a:hover,
.pt-touch-off .pt-iv-btn:hover:after,
.pt-touch-off .header-search .btn:hover:after,
.pt-touch-off .call-mini-cart:hover:after,
.pt-touch-off .has-color .pt-social a:hover .pt-smallbtn-bg,
.pt-touch-off .wp-block-archives-list a:hover,
.pt-touch-off .pt-social .btn:hover:after,
.pt-touch-off .pt-share a:hover i:after {
  opacity: 1;
}
a.btn.no-text:after,
.header-search .btn:after,
.call-mini-cart:after,
.pt-social i:after,
.item.has-link .iv-link:after,
.blog-list .iv-link:after,
.has-custom-link .iv-link:after,
.popup-player .close:after,
.pt-iv-btn:after,
.pt-icon span,
.pt-smallbtn-bg,
i.close-common-popup:after,
.pt-footer .btn span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: background 0.3s, opacity 0.5s, box-shadow 0.2s,
    -webkit-transform 0.3s;
  transition: background 0.3s, opacity 0.5s, transform 0.3s, box-shadow 0.2s;
  transition: background 0.3s, opacity 0.5s, transform 0.3s, box-shadow 0.2s,
    -webkit-transform 0.3s;
}
.pt-icon.no-bg span {
  background: 0 0;
}
a.btn.no-text:after,
.pt-footer .btn {
  background: #fff;
  opacity: 1;
}
.site-dark a.btn.no-text:after,
.site-dark .pt-footer .btn {
  background: #060708;
}
.item:not(.has-color) .pt-smallbtn-bg,
.item.has-color .pt-social i:after {
  display: none;
}
body:not(.pt-touch-on) .header-additional .btn:after,
body:not(.pt-touch-on) .pt-social i:after,
body:not(.pt-touch-on) i.close-common-popup:after,
body:not(.pt-touch-on) .pt-footer .btn span {
  opacity: 1;
}
.header-additional .btn:after,
.pt-social li i:after,
.pt-footer .btn span,
.popup-player .close:after,
.btn.close-common-popup:after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}
body:not(.pt-touch-on) .header-additional .btn:hover:after,
body:not(.pt-touch-on) .pt-social li:hover i:after,
body:not(.pt-touch-on) .pt-footer .btn:hover span,
body:not(.pt-touch-on) .popup-player .close:hover:after,
body:not(.pt-touch-on) .btn.close-common-popup:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.close-search:not(:hover):after,
.popup-player .close:not(:hover):after {
  opacity: 1;
}
.pt-icon span {
  border-radius: 50%;
}
.pt-has-btn,
.sc-btn,
li.has-btn {
  display: inline-block;
}
.sc-textlist .pt-social,
.sc-textlist a.pt-btn,
.intro .pt-social,
.intro a.btn {
  margin-top: 2vh;
}
.win-v .sc-textlist .pt-social,
.win-v .sc-textlist a.pt-btn,
.win-v .intro .pt-social,
.win-v .intro a.btn {
  margin-top: 3vw;
}
.sc-textlist .pt-social li {
  margin-left: 0 !important;
}
.sc-btn:empty {
  display: none;
}
.ptsc a.btn:not(.no-text),
.common-popup-content .sc-btn a.btn {
  padding: calc(0.5em + 0.4vh) 2.5vh;
  background: #eaeaea;
  font-size: calc(0.9rem + 0.1vh);
}
.ptsc a.btn:not(.no-text) span,
.common-popup-content .sc-btn a.btn span {
  position: relative;
  color: #111;
  transition: all 0.3s;
  z-index: 2;
}
.win-v .ptsc a.btn:not(.no-text),
.win-v .common-popup-content .sc-btn a.btn {
  font-size: 1rem;
}
.ptsc a.btn:not(.no-text) {
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.02), 1px 2px 4px rgba(0, 0, 0, 0.01);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 transparent;
}
.site-dark .ptsc a.btn:not(.no-text) {
  background: #38393a;
}
.ptsc a.btn:not(.no-text) .bg {
  position: absolute;
  height: 0;
  width: 101%;
  left: 0;
  top: -10%;
  background: #f8723d;
  transition: all 0.4s, opacity 0.2s 0.3s;
  opacity: 0;
}
.site-dark .ptsc a.btn:not(.no-text) span {
  color: #fff;
}
.ptsc a.btn:not(.no-text):hover span {
  color: #fff;
}
.ptsc a.btn:not(.no-text):hover .bg {
  bottom: -10%;
  top: auto;
  height: 110%;
  transition: all 0.4s, opacity 0.2s;
  opacity: 1;
}
.common-popup-content .sc-btn {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
}
.sc-btn-custom {
  box-shadow: none !important;
}
.sc-btn-custom .clone {
  position: absolute !important;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.sc-btn-custom.has-text-color-h:hover span:not(.clone) {
  opacity: 0;
}
.sc-btn-custom:hover .clone {
  opacity: 1;
}
.sc-btn-custom.transparent {
  background: 0 0 !important;
}
.sc-btn a.large-on:not(.no-text) {
  font-size: calc(1rem + 0.16vh);
  padding: calc(0.5em + 0.8vh) 4vh;
}
.win-v .ptsc a.btn:not(.no-text) {
  padding: 1.5vw 3vw;
}
.win-v .sc-btn a.large-on:not(.no-text) {
  padding: 2.5vw 5vw;
}
.site-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.win-v .site-bg,
.pt-layout-v .site-bg {
  position: fixed;
}
.site-bg.bg-repeat .bg-full {
  background-repeat: repeat;
  background-size: initial;
}
.site-bg .bg-full {
  background-position-x: left;
}
html,
body,
html:not(.win-v) .pt-layout-h .site-root,
html:not(.win-v) .pt-layout-h .main-content {
  height: 100%;
}
html:not(.win-v) .pt-layout-v .main-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  min-height: 100vh;
}
html:not(.win-v) .pt-layout-v .main-inner > * {
  width: 100%;
}
html:not(.win-v) .pt-layout-v.admin-bar .main-inner {
  min-height: calc(100vh - 32px);
}
.main-content {
  position: relative;
  overflow: visible;
  z-index: 2;
}
.main-content .list-scroller-root {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}
html:not(.win-v) body:not([class*="layout-v"]) .main-inner {
  overflow: hidden;
  height: 100%;
}
.win-v .pt-float-bar-bound {
  overflow: visible;
}
.pt-layout-h .main-gap-on {
  margin: 0 calc(30px + 8vh);
  padding: calc(30px + 8vh) 0;
}
html:not(.win-v) body.admin-bar.pt-layout-h .site-root .main-gap-on {
  margin: 0 calc(14px + 8vh);
  padding: calc(14px + 8vh) 0;
}
.win-v .pt-layout-h .main-gap-on {
  padding: 6vw;
  margin: 0;
}
.pt-margin-small-before {
  margin-left: calc(30px + 2vw);
}
.pt-margin-normal-before {
  margin-left: calc(40px + 4vw);
}
.pt-margin-large-before {
  margin-left: calc(50px + 6vw);
}
.pt-margin-small-after {
  margin-right: calc(30px + 2vw);
}
.pt-margin-normal-after {
  margin-right: calc(40px + 4vw);
}
.pt-margin-large-after {
  margin-right: calc(50px + 6vw);
}
html:not(.win-v) .ptsc-list .last {
  margin-right: 0;
}
html:not(.win-v) .ptsc-list .last.pt-margin-small-after {
  border-right: calc(30px + 2vw) solid transparent;
}
html:not(.win-v) .ptsc-list .last.pt-margin-normal-after {
  border-right: calc(40px + 4vw) solid transparent;
}
html:not(.win-v) .ptsc-list .last.pt-margin-large-after {
  border-right: calc(50px + 6vw) solid transparent;
}
.win-v .pt-margin-small-before {
  margin-top: 6vw;
}
.win-v .pt-margin-small-after {
  margin-bottom: 6vw;
}
.win-v .pt-margin-normal-before {
  margin-top: 10vw;
}
.win-v .pt-margin-normal-after {
  margin-bottom: 10vw;
}
.win-v .pt-margin-large-before {
  margin-top: 14vw;
}
.win-v .pt-margin-large-after {
  margin-bottom: 14vw;
}
.win-v .ptsc.sc-section-title.style-02:not(.no-img):first-child {
  margin-top: 0;
}
.win-v .sc-section-title.special-on .bg-color {
  margin: 6vw;
}
.ptsc .img.bg-inited:before,
.ptsc .img-main.bg-inited:before,
.ptsc .video-addition:before,
.ptsc:not(.effect-frame) .img:not(.bg-inited):after,
.ptsc .sub-img:not(.bg-inited):after,
.ptsc:not(.pic-style-01):not(.blog-style-02) .sub-img.bg-inited:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.6;
  background: linear-gradient(
    40deg,
    rgba(233, 233, 233, 0.13),
    rgba(66, 66, 66, 0.1)
  );
  will-change: opacity;
  z-index: -1;
}
.ptsc-block .img:not(.bg-inited):after {
  opacity: 1;
  background: linear-gradient(
    40deg,
    rgba(233, 233, 233, 0.2),
    rgba(66, 66, 66, 0.3)
  );
}
.ptsc-block.no-text .inner-wrap,
.sc-section-title.style-02 .img:after,
.ptsc-block.special-off .img:after {
  display: none;
}
.ptsc .img-main.bg-inited:before,
.ptsc .img.bg-inited:before,
.ptsc .video-addition:before,
.ptsc .sub-img.bg-inited:before {
  z-index: 5;
  opacity: 0;
  background: #060708;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  z-index: 7;
}
.pt-touch-off .sc-gallery .inner-wrap:hover .img-main.bg-inited:before,
.pt-touch-off .pic-list .inner-wrap:hover .video-addition:before {
  opacity: 0.3;
}
.pt-touch-off .blog-style-01 .img.bg-inited:hover:before {
  opacity: 0.1;
}
.pt-touch-off
  .sc-gallery:not(.pic-list)
  .inner-wrap:hover
  .img.bg-inited:before,
.pt-touch-off .sc-images .item:hover .img.bg-inited:before,
.pt-touch-off .sc-photo-wall .sub-item:hover .img.bg-inited:before,
.pt-touch-off .sc-small-images.lightbox .inner-wrap:hover .bg-inited:before,
.pt-touch-off .has-custom-caption .inner-wrap:hover .bg-inited:before,
.pt-touch-off .sc-small-images .has-link .inner-wrap:hover .bg-inited:before,
.pt-touch-on .has-custom-caption .bg-inited:before {
  opacity: 0.3;
}
.ptsc .img.bg-inited:after {
  opacity: 0;
}
.single-related .bg-full {
  transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.4s;
  transition: transform 0.8s, opacity 0.4s, -webkit-transform 0.8s;
}
.ajax-loader:empty {
  display: none;
}
.pt-link-popup,
.pt-common-popup-root {
  display: none;
}
.pt-common-popup-root {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  display: none;
  z-index: 100001;
}
.pt-common-popup-root > .wrap {
  position: relative;
  width: calc(640px + 6vw);
  max-width: 90%;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  font-size: calc(1rem + 0.15vw);
  line-height: 1.55;
  background: #101112;
  z-index: 9;
}
.win-v .pt-common-popup-root > .wrap {
  width: 80%;
  max-width: 640px;
}
.common-popup-content {
  color: rgba(255, 255, 255, 0.9);
}
.common-popup-content .pt-h,
.common-popup-content a {
  color: #fff;
}
.common-popup-content * {
  max-width: 100%;
}
.pt-common-popup-root .click-layer {
  display: block;
  position: absolute;
  transition: opacity 0.3s;
}
.pt-common-popup-root:not(.pt-show) .click-layer {
  opacity: 0;
}
.pt-common-popup-root:not(.pt-show) > .wrap {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.btn.close-common-popup {
  left: 100%;
  top: 0;
  color: #fff;
}
.common-popup-content {
  position: relative;
  padding: calc(30px + 1vw);
  white-space: pre-line;
  max-height: 90vh;
  overflow: auto;
  word-break: break-word;
}
.common-popup-content.links-content {
  white-space: normal;
}
.common-popup-content.links-content > i {
  font-style: normal;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.common-popup-content.comment-root .text-area,
.common-popup-content.comment-root {
  font-size: 1.215rem;
}
.common-popup-content.comment-root .main-title {
  margin-top: 0;
}
.common-popup-content > * {
  white-space: normal;
}
.ptsc {
  position: relative;
  z-index: 2;
}
html:not(.win-v) .ptsc {
  height: 100%;
}
html:not(.win-v) .ptsc > .wrap {
  position: relative;
  height: 100%;
}
.ptsc .item {
  position: relative;
}
.ptsc .intro,
.ptsc .pt-h {
  position: relative;
  z-index: 4;
}
.ptsc .text {
  position: relative;
  line-height: 1.55;
  z-index: 6;
}
.ptsc .img {
  overflow: hidden;
  font-size: 0;
  z-index: 5;
}
.ptsc .caption {
  pointer-events: none;
  overflow: hidden;
  padding: 0.8em 1em;
  will-change: opacity, transform;
}
.ptsc .caption:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s, opacity 0.6s;
}
.sc-gallery .text,
.ptsc .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.3s;
}
.pt-touch-on .ptsc .caption {
  color: #fff;
  background-color: rgba(22, 23, 24, 0.2);
}
.pt-touch-off .inner-wrap:hover .caption:after,
.pt-touch-off .sc-images .item:hover .caption:after {
  height: 100%;
  top: auto;
  bottom: 0;
  opacity: 1;
}
.pt-touch-off:not(.ie) .sc-gallery .item:not(.text-project) .text,
.pt-touch-off:not(.ie) .ptsc .caption {
  opacity: 0;
  -webkit-transform: translate3d(-3vh, 3vh, 0) rotate(3deg);
  transform: translate3d(-3vh, 3vh, 0) rotate(3deg);
}
body.ie .sc-gallery .item:not(.text-project) .text,
body.ie .ptsc .caption {
  opacity: 0;
  -webkit-transform: translate(-50px, 50px);
  transform: translate(-50px, 50px);
}
.sc-gallery .text,
.sc-gallery .caption,
.sc-images.layout-01 .caption {
  max-width: calc(100% - 3vh);
  margin: 0 0 1.5vh 1.5vh;
}
.sc-gallery .text {
  width: calc(300px + 4vw);
  padding: 1vh;
}
.win-v .sc-gallery .text {
  padding: 2vw;
}
.sc-images.layout-02 .caption {
  max-width: calc(300px + 8vw);
  margin: 0 0 3vh 3vh;
}
.sc-gallery .text h2,
.ptsc .caption {
  color: #fff;
}
.win-v .sc-gallery .text h2,
.win-v .ptsc:not(.sc-small-images) .caption {
  font-size: calc(1rem + 0.5vw);
}
.ptsc .caption {
  line-height: 1.3;
}
.win-v .theme-theau .sc-gallery .text,
.win-v .theme-theau .ptsc .caption {
  max-width: 70vw;
  width: auto;
  margin: 0 0 2vw 2vw;
}
.pt-touch-off:not(.ie) .ptsc.sc-gallery .item .inner-wrap:hover .text,
.pt-touch-off:not(.ie) .ptsc .item .inner-wrap:hover .caption,
.pt-touch-off:not(.ie) .ptsc.sc-images .item:hover .caption {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}
.pt-touch-off.ie .ptsc.sc-gallery .item .inner-wrap:hover .text,
.pt-touch-off.ie .ptsc .item .inner-wrap:hover .caption,
.pt-touch-off.ie .ptsc.sc-images .item:hover .caption {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.win-v .text {
  font-size: calc(0.9rem + 0.8vw);
}
html:not(.win-v) .ptsc-main-title .title,
html:not(.win-v) .text-large,
html:not(.win-v) .text-large .text-area {
  font-size: calc(0.58rem + 1vh);
}
html:not(.win-v) .sc-gallery .text h2,
html:not(.win-v) .ptsc:not(.sc-small-images) .caption,
html:not(.win-v) .text-normal,
html:not(.win-v) .text-normal .text-area {
  font-size: calc(0.56rem + 0.85vh);
}
html:not(.win-v) .text-small,
html:not(.win-v) .text-small .text-area {
  font-size: calc(0.54rem + 0.7vh);
}
@media (max-height: 800px) {
  html:not(.win-v) textarea.wpcf7-textarea {
    max-height: 80px;
  }
}
.win-v .text-small {
  font-size: calc(0.9rem + 0.4vw);
}
.win-v .text-normal,
.win-v .ptsc-main-title .title {
  font-size: calc(0.9rem + 0.6vw);
}
.win-v .text-large {
  font-size: calc(0.9rem + 0.8vw);
}
.win-v .sc-textlist .text-largest {
  font-size: calc(1.2rem + 1vw);
}
.sc-images.layout-01 .bg-full {
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  will-change: transform, opacity;
}
html:not(.win-v)
  .sc-images.layout-02
  .img:not(.init-viewport)
  .bg-full:not(.pt-show) {
  -webkit-transform: translateX(5vw);
  transform: translateX(5vw);
}
.item .has-custom-link .iv-link,
.ptsc.blog-list .iv-link,
.item.has-link .iv-link {
  display: none;
}
.ptsc.blog-list .iv-link {
  left: auto;
  right: 15px;
}
.has-video .iv-link,
.blog-list .item.v-post .iv-link,
.sc-images:not(.lightbox) .iv-link {
  display: none;
}
.sc-photo-wall .has-video .iv-link {
  display: none !important;
}
.pt-touch-off .has-custom-link:hover .iv-link,
.pt-touch-off .blog-list:not(.blog-style-02) .inner-wrap:hover .iv-link,
.pt-touch-off .blog-list.blog-style-02 .sub-img:hover .iv-link,
.pt-touch-off
  .ptsc.lightbox:not(.blog-list):not(.sc-photo-wall)
  .item:hover
  .iv-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.pt-touch-on .has-custom-link .iv-link,
.pt-touch-on .blog-list .inner-wrap .iv-link,
.pt-touch-on .ptsc.lightbox .item.has-link .iv-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.sc-section-title.align-01 > .wrap {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sc-section-title.align-02 > .wrap {
  -webkit-align-items: center;
  align-items: center;
}
.sc-section-title.align-03 > .wrap {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.sc-section-title.style-02 .mobile-bg {
  position: relative;
  width: 100%;
}
.sc-section-title.style-02 .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: inherit;
}
.sc-section-title.style-03 .intro,
.sc-section-title:not(.style-03) .bg-additional {
  display: none;
}
html:not(.win-v) body.admin-bar .main-content .sc-section-title > .wrap {
  padding-top: calc(34px + 12vh);
  padding-bottom: calc(34px + 12vh);
}
html:not(.win-v)
  body.admin-bar
  .main-content
  .sc-section-title.special-on
  .bg-color,
html:not(.win-v)
  body.admin-bar
  .main-content
  .sc-section-title.style-02.special-on
  .img {
  margin: calc(14px + 8vh) 0;
}
html:not(.win-v) .sc-section-title > .wrap {
  padding-top: calc(50px + 12vh);
  padding-bottom: calc(50px + 12vh);
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .sc-section-title > .wrap > div {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-section-title:not(.title-small) .pt-h {
  min-width: 18vw;
}
html:not(.win-v) .sc-section-title .subtitle ~ .pt-h img {
  margin-top: 2.4vh;
}
html:not(.win-v) .sc-section-title.style-01:not(.no-img) > .wrap {
  padding-right: calc(50px + 1.4vw);
}
html:not(.win-v) .sc-section-title.no-img.style-01.has-video .img {
  min-width: calc((76vh - 100px) * 0.66);
}
html:not(.win-v) .sc-section-title.special-on .bg-color,
html:not(.win-v) .sc-section-title.style-02.special-on .img {
  margin: calc(30px + 8vh) 0;
}
html:not(.win-v) .sc-section-title.style-01:not(.no-img) .bg-color {
  margin-right: calc(50px + 1.4vw) !important;
}
html:not(.win-v) .sc-section-title.style-01 .img {
  left: calc(50px + 1.4vw);
  height: calc(76vh - 100px);
}
html:not(.win-v) .sc-section-title.style-01.has-bg-color .text {
  margin-left: 6vw;
}
html:not(.win-v) .sc-section-title.style-01.has-bg-color.no-img .text {
  margin-right: 6vw;
}
html:not(.win-v) .sc-section-title.style-02.has-bg-color.no-img .text {
  padding-left: 6vw;
  padding-right: 6vw;
}
html:not(.win-v) .sc-section-title .text {
  max-height: calc(76vh - 100px);
}
html:not(.win-v) .sc-section-title.title-largest.style-02 .text {
  max-width: none;
}
html:not(.win-v) .sc-section-title.style-02 .mobile-bg {
  display: none;
}
html:not(.win-v)
  .sc-section-title.style-02.shape-h:not(.no-img):not(.special-on)
  .text {
  padding-right: 10vw;
  padding-left: 10vw;
}
html:not(.win-v)
  .sc-section-title.style-02.shape-s:not(.no-img):not(.special-on)
  .text {
  padding-right: 8vw;
  padding-left: 8vw;
}
html:not(.win-v)
  .sc-section-title.style-02.shape-v:not(.no-img):not(.special-on)
  .text {
  padding-right: 6vw;
  padding-left: 6vw;
}
html:not(.win-v)
  .sc-section-title.style-02.special-on.shape-h:not(.no-img)
  .text {
  padding-right: 8vw;
  padding-left: 8vw;
}
html:not(.win-v)
  .sc-section-title.style-02.special-on.shape-s:not(.no-img)
  .text {
  padding-right: 6vw;
  padding-left: 6vw;
}
html:not(.win-v)
  .sc-section-title.style-02.special-on.shape-v:not(.no-img)
  .text {
  padding-right: 4vw;
  padding-left: 4vw;
}
html:not(.win-v) .sc-section-title.style-02.special-on:not(.no-img) .text {
  margin-top: calc(10px + 2vh);
  margin-bottom: calc(10px + 2vh);
}
html:not(.win-v) .sc-section-title.style-02.align-04:not(.no-img) .text {
  min-width: calc(400px + 15vw);
  max-width: 85%;
}
html:not(.win-v) .sc-section-title .intro {
  overflow: hidden;
  padding-bottom: 4px;
  min-width: 12vw;
}
html:not(.win-v) .sc-section-title.title-small .pt-h {
  max-width: calc(100px + 32vh);
}
html:not(.win-v) .sc-section-title.text-small .intro {
  max-width: calc(100px + 24vh);
}
html:not(.win-v) .sc-section-title.title-normal .pt-h {
  max-width: calc(100px + 40vh);
}
html:not(.win-v) .sc-section-title.text-normal .intro {
  max-width: calc(100px + 32vh);
}
html:not(.win-v) .sc-section-title.title-large .pt-h {
  max-width: calc(100px + 46vh);
}
html:not(.win-v) .sc-section-title.text-large .intro {
  max-width: calc(100px + 36vh);
}
html:not(.win-v) .sc-section-title.title-largest .pt-h {
  max-width: 70vw;
  line-height: 0.9;
}
html:not(.win-v) .sc-section-title.style-03 .pt-h {
  height: calc(34vh - 50px) !important;
}
html:not(.win-v) .sc-section-title.style-03.no-img .pt-h {
  height: calc(76vh - 100px) !important;
  max-height: calc(76vh - 100px) !important;
}
html:not(.win-v) .sc-section-title.style-03 .wrap {
  padding-left: 9vw !important;
}
html:not(.win-v) .sc-section-title.style-03:not(.no-img) .wrap {
  padding-right: 10vw !important;
  margin-right: 5vw;
  min-width: 45vw;
}
html:not(.win-v) .sc-section-title.style-03.text-few .wrap {
  min-width: 55vw;
}
html:not(.win-v) .sc-section-title.style-03.has-intro .pt-h:before {
  margin-top: calc(10px + 0.6vw);
}
html:not(.win-v) .sc-section-title.style-03 .pt-h {
  font-size: 3vh;
  line-height: 1.3;
  max-width: 32vw;
  min-width: calc(240px + 20vw);
  margin-top: 10px;
}
html:not(.win-v) .sc-section-title.style-03.title-normal .pt-h {
  font-size: 5vh;
  line-height: 1.2;
  max-width: 40vw;
}
html:not(.win-v) .sc-section-title.style-03.title-large .pt-h,
html:not(.win-v) .sc-section-title.style-03.title-largest .pt-h {
  font-size: 7vh;
  line-height: 1;
  max-width: 45vw;
}
html:not(.win-v) .sc-section-title.style-03.title-largest .pt-h {
  font-size: 9vh;
}
html:not(.win-v) .sc-section-title.style-03 .img {
  position: absolute;
  width: calc(100% - 9vw);
  height: 45vh;
  left: 9vw;
  bottom: 0;
}
html:not(.win-v) .sc-section-title.style-03.text-few .img {
  height: 52vh;
}
html:not(.win-v) .sc-section-title.align-04 .text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html:not(.win-v) .sc-section-title.align-04 .intro {
  min-width: 20vw;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-section-title.align-04.text-large .intro {
  min-width: 24vw;
}
html:not(.win-v) .sc-section-title .main-part {
  max-width: 100% !important;
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .admin-bar .sc-section-title.style-01 .img {
  height: calc(76vh - 132px);
}
html:not(.win-v) .admin-bar .sc-section-title .text {
  max-height: calc(76vh - 132px);
}
html:not(.win-v) .sc-section-title.style-03 .img.init-viewport {
  transition: transform 0.8s cubic-bezier(0.8, 0.1, 0.5, 0.9), opacity 0.8s;
}
html:not(.win-v)
  body:not(.el-show)
  .sc-section-title.style-03
  .img:not(.init-viewport),
html:not(.win-v)
  body:not(.el-show)
  .sc-section-title.style-03
  .img:not(.init-viewport)
  ~ .title-img-addition {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0) !important;
  transform: translate3d(0, 50%, 0) !important;
}
.sc-section-title .subtitle {
  position: relative;
  width: 80%;
  max-width: 480px;
  margin-bottom: 20px;
  line-height: 1;
}
.win-v .sc-section-title .subtitle {
  margin-top: 3vw;
  margin-bottom: 6vw;
}
.sc-section-title .subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  border-right: 24px solid transparent;
  border-top: 18px solid;
  z-index: 2;
}
.sc-section-title .subtitle h4 {
  color: #fff;
  font-size: 2vh;
}
.win-v .sc-section-title .subtitle h4 {
  font-size: 1rem;
}
.sc-section-title:not(.subtitle-singleLine) .subtitle {
  padding-left: 12px;
}
.sc-section-title:not(.subtitle-singleLine) .subtitle h4 {
  display: inline;
  padding: 6px 0;
  line-height: 1.4;
  box-shadow: -12px 0 0 var(--main-color), 12px 0 0 var(--main-color);
}
.sc-section-title.subtitle-singleLine .subtitle h4 {
  display: inline-block;
  padding: 12px 15px 11px;
  line-height: 1;
}
.sc-section-title .title-img-addition {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30vh;
  width: 40vh;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.8, 0.1, 0.5, 0.9), opacity 0.4s;
  z-index: 9;
}
html:not(.win-v) .sc-section-title.style-03.text-few .title-img-addition {
  height: 36vh;
  width: 48vh;
}
.win-v .sc-section-title.has-bg-color:not(.style-02),
.win-v .sc-section-title.style-02.has-bg-color.no-img {
  padding: 18vw 6vw 12vw;
}
.win-v .sc-section-title.style-02:not(.no-img) .wrap {
  padding-left: 6vw;
  padding-right: 6vw;
}
.win-v .sc-section-title.style-01.has-bg-color:not(.no-img) {
  padding-bottom: 0;
}
.win-v .sc-section-title.style-01.has-bg-color:not(.no-img) .bg-color {
  margin-bottom: 6vw;
}
.win-v .sc-section-title.style-02:not(.no-img) > .wrap {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.win-v .sc-section-title.style-02.has-mobile-bg > .wrap {
  display: block;
  height: auto;
}
.win-v .sc-section-title.style-02.has-mobile-bg .wrap .text {
  padding-top: 6vw;
}
.win-v .sc-section-title.style-02:not(.no-img):not(.has-mobile-bg) .text {
  padding-top: 18vw;
  padding-bottom: 18vw;
}
.win-v .sc-section-title.style-02 .mobile-bg ~ .img {
  display: none;
}
.win-v .sc-section-title.style-01.has-bg-color.special-on {
  padding-right: 10vw;
  padding-left: 10vw;
}
.win-v .sc-section-title.style-02.special-on.has-bg-color,
.win-v .sc-section-title.style-02.special-on:not(.no-img) {
  padding: 6vw;
}
.win-v .sc-section-title.style-02.special-on.has-bg-color > .wrap,
.win-v .sc-section-title.style-02.special-on:not(.no-img) > .wrap {
  padding-left: 10vw;
  padding-right: 10vw;
}
.win-v .sc-section-title.style-02.special-on .img {
  margin: 6vw;
}
.win-v .sc-section-title.no-img.style-01.has-video .img {
  padding-top: 130%;
}
.win-v .sc-section-title.no-img.pt-margin-none-after:not(.has-bg-color) {
  padding-bottom: 6vw;
}
.win-v .sc-section-title.style-03 .wrap {
  position: relative;
  padding-bottom: 6vw;
  margin-bottom: 6vw;
}
.win-v .sc-section-title.style-03 {
  padding-bottom: 0;
}
.win-v .sc-section-title.style-03 .pt-h {
  font-size: calc(1rem + 1vw);
  line-height: 1.55;
  max-width: 80vw;
}
.win-v .sc-section-title.style-03.text-normal .pt-h {
  font-size: calc(1rem + 2.5vw);
  line-height: 1.3;
}
.win-v .sc-section-title.style-03.text-large .pt-h {
  font-size: calc(1rem + 4vw);
  line-height: 1;
}
.win-v .sc-section-title.style-03 .img {
  min-width: 76vw;
  width: auto;
  margin-left: 6vw;
  height: 46vw;
  margin-top: 6vw;
}
.win-v .sc-section-title .title-img-addition {
  width: 36vw;
  height: 26vw;
  left: 6vw;
}
.win-v .sc-section-title.no-img .title-img-addition {
  display: none;
}
.win-v .sc-section-title .intro {
  max-width: calc(320px + 10vw);
  margin-left: 0;
  margin-top: 4vw;
}
.win-v .sc-section-title.pt-decoration-02 .intro {
  margin-top: 7vw;
  padding-left: 4vw;
  border-left-width: 4px;
}
.win-v .sc-section-title:not(.style-02) .wrap,
.win-v .sc-section-title:not(.has-bg-color).no-img.style-02 .wrap,
.win-v .sc-section-title:not(.style-01):not(.special-on) .text,
.win-v .sc-section-title.style-01.no-img:not(.has-bg-color) .text {
  padding-left: 6vw;
  padding-right: 6vw;
}
.sc-section-title .text {
  position: relative;
  z-index: 8;
}
.sc-section-title .pt-h {
  line-height: 1;
}
.sc-section-title .pt-h img {
  display: block;
  max-height: 8.4vh;
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.win-v .sc-section-title .pt-h img {
  max-height: 18vw;
}
.sc-section-title.pt-decoration-01.has-intro .intro:before {
  content: "\e958";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "pt-icons";
  font-size: calc(14px + 0.8vw);
  line-height: 1;
}
.sc-section-title.pt-decoration-02 .intro {
  margin-top: 5vh;
  padding-left: calc(20px + 2vh);
  border-left: 6px solid;
}
.sc-section-title.title-small .pt-h {
  font-size: calc(0.36rem + 3.2vh);
}
.sc-section-title.title-normal .pt-h {
  font-size: calc(0.38rem + 4.4vh);
}
.sc-section-title.title-large .pt-h {
  font-size: calc(0.4rem + 5.6vh);
}
.sc-section-title .intro {
  margin: 2.4vh 0 0;
}
.sc-section-title.pt-decoration-01 .intro {
  padding-left: calc(24px + 1vw);
  padding-right: calc(24px + 1vw);
}
.win-v .sc-section-title.title-normal .pt-h {
  font-size: calc(1rem + 3vw);
}
.win-v .sc-section-title.title-small .pt-h {
  font-size: calc(1rem + 2vw);
}
.win-v .sc-section-title.title-large .pt-h {
  font-size: calc(1rem + 5vw);
}
.win-v .sc-section-title.style-01 .img {
  position: relative;
  margin-top: 6vw;
  width: 100% !important;
}
.sc-section-title .text-without-pre {
  white-space: normal;
}
.sc-section-title:not(.pt-decoration-none) .woocommerce-result-count:before {
  display: none;
}
html:not(.win-v) .sc-images {
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .sc-images .sc-inner-title h5 {
  top: calc(50px + 12vh);
}
html:not(.win-v)
  .admin-bar
  .site-root
  .sc-images.layout-01:not(.list-gap-small)
  .sc-inner-title
  h5,
html:not(.win-v)
  .admin-bar
  .site-root
  .sc-images.image-full.layout-02
  .sc-inner-title
  h5 {
  top: calc(34px + 12vh);
}
html:not(.win-v) .sc-images.layout-01 .sc-inner-title h5 {
  transform: translateY(15px);
}
html:not(.win-v) .sc-images.layout-01.list-gap-small .sc-inner-title h5 {
  top: calc(30px + 8vh);
}
html:not(.win-v)
  .admin-bar
  .site-root
  .sc-images.layout-01.list-gap-small
  .sc-inner-title
  h5 {
  top: calc(14px + 8vh);
}
html:not(.win-v) .sc-images.layout-01 h5 {
  font-size: calc(1.125rem + 0.2vw);
  min-width: calc(1.125rem + 0.2vw);
}
html:not(.win-v) .sc-images.image-large.layout-02 .sc-inner-title h5,
html:not(.win-v) .sc-images.image-normal.layout-02 .sc-inner-title h5 {
  top: 0;
}
.win-v .sc-images:not(.image-full) {
  padding: 0 6vw;
}
.win-v .sc-images.item-gap-on {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.sc-images .wrap {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-images.layout-01.item-gap-on .item {
  margin-bottom: calc(10px + 1vh);
}
html:not(.win-v) .sc-images.layout-01:hover {
  z-index: 6;
}
html:not(.win-v)
  .hs-progress-on
  .site-root
  .ptsc-list
  .sc-images.layout-01.last {
  border-right: 10vw solid transparent;
}
.win-v .sc-images.item-gap-on .item:not(:last-child) {
  margin-bottom: 6vw;
}
html:not(.win-v) .sc-images.layout-01 .wrap {
  padding-top: calc(50px + 12vh);
  width: calc(200px + 10vw);
  height: 100%;
  overflow: hidden;
}
html:not(.win-v) .admin-bar .site-root .sc-images.layout-01 .wrap {
  padding-top: calc(34px + 12vh);
}
html:not(.win-v) .sc-images.layout-01.list-gap-small .wrap {
  padding-top: calc(30px + 8vh);
}
html:not(.win-v)
  .admin-bar
  .site-root
  .sc-images.layout-01.list-gap-small
  .wrap {
  padding-top: calc(14px + 8vh);
}
html:not(.win-v) .sc-images.layout-01.image-large .wrap {
  width: calc(100px + 20vw);
}
html:not(.win-v) .sc-images.layout-02 {
  padding-top: calc(50px + 12vh);
}
html:not(.win-v) .sc-images.layout-02 .wrap {
  height: calc(76vh - 100px);
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .sc-images.layout-02.image-large {
  padding-top: calc(30px + 8vh);
}
html:not(.win-v) .sc-images.layout-02.image-large .wrap {
  height: calc(84vh - 60px);
}
html:not(.win-v) .sc-images.layout-02.ptsc.image-full {
  padding-top: 0 !important;
}
html:not(.win-v) .sc-images.layout-02.ptsc.image-full .wrap {
  height: 100% !important;
}
html:not(.win-v) .sc-images.layout-02 .item {
  height: 100%;
  overflow: hidden;
}
html:not(.win-v) .sc-images.layout-02.item-gap-on .item {
  margin-right: 3vh;
}
html:not(.win-v) .sc-images.layout-02.item-gap-on .item:first-child {
  margin-left: 3vh;
}
html:not(.win-v)
  .sc-gallery.style-01:not(.gap-none):not(.pt-fullscreen)
  + .sc-images.layout-02.item-gap-on
  .item:first-child {
  margin-left: 0;
}
html:not(.win-v)
  .sc-images.layout-02.item-gap-on
  + .sc-gallery.style-01:not(.gap-none)
  .gallery-main,
html:not(.win-v)
  .sc-images.layout-02.item-gap-on
  + .sc-gallery.style-01:not(.gap-none)
  .item:first-child {
  padding-left: 0;
}
html:not(.win-v) .admin-bar .site-root .sc-images.layout-02 {
  padding-top: calc(34px + 12vh);
}
html:not(.win-v) .admin-bar .site-root .sc-images.layout-02.image-large {
  padding-top: calc(14px + 8vh);
}
html:not(.win-v) .sc-images.layout-01 {
  border-right: 3vh solid transparent;
}
html:not(.win-v) .sc-images .sc-inner-title {
  -moz-transform: translateZ(0);
}
html:not(.win-v) .sc-images .sc-inner-title h5 {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  margin-left: calc(20px + 0.6vw);
  margin-right: 20px;
}
html:not(.win-v) .ie .sc-images .sc-inner-title h5 {
  -webkit-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
.win-v .sc-images h5 {
  display: inline-block;
  padding: 3vw 0;
  font-size: calc(0.8rem + 2vw);
}
.sc-images .img {
  height: 100%;
}
.sc-images .img.no-link:before {
  display: none;
}
.bar-type-02 .pt-float-bar-root {
  height: 12vh;
  margin-top: -6vh;
  opacity: 0;
  margin-right: -3vh;
  z-index: 100;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  will-change: transform, opacity;
}
.pt-touch-off .bar-type-02:hover .pt-float-bar-root,
.pt-touch-on .bar-type-02 .pt-float-bar-root,
.pt-mobile .bar-type-02 .pt-float-bar-root {
  opacity: 1;
}
.bar-type-02 .pt-float-bar-btn {
  width: 6vh;
  height: 6vh;
  line-height: 6vh;
  font-size: 22px;
  background: #fff;
  font-family: "pt-icons";
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05), 1px 1px 10px rgba(0, 0, 0, 0.03);
  margin: 0;
}
.bar-type-02 .pt-float-bar-btn:hover {
  background: #f8723d;
  color: #fff;
}
.bar-type-02 .pt-float-bar-btn.disabled {
  opacity: 1;
  background: #fbfbfb;
  color: #ccc;
}
.bar-type-02 .pt-float-bar-btn-up:before {
  content: "\e94d";
}
.bar-type-02 .pt-float-bar-btn-down:before {
  content: "\e94c";
}
.bar-type-02 .pt-float-bar {
  position: absolute;
  right: -10px;
  top: 50%;
  height: 5vh;
  margin-top: -2.5vh;
  opacity: 0;
  transition: opacity 0.3s;
}
.pt-float-bar-bound:hover + .pt-float-bar-root .pt-float-bar,
.pt-float-bar-root:hover .pt-float-bar {
  opacity: 1;
  transition: opacity 0.3s 1s;
}
.pt-filter {
  position: relative;
  z-index: 10;
}
.pt-filter li {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  padding: 1.5vh 3vw 1.5vh 1.5vh;
  font-weight: 500;
  font-size: calc(1rem + 0.16vh);
  cursor: pointer;
  list-style-type: none;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
  background: #444;
  color: #fff;
}
.pt-filter li a {
  color: #fff;
}
.pic-list .pt-filter li.active {
  pointer-events: none;
}
.pt-filter li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #f8723d;
  transition: width 0.3s;
}
.pt-filter li.active:after {
  width: 100%;
}
.pt-filter li:not(.active):hover:after {
  width: 4%;
}
.pt-filter li i {
  font-style: normal;
  position: relative;
  white-space: nowrap;
  z-index: 9;
}
html:not(.win-v) .pt-fullscreen .pt-filter {
  position: absolute;
  top: 50%;
  margin: calc(-10px - 1vh) 0 0 1vw;
}
html:not(.win-v) .pt-fullscreen .pt-filter .call-filter {
  height: calc(20px + 2vh);
  width: calc(20px + 2vh);
  font-size: calc(20px + 2vh);
}
html:not(.win-v) .pt-fullscreen .pt-filter .call-filter:before {
  font-size: 60%;
}
html:not(.win-v) .blog-list .pt-filter {
  margin-top: calc(10px + 1vw);
}
html:not(.win-v) .pt-filter {
  margin-top: calc(50px + 12vh);
  margin-right: calc(10px + 1vw);
  top: calc(-20px - 2vh);
}
html:not(.win-v) .pt-filter .call-filter {
  height: calc(40px + 4vh);
  width: calc(40px + 4vh);
  font-size: calc(40px + 4vh);
  color: #fff;
  overflow: visible;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
}
html:not(.win-v) .pt-filter .call-filter:before {
  content: "\e91f";
  font-family: lineicons;
  font-size: 30%;
}
html:not(.win-v) .pt-filter .call-filter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f8723d;
  margin: -0.5vw;
}
html:not(.win-v) .pt-filter ul {
  position: absolute;
  left: -0.5vw;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.3s,
    visibility 0.3s;
  -webkit-transform: translateY(-15%) scaleY(0.8);
  transform: translateY(-15%) scaleY(0.8);
  z-index: 9;
}
html:not(.win-v) .pt-filter:not(.overload):hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
}
html:not(.win-v) .pt-filter:not(.overload):hover i.btn {
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
html:not(.win-v) body.ie .pt-filter .call-filter:after {
  -webkit-animation: none;
  animation: none;
}
html:not(.win-v) .pt-touch-off .pt-filter.overload .call-filter:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.win-v .pt-filter {
  padding: 6vw;
}
.win-v .blog-list .pt-filter {
  padding: 0 0 6vw;
}
.win-v .blog-list .call-filter {
  display: none;
}
.win-v .pt-filter ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.win-v .pt-filter li {
  margin: 0 4px 4px 0;
  padding: 1em;
}
.has-filter .item {
  transition: opacity 0.2s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.2s;
  transition: transform 0.25s, opacity 0.2s, -webkit-transform 0.25s;
}
.has-filter .item.hidden:not(.temp) {
  display: none !important;
}
.has-filter:not(.pic-style-01) .item.temp,
.has-filter:not(.pic-style-01) .item.fadeIn {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.has-filter .item.temp,
.has-filter .item.fadeIn {
  opacity: 0;
}
.HT-el.temp {
  transition: transform 0.3s;
}
.site-bg .bg-full.temp {
  transition: all 0.3s !important;
}
.sc-gallery .inner-wrap {
  position: relative;
  overflow: hidden;
}
.sc-gallery .img,
.sc-gallery .inner-wrap {
  height: 100%;
  width: 100%;
}
.sc-gallery .list-category {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  font-size: 0;
}
.sc-gallery .list-category a {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 6px 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 3px 6px;
  color: #fff;
}
.pt-touch-on .sc-gallery .list-category,
.sc-gallery .text-project .list-category,
.sc-gallery .inner-wrap:hover .list-category {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sc-gallery .has-video .iv-link {
  display: none;
}
.pic-style-01 .text-project .img {
  display: none;
}
.text-project .list-category a,
.text-project .text h2 {
  color: inherit;
}
.text-project .text {
  padding: 12%;
  padding-right: 0;
  width: 100%;
  font-size: inherit !important;
}
html:not(.win-v) .sc-gallery .text-project .text h2 {
  font-size: 0.8em;
}
.sc-gallery .text-project .inner-wrap {
  background: #fff;
}
.text-project .inner-wrap:after,
.text-project .inner-wrap:before {
  position: absolute;
  right: 0;
  top: 0;
}
.text-project .inner-wrap:before {
  content: "\e958";
  font-family: "pt-icons";
  color: #fff;
  font-size: 1.5em;
  padding: 0.3em;
  line-height: 1;
  z-index: 3;
}
.text-project .inner-wrap:after {
  content: "";
  width: 6em;
  height: 6em;
  -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
  transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.text-project .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.site-dark .text-project .img {
  background: #060708;
}
.text-project .img:after {
  display: none;
}
html:not(.win-v) .blog-list > .wrap,
html:not(.win-v) .gallery-main,
html:not(.win-v) .ptsc.pt-boxed:not(.sc-gallery) {
  margin-top: calc(50px + 12vh);
  display: block;
}
html:not(.win-v) .pt-wide .gallery-main,
html:not(.win-v) .ptsc.pt-wide:not(.sc-gallery) {
  margin-top: calc(30px + 8vh);
}
html:not(.win-v) body.admin-bar .site-root .blog-list > .wrap,
html:not(.win-v) body.admin-bar .site-root .gallery-main,
html:not(.win-v) body.admin-bar .ptsc.pt-boxed:not(.sc-gallery) {
  margin-top: calc(34px + 12vh);
}
html:not(.win-v) body.admin-bar .site-root .pt-wide .gallery-main,
html:not(.win-v) body.admin-bar .ptsc.pt-wide:not(.sc-gallery) {
  margin-top: calc(14px + 8vh);
}
html:not(.win-v) .ptsc.pt-boxed:not(.sc-gallery) {
  height: calc(76vh - 100px);
}
html:not(.win-v) .ptsc.pt-wide:not(.sc-gallery) {
  height: calc(84vh - 60px);
}
html:not(.win-v) .pt-fullscreen .gallery-main {
  margin-top: 0 !important;
}
html:not(.win-v) .pt-fullscreen .gallery-main .text {
  padding: 2vh;
}
html:not(.win-v) .pic-style-04 .pic-main {
  margin-top: 0;
  padding-top: calc(50px + 12vh);
}
html:not(.win-v) body.admin-bar .pic-style-04 .pic-main {
  padding-top: calc(34px + 12vh);
}
html:not(.win-v) .ptsc.has-filter > .wrap,
html:not(.win-v) .pic-style-01 .pic-main,
html:not(.win-v) .pic-style-04 .pic-main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .ptsc.has-filter > .wrap > div,
html:not(.win-v) .pic-style-01 .pic-main > div,
html:not(.win-v) .pic-style-04 .pic-main > div {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-gallery.style-02 .gallery-main {
  height: calc(76vh - 100px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .sc-gallery.style-02 .item {
  height: calc(50vh - 50px);
}
html:not(.win-v) .sc-gallery.style-02.pt-thumb-large .item {
  height: 100%;
}
html:not(.win-v) .sc-gallery.style-02.gap-small .item {
  margin-right: 1vw;
}
html:not(.win-v) .sc-gallery.style-02.gap-normal .item {
  margin-right: 3vw;
}
html:not(.win-v) .sc-gallery.style-02.gap-large .item {
  margin-right: calc(50px + 6vw);
}
html:not(.win-v) .sc-gallery.style-02 h2 {
  font-size: calc(1rem + 0.5vh + 0.2vw);
}
html:not(.win-v) .sc-gallery.style-02 .text {
  padding: 2vh;
}
html:not(.win-v) .fr-item-container,
html:not(.win-v) .fr-item-container .item {
  display: inline-block;
  vertical-align: top;
}
html:not(.win-v) .sc-gallery.style-01 .item {
  display: inline-block;
  height: calc(38vh - 50px);
  padding: 1.5vh 1.5vh 0;
}
html:not(.win-v) .sc-gallery.style-01.pt-wide .item {
  height: calc(42vh - 30px);
}
html:not(.win-v) .sc-gallery.style-01.pt-fullscreen .wrap,
html:not(.win-v) .sc-gallery.style-01.pt-fullscreen .gallery-main,
html:not(.win-v) .sc-gallery.style-01.pt-fullscreen .item {
  height: 100%;
}
html:not(.win-v) .sc-gallery.style-01.pt-fullscreen .fr-item-container {
  height: 50%;
}
html:not(.win-v) .sc-gallery.style-01.gap-normal .gallery-main {
  padding-left: 1.5vh;
  padding-right: 1.5vh;
}
html:not(.win-v) .sc-gallery.style-01.gap-small .gallery-main {
  padding-left: calc(5px + 0.2vw);
  padding-right: calc(5px + 0.2vw);
}
html:not(.win-v) .sc-gallery.style-01.gap-large .gallery-main {
  padding-left: calc(20px + 0.5vw);
  padding-right: calc(20px + 0.5vw);
}
html:not(.win-v) .sc-gallery.style-01 .fr-item-container:first-child .item {
  padding: 0 1.5vh 1.5vh;
}
html:not(.win-v) .sc-gallery.style-01 h2 {
  font-size: calc(0.875rem + 0.5vh + 0.2vw);
  max-width: 90%;
}
html:not(.win-v) .sc-gallery.style-01.gap-none .item {
  padding: 0 !important;
}
html:not(.win-v) .sc-gallery.style-01.gap-small .item {
  padding: calc(5px + 0.2vw) calc(5px + 0.2vw) 0;
}
html:not(.win-v)
  .sc-gallery.style-01.gap-small
  .fr-item-container:first-child
  .item {
  padding: 0 calc(5px + 0.2vw) calc(5px + 0.2vw);
}
html:not(.win-v) .sc-gallery.style-01.gap-large .item {
  padding: calc(20px + 0.5vw) calc(20px + 0.5vw) 0;
}
html:not(.win-v)
  .sc-gallery.style-01.gap-large
  .fr-item-container:first-child
  .item {
  padding: 0 calc(20px + 0.5vw) calc(20px + 0.5vw);
}
html:not(.win-v)
  .special-on:not(.has-sticky)
  .fr-item-container
  ~ .fr-item-container {
  padding-left: 6vw;
}
.pt-touch-off .sc-gallery .list-category a {
  transition: all 0.2s;
}
.pt-touch-off .blog-list .text .pt-h > a:not(.full),
.pt-touch-off .blog-list .text .pt-h > span,
.pt-touch-off .single-related h5 > a:not(.full),
.pt-touch-off .single-related h5 > span,
.pt-touch-off .pic-list .text .pt-h > a:not(.full),
.pt-touch-off .pic-list .text .pt-h > span {
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
.pt-touch-off .blog-list .text .pt-h:hover > a:not(.full),
.pt-touch-off .blog-list .text .pt-h:hover > span,
.pt-touch-off .single-related h5:hover > a:not(.full),
.pt-touch-off .single-related h5:hover > span,
.pt-touch-off .pic-list .text .pt-h:hover > a:not(.full),
.pt-touch-off .pic-list .text .pt-h:hover > span {
  background-size: 100% 100%;
}
.has-hover-line > span,
.pt-hover-link > span,
.pt-touch-off .single-related h5 span {
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
.pt-touch-off .item:hover .has-hover-line > span,
.pt-touch-off .single-related .full:hover ~ h5 span,
.pt-touch-off .pt-hover-link:hover > span {
  background-size: 100% 100%;
}
.win-v .sc-gallery .item {
  margin: 0 !important;
}
.win-v .sc-gallery:not(.pt-fullscreen) .gallery-main {
  padding-left: 6vw;
  padding-right: 6vw;
}
.win-v .sc-gallery:not(.pt-fullscreen):not(.gap-none) .gallery-main {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.win-v .sc-gallery:not(.pt-fullscreen):not(.gap-none) .item + .item {
  padding-top: 6vw;
}
.win-v
  .sc-images.layout-02:not(.image-full).item-gap-on
  + .sc-gallery.style-01:not(.gap-none)
  .gallery-main,
.win-v
  .sc-gallery.style-01:not(.gap-none)
  + .sc-images.layout-02:not(.image-full) {
  padding-top: 0;
}
.sc-gallery.style-01.pt-fullscreen .item,
.sc-gallery.style-01.fr-item-container {
  padding: 0 !important;
}
.win-v .gallery-main > br {
  display: none;
}
@media (min-width: 768px) {
  .win-v .sc-gallery.style-01 .gallery-main {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .win-v .sc-gallery.style-01 .gallery-main > div {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 46.65%;
  }
  .win-v .sc-gallery.style-01.pt-fullscreen .gallery-main > div,
  .win-v .sc-gallery.style-01.gap-none .gallery-main > div {
    width: 50%;
  }
  .win-v .sc-gallery.style-01.pt-fullscreen .gallery-main,
  .win-v .sc-gallery.style-01 .item {
    padding: 0 !important;
  }
  .win-v
    .sc-gallery.style-01:not(.pt-fullscreen):not(.gap-none)
    .item:not(:last-child) {
    padding-bottom: 6vw !important;
  }
}
.win-v .sc-gallery.style-02 > .wrap {
  max-width: 640px;
  margin: auto;
}
.pt-retina.win-v .sc-gallery.style-02 > .wrap {
  max-width: 88vw;
}
.pt-fixed {
  transform: none !important;
}
body.pt-touch-off .pt-fixed .hover-bg,
body.pt-touch-off .pt-fixed .img .bg-full {
  background-attachment: fixed;
  transform: none !important;
}
.ptsc-block:not([data-text-color=""]) a.pt-text-link:hover,
.sc-section-title:not([data-text-color=""]) a.pt-text-link:hover {
  opacity: 0.8;
}
.ptsc-block:not(.effect-frame) {
  overflow: hidden;
}
.ptsc-block.custom-form input,
.ptsc-block.custom-form select,
.ptsc-block.custom-form textarea {
  box-shadow: none !important;
}
.ptsc-block.type-full {
  width: 100vw;
}
.ptsc-block.sc-video .text {
  display: none;
}
.ptsc-block.sc-video .img {
  z-index: 5 !important;
}
.ptsc-block a.btn,
.ptsc-block.style-03 .text {
  text-align: center;
}
.ptsc-block .mobile-bg {
  display: none;
}
.ptsc-block.style-03 .text > .pt-h {
  margin-left: auto;
  margin-right: auto;
}
.ptsc-block.caption-type-02 .wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ptsc-block.caption-type-02 .inner-wrap {
  width: 100%;
  height: 100%;
  pointer-events: none;
  margin: auto;
}
.ptsc-block.caption-type-02 .text {
  width: 100%;
  height: 100%;
  max-height: 100%;
  font-size: 0;
  text-align: center;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.ptsc-block .caption-image {
  height: auto;
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.win-v .ptsc-block .caption-image {
  max-height: none;
  max-width: none;
}
.win-v .ptsc-block.w-large .caption-image {
  width: 90%;
}
.win-v .ptsc-block.w-normal .caption-image {
  width: 75%;
}
.win-v .ptsc-block.w-small .caption-image {
  width: 60%;
}
.ptsc-block > .wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ptsc-block.align-01 > .wrap {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ptsc-block.align-03 > .wrap {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ptsc-block.style-02 > .wrap {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ptsc-block.style-03 > .wrap {
  -webkit-justify-content: center;
  justify-content: center;
}
.ptsc-block .inner-wrap {
  position: relative;
  max-width: 100%;
  z-index: 5;
}
.ptsc-block .inner-wrap:empty {
  display: none;
}
.ptsc-block:not(.no-img) > .wrap {
  padding-left: calc(10% + 3vw);
  padding-right: calc(10% + 3vw);
}
html:not(.win-v) .ptsc-block > .wrap {
  padding-top: calc(50px + 12vh);
  padding-bottom: calc(50px + 12vh);
}
html:not(.win-v) .ptsc-block.no-img > .wrap {
  padding-left: calc(50px + 12vh);
  padding-right: calc(50px + 12vh);
}
html:not(.win-v) .ptsc-block.no-bg > .wrap {
  padding-left: 0;
}
html:not(.win-v) .ptsc-block.no-bg > .wrap {
  padding-right: 0;
}
.win-v .ptsc-block > .wrap {
  padding: 12vw;
}
.win-v .ptsc-block.no-img.no-bg:not([class*="-margin-none-before"]) > .wrap {
  padding-top: 2vw;
}
.win-v .ptsc-block.no-img.no-bg:not([class*="-margin-none-after"]) > .wrap {
  padding-bottom: 2vw;
}
.win-v .ptsc-block.pt-mobile-display-02 > .wrap {
  padding: 0;
  display: block;
}
.win-v .ptsc-block.pt-mobile-display-02 .img {
  display: none;
}
.win-v .ptsc-block.pt-mobile-display-02 .mobile-bg {
  display: block;
  position: relative;
}
.win-v .ptsc-block.pt-mobile-display-02 .inner-wrap {
  padding: 12vw;
  max-width: 100% !important;
}
.win-v .ptsc-block:first-child .text {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
html:not(.win-v) .ptsc-block.special-on {
  padding-top: calc(30px + 8vh);
  padding-bottom: calc(30px + 8vh);
}
html:not(.win-v) .ptsc-block:not(.caption-type-02) .text {
  max-height: calc(76vh - 132px);
  overflow: hidden;
  padding-bottom: 5px;
}
html:not(.win-v) .ptsc-block.no-intro .text {
  padding-bottom: 3.8em;
}
html:not(.win-v) .ptsc-block .text > *:not(:last-child) {
  margin-bottom: 2vh;
}
html:not(.win-v) .ptsc-block .intro {
  padding-bottom: 0.2vh;
}
html:not(.win-v) .ptsc-block .pt-h {
  max-width: 100%;
  padding-top: 3px;
}
html:not(.win-v) .ptsc-block.w-small .pt-h,
html:not(.win-v) .ptsc-block.w-small .intro,
html:not(.win-v) .ptsc-block.w-small.caption-type-02 .text {
  width: calc(120px + 14vw);
}
html:not(.win-v) .ptsc-block.w-normal .pt-h,
html:not(.win-v) .ptsc-block.w-normal .intro,
html:not(.win-v) .ptsc-block.w-normal.caption-type-02 .text {
  width: calc(140px + 20vw);
}
html:not(.win-v) .ptsc-block.w-large .pt-h,
html:not(.win-v) .ptsc-block.w-large .intro,
html:not(.win-v) .ptsc-block.w-large.caption-type-02 .text {
  width: calc(160px + 26vw);
}
html:not(.win-v) .ptsc-block:not(.no-img):not(.no-bg) .text .pt-h.large {
  width: auto;
  min-width: 25vw;
}
html:not(.win-v)
  .ptsc-block:not(.no-img):not(.no-bg)
  .text
  .pt-h.large.title-xxl {
  min-width: 30vw;
}
html:not(.win-v) .ptsc-block.style-03 .intro {
  margin-left: auto;
  margin-right: auto;
}
html:not(.win-v) body.admin-bar .site-root .ptsc-block.special-on {
  padding-top: calc(14px + 8vh);
  padding-bottom: calc(14px + 8vh);
}
.ptsc-block h1,
.ptsc-block h2 {
  line-height: 1;
}
.ptsc-block h3,
.ptsc-block h4,
.ptsc-block h5,
.ptsc-block h6 {
  line-height: 1.1;
}
html:not(.win-v) .ptsc-block h2 {
  font-size: 4.5vh;
}
html:not(.win-v) .ptsc-block h3 {
  font-size: 4vh;
}
html:not(.win-v) .ptsc-block h4 {
  font-size: 3.5vh;
}
html:not(.win-v) .ptsc-block h5 {
  font-size: 3vh;
}
html:not(.win-v) .ptsc-block h6 {
  font-size: 2.5vh;
}
.win-v .ptsc-block .inner-wrap {
  max-width: 85%;
  padding: 6vw 0;
}
.win-v .ptsc-block.shape-h:not(.sc-contact-form) .inner-wrap {
  max-width: 80%;
}
.win-v .ptsc-block.shape-h .text {
  max-width: calc(240px + 20vw);
}
.win-v .ptsc-block.shape-h.style-03 .text {
  margin-right: auto;
  margin-left: auto;
}
.ptsc-block .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.ptsc-block:not([data-hover-text-color=""]) .intro,
.ptsc-block:not([data-hover-text-color=""]) .pt-h span {
  transition: color 0.3s;
}
.win-v .ptsc-block.sc-video .inner-wrap {
  display: none;
}
.win-v .ptsc-block.special-on {
  margin: 6vw;
  margin-right: 6vw;
  width: auto;
}
.win-v .ptsc-block.special-on.pt-margin-none-before {
  margin-top: 6vw;
}
.win-v .ptsc-block.special-on.pt-margin-none-after {
  margin-bottom: 6vw;
}
.win-v .ptsc-block .text > *:not(:last-child) {
  margin-bottom: calc(12px + 2vw);
}
.win-v .ptsc-block .img {
  width: 100%;
}
.win-v .ptsc-block[class*="video-"] .img {
  padding-top: 56.2%;
}
.win-v .ptsc-block .text {
  position: relative;
  z-index: 10;
}
.ptsc-block.style-03 form {
  margin-right: auto;
  margin-left: auto;
}
.ptsc-block form label {
  font-size: 12px;
}
.ptsc-block
  .wrap
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ptsc-block .wrap select,
.ptsc-block .wrap textarea {
  padding: 10px;
  background-color: #fff;
  color: #060708;
}
.ptsc-block
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ptsc-block .wpcf7 textarea {
  padding: 1.2vh;
}
.ptsc-block .wpcf7 .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-date,
.ptsc-block
  .wpcf7
  .wpcf7-form-control-wrap
  input.wpcf7-form-control.wpcf7-file {
  padding: 1vh;
}
.ptsc-block .wpcf7 p br {
  display: none;
}
.ptsc-block.effect-hover-text .text {
  -webkit-perspective: 800px;
  perspective: 800px;
}
.ptsc-block.effect-hover-text .wrap:not(:hover) .pt-float-bar-root {
  opacity: 0;
}
html:not(.win-v) .ptsc-block.effect-hover-text .text > * {
  opacity: 0;
  -webkit-transform: scale(0.9) rotateX(30deg);
  transform: scale(0.9) rotateX(30deg);
  transition: opacity 0.3s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.3s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.3s 0.1s,
    -webkit-transform 0.4s 0.1s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  will-change: transform;
}
.ptsc-block.effect-hover-text .text > *:nth-child(2) {
  transition: opacity 0.4s 0.15s, -webkit-transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s, opacity 0.4s 0.15s;
  transition: transform 0.5s 0.15s, opacity 0.4s 0.15s,
    -webkit-transform 0.5s 0.15s;
}
.ptsc-block.effect-hover-text .text > *:nth-child(3) {
  transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s, opacity 0.4s 0.2s;
  transition: transform 0.5s 0.2s, opacity 0.4s 0.2s,
    -webkit-transform 0.5s 0.2s;
}
.ptsc-block.effect-hover-text .wrap:hover .text > *,
.pt-touch-on .ptsc-block.effect-hover-text .wrap .text > * {
  opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}
.ptsc-block.effect-hover-bg .hover-bg {
  transition: opacity 0.6s 0.1s;
}
.ptsc-block.effect-hover-bg .wrap:hover .hover-bg.pt-show {
  opacity: 1;
}
.win-v .ptsc-block .hover-bg.pt-show,
.pt-touch-on .ptsc-block .hover-bg.pt-show {
  opacity: 1;
}
.ptsc-block
  .win-v
  .wpcf7
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.ptsc-block .win-v .wpcf7 textarea {
  padding: 2.4vw;
}
.wpcf7 form .wpcf7-response-output {
  margin: 8px 0 1em;
}
.wpcf7-not-valid-tip {
  margin: 4px 0 10px;
}
html:not(.win-v) .pt-animation-on .ptsc-block.no-bg .text,
html:not(.win-v) .pt-animation-on .sc-section-title .text {
  transition: opacity 0.6s 0.2s;
}
html:not(.win-v) .pt-animation-on .ptsc-block.no-bg:not(.init-viewport) .text,
html:not(.win-v) .pt-animation-on .sc-section-title .text:not(.init-viewport) {
  opacity: 0;
}
.ptsc .one-input {
  position: relative;
}
.ptsc form {
  max-width: 100%;
  white-space: normal;
}
.ptsc form input,
.ptsc form textarea {
  padding: 10px 15px;
  font-size: calc(1rem + 0.16vh);
}
.mc4wp-form {
  position: relative;
  max-width: 100% !important;
  margin-top: 3vh;
  width: calc(320px + 10vw);
}
.win-v .mc4wp-form {
  margin-top: 4vw;
}
.mc4wp-form input[type="email"] {
  padding-left: 20px;
}
html:not(.win-v) .ptsc form {
  width: calc(100px + 16vw);
}
.mc4wp-form-fields input[type="email"] {
  height: 56px;
  font-size: 16px;
  padding-left: 15px !important;
}
.w782 .mc4wp-form-fields input[type="email"] {
  font-size: 12px;
}
.ptsc-block:not(.custom-form) .mc4wp-form-fields input[type="email"] {
  background: #fff !important;
  color: #060708 !important;
}
.mc4wp-form-fields input[type="email"]:not(:focus) {
  cursor: pointer;
}
.one-input .pt-submit-wrap {
  position: absolute;
  right: 6px;
  bottom: 6px;
  text-align: center;
}
.one-input .pt-submit-wrap input[type="submit"] {
  border: none !important;
  padding: 0 !important;
  width: 44px !important;
  height: 44px !important;
}
.one-input .pt-submit-wrap span {
  display: none;
}
.one-input .pt-submit-wrap .icon {
  width: 22px;
  height: 22px;
  margin-top: -11px;
  line-height: 22px;
}
.one-input .pt-submit-wrap .icon-01 {
  left: 50%;
  margin-left: -11px;
}
.one-input .pt-submit-wrap .icon.icon-02 {
  right: 50%;
  margin-right: -11px;
}
.pt-touch-off .one-input .pt-submit-wrap:not(:hover) .icon-02.icon {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
html:not(.win-v) .mc4wp-form-fields input[type="email"] {
  height: calc(20px + 4vh);
  font-size: calc(0.5rem + 1vh);
  padding-left: 20px !important;
}
html:not(.win-v) .one-input .pt-submit-wrap {
  right: 5px;
  bottom: 5px;
}
html:not(.win-v) .one-input .pt-submit-wrap input[type="submit"] {
  border: none !important;
  width: calc(10px + 4vh) !important;
  height: calc(10px + 4vh) !important;
  min-height: 22px;
}
html:not(.win-v) .one-input .pt-submit-wrap .icon:before {
  font-size: 22px;
}
.win-v .HT-el {
  -webkit-transform: none !important;
  transform: none !important;
}
.wpcf7 {
  white-space: normal;
  margin-top: 2vh;
}
.win-v .wpcf7 {
  margin-top: 3vw;
}
.sc-textlist .wpcf7 {
  margin-top: 5px;
}
.wpcf7-form-control-wrap + br {
  display: none;
}
.wpcf7-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7-form > * {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.breakPoint) .wpcf7-form .pt-col-2 {
  width: 49%;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
  font-size: 0;
}
.wpcf7-form-control-wrap > * {
  font-size: calc(1rem + 0.16vh);
  line-height: 1;
}
.wpcf7-form-control-wrap[class*="quiz-"],
.wpcf7-form-control-wrap[class*="acceptance-"],
.wpcf7-form-control-wrap[class*="checkbox-"],
.wpcf7-form-control-wrap[class*="radio-"] {
  margin-top: 12px;
}
.wpcf7-form label {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
}
.wpcf7-form label br {
  display: none;
}
.wpcf7-form p:not(:last-child) {
  margin-bottom: 15px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px 15px;
  font-size: 1.125rem;
}
.wpcf7-form .pt-submit-wrap {
  margin-top: 6px;
  margin-bottom: 10px;
}
.wpcf7-form p > br {
  display: none;
}
body.ff:not(.raw-scroll):not(.pt-layout-v) div,
body.ff:not(.raw-scroll):not(.pt-layout-v) nav {
  scrollbar-color: rgba(166, 166, 166, 0.6) transparent;
}
body.ff:not(.raw-scroll) nav,
body.ff:not(.raw-scroll) .col-wrap,
body.ff:not(.raw-scroll) .inner,
body.ff:not(.raw-scroll) .intro,
body.ff:not(.raw-scroll) .content-footer .wrap,
body.ff:not(.raw-scroll) .sc-textlist.layout-02 .item,
body.ff:not(.raw-scroll) .sub-menu-collecter {
  scrollbar-color: rgba(166, 166, 166, 0.6) transparent;
  scrollbar-width: thin;
}
body:not(.raw-scroll):not(.pt-touch-on) div::-webkit-scrollbar-thumb,
body:not(.raw-scroll):not(.pt-touch-on) nav::-webkit-scrollbar-thumb {
  background-color: rgba(166, 166, 166, 0.4);
}
body:not(.raw-scroll):not(.pt-touch-on) div::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on) nav::-webkit-scrollbar {
  background-color: transparent;
}
body:not(.raw-scroll):not(.pt-touch-on) nav::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on) .col-wrap::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on) .sc-mix-block .text::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on) .intro::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on) .sub-menu-collecter::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on)
  .content-footer
  .wrap::-webkit-scrollbar,
body:not(.raw-scroll):not(.pt-touch-on)
  .sc-textlist.layout-02
  .item::-webkit-scrollbar {
  width: 5px;
}
body.ie:not(.raw-scroll) div,
body.ie:not(.raw-scroll) nav {
  scrollbar-face-color: #dedede;
  scrollbar-shadow-color: #fff;
}
html:not(.win-v) .col-wrap {
  max-height: 100%;
  overflow: auto;
}
html:not(.win-v) .col-wrap .item:last-child {
  margin-bottom: 0 !important;
}
.sc-textlist .ptsc-main-title {
  display: none;
}
.sc-textlist.pt-main-title-on .ptsc-main-title {
  display: block;
}
.sc-textlist .ptsc-main-title {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-textlist .ptsc-main-title {
  padding-bottom: 7vh;
}
.win-v .sc-textlist .ptsc-main-title {
  margin-bottom: 8vw;
}
.sc-textlist .ptsc-main-title .title {
  margin-bottom: 2vh;
}
.win-v .sc-textlist .ptsc-main-title .title {
  margin-bottom: 3vw;
}
.sc-textlist .ptsc-main-title .intro {
  font-size: calc(0.36rem + 1.5vh);
  line-height: 1.4;
  white-space: pre-line;
}
.win-v .sc-textlist .ptsc-main-title .intro {
  font-size: calc(1rem + 1vw);
}
html:not(.win-v) .sc-textlist {
  height: calc(80vh - 100px);
  margin-top: calc(50px + 12vh);
}
html:not(.win-v) .sc-textlist.pt-main-title-on {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
html:not(.win-v) .sc-textlist .ptsc-main-title {
  width: calc(400px + 24vw);
  max-width: 100%;
}
html:not(.win-v) .admin-bar .site-root .sc-textlist {
  margin-top: calc(34px + 12vh);
}
.sc-textlist .pt-icon {
  font-size: calc(30px + 3.2vh);
}
.sc-textlist .type-image {
  font-size: 0;
  margin-bottom: 2vh;
}
.sc-textlist ul ul {
  margin-top: 20px;
}
.sc-textlist ul ul li {
  margin-left: 1.2em;
}
.sc-textlist li {
  line-height: 1.55;
}
.sc-textlist li.text-large {
  line-height: 1.3;
}
.sc-textlist li.text-largest {
  line-height: 1.1;
}
.sc-textlist li.has-icon {
  position: relative;
  padding-left: 1.15em;
}
.sc-textlist .list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.sc-textlist .list-icon i {
  line-height: inherit;
}
.sc-textlist.pt-line-on .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  border-top: 1px solid;
  opacity: 0.12;
}
.sc-textlist .pt-icon img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.win-v .sc-textlist {
  padding: 6vw;
}
.win-v .sc-textlist .pt-icon img {
  max-height: 29vw;
}
@media (min-width: 768px) {
  .win-v .sc-textlist.layout-02 .row-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .win-v .sc-textlist.layout-02 .item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 46%;
  }
  .win-v .sc-textlist.pt-line-on .item {
    margin-bottom: 0 !important;
  }
}
.win-v .sc-textlist.pt-line-on .item {
  padding-top: 8vw;
  margin-top: 8vw;
}
.win-v .sc-textlist .col-wrap:not(:last-child),
.win-v .sc-textlist .item:not(:last-child),
.win-v .sc-textlist .row-01 .item:last-child {
  margin-bottom: 8vw;
}
html:not(.win-v) .sc-textlist .pt-icon img {
  max-height: 10vh;
}
html:not(.win-v) .sc-textlist .pt-icon img.type-h {
  max-height: 12vh;
}
html:not(.win-v) .sc-textlist .text-largest {
  font-size: calc(0.5rem + 1.8vh);
}
html:not(.win-v) .sc-textlist .col-wrap {
  padding-bottom: 4px;
}
html:not(.win-v) .sc-textlist .col-wrap:not(:last-child) {
  margin-right: calc(30px + 1vw);
}
@media (max-height: 500px) {
  html:not(.win-v) .sc-textlist.layout-02 > .wrap {
    display: -webkit-flex;
    display: flex;
  }
  html:not(.win-v) .sc-textlist.layout-02 > .wrap > div {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: calc(76vh - 100px);
  }
}
html:not(.win-v) .sc-textlist.layout-02:not(.pt-main-title-on) .row-wrap {
  height: calc(38vh - 50px);
  padding-bottom: 20px;
}
html:not(.win-v) .sc-textlist.layout-02.pt-main-title-on .row-wrap {
  height: 100%;
}
html:not(.win-v) .sc-textlist.layout-01 .item {
  padding-top: 3vh;
}
html:not(.win-v) .sc-textlist.layout-01.pt-line-on .item + .item {
  margin-top: 3vh;
}
html:not(.win-v) .sc-textlist.layout-01 > .wrap,
html:not(.win-v) .sc-textlist.layout-02 .row-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .sc-textlist.layout-01 > .wrap > *,
html:not(.win-v) .sc-textlist.layout-02 .row-wrap > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-textlist .item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: calc(30px + 1vw);
  max-height: calc(76vh - 100px);
}
html:not(.win-v) .sc-textlist.layout-02 .row-wrap .item:last-child,
html:not(.win-v) .sc-textlist .col-wrap:last-child .item {
  margin-right: 0;
}
html:not(.win-v) .sc-textlist.layout-02 .item + .item {
  margin-left: calc(30px + 1vw);
}
html:not(.win-v) .sc-textlist.pt-line-on .item {
  padding-top: 3vh;
}
html:not(.win-v)
  .sc-textlist.pt-line-on.layout-01:not(.pt-main-title-on)
  .item:not(:first-child),
html:not(.win-v)
  .sc-textlist.pt-line-on.layout-02:not(.pt-main-title-on)
  .item {
  margin-top: 3vh;
}
html:not(.win-v) .sc-textlist:not(.pt-line-on) .item:first-child {
  padding-top: 0;
}
html:not(.win-v) .sc-textlist.w-small .inner-wrap > ul {
  max-width: calc(200px + 9vw);
}
html:not(.win-v) .sc-textlist.w-large .inner-wrap > ul {
  max-width: calc(300px + 14vw);
}
html:not(.win-v)
  .sc-textlist.w-small
  .has-title
  ~ .item:not(.has-title)
  .inner-wrap
  > ul {
  max-width: calc(100px + 10vw + 200px + 9vw);
}
html:not(.win-v)
  .sc-textlist.w-large
  .has-title
  ~ .item:not(.has-title)
  .inner-wrap
  > ul {
  max-width: calc(100px + 10vw + 300px + 14vw);
}
html:not(.win-v) .sc-textlist.layout-02 .row-wrap .item {
  max-height: 100%;
  overflow: auto;
}
.sc-textlist .inner-wrap > ul > li {
  list-style-type: none;
  white-space: pre-line;
}
.sc-textlist li.gap-small {
  margin-bottom: 1vh;
}
.sc-textlist li.gap-large {
  margin-bottom: 2vh;
}
.sc-textlist .has-title .inner-wrap > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.sc-textlist.text-center .inner-wrap {
  text-align: center;
}
.sc-textlist .inner-wrap {
  padding: 1px 0;
}
.sc-textlist .btn {
  margin-top: 10px;
}
.ptsc .pt-icon i {
  position: relative;
  width: 1em;
  height: 1em;
  margin-bottom: 1.5vh;
  text-align: center;
  min-width: 0 !important;
}
.win-v .ptsc .pt-icon i {
  margin-bottom: 2vw;
}
.ptsc .pt-icon i span {
  opacity: 1;
}
.ptsc .pt-icon i:before {
  position: relative;
  font-size: 0.52em;
  z-index: 3;
}
.ptsc .pt-icon.no-bg i:before {
  font-size: 1em;
}
.ptsc.text-center .pt-icon i {
  margin: 0 auto 10px;
}
.ptsc .item:not(.hover-intro):hover .pt-icon i {
  -webkit-animation: iconAn 0.4s;
  animation: iconAn 0.4s;
}
@-webkit-keyframes iconAn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes iconAn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.ptsc li.weight-300,
.ptsc li.weight-300 a {
  font-weight: 300;
}
.ptsc li.weight-400,
.ptsc li.weight-400 a {
  font-weight: 400;
}
.ptsc li.weight-500,
.ptsc li.weight-500 a {
  font-weight: 500;
}
.ptsc li.weight-600,
.ptsc li.weight-600 a {
  font-weight: 600;
}
.ptsc li.weight-700,
.ptsc li.weight-700 a {
  font-weight: 700;
}
.ptsc li.weight-800,
.ptsc li.weight-800 a {
  font-weight: 800;
}
.ptsc li.weight-900,
.ptsc li.weight-900 a {
  font-weight: 900;
}
.ptsc .font-em-root h1 {
  font-size: calc(0.36rem + 0.54em);
}
.ptsc .font-em-root h2 {
  font-size: calc(0.36rem + 0.44em);
}
.ptsc .font-em-root h3 {
  font-size: calc(0.36rem + 0.36em);
}
.ptsc .font-em-root h4 {
  font-size: calc(0.36rem + 0.3em);
}
.ptsc .font-em-root h5 {
  font-size: calc(0.36rem + 0.25em);
}
.ptsc .font-em-root h6 {
  font-size: calc(0.36rem + 0.2em);
}
.ptsc .font-em-root .caption-content p,
.ptsc .font-em-root .intro {
  font-size: calc(0.5rem + 0.13em);
}
.ptsc .font-em-root .caption,
.ptsc .text-normal .font-em-root .intro {
  font-size: calc(0.5rem + 0.14em);
}
.ptsc .hover-intro .font-em-root .intro,
.ptsc .text-large .font-em-root .intro {
  font-size: calc(0.5rem + 0.15em);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-one .text {
  font-size: calc(90vh * 0.15);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-two .text {
  font-size: calc(50vh * 0.15);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-three .text,
html:not(.win-v) .sc-small-images.pt-fullscreen.image-large .inner-wrap {
  font-size: calc(34vh * 0.15);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-four .text,
html:not(.win-v) .sc-small-images.pt-fullscreen:not(.image-large) .inner-wrap {
  font-size: calc(25vh * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-one .text {
  font-size: calc(66vh * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-two .text {
  font-size: calc(33vh * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-three .text,
html:not(.win-v) .sc-small-images:not(.pt-fullscreen).image-large .inner-wrap {
  font-size: calc(23vh * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-four .text,
html:not(.win-v)
  .sc-small-images:not(.pt-fullscreen):not(.image-large)
  .inner-wrap {
  font-size: calc(18vh * 0.15);
}
.win-v .sc-small-images.image-large .inner-wrap {
  font-size: calc(45vw * 0.15);
}
.win-v .sc-small-images:not(.image-large) .inner-wrap {
  font-size: calc(34vw * 0.15);
}
@media (max-width: 767px) {
  .win-v .sc-small-images.image-large .inner-wrap {
    font-size: calc(90vw * 0.15);
  }
  .win-v .sc-small-images:not(.image-large) .inner-wrap {
    font-size: calc(45vw * 0.15);
  }
}
.sc-mix-block .inner-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sc-mix-block.row-two .row-wrap.row-3,
.sc-mix-block.row-two .row-wrap.row-4,
.sc-mix-block.row-three .row-wrap.row-4 {
  display: none;
}
body:not(.no-lazy) .sc-mix-block .item.no-img .img:not(.init-viewport) {
  opacity: 0;
}
.sc-mix-block .item.no-img .img {
  transition: opacity 0.4s 0.1s;
}
.sc-mix-block .text {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 0.72em;
}
.sc-mix-block .item:not(.hover-intro) .text {
  overflow: auto;
}
.sc-mix-block .hover-intro .intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: calc((1em - 0.5rem) / 0.16);
  max-height: 100%;
  overflow: auto;
}
.sc-mix-block .hover-intro .intro:not(.overload) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.sc-mix-block .hover-intro .intro,
.sc-mix-block .hover-intro .inner > *:not(.intro):not(.custom-link) {
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.pt-touch-off
  .sc-mix-block
  .hover-intro:hover
  .inner
  > *:not(.intro):not(.custom-link),
.pt-touch-on
  .sc-mix-block
  .hover-intro.pt-show
  .inner
  > *:not(.intro):not(.custom-link) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}
.pt-touch-off .sc-mix-block .hover-intro:not(:hover) .intro,
.pt-touch-on .sc-mix-block .hover-intro:not(.pt-show) .intro {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pt-touch-on .sc-mix-block .hover-intro .inner > .custom-link {
  background: #f1f1f1;
  color: #111;
  font-family: "pt-icons";
  top: auto;
  height: 0.8em;
  width: 0.8em;
  transition: all 0.3s;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
}
.pt-touch-on .sc-mix-block .hover-intro .inner > .custom-link:before {
  content: "\e951";
  font-size: 0.5em;
  line-height: 0.5em;
}
.pt-touch-on .sc-mix-block .hover-intro.pt-show .inner > .custom-link {
  opacity: 1;
}
.pt-touch-off .sc-mix-block .hover-intro .inner > .custom-link,
.pt-touch-on .sc-mix-block .hover-intro .intro .custom-link {
  display: none;
}
.sc-mix-block .double .inner {
  width: 80%;
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-one .text {
  font-size: calc(100vh * 0.15);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-two .text {
  font-size: calc(50vh * 0.15);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-three .text {
  font-size: calc(40vh * 0.15);
}
html:not(.win-v) .sc-mix-block.pt-fullscreen.row-four .text {
  font-size: calc(25vh * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-one .text {
  font-size: calc((84vh - 60px) * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-two .text {
  font-size: calc((84vh - 60px) * 0.5 * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-three .text {
  font-size: calc((84vh - 60px) * 0.33 * 0.15);
}
html:not(.win-v) .sc-mix-block:not(.pt-fullscreen).row-four .text {
  font-size: calc((84vh - 60px) * 0.25 * 0.15);
}
.win-v .sc-mix-block .text {
  font-size: calc(90vw * 0.15);
}
@media (min-width: 768px) {
  .win-v
    .sc-mix-block:not(.row-one):not(.hold-three)
    .item:not(.odd-last):not(.double)
    .text {
    font-size: calc(45vw * 0.15);
  }
  .win-v .sc-mix-block.hold-three .text {
    font-size: calc(34vw * 0.15);
  }
}
.sc-mix-block .pt-h small {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sc-mix-block.row-one .text {
  padding: 12% 15%;
}
.sc-mix-block .img {
  margin: -1px;
}
.sc-mix-block .text {
  -webkit-overflow-scrolling: touch;
}
.sc-mix-block .text .inner {
  max-height: 100%;
  padding: 6px;
  -webkit-overflow-scrolling: touch;
}
.sc-mix-block .item:not(.hover-intro) .intro {
  margin-top: 0.4em;
  max-width: 24em;
}
.sc-mix-block .sc-btn {
  margin-top: calc(10px + 0.2vw);
  display: -webkit-flex;
  display: flex;
}
.sc-mix-block div[class*="align-center-"] .sc-btn {
  -webkit-justify-content: center;
  justify-content: center;
}
.sc-mix-block div[class*="align-right-"] .sc-btn {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.sc-mix-block .item:not(.hover-intro) .pt-h + .intro {
  opacity: 0.8;
}
.sc-mix-block .item:not(.hover-intro) div[class*="align-center-"] .intro {
  margin-left: auto;
  margin-right: auto;
}
.sc-mix-block div[class*="align-left-"] .inner {
  padding-right: 15%;
}
.sc-mix-block div[class*="align-right-"] {
  padding-left: 15%;
}
.sc-mix-block div[class*="align-right-"] .pt-icon i {
  margin-left: auto;
}
.sc-mix-block div[class*="align-right-"] .intro {
  margin-left: auto;
}
.sc-mix-block div[class*="align-center-"] .pt-icon i {
  margin-left: auto;
  margin-right: auto;
}
.sc-mix-block div[class*="align-center-"] h6,
.sc-mix-block div[class*="align-center-"] h5 {
  padding-left: 5%;
  padding-right: 5%;
}
.sc-mix-block .pt-icon {
  margin-bottom: 0;
  font-size: calc(0.5rem + 0.8em);
}
.sc-mix-block .pt-h {
  line-height: 1;
  padding-bottom: 5px;
}
.sc-mix-block * + .pt-h {
  margin-top: 0.32em;
}
html:not(.win-v) .sc-mix-block > .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .sc-mix-block > .wrap > * {
  height: 33.333%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .sc-mix-block.row-one > .wrap > * {
  height: 100%;
}
html:not(.win-v) .sc-mix-block.row-two > .wrap > * {
  height: 50%;
}
html:not(.win-v) .sc-mix-block.row-four > .wrap > * {
  height: 25%;
}
html:not(.win-v) .sc-mix-block .row-wrap .item {
  height: 100%;
}
.win-v .sc-mix-block:not(.pt-fullscreen) {
  padding-left: 6vw;
  padding-right: 6vw;
}
.win-v .sc-mix-block .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.win-v .sc-mix-block .row-wrap {
  display: none;
}
.win-v .sc-mix-block > .wrap > * {
  width: 100%;
}
@media (min-width: 768px) {
  .win-v .sc-mix-block .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.52em;
  }
  .win-v
    .sc-mix-block:not(.row-one):not(.hold-three)
    > .wrap
    > *:not(.double):not(.odd-last) {
    width: 50%;
  }
  .win-v .sc-mix-block.hold-three > .wrap > .item {
    width: 33.3333333%;
  }
  .win-v .sc-mix-block .inner-wrap {
    padding-top: 100%;
  }
  .win-v .sc-mix-block.type-h .inner-wrap {
    padding-top: 72%;
  }
  .win-v .sc-mix-block.type-v .inner-wrap {
    padding-top: 130%;
  }
  .win-v .sc-mix-block .item.double .inner-wrap {
    padding-top: 72%;
  }
}
@media (max-width: 767px) {
  .win-v .sc-mix-block .inner-wrap {
    min-height: 100vw;
  }
  .win-v .sc-mix-block.type-h .inner-wrap {
    min-height: 72vw;
  }
  .win-v .sc-mix-block.type-v .inner-wrap {
    min-height: 130vw;
  }
  .win-v .sc-mix-block:not(.pt-fullscreen) .inner-wrap {
    min-height: 88vw;
  }
  .win-v .sc-mix-block:not(.pt-fullscreen).type-h .inner-wrap {
    min-height: 60vw;
  }
  .win-v .sc-mix-block:not(.pt-fullscreen).type-v .inner-wrap {
    min-height: 118vw;
  }
  .win-v .sc-mix-block:not(.pt-fullscreen) .double .inner-wrap {
    min-height: 60vw;
  }
}
.sc-mix-block .hover-bg {
  transition: opacity 0.6s 0.1s;
  opacity: 0;
}
.sc-mix-block .item:hover .hover-bg.pt-show {
  opacity: 1;
}
.win-v .sc-mix-block .hover-bg.pt-show,
.pt-touch-on .sc-mix-block .hover-bg.pt-show {
  opacity: 1;
}
.ptsc.effect-frame:not(.pt-fullscreen) .img {
  border: calc(4px + 0.35vw) solid #fff;
  box-shadow: 10px 10px 36px rgba(0, 0, 0, 0.03),
    calc(4px + 0.3vw) calc(4px + 0.3vw) 0 0 rgba(255, 255, 255, 0.6);
  background: #fff;
}
.site-dark .ptsc.effect-frame:not(.pt-fullscreen) .img {
  border: 2px solid #000;
  box-shadow: 10px 10px 36px rgba(0, 0, 0, 0.03);
  background: #000;
}
.ptsc.effect-frame:not(.pt-fullscreen).sc-photo-wall .img,
.ptsc.effect-frame:not(.pt-fullscreen).sc-gallery .inner-wrap {
  overflow: visible;
}
@media (min-height: 500px) {
  html:not(.win-v) .sc-photo-wall.boxed {
    padding: calc(30px + 8vh) 0;
  }
  html:not(.win-v) body.admin-bar .site-root .sc-photo-wall.boxed {
    padding: calc(34px + 12vh) 0;
  }
  html:not(.win-v) .blog-style-02.special-on .item {
    padding: 8vh 0;
  }
}
html:not(.win-v)
  body.pt-animation-on
  .sc-photo-wall:not(.pt-animation-off)
  .item
  + .col-type-01:not(.offset-01):not(.offset-02) {
  margin-left: calc(30px + 3vw);
}
html:not(.win-v)
  body.pt-animation-on
  .sc-photo-wall:not(.pt-animation-off)
  .col-type-01:not(.offset-04):not(.offset-03)
  + .item {
  margin-left: 2vw;
}
html:not(.win-v) .sc-photo-wall {
  padding: calc(30px + 8vh) 0;
}
html:not(.win-v) .sc-photo-wall .wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .sc-photo-wall .item {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .sc-photo-wall .item:not(:last-child) {
  margin-right: calc(70px + 7vw);
}
html:not(.win-v) .sc-photo-wall .sub-item {
  position: relative;
  height: 57%;
  z-index: 2;
}
html:not(.win-v) .sc-photo-wall .col-type-02 {
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .sc-photo-wall .col-type-02.size-01 .sub-item {
  height: 80%;
}
html:not(.win-v) .sc-photo-wall .col-type-02.size-02 .sub-item {
  height: 71%;
}
html:not(.win-v) .sc-photo-wall .col-type-02.size-02 .sub-item.type-h {
  height: 52%;
}
html:not(.win-v) .sc-photo-wall .col-type-02.offset-02 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .sc-photo-wall .col-type-02.offset-03 {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
html:not(.win-v) .sc-photo-wall .col-type-01.offset-01,
html:not(.win-v) .sc-photo-wall .col-type-01.offset-02 {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html:not(.win-v) .sc-photo-wall .text-lot .title {
  font-size: 2vh;
}
html:not(.win-v) .sc-photo-wall .col-type-01.offset-01 .sub-item,
html:not(.win-v) .sc-photo-wall .col-type-01.offset-02 .sub-item {
  height: 37%;
}
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-01.size-01
  .sub-item:nth-child(2),
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-01.size-02
  .sub-item:nth-child(1),
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-02.size-01
  .sub-item:nth-child(2),
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-02.size-02
  .sub-item:nth-child(1) {
  height: 57%;
}
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-03.size-01
  .sub-item:nth-child(2),
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-03.size-02
  .sub-item:nth-child(1),
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-04.size-01
  .sub-item:nth-child(2),
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-04.size-02
  .sub-item:nth-child(1) {
  height: 80%;
}
html:not(.win-v)
  .sc-photo-wall
  .col-type-01.offset-03:not(.size-02)
  .sub-item:nth-child(2),
html:not(.win-v) .sc-photo-wall .col-type-01.offset-04 .sub-item:nth-child(1) {
  z-index: 1;
}
html:not(.win-v) body.admin-bar .site-root .sc-photo-wall {
  padding: calc(14px + 8vh) 0;
}
.win-v .sc-photo-wall {
  padding: 0 10vw;
}
.win-v .sc-photo-wall .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win-v .sc-photo-wall .sub-item {
  position: relative;
  width: 70%;
  margin-bottom: 10vw;
  z-index: 2;
}
.win-v .sc-photo-wall .item:last-child .sub-item:last-child {
  margin-bottom: 0;
}
.win-v .sc-photo-wall .sub-item + .sub-item {
  z-index: 1;
}
.win-v .sc-photo-wall .col-type-02 {
  -webkit-align-items: center;
  align-items: center;
}
.win-v .sc-photo-wall .col-type-02.size-01 .sub-item {
  width: 90%;
}
.win-v .sc-photo-wall .col-type-02.size-02 .sub-item {
  width: 80%;
}
.win-v .sc-photo-wall .col-type-01.size-01 .sub-item:nth-child(2),
.win-v .sc-photo-wall .col-type-01.size-02 .sub-item:nth-child(1) {
  width: 80%;
}
.win-v .sc-photo-wall .col-type-01.offset-01 .sub-item,
.win-v .sc-photo-wall .col-type-01.offset-02 .sub-item {
  width: 70%;
}
.win-v .sc-photo-wall .col-type-01.offset-01.size-01 .sub-item:nth-child(2),
.win-v .sc-photo-wall .col-type-01.offset-01.size-02 .sub-item:nth-child(1),
.win-v .sc-photo-wall .col-type-01.offset-02.size-01 .sub-item:nth-child(2),
.win-v .sc-photo-wall .col-type-01.offset-02.size-02 .sub-item:nth-child(1) {
  width: 80%;
}
.pt-touch-on .sc-photo-wall .text-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -15px;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
}
.sc-photo-wall .title {
  position: absolute;
  left: -2vw;
  bottom: 3vw;
  width: calc(240px + 4vw);
  max-width: 90%;
  z-index: 9;
  word-wrap: normal;
  font-size: 2.4vh;
  line-height: 1.2;
  pointer-events: none;
}
.sc-photo-wall .text {
  position: static;
}
.win-v .sc-photo-wall .title {
  font-size: 5.2vw;
  bottom: calc(3vw + 15px);
  left: -3vw;
}
.win-v .sc-photo-wall .text-lot .title {
  font-size: 4.8vw;
}
.sc-photo-wall .title.text-bg {
  padding: 5px;
}
.sc-photo-wall span.text-target,
.sc-photo-wall span.text-bg {
  outline-offset: -2px;
  outline: 15px solid transparent;
}
.sc-photo-wall span.text-bg {
  color: transparent;
}
.sc-photo-wall span.text-target {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.col-type-01.offset-01 .sub-item:nth-child(2),
.col-type-01.offset-02 .sub-item:nth-child(1),
.col-type-01.offset-03 .sub-item:nth-child(2),
.col-type-01.offset-04 .sub-item:nth-child(1) {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
html:not(.win-v) .col-type-01.offset-01 .sub-item:nth-child(2),
html:not(.win-v) .col-type-01.offset-02 .sub-item:nth-child(1) {
  margin-left: calc(30px + 3vw);
}
html:not(.win-v) .col-type-01.offset-03 .sub-item:nth-child(2),
html:not(.win-v) .col-type-01.offset-04 .sub-item:nth-child(2) {
  margin-left: -7vw;
}
html:not(.win-v)
  .col-type-01.offset-03
  .sub-item:nth-child(2).has-custom-link
  .iv-link,
html:not(.win-v)
  .col-type-01.offset-04
  .sub-item:nth-child(2).has-custom-link
  .iv-link {
  left: auto;
  right: 15px;
}
.win-v .col-type-01.offset-03 .sub-item:nth-child(2),
.win-v .col-type-01.offset-04 .sub-item:nth-child(2) {
  margin-top: -22vw;
}
i.pt-wave {
  width: 6vh;
  height: 6vh;
  display: block;
  position: absolute;
  left: 1.6vw;
  bottom: 1.6vw;
  transition: opacity 0.3s;
  z-index: 99;
}
.sc-slider .has-wave {
  width: 100%;
}
.win-v i.pt-wave {
  width: 12vw;
  height: 12vw;
}
.sc-slider .pt-wave {
  left: calc(20px + 1vh + 2% - 16px);
  bottom: 50%;
  margin: 0 0 -3vh;
}
.win-v .sc-slider .pt-wave {
  margin: auto;
  left: auto;
  bottom: auto;
  right: 0;
  top: 0;
}
.sc-slider .wave-target {
  position: absolute;
  left: 0;
  bottom: 45%;
  width: calc(320px + 5vw);
  max-width: 70%;
  color: #fff;
  background: rgba(46, 46, 46, 0.7);
  padding: calc(1em + 1.2vw);
  line-height: 1.5;
  z-index: 100;
}
.pt-touch-on .sc-photo-wall .has-wave.show i.pt-wave,
.pt-touch-off .sc-photo-wall .has-wave:hover i.pt-wave,
html:not(.win-v) .pt-touch-off .sc-slider .has-wave:hover i.pt-wave,
html:not(.win-v) .pt-touch-on .sc-slider .has-wave.show i.pt-wave {
  opacity: 0;
}
.wave-target {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.pt-touch-off .ptsc .has-wave:not(:hover) a.btn {
  pointer-events: none;
}
.pt-touch-on .sc-photo-wall .has-wave.show .wave-target,
.pt-touch-off .sc-photo-wall .has-wave:hover .wave-target,
html:not(.win-v) .pt-touch-off .sc-slider .has-wave:hover .wave-target,
html:not(.win-v) .pt-touch-on .sc-slider .has-wave.show .wave-target,
.pt-common-popup-root.pt-show .wave-target {
  opacity: 1;
  pointer-events: auto;
}
html:not(.win-v) .pt-touch-off .sc-slider .has-wave:not(:hover) .wave-target,
html:not(.win-v) .pt-touch-on .sc-slider .has-wave:not(.show) .wave-target {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
i.pt-wave:before,
i.pt-wave:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
}
i.pt-wave:before {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  z-index: 2;
}
i.pt-wave:after {
  background: rgba(255, 255, 255, 0.3);
  -webkit-animation: wavePoint 1.5s infinite;
  animation: wavePoint 1.5s infinite;
  z-index: 2;
}
.sub-item:nth-child(even) i.pt-wave:after {
  -webkit-animation: wavePoint 1.5s 0.5s infinite;
  animation: wavePoint 1.5s 0.5s infinite;
}
@-webkit-keyframes wavePoint {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes wavePoint {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
html:not(.win-v) .sc-progress .wrap {
  max-width: calc(480px + 12vw);
  height: 100%;
  padding: calc(50px + 12vh) 40px calc(30px + 8vh);
  overflow: hidden;
}
html:not(.win-v) body.admin-bar .site-root .sc-progress .wrap {
  padding: calc(34px + 12vh) 40px calc(30px + 8vh);
}
.win-v .sc-progress {
  padding: 6vw;
}
.sc-progress .item {
  padding-top: 2.4vh;
}
.win-v .sc-progress .item {
  padding-top: calc(1rem + 2vw);
}
.sc-progress .bar-wrap {
  position: relative;
  padding-right: 10px;
}
.win-v .sc-progress .bar-wrap {
  margin-bottom: 0.5rem;
}
.sc-progress .progress-bar {
  position: relative;
  background: #f8723d;
  height: 6px;
}
.sc-progress .gray-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(166, 166, 166, 0.2);
}
.sc-progress .number {
  position: absolute;
  bottom: 100%;
  margin-bottom: 6px;
  right: 0;
  font-size: calc(1rem + 0.16vh);
  transition: opacity 0.6s 1.5s;
}
.win-v .sc-progress .number {
  font-size: calc(1rem + 0.6vw);
}
html:not(.win-v) .sc-progress .progress-bar,
html:not(.win-v) .sc-progress .gray-bar {
  transition: width 1s 0.5s;
}
html:not(.win-v) .sc-progress .item:nth-child(even) .progress-bar,
html:not(.win-v) .sc-progress .item:nth-child(even) .gray-bar {
  transition: width 1.2s 0.4s;
}
html:not(.win-v) .sc-progress:not(.init-viewport) .number {
  opacity: 0;
}
html:not(.win-v) .sc-progress h6 {
  font-size: calc(1rem + 0.1vw);
  margin-top: 6px;
}
html:not(.win-v) .sc-progress:not(.init-viewport) .progress-bar {
  width: 0 !important;
}
html:not(.win-v) .sc-progress:not(.init-viewport) .gray-bar {
  width: 100% !important;
}
.sc-progress .ptsc-inner-title {
  line-height: 1.6;
  padding-top: 8px !important;
  font-size: calc(1rem + 0.16vh);
  margin-bottom: 5vh;
}
html:not(.win-v) .sc-progress .ptsc-inner-title .title {
  font-size: calc(1rem + 0.5vw + 0.5vh);
}
.sc-progress .ptsc-inner-title .title {
  margin-bottom: 2vw;
  line-height: 1.2;
}
.win-v .sc-progress .ptsc-inner-title {
  margin-bottom: 3vw;
  font-size: calc(1rem + 0.6vw);
}
@media (max-height: 800px) {
  .ptsc-inner-title {
    font-size: calc(1rem + 0.16vh);
  }
  .sc-progress .progress-bar {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .ptsc-inner-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: calc(30px + 4vh);
  }
  .sc-progress .ptsc-inner-title .title {
    width: 40%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
html:not(.win-v) .sc-textlist .ptsc-inner-title {
  display: block;
  width: calc(100px + 6vw);
  margin: 0;
}
html:not(.win-v) .sc-textlist .ptsc-inner-title .title {
  font-size: calc(0.875rem + 0.2vw + 0.6vh);
  padding-right: 25%;
  padding-top: 4px;
}
html:not(.win-v) .sc-textlist .has-title .inner-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.win-v .sc-textlist .ptsc-inner-title {
  margin-bottom: 3vw;
}
.win-v .sc-textlist .ptsc-inner-title .title {
  font-size: calc(0.75rem + 3vw);
}
.ptsc-block .intro,
.sc-mixbox .intro,
.intro .inner {
  white-space: pre-line;
}
.sc-mixbox .inner-wrap {
  position: relative;
}
.sc-mixbox .pt-float-bar-root {
  right: -36px;
}
html:not(.win-v) .sc-mixbox .item {
  width: calc(360px + 6vw);
}
html:not(.win-v) .sc-mixbox.item-w-small .item {
  width: calc(300px + 4vw);
}
html:not(.win-v) .sc-mixbox.item-w-large .item {
  width: calc(480px + 8vw);
}
html:not(.win-v) .sc-mixbox.sc-team .item {
  width: calc(80px + 14vw);
}
html:not(.win-v) .sc-mixbox.sc-team.item-w-small .item {
  width: calc(80px + 12vw);
}
html:not(.win-v) .sc-mixbox.sc-team.item-w-large .item {
  width: calc(80px + 16vw);
}
.win-v .sc-mixbox .box-list {
  padding: 6vw;
}
.win-v .sc-mixbox .item:not(:first-child) {
  margin-top: 6vw;
}
.sc-mixbox .content {
  background: #fff;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.01), 1px 2px 4px rgba(0, 0, 0, 0.01);
}
.site-dark .sc-mixbox .item .content {
  background: #060708;
}
.sc-mixbox .intro,
.sc-mixbox .intro ~ * {
  margin-top: calc(6px + 1.2vh);
}
.sc-mixbox.sc-team .img {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.sc-mixbox .img img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.2s;
}
.sc-mixbox .img.bg-inited img {
  opacity: 1;
}
.sc-mixbox small {
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
.pt-h small {
  font-size: calc(0.75rem + 0.2vh + 0.02em) !important;
  line-height: 1;
  display: block;
  margin-top: 2%;
  margin-bottom: 2%;
  letter-spacing: 0;
}
.win-v .pt-h small {
  font-size: calc(0.75rem + 0.2vw) !important;
}
.win-v .ptsc .pt-h small {
  font-size: calc(1rem + 0.2vw) !important;
}
html:not(.win-v) .sc-team .box-list,
html:not(.win-v) .sc-pricing-table .box-list {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .sc-team .item,
html:not(.win-v) .sc-pricing-table .item {
  max-height: 100%;
  margin: 0 calc(18px + 0.8vw);
}
html:not(.win-v) .sc-team .inner-wrap,
html:not(.win-v) .sc-pricing-table .inner-wrap {
  padding-top: calc(50px + 12vh);
  max-height: 100vh;
  overflow: hidden;
}
html:not(.win-v) .sc-team .bg-color,
html:not(.win-v) .sc-pricing-table .bg-color {
  margin-top: calc(50px + 12vh);
}
html:not(.win-v) .sc-testimonials .item {
  margin: 0 calc(20px + 0.6vw) calc(20px + 0.6vw);
}
html:not(.win-v) .sc-testimonials.special-on .box-list {
  padding-top: calc(50px + 12vh);
}
html:not(.win-v) .sc-testimonials.special-on .item {
  margin: 0 0 calc(20px + 0.6vw) 0;
}
html:not(.win-v) .sc-testimonials .wrap {
  overflow: hidden;
}
html:not(.win-v) .sc-testimonials:not(.special-on) .wrap {
  padding-top: calc(50px + 12vh);
  padding-bottom: calc(30px + 8vh);
}
html:not(.win-v) .sc-testimonials:not(.special-on) .box-list {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .sc-team.align-02 > .wrap,
html:not(.win-v) .sc-pricing-table.align-02 > .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .sc-team.align-02 .box-list,
html:not(.win-v) .sc-pricing-table.align-02 .box-list {
  height: auto;
}
html:not(.win-v) .sc-team.align-02 .inner-wrap,
html:not(.win-v) .sc-pricing-table.align-02 .inner-wrap {
  padding-top: 0 !important;
  max-height: calc(84vh - 60px) !important;
}
@media (max-height: 800px) {
  html:not(.win-v) .sc-mixbox .img img {
    max-height: 30vh;
    object-fit: cover;
  }
  html:not(.win-v) .sc-team .pt-social i:before {
    font-size: 14px;
  }
  html:not(.win-v) .sc-team .pt-social li {
    width: 30px;
    height: 30px;
  }
}
html:not(.win-v) body.admin-bar .site-root .sc-team .inner-wrap,
html:not(.win-v) body.admin-bar .site-root .sc-pricing-table .inner-wrap {
  padding-top: calc(34px + 12vh);
  max-height: calc(100vh - 32px);
}
html:not(.win-v) body.admin-bar .site-root .sc-team .bg-color,
html:not(.win-v) body.admin-bar .site-root .sc-pricing-table .bg-color {
  margin-top: calc(34px + 12vh);
}
html:not(.win-v)
  body.admin-bar
  .site-root
  .sc-testimonials.special-on
  .box-list {
  padding-top: calc(34px + 12vh);
}
html:not(.win-v)
  body.admin-bar
  .site-root
  .sc-testimonials:not(.special-on)
  .wrap {
  padding-top: calc(34px + 12vh);
}
.sc-team .text {
  padding: 2vh calc(10px + 3vh) calc(10px + 2vh);
}
.win-v .sc-team .text {
  padding: 2vw 6vw 6vw;
}
.sc-team .img {
  top: -1px;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.sc-team .item[data-text-color*="#f"] .pt-social a:hover .pt-smallbtn-bg {
  opacity: 0 !important;
}
.sc-pricing-table .text {
  padding: calc(10px + 4vh) calc(10px + 3vh);
  text-align: center;
}
.sc-pricing-table .title {
  font-size: calc(1rem + 0.4vw);
}
.sc-pricing-table ul {
  padding-top: 24px;
  margin: calc(15px + 2vh) auto;
  border-top: 1px dotted;
  text-align: left;
}
.sc-pricing-table li {
  list-style-type: none;
  margin-bottom: 1vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.sc-pricing-table li i {
  padding-right: 8px;
  color: #f8723d;
}
.sc-pricing-table .price-amount {
  display: inline-block;
  font-size: calc(30px + 3vh);
  color: #f8723d;
}
.sc-pricing-table .price-amount i {
  vertical-align: text-top;
  font-style: normal;
  font-size: 50%;
}
.sc-pricing-table .text .sc-btn {
  display: block;
}
.sc-pricing-table .text .sc-btn a.large-on {
  line-height: 1;
  padding: calc(0.5em + 1vh) 4vh;
}
.win-v .sc-pricing-table ul {
  margin: calc(15px + 2vw) auto;
}
.win-v .sc-pricing-table ul li {
  margin-bottom: 1vw;
}
.sc-testimonials .client {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sc-testimonials .img {
  width: calc(50px + 0.4vw);
  height: calc(50px + 0.4vw);
  left: -6px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
.sc-testimonials .text {
  padding: calc(10px + 3vh) calc(10px + 3vh) calc(10px + 2.2vh);
}
.sc-testimonials .text:before {
  content: "\e958";
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "pt-icons";
  line-height: 1;
  font-size: 160%;
}
.sc-testimonials .text h6 {
  line-height: 1.2;
  font-size: calc(1rem + 0.15vw);
  margin-bottom: 5px;
}
.sc-testimonials.item-w-large .text {
  padding: calc(10px + 3.5vh) calc(10px + 3.5vh) calc(10px + 3vh);
}
.sc-testimonials .intro {
  margin: 0 0 2vh;
}
.site-dark .sc-testimonials .text:before {
  color: rgba(255, 255, 255, 0.4);
}
.site-light .sc-testimonials .text:before {
  color: rgba(200, 200, 200, 0.6);
}
.sc-testimonials .item.has-color .text:before {
  color: inherit;
  opacity: 0.5;
}
.sc-small-images > .wrap,
.ptsc .last-row,
html:not(.win-v) .sc-mix-block .row-wrap,
html:not(.win-v) .sc-mix-block.row-one > .wrap,
html:not(.win-v) .sc-small-images .row-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sc-small-images > .wrap > *,
.ptsc .last-row > *,
html:not(.win-v) .sc-mix-block .row-wrap > *,
html:not(.win-v) .sc-mix-block.row-one > .wrap > *,
html:not(.win-v) .sc-small-images .row-wrap > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images) > .wrap {
  padding-left: 0.5vh;
  padding-right: 0.5vh;
  top: -0.5vh;
  height: calc(100% + 1vh);
}
html:not(.win-v) .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images) .item {
  padding: 0.5vh;
}
.win-v .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images) > .wrap {
  position: relative;
  padding: 0.6vw 0;
  left: -0.6vw;
  width: calc(100% + 1.2vw);
}
.win-v .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images) .item {
  padding: 0.6vw;
}
html:not(.win-v)
  .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images)
  + .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images)
  > .wrap {
  padding-left: 0;
  margin-left: -0.5vh;
}
.win-v
  .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images)
  + .ptsc.item-gap-on:not(.pt-fullscreen):not(.sc-images)
  > .wrap {
  padding-top: 0;
  margin-top: -0.6vw;
}
.sc-small-images .img,
.sc-small-images .inner-wrap {
  height: 100%;
}
.sc-small-images .inner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sc-small-images .img {
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
}
.sc-small-images .caption {
  max-width: 80%;
  margin: 0 0 1.2vh 1.2vh;
  font-size: 0.5em;
}
.sc-small-images.image-normal .row-5.row-wrap,
.sc-small-images.image-large .row-4.row-wrap,
.sc-small-images.image-large .row-5.row-wrap {
  display: none;
}
html:not(.win-v) .sc-small-images > .wrap {
  -webkit-flex-direction: column;
  flex-direction: column;
}
html:not(.win-v) .sc-small-images > .wrap,
html:not(.win-v) .sc-small-images .row-wrap .item {
  height: 100%;
}
html:not(.win-v)
  .sc-small-images.pt-justify-on.row-done
  .row-wrap:not(.longest) {
  width: 100%;
}
html:not(.win-v)
  .sc-small-images.pt-justify-on.row-done
  .row-wrap:not(.longest)
  .item:last-child {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 100% !important;
}
html:not(.win-v) .sc-small-images.image-small > .wrap > * {
  height: 20%;
}
html:not(.win-v) .sc-small-images.image-normal > .wrap > * {
  height: 25%;
}
html:not(.win-v) .sc-small-images.image-large > .wrap > * {
  height: 33.3333333%;
}
.win-v .sc-small-images:not(.pt-fullscreen) {
  padding: 0 6vw;
}
.win-v .sc-small-images .wrap {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.win-v .sc-small-images.type-h .img {
  padding-top: 66%;
}
.win-v .sc-small-images.type-s .img {
  padding-top: 100%;
}
.win-v .sc-small-images.type-v .img {
  padding-top: 133%;
}
.win-v .sc-small-images.image-small > .wrap > * {
  width: 20%;
}
.win-v .sc-small-images.image-normal > .wrap > * {
  width: 25%;
}
.win-v .sc-small-images.image-large > .wrap > * {
  width: 33.33333%;
}
.win-v .sc-small-images.ptsc > .wrap > .last-row,
.win-v .sc-small-images .last-row[data-row="1"] .item {
  width: 100%;
}
.win-v .sc-small-images .last-row[data-row="2"] .item {
  width: 50%;
}
.win-v .sc-small-images .last-row[data-row="3"] .item {
  width: 33.33333%;
}
.win-v .sc-small-images .last-row[data-row="4"] .item {
  width: 25%;
}
@media (max-width: 768px) {
  .win-v .sc-small-images .row-4.row-wrap,
  .win-v .sc-small-images .row-5.row-wrap,
  .win-v .sc-small-images.image-large .row-3 {
    display: none;
  }
  .win-v .sc-small-images:not(.image-large) > .wrap > * {
    width: 33.333333%;
  }
  .win-v .sc-small-images.image-large > .wrap > * {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .win-v .sc-small-images .row-3.row-wrap {
    display: none;
  }
  .win-v .sc-small-images.ptsc > .wrap > * {
    width: 50%;
  }
}
.win-v .sc-small-images .item {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.win-v .sc-small-images .row-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win-v
  .sc-small-images.pt-justify-on.col-done.type-auto
  .row-wrap:not(.longest) {
  height: 100%;
}
.win-v
  .sc-small-images.pt-justify-on.col-done.type-auto
  .row-wrap:not(.longest)
  .item:last-child {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  height: 100% !important;
}
.sc-article .text-area {
  line-height: 1.6;
}
.sc-article > .wrap {
  max-width: none;
}
.sc-article > .wrap > *:not(:last-child) {
  margin-bottom: calc(20px + 0.4vh);
}
.sc-article > .wrap > .pt-h {
  margin-bottom: -10px;
}
.sc-article > .wrap blockquote {
  font-size: inherit;
  margin-top: calc(20px + 0.5vw);
}
.sc-article > .wrap blockquote > * {
  font-size: 110% !important;
}
.sc-article > .wrap > .last {
  margin-bottom: 0 !important;
}
.sc-article img {
  display: block;
}
html:not(.win-v) .sc-article {
  padding: calc(50px + 12vh) 0;
}
html:not(.win-v) .sc-article:not(.not-autofill) > .wrap {
  -webkit-column-fill: auto;
  column-fill: auto;
}
html:not(.win-v) .sc-article > .wrap {
  -webkit-column-width: calc(240px + 7vw);
  column-width: calc(240px + 7vw);
  -webkit-column-gap: 80px;
  column-gap: 80px;
  opacity: 0;
  padding-top: 8px !important;
  transition: opacity 0.3s;
}
@media (max-width: 1920px) {
  html:not(.win-v) .sc-article > .wrap {
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (max-width: 1680px) {
  html:not(.win-v) .sc-article > .wrap {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1440px) {
  html:not(.win-v) .sc-article > .wrap {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (min-height: 600px) {
  html:not(.win-v) .sc-article.h-small > .wrap {
    padding: 0 0 16vh;
  }
}
html:not(.win-v) .sc-article.ready > .wrap {
  opacity: 1;
}
html:not(.win-v) .sc-article > .wrap > * {
  max-width: calc(240px + 7vw);
}
html:not(.win-v) .sc-article.w-large > .wrap {
  -webkit-column-width: calc(300px + 10vw);
  column-width: calc(300px + 10vw);
}
html:not(.win-v) .sc-article.w-large > .wrap > * {
  max-width: calc(300px + 10vw);
}
html:not(.win-v) body.admin-bar .site-root .sc-article {
  padding: calc(34px + 12vh) 0;
}
.win-v .sc-article {
  padding: 6vw;
}
html:not(.win-v) .sc-custom-html.w-large,
html:not(.win-v) .sc-map.w-large {
  width: 100vw;
}
html:not(.win-v) .sc-custom-html.w-normal,
html:not(.win-v) .sc-map.w-normal {
  width: 140vh;
}
html:not(.win-v) .sc-custom-html.w-small,
html:not(.win-v) .sc-map.w-small {
  width: 66vh;
}
html:not(.win-v) .sc-custom-html.gap-small,
html:not(.win-v) .sc-map.gap-small {
  padding: calc(30px + 8vh) 0;
}
html:not(.win-v) .sc-custom-html.gap-normal,
html:not(.win-v) .sc-map.gap-normal {
  padding: calc(50px + 12vh) 0;
}
html:not(.win-v) body.admin-bar .site-root .sc-custom-html.gap-small,
html:not(.win-v) body.admin-bar .site-root .sc-map.gap-small {
  padding: calc(14px + 8vh) 0;
}
html:not(.win-v) body.admin-bar .site-root .sc-custom-html.gap-normal,
html:not(.win-v) body.admin-bar .site-root .sc-map.gap-normal {
  padding: calc(34px + 12vh) 0;
}
.win-v .sc-custom-html.w-large:not(.m-height-auto),
.win-v .sc-map.w-large:not(.m-height-auto) {
  height: 66vw;
}
.win-v .sc-custom-html.w-normal:not(.m-height-auto),
.win-v .sc-map.w-normal:not(.m-height-auto) {
  height: 100vw;
}
.win-v .sc-custom-html.w-small:not(.m-height-auto),
.win-v .sc-map.w-small:not(.m-height-auto) {
  height: 120vw;
}
.win-v .sc-custom-html:not(.m-height-auto) > .wrap,
.win-v .sc-map:not(.m-height-auto) > .wrap {
  height: 100%;
}
.win-v .sc-custom-html.m-height-auto,
.win-v .sc-map.m-height-auto {
  min-height: 66vw;
}
.sc-map {
  position: relative;
}
.map-container {
  width: 100%;
  height: 100%;
}
.map-container > div {
  background-color: transparent !important;
}
.gm-style-mtc,
.gm-style-cc,
.gm-style > div:first-child + div > a > div > img,
.gm-style a[target="_blank"][href*="maps.google.com/maps?"] > div > img {
  display: none;
}
.pic-style-01 .img:after {
  display: none;
}
.pic-style-01 .img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: calc(100% - 14vh);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: visible;
}
.pic-style-01 .sub-img {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.pic-style-01 .img-01 {
  z-index: 4;
}
.pic-style-01 .img-02 {
  z-index: 3;
}
.pic-style-01 .img-03 {
  z-index: 2;
}
.pic-style-01 .bg-full {
  will-change: transform;
}
.pic-style-01 .list-meta i {
  font-style: normal;
  font-size: 1rem;
}
.pic-style-01 .meta-item div {
  white-space: pre-line;
  opacity: 0.9;
}
html:not(.win-v) .pic-style-01 .meta-item div {
  max-height: 44vh;
  overflow: auto;
  padding: 5px 0;
}
.pic-style-01 .list-meta {
  position: relative;
  font-size: 1rem;
  margin-right: 3vw;
}
.pic-style-01 .meta-item {
  max-width: calc(150px + 6vw);
  margin-bottom: 2vh;
  line-height: 1;
}
.pic-style-01 .meta-item div {
  line-height: 1.4;
}
.pic-style-01 .list-category a,
.pic-style-04 .list-category a {
  display: inline-block;
  line-height: 1.6;
  font-size: 0.875rem;
  color: #fff;
  background: #f8723d;
  padding: 3px 10px;
  margin: 0 4px 4px 0;
  transition: all 0.2s;
}
body.hack-fontline .pic-style-01 .list-category a,
body.hack-fontline .pic-style-04 .list-category a {
  padding-top: 1px;
}
.pic-list:not(.sc-gallery) .list-category a,
.pt-category a {
  border: 2px solid;
}
.pic-list:not(.sc-gallery) .list-category a:hover,
.pt-category a:hover {
  background: 0 0;
  color: inherit !important;
}
.single-related .pt-category a:hover {
  color: #fff !important;
}
.ptsc.ajax-gallery .iv-link,
.pic-main .iv-link {
  display: none;
}
.pic-main .text {
  pointer-events: none;
}
.pic-main .text a {
  pointer-events: auto;
}
html:not(.win-v) .pic-style-01 .pic-main {
  height: 100%;
}
html:not(.win-v) .pic-style-01 .list-meta,
html:not(.win-v) .pic-style-01 .list-meta i {
  font-size: calc(0.56rem + 0.85vh);
}
html:not(.win-v) .pic-style-01 .pic-main > .item {
  height: 94%;
  padding: calc(50px + 12vh) calc(30px + 8vh) 0;
}
html:not(.win-v) .pic-style-01 .pic-main > .item:not(:last-child) {
  margin-right: 5vw;
}
@media (max-height: 600px) {
  html:not(.win-v) .pic-style-01 .list-category {
    display: none;
  }
}
html:not(.win-v) .pic-style-01 .inner-wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html:not(.win-v) .pic-style-01 .sub-img {
  height: 80%;
}
html:not(.win-v) .pic-style-01 .img-01 {
  z-index: 4;
}
html:not(.win-v) .pic-style-01 .img-02 {
  z-index: 3;
}
html:not(.win-v) .pic-style-01 .img-03 {
  z-index: 2;
}
html:not(.win-v) .pic-style-01.special-on .sub-img {
  height: 70%;
}
html:not(.win-v) .pic-style-01.special-on .img-02.sub-img {
  height: 75%;
  top: 5vh;
  margin-left: -3vw;
}
html:not(.win-v) .pic-style-01.special-on .img-03 {
  height: 60%;
  margin-left: -3vw;
}
html:not(.win-v) .pic-style-01 .text {
  height: 12vh;
}
html:not(.win-v) .pic-style-01 .text .list-meta {
  display: none;
}
html:not(.win-v) .pic-style-01 h2 {
  display: inline-block;
  padding: 0.5vh 0;
  font-size: 4.5vh;
  max-width: 40vw;
  line-height: 0.9;
}
html:not(.win-v) .pic-style-01.large-text h2 {
  font-size: 6.4vh;
  white-space: nowrap;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
html:not(.win-v) body.admin-bar .site-root .pic-style-01 .pic-main > .item {
  padding: calc(34px + 12vh) calc(30px + 8vh) 0;
}
html.win-v .pic-style-01 .text {
  padding: 6vw;
}
html.win-v .pic-style-01 .item {
  margin-bottom: 10vw;
  padding: 0 12vw;
}
@media (max-width: 680px) {
  html.win-v .pic-style-01 .item {
    padding: 0 6vw;
  }
}
html.win-v .pic-style-01 .type-h {
  z-index: 9;
}
html.win-v .pic-style-01 .list-meta {
  font-size: inherit;
}
html.win-v .pic-style-01 .meta-item {
  max-width: 90%;
}
html.win-v .pic-style-01 h2 {
  font-size: calc(1.2rem + 3vw);
  max-width: 80%;
  margin: 1vw 0 5vw;
  line-height: 1.1;
}
html.win-v .pic-style-01.large-text h2 {
  font-size: calc(1.2rem + 4vw);
}
html.win-v .pic-style-01 .img {
  display: block;
  height: auto !important;
  padding: 0 6vw;
}
html.win-v .pic-style-01 .img .list-meta {
  display: none;
}
html.win-v .pic-style-01.special-on .has-three .img-02,
html.win-v .pic-style-01.special-on .has-two .img-02 {
  left: -3vw;
}
html.win-v .pic-style-01.special-on .has-three .img-01,
html.win-v .pic-style-01.special-on .has-three .img-03,
html.win-v .pic-style-01.special-on .has-two .img-01 {
  left: 3vw;
}
html.win-v .pic-style-01.special-on .img:not(.has-one) .sub-img:not(.img-01) {
  margin-top: -6vw;
}
.pic-style-04 .text,
.pic-style-04 .list-meta {
  width: 90%;
}
.pic-style-04 h2 {
  margin: 10px 0 20px;
  line-height: 1.1;
}
html:not(.win-v) .pic-style-04 .pic-main {
  height: 100%;
}
html:not(.win-v) .pic-style-04 .item {
  height: 100%;
}
html:not(.win-v) .pic-style-04.pt-line-on .item:not(:last-child) {
  padding-right: calc(30px + 2vw);
  margin-right: calc(30px + 2vw);
}
html:not(.win-v) .pic-style-04.pt-line-on .item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid;
  opacity: 0.12;
}
html:not(.win-v) .pic-style-04 .inner-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 56vh;
  height: 100%;
}
html:not(.win-v) .pic-style-04 .img {
  width: 56vh;
  height: 56vh;
  margin-top: 2vh;
}
html:not(.win-v) .pic-style-04 .item.not-intro .img {
  height: 64vh;
}
html:not(.win-v) .pic-style-04.pt-thumb-normal .inner-wrap {
  width: 48vh;
}
html:not(.win-v) .pic-style-04.pt-thumb-normal .img {
  width: 48vh;
  height: 48vh;
}
html:not(.win-v) .pic-style-04.pt-thumb-normal .item.not-intro .img {
  height: 60vh;
}
html:not(.win-v) .pic-style-04 .meta-item {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
html:not(.win-v) .pic-style-04 h2 {
  font-size: 4.4vh;
}
@media (max-height: 899px) {
  html:not(.win-v) .pic-style-04 .meta-item {
    -webkit-line-clamp: 2;
    line-height: 1.4;
    height: calc(2em * 1.4);
  }
  html:not(.win-v) .pic-style-04 h2 {
    margin: 10px 0;
  }
}
html:not(.win-v) .pic-style-04 .list-meta {
  font-size: calc(0.54rem + 0.7vh);
}
.win-v .pic-style-04 {
  padding: 6vw;
}
.win-v .pic-style-04 .item:not(:last-child) {
  margin-bottom: 12vw;
}
.win-v .pic-style-04 .img {
  padding-top: 100%;
  margin-top: 6vw;
}
.win-v .pic-style-04.pt-line-on .item:not(:last-child) {
  padding-bottom: 12vw;
}
.win-v .pic-style-04.pt-line-on .item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0.1;
}
.img-addition {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.img-addition .bg-full {
  opacity: 0;
  z-index: 3;
}
.pic-main .inner-wrap:hover .img-addition .bg-full.pt-show {
  opacity: 1;
}
.pt-mobile .video-addition {
  display: none;
}
.video-addition {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: opacity 0.2s;
  opacity: 0;
}
.video-addition .bg-full:after {
  display: none;
}
.video-addition video {
  object-fit: cover;
}
.ptsc .video-addition .bg-full {
  opacity: 1;
}
.ptsc .pages li {
  position: relative;
  margin-bottom: 10px;
  width: calc(30px + 2vh);
  height: calc(30px + 2vh);
  line-height: calc(30px + 2vh);
  text-align: center;
  font-size: calc(1rem + 0.16vh);
  list-style-type: none;
}
.ptsc .pages li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  transition: all 0.2s;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.01), 1px 2px 4px rgba(0, 0, 0, 0.01);
  z-index: -1;
}
.site-dark .ptsc .pages li a:after {
  background: #060708;
}
.ptsc .pages li:hover a:after {
  background: #f8723d;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.win-v .ptsc .pages li {
  width: calc(30px + 1vw);
  height: calc(30px + 1vw);
  line-height: calc(30px + 1vw);
}
.ptsc .pages span.current {
  opacity: 0.6;
  display: block;
  background: rgba(166, 166, 166, 0.05);
}
.ptsc .pages a {
  position: relative;
  display: block;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.ptsc .pages a:hover {
  color: #fff;
}
html:not(.win-v) .ptsc .pages {
  position: absolute;
  right: calc(15px + 1vw);
  top: 0;
  width: calc(30px + 2vh);
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .pic-list.has-pages .wrap {
  padding-right: calc(60px + 2vh + 2vw);
}
html:not(.win-v) .sc-gallery.style-02.has-pages .pages {
  top: calc(-50px - 12vh);
}
.win-v .ptsc .pages ul {
  margin: 6vw 0;
  text-align: center;
}
.win-v .ptsc .pages li {
  display: inline-block;
  margin: 4px;
}
html:not(.win-v) .blog-style-01.pt-two-row .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-height: 720px) {
  html:not(.win-v) .blog-style-01.pt-two-row .intro {
    -webkit-line-clamp: 2;
  }
}
.blog-style-01 .btn-wrap {
  display: none;
}
.win-v .blog-list {
  padding: 6vw;
}
.blog-list .btn-wrap a {
  margin-top: 20px;
  display: inline-block;
}
.blog-list .no-title .btn-wrap {
  display: block;
}
.blog-list.ajax-gallery a.btn {
  padding: 0;
  font-size: 0;
  text-align: center;
}
.blog-list.ajax-gallery a.btn span {
  display: block;
  font-size: 0;
}
.blog-list.ajax-gallery a.btn span:after {
  content: "\e925";
  font-family: "pt-icons";
  display: block;
  line-height: calc(36px + 3vh);
  width: calc(36px + 3vh);
  height: calc(36px + 3vh);
  font-size: calc(12px + 0.5vh);
}
.blog-list .main-meta .info {
  display: -webkit-flex;
  display: flex;
  line-height: 20px;
}
.blog-list .main-meta .info > * + * {
  margin-left: 20px;
}
.blog-list .main-meta a {
  display: inline-block;
  vertical-align: top;
  transition: all 0.15s;
}
.win-v .w782 .blog-list .main-meta a {
  font-size: 1rem;
}
.blog-list .main-meta a.avatar {
  display: none;
}
.blog-list .main-meta a.author:before,
.blog-list .main-meta .date:before {
  content: "\e944";
  font-family: "pt-icons";
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 120%;
}
.item.type-project .main-meta .date a {
  pointer-events: none;
}
.blog-list .main-meta a.author:before {
  content: "\e909";
}
.blog-list .list-meta {
  display: inline-block;
  margin-top: 20px;
}
.blog-list .img,
.blog-list .inner-wrap {
  height: 100%;
}
.blog-list .item {
  white-space: normal;
}
.blog-list .intro {
  overflow-wrap: break-word;
  margin-top: 20px;
  line-height: 1.4;
}
.blog-list h4 {
  overflow-wrap: break-word;
}
html:not(.win-v) .blog-list.pt-one-row > .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .blog-list.pt-one-row .blog-main {
  margin-top: 0;
}
html:not(.win-v) .blog-list {
  height: calc(76vh - 100px);
}
html:not(.win-v) .blog-list .list-meta,
html:not(.win-v) .blog-list .intro {
  margin-top: 1.5vh;
}
html:not(.win-v) .blog-list:not(.pt-one-row) .inner-wrap {
  height: 100%;
}
html:not(.win-v) .blog-list:not(.pt-one-row) .inner-wrap > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .blog-list .text {
  max-width: calc(250px + 6vw);
  padding: 3vh calc(30px + 1vw);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
html:not(.win-v) .blog-list.text-bg-off:not(.pt-one-row) .blog-main .text {
  padding-left: 2vw !important;
}
html:not(.win-v) .blog-list .text-post .text {
  min-width: calc(250px + 9vw);
}
html:not(.win-v) .blog-list.has-pages .blog-main {
  padding-right: calc(60px + 2vh + 2vw);
}
.win-v .blog-list .list-meta {
  margin-top: calc(20px + 1vw);
}
@media (min-height: 600px) {
  html:not(.win-v) .blog-style-01 .intro {
    font-size: calc(0.5rem + 0.75vh);
  }
}
.blog-style-02 .btn-wrap {
  display: -webkit-flex;
  display: flex;
  margin-top: 1vh;
}
.blog-style-02 .list-meta {
  margin-top: calc(10px + 0.4vh);
  margin-bottom: calc(20px + 0.4vh);
  display: block;
}
.blog-style-02 .pt-category a {
  font-size: 1rem;
  line-height: 1.2;
}
.blog-style-02 .bg-full {
  transition: opacity 0.3s;
  will-change: transform;
}
.blog-style-02 .img {
  overflow: visible;
  z-index: 8;
}
.blog-style-02 .img:after {
  display: none;
}
.blog-style-02 .sub-img {
  position: relative;
  z-index: 2;
  transition: left 0.3s 0.2s, right 0.3s 0.2s, background 0.1s 0.3s;
}
.blog-style-02 .sub-img.bg-inited {
  background-color: transparent !important;
}
.blog-style-02 .sub-img:not(.img-01) {
  position: absolute;
  top: 50%;
}
.blog-style-02 .img-01 {
  height: 100%;
  z-index: 3;
}
.blog-style-02 .has-two .img-01.type-h ~ .img-02:not(.type-h),
.blog-style-02 .has-three .img-01.type-h ~ .img-03:not(.type-h) {
  z-index: 8;
}
.blog-style-02 .has-two .type-h.img-01 ~ .type-h.img-02 {
  z-index: 9;
}
.blog-style-02 .img .sub-img:not(:hover) .iv-link {
  opacity: 0;
}
.blog-style-02 .has-three .img-02 .iv-link {
  right: auto;
  left: 15px;
}
@media (min-height: 600px) {
  html:not(.win-v) .site-dark .blog-style-01 .sticky-wrap .text {
    background: rgba(22, 22, 22, 0.8);
  }
  html:not(.win-v) .pt-rounded-on .blog-style-01 .sticky-wrap .img {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
}
html:not(.win-v) .blog-style-01.special-on.pt-one-row .item:nth-child(even) {
  top: 4vh;
}
html:not(.win-v) .blog-style-01.has-sticky > .wrap {
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .blog-style-01 .sticky-wrap {
  height: 100%;
}
html:not(.win-v) .blog-style-01 .sticky-wrap .item {
  padding: 0;
  height: 100%;
  min-width: calc((76vh - 100px) * 0.7);
}
html:not(.win-v) .blog-style-01 .sticky-wrap .img {
  min-width: 100%;
}
@media (min-height: 600px) {
  html:not(.win-v) .blog-style-01 .sticky-wrap .text {
    position: absolute;
    padding: calc(1.5vw + 1.5vh);
    width: calc(360px + 6vw);
    left: 15px;
    bottom: 15px;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.9);
  }
}
html:not(.win-v) .blog-style-01 .sticky-wrap h4 {
  font-size: 2.5vh;
}
html:not(.win-v) .blog-style-01 .sticky-wrap .item,
html:not(.win-v) .blog-style-01 .item:not(.last-child) {
  margin-right: calc(20px + 4vh);
}
html:not(.win-v) .blog-style-01 .item {
  display: inline-block;
  vertical-align: top;
  height: calc(38vh - 50px);
  padding: calc(10px + 2vh) 0 0 0;
}
html:not(.win-v) .blog-style-01 h4 {
  font-size: calc(0.36rem + 1.8vh);
  line-height: 1;
  max-width: 95%;
  min-width: 9vw;
}
html:not(.win-v) .blog-style-01.pt-one-row:not(.text-bg-off) h4 {
  font-size: calc(0.36rem + 1.4vh);
}
html:not(.win-v) .blog-style-01 .item:not(.text-post) h4.font-small {
  font-size: 1.25rem;
}
html:not(.win-v) .blog-style-01.pt-one-row h4 {
  min-width: 0;
}
@media (min-height: 1000px) {
  html:not(.win-v) .blog-style-01 h4.font-small {
    font-size: 1.8vh;
  }
  html:not(.win-v)
    .blog-style-01.list-element-cat
    html:not(.win-v)
    .blog-style-01.list-element-none
    .intro {
    font-size: 1.24vh;
  }
}
html:not(.win-v) .blog-style-01 .fr-item-container:first-child .item {
  padding: 0 0 calc(10px + 2vh) 0;
}
@media (max-height: 1000px) {
  html:not(.win-v) .blog-style-01 .item {
    padding: 2.2vh 0 0;
  }
  html:not(.win-v) .blog-style-01 .fr-item-container:first-child .item {
    padding: 0 0 2.2vh;
  }
  html:not(.win-v) .blog-style-01 .item:not(.last-child) {
    margin-right: 4.4vh;
  }
  html:not(.win-v) .blog-style-01 .text {
    line-height: 1.4;
  }
}
@media (max-height: 720px) and (min-height: 599px) {
  html:not(.win-v) .blog-style-01.archive-list:not(.pt-one-row) .intro,
  html:not(.win-v)
    .blog-style-01.blog-style-01.list-element-all:not(.pt-one-row)
    .intro,
  html:not(.win-v) .blog-style-01.blog-style-01.list-element-meta .intro {
    display: none;
  }
  html:not(.win-v) .blog-style-01.blog-style-01:not(.pt-one-row) h4 {
    font-size: 3vh;
  }
}
@media (max-height: 400px) {
  html:not(.win-v) .blog-style-01 .intro {
    display: none !important;
  }
}
@media (max-height: 600px) {
  html:not(.win-v) .blog-style-01.blog-style-01 .blog-main {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  html:not(.win-v) .blog-style-01.blog-style-01:not(.pt-one-row) .item {
    height: calc(76vh - 100px);
    padding: 0 !important;
  }
  html:not(.win-v) .blog-style-01.blog-style-01:not(.pt-one-row) h4 {
    font-size: 4vh;
  }
  html:not(.win-v) .blog-style-01.blog-style-02.special-on .item {
    padding: 4vh 0;
  }
  html:not(.win-v) .blog-style-01 .intro {
    font-size: calc(1rem + 0.16vh);
  }
  html:not(.win-v) .blog-style-01 .list-meta {
    margin-top: 6vh;
  }
}
html:not(.win-v) .blog-style-02 .blog-main {
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .blog-style-02 .item {
  margin-right: 8vw;
}
html:not(.win-v) .blog-style-02 .item:last-child {
  margin-right: 2vw;
}
html:not(.win-v) .blog-style-02 .blog-main,
html:not(.win-v) .blog-style-02 .item,
html:not(.win-v) .blog-style-02 .img {
  height: 100%;
}
html:not(.win-v) .blog-style-02 .blog-main.has-one,
html:not(.win-v) .blog-style-02 .item.has-one,
html:not(.win-v) .blog-style-02 .img.has-one {
  margin-right: 2vw;
}
html:not(.win-v) .blog-style-02 .blog-main.has-three,
html:not(.win-v) .blog-style-02 .item.has-three,
html:not(.win-v) .blog-style-02 .img.has-three {
  padding: 0 18vh;
}
html:not(.win-v) .blog-style-02 .blog-main.has-two,
html:not(.win-v) .blog-style-02 .item.has-two,
html:not(.win-v) .blog-style-02 .img.has-two {
  padding: 0 18vh 0 0;
}
html:not(.win-v) .blog-style-02 .has-three {
  margin-left: -9vh;
}
html:not(.win-v) .blog-style-02 .has-three .img-02 {
  height: 70%;
  left: 0;
}
html:not(.win-v) .blog-style-02 .has-two .img-02,
html:not(.win-v) .blog-style-02 .has-three .img-03 {
  height: 60%;
  right: 0;
}
html:not(.win-v) .blog-style-02 .has-two .img-02 {
  height: 70%;
}
html:not(.win-v) .blog-style-02 .has-two .type-h.img-02 {
  height: 50%;
}
html:not(.win-v) .blog-style-02 .has-two .type-h.img-01 {
  height: 90%;
  margin-top: 5%;
}
html:not(.win-v) .blog-style-02 .text {
  max-width: none;
  width: calc(240px + 14vw);
}
html:not(.win-v) .blog-style-02 h4 {
  font-size: calc(1.25rem + 3vh);
  max-width: 90%;
  line-height: 1;
}
html:not(.win-v) .blog-style-02 .title-lot h4 {
  font-size: calc(1.25rem + 2vh);
}
html:not(.win-v) .blog-style-02 .intro {
  margin-top: calc(10px + 0.4vh);
  font-size: calc(1rem + 0.16vh);
}
html:not(.win-v) .blog-style-02 h4 + .intro {
  margin-top: calc(20px + 0.4vh);
}
@media (min-height: 720px) {
  html:not(.win-v) .blog-style-02:not(.ajax-gallery) a.btn:not(.no-text) {
    padding: calc(0.5em + 1vh) calc(1.5em + 1vh + 1vw);
  }
}
.win-h body.pt-touch-off .blog-list:not(.text-bg-off) .clone-intro {
  right: 10px;
}
.win-h body.pt-touch-off .blog-list .clone-intro {
  position: absolute;
  right: 0;
  top: calc(10px + 1.5vh);
  width: calc(10px + 2vh);
  height: calc(10px + 2vh);
  z-index: 999;
}
.win-h body.pt-touch-off .blog-list .clone-intro .call-intro {
  display: block;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.win-h body.pt-touch-off .blog-list .clone-intro .call-intro:before {
  content: "\e9d6";
  font-size: calc(10px + 1.5vh);
  line-height: calc(10px + 2vh);
}
.win-h body.pt-touch-off .blog-list .clone-intro .intro {
  display: block !important;
  position: absolute;
  background: rgba(36, 36, 36, 0.94);
  color: #fff;
  width: 32vh;
  max-width: none;
  right: 0;
  bottom: 100%;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  padding: calc(10px + 1.5vh);
  margin: 0;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.win-h body.pt-touch-off .blog-list .clone-intro:hover .intro {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.pt-touch-on .blog-list .clone-intro,
.win-v .blog-list .clone-intro {
  display: none;
}
html:not(.win-v) .blog-list.pt-one-row .wrap {
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .blog-list.pt-one-row .list-meta {
  margin-top: 1.5vh;
}
html:not(.win-v) .blog-list.pt-one-row .item {
  height: 100%;
  min-width: 28vh;
  padding: 0;
}
html:not(.win-v) .blog-list.pt-one-row .inner-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html:not(.win-v) .blog-list.pt-one-row .img {
  width: 100%;
  height: 38vh;
}
html:not(.win-v) .blog-list.pt-one-row.type-h .item:not(.text-post) {
  width: 58vh;
}
html:not(.win-v) .blog-list.pt-one-row.type-s .item:not(.text-post) {
  width: 38vh;
}
html:not(.win-v) .blog-list.pt-one-row.type-v .item:not(.text-post) {
  width: 28vh;
}
html:not(.win-v) .blog-list.pt-one-row .text {
  width: 100%;
  max-width: none;
  padding: calc(10px + 2vh);
}
html:not(.win-v) .blog-list.pt-one-row.text-bg-off .text {
  padding-bottom: 0;
}
html:not(.win-v) .blog-list.pt-one-row h4 {
  max-width: 34vh;
}
html:not(.win-v) .blog-list.pt-one-row .text > .intro {
  display: none;
}
@media (max-height: 600px) {
  html:not(.win-v) .blog-list.pt-one-row .list-meta {
    display: none;
  }
}
.win-v .blog-style-01.pt-one-row .blog-main {
  max-width: 480px;
  margin: auto;
}
.win-v .blog-style-01.type-h .img {
  padding-top: 66%;
}
.win-v .blog-style-01.type-s .img {
  padding-top: 100%;
}
.win-v .blog-style-01.type-v .img {
  padding-top: 136%;
}
@media (min-width: 768px) {
  .win-v .blog-style-01:not(.pt-one-row) .blog-main {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .win-v .blog-style-01:not(.pt-one-row) .blog-main > div {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 46.65%;
  }
  .win-v .blog-style-01:not(.pt-one-row) .blog-main .text {
    font-size: calc(1rem + 0.16vh);
  }
  .win-v .blog-style-01:not(.pt-one-row) .blog-main h4 {
    font-size: calc(1rem + 1.2vw);
  }
}
.win-v .blog-style-01:not(.pt-one-row) .blog-main .item {
  margin-left: auto;
  margin-right: auto;
}
.win-v .blog-style-01 .sticky-wrap .item,
.win-v .blog-style-01 .item:not(:last-child) {
  margin-bottom: 6vw;
}
.win-v .blog-style-01 .text {
  padding: 8vw;
}
.win-v .blog-style-02 .item {
  padding: 0 6vw;
}
.win-v .blog-style-02 .item:not(:last-child) {
  margin-bottom: 20vw;
}
.win-v .blog-style-02 .img {
  margin-bottom: 6vw;
}
.win-v .blog-style-02 .img > div {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.win-v .blog-style-02 .text {
  width: 80%;
  margin: auto;
}
.win-v .blog-style-02 .has-two {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.win-v .blog-style-02 .has-one .img-01 {
  width: 80%;
}
.win-v .blog-style-02 .has-one.type-h .img-01 {
  width: 100%;
}
.win-v .blog-style-02 .has-two .img-01,
.win-v .blog-style-02 .has-three .img-01 {
  width: 70%;
}
.win-v .blog-style-02 .has-two .img-01 {
  -webkit-transform: rotate(-2deg) !important;
  transform: rotate(-2deg) !important;
}
.win-v .blog-style-02 .has-two .img-02 {
  width: 60%;
  right: 0;
  -webkit-transform: rotate(2deg) !important;
  transform: rotate(2deg) !important;
}
.win-v .blog-style-02 .has-three .img-03 {
  width: 60%;
  right: -6vw;
  -webkit-transform: rotate(2deg) !important;
  transform: rotate(2deg) !important;
}
.win-v .blog-style-02 .has-three .img-02 {
  width: 60%;
  left: -6vw;
  -webkit-transform: rotate(-2deg) !important;
  transform: rotate(-2deg) !important;
}
.win-v .blog-style-02 .has-two .img-01.type-h ~ .img-02:not(.type-h) {
  width: 40%;
}
.win-v .blog-style-01.text-bg-off .sticky-wrap .text,
.ptsc.blog-style-01.text-bg-off .blog-main .text {
  padding-left: 0;
}
.blog-style-01 .inner-wrap {
  position: relative;
}
.blog-style-01:not(.text-bg-off) .inner-wrap {
  background: #fff;
}
.site-dark .blog-style-01:not(.text-bg-off) .inner-wrap {
  background: #060708;
}
.site-dark .blog-style-01 .sticky-wrap .text {
  background: #060708;
}
html:not(.win-v) .sc-rev-slider.type-full {
  width: 100vw;
}
.win-v .sc-rev-slider.type-v .wrap {
  height: 133vw;
}
.win-v .sc-rev-slider.type-h .wrap {
  height: 66vw;
}
.win-v .sc-rev-slider.type-full .wrap {
  height: 66vw;
}
.win-v .sc-rev-slider.type-s .wrap {
  height: 100vw;
}
.sc-rev-slider .rs-builder-mode rs-sbg-wrap canvas,
.sc-rev-slider rs-sbg canvas {
  object-fit: cover;
}
.sc-slider {
  color: #fff;
}
.sc-slider .pt-h,
.sc-slider a {
  color: #fff;
}
.sc-slider .caption-wrap {
  z-index: 9;
  pointer-events: none;
}
.sc-slider.fixed-caption-on .text {
  display: none !important;
}
.sc-slider .caption-image {
  max-height: 32%;
  object-fit: contain;
}
.sc-slider.fixed-caption-small .caption-image {
  max-width: 50%;
}
.sc-slider.fixed-caption-normal .caption-image {
  max-width: 75%;
}
.sc-slider.fixed-caption-large .caption-image {
  max-width: 90%;
}
.sc-slider.nav-text .pt-swipe-dots {
  z-index: -1;
  opacity: 0;
}
.sc-slider .pt-swipe-dots {
  right: 10%;
  height: 14vh;
  padding: 2vh 0 0;
}
.sc-slider .pt-swipe-arrow {
  z-index: -1;
  display: none;
}
.sc-slider .s-btn {
  z-index: 3;
}
.win-v .sc-slider .s-btn {
  display: none;
}
.sc-slider .item {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 10% calc(50px + 12vh);
}
.sc-slider .item.text-type-02 {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.sc-slider.boxed .item {
  padding: 0 10% 9vh;
}
html:not(.win-v) .sc-slider.boxed.type-h .item,
html:not(.win-v) .sc-slider.boxed.type-full .item {
  padding: 0 10vh 10vh;
}
.sc-slider.boxed .pt-swipe-dots {
  height: 9vh;
}
html:not(.win-v) .sc-slider.boxed.type-h .pt-swipe-dots,
html:not(.win-v) .sc-slider.boxed.type-full .pt-swipe-dots {
  height: 11vh;
  left: 10vh;
  right: auto;
}
.sc-slider .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.sc-slider .text {
  max-width: 80%;
  width: calc(300px + 20vw);
  pointer-events: none;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, transform 0.7s;
  transition: opacity 0.5s, transform 0.7s, -webkit-transform 0.7s;
  line-height: 1.45;
  z-index: 6;
}
.sc-slider h2 {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.sc-slider .text,
.sc-slider .leaving .text {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
.sc-slider .current h2,
.sc-slider .current .text,
.sc-slider.only-one h2,
.sc-slider.only-one .text {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.sc-slider .intro {
  display: inline-block;
  margin-top: 2vw;
  max-width: 70%;
  width: calc(240px + 10vw);
}
.win-v .sc-slider .intro {
  margin: 1vw 0 2vw;
}
html:not(.win-v) body.admin-bar .site-root .sc-slider.boxed {
  margin-top: calc(14px + 8vh);
}
html:not(.win-v) .sc-slider.boxed {
  margin-top: calc(30px + 8vh);
  height: calc(84vh - 60px);
}
@media (min-height: 601px) {
  html:not(.win-v) .sc-slider.pt-swipe-root.boxed-02 {
    padding: calc(20px + 4vh) 0;
  }
  html:not(.win-v) .sc-slider.pt-swipe-root.boxed-02 .pt-swipe-text-dots,
  html:not(.win-v) .sc-slider.pt-swipe-root.boxed-02 .pt-swipe-dots {
    transform: translateY(calc(-20px - 4vh));
  }
}
html:not(.win-v) .sc-slider.type-full {
  width: 100vw;
}
html:not(.win-v) .sc-slider.boxed.type-full {
  border-right: calc(30px + 8vh) solid transparent;
  border-left: calc(30px + 8vh) solid transparent;
}
html:not(.win-v) .sc-slider.fixed-caption-small .caption-image {
  width: calc(120px + 12vw);
}
html:not(.win-v) .sc-slider.fixed-caption-normal .caption-image {
  width: calc(120px + 21vw);
}
html:not(.win-v) .sc-slider.fixed-caption-large .caption-image {
  width: calc(120px + 30vw);
}
html:not(.win-v) .sc-slider .intro {
  margin-top: 1vh;
  font-size: calc(0.5rem + 1vh);
  max-width: 70%;
}
html:not(.win-v) .sc-slider .item.text-small .intro {
  font-size: calc(0.5rem + 0.8vh);
  width: 60%;
}
html:not(.win-v) .sc-slider .item.text-large .intro {
  font-size: calc(0.5rem + 1.4vh);
  width: 80%;
}
html:not(.win-v) .sc-slider .title-small h2 {
  font-size: 3em;
}
html:not(.win-v) .sc-slider .title-normal h2 {
  font-size: 4em;
  line-height: 1.1;
}
html:not(.win-v) .sc-slider .title-large h2 {
  font-size: 6em;
  line-height: 1;
}
html:not(.win-v) .sc-slider.type-full .title-small h2,
html:not(.win-v) .sc-slider.type-h .title-small h2 {
  font-size: calc(2vh + 1vw);
}
html:not(.win-v) .sc-slider.type-full .title-normal h2,
html:not(.win-v) .sc-slider.type-h .title-normal h2 {
  font-size: calc(3vh + 1.5vw);
}
html:not(.win-v) .sc-slider.type-full .title-large h2,
html:not(.win-v) .sc-slider.type-h .title-large h2 {
  font-size: calc(4vh + 2vw);
}
html:not(.win-v) .sc-slider .title-large .text {
  width: calc(500px + 20vw);
}
.win-v .sc-slider.fixed-caption-small .caption-image {
  width: 40%;
}
.win-v .sc-slider.fixed-caption-normal .caption-image {
  width: 55%;
}
.win-v .sc-slider.fixed-caption-large .caption-image {
  width: 70%;
}
.win-v .sc-slider.type-v .wrap {
  height: 133vw;
}
.win-v .sc-slider.type-h .wrap {
  height: 66vw;
}
.win-v .sc-slider.type-full .wrap {
  height: 66vw;
}
.win-v .sc-slider.type-s .wrap {
  height: 100vw;
}
.win-v .sc-slider .text {
  max-width: 90%;
}
.win-v .sc-slider .intro {
  font-size: calc(0.5rem + 1vw);
  max-width: 90%;
  width: calc(200px + 12vw);
}
.win-v .sc-slider.boxed {
  width: auto !important;
  margin: 6vw;
}
.win-v .sc-slider .pt-swipe-dots {
  height: 44px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding: 0;
  bottom: 1vw;
}
.win-v .sc-slider .item {
  padding: 0 10vw 10vw;
}
.win-v .sc-slider .title-small h2 {
  font-size: 4.5vw;
}
.win-v .sc-slider .title-normal h2 {
  font-size: 5.5vw;
  line-height: 1.2;
}
.win-v .sc-slider .title-large h2 {
  font-size: 6.5vw;
}
.sc-slider .sc-btn {
  display: block;
  margin-top: 2.5vh;
}
.win-v .sc-slider .sc-btn {
  margin-top: 1.5vw;
  font-size: calc(0.8rem + 0.4vw);
}
.win-v .sc-slider .sc-btn span {
  display: block;
}
.win-v .sc-slider .sc-btn a.btn {
  vertical-align: top;
  font-size: calc(0.8rem + 0.4vw);
}
.sc-slider a.btn {
  display: inline-block;
  pointer-events: auto;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.sc-slider .item .sc-btn a.btn {
  transition: transform 0.8s 0.1s cubic-bezier(0.2, 0.9, 0.4, 1);
}
.sc-slider.only-one a.btn,
.sc-slider .current a.btn,
.win-v .sc-slider.only-one a.btn,
.win-v .sc-slider .current a.btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 540px) {
  .sc-slider .text {
    top: -1vw;
  }
  .sc-slider .intro {
    line-height: 1.2;
  }
}
.w782 .sc-slider .v-mobile-play {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  margin: 0;
  top: 0;
}
.pt-swipe-text-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 calc(50px + 12vh) calc(20px + 4vh + 4%);
  overflow: hidden;
  z-index: 20;
}
.win-h body.admin-bar .main-content .ptsc:not(.boxed) .pt-swipe-text-dots {
  margin-bottom: calc(34px + 12vh);
}
.win-h .sc-slider.boxed .pt-swipe-text-dots {
  margin-bottom: calc(40px + 4vh);
  margin-left: calc(20px + 4vh + 2%);
}
.win-h .sc-slider.type-v:not(.boxed) .pt-swipe-text-dots.overload {
  margin-bottom: calc(40px + 6vh) !important;
}
.nav-text.sc-slider .sc-btn {
  margin-top: 15px;
}
.pt-swipe-text-dots ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.pt-swipe-text-dots .pt-h {
  line-height: 1;
  padding: 3px 0;
  transition: color 0.2s;
  max-width: calc(240px + 16vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(0.5rem + 1vh);
}
.pt-swipe-text-dots li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin: 1px 0;
  padding: calc(0.5rem + 0.8vh) calc(0.5rem + 1vh);
  background: rgba(56, 57, 58, 0.4);
  cursor: pointer;
}
.ptsc .pt-swipe-text-dots .btn-arrow {
  position: relative;
  font-size: 0;
  padding: 0 6px 0 0;
  transition: opacity 0.4s, width 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.4s, transform 0.2s, width 0.2s;
  transition: opacity 0.4s, transform 0.2s, width 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  width: 0;
  font-size: calc(0.5rem + 1vh);
  height: 1em;
  overflow: hidden;
  z-index: 2;
}
.ptsc .current .btn-arrow {
  opacity: 1;
  left: 6px;
  width: 30px;
}
.ptsc .pt-swipe-text-dots .btn-arrow:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.pt-swipe-text-dots .btn-arrow:before {
  content: "\e951";
  font-family: "pt-icons";
  line-height: 1em;
}
.pt-swipe-text-dots li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: opacity 0.1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s, -webkit-transform 0.5s;
  z-index: 1;
}
.pt-swipe-text-dots li:not(.current):after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  opacity: 0;
}
.win-v .pt-swipe-text-dots {
  margin: 6vw;
}
.win-v .pt-swipe-text-dots li {
  padding: 1.8vw;
}
.win-v .pt-swipe-text-dots .pt-h,
.win-v .pt-swipe-text-dots .btn-arrow {
  font-size: calc(1rem + 0.32vw);
}
.w782 .pt-swipe-dots li {
  padding: 5px 3px;
}
.win-v .pt-swipe-root {
  width: 100% !important;
}
.pt-swipe-root .wrap {
  background: #101112;
}
.pt-swipe-root .wrap:before,
.pt-swipe-root .wrap:after {
  font-family: "pt-icons";
  position: absolute;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  z-index: 9;
}
html:not(.win-v) .pt-touch-on .pt-swipe-root .wrap:before {
  content: "\e952";
  left: 20px;
}
html:not(.win-v) .pt-touch-on .pt-swipe-root .wrap:after {
  content: "\e951";
  right: 20px;
}
.pt-swipe-root .item {
  width: 100%;
  background: #101112;
  visibility: hidden;
  cursor: e-resize;
}
.pt-layout-h .pt-swipe-root .item {
  cursor: default;
}
body.ready .pt-swipe-root .item.current,
body.ready .pt-swipe-root .item.leaving {
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.pt-swipe-root .img {
  height: 100%;
  width: 100%;
  transition: opacity 0.8s;
  z-index: 1;
}
.pt-swipe-root .item.leaving .img {
  opacity: 0.7;
}
.pt-swipe-root.mode-fade .item {
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 0 !important;
  transition: opacity 1s;
}
.pt-swipe-root.mode-fade .item.current {
  opacity: 1 !important;
}
.pt-swipe-root .item {
  overflow: hidden;
}
.pt-dots {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  box-sizing: content-box;
  border-radius: 50px;
  transition: border 0.2s;
}
.site-light .pt-swipe-dots.invert .pt-dots {
  border-color: #111;
  box-shadow: none;
}
.pt-dots:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 2px;
  background: #fff;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  transition: background 0.2s;
}
.selected .pt-dots:after {
  opacity: 1;
}
.pt-swipe-dots li:not(.selected):hover .pt-dots:after {
  opacity: 0.5;
}
.site-light .pt-swipe-dots.invert .pt-dots:after {
  background: #111;
  box-shadow: none;
}
@media (max-width: 1280px) {
  .pt-dots {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 960px) {
  .pt-dots {
    width: 5px;
    height: 5px;
  }
  .pt-dots:after {
    margin: 1px;
  }
}
.pt-swipe-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 calc(10px + 1vw) calc(10px + 1vw) 0;
  z-index: 11;
}
.pt-layout-h .main-gap-on .pt-swipe-dots {
  margin: calc(30px + 8vh) 0;
}
html:not(.win-v)
  body.admin-bar.pt-layout-h
  .site-root
  .main-gap-on
  .pt-swipe-dots {
  margin: calc(14px + 8vh) 0;
}
.win-v .pt-layout-h .main-gap-on .pt-swipe-dots {
  margin: 6vw;
}
.single-inner .pt-swipe-dots {
  padding: calc(20px + 0.4vw);
}
.pt-swipe-dots ul {
  position: relative;
  left: -17px;
  display: -webkit-flex;
  display: flex;
  height: 44px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s;
}
.win-v .pt-swipe-dots ul {
  left: auto;
}
.pt-touch-off .pt-swipe-dots ul:hover {
  background: rgba(0, 0, 0, 0.6);
}
.single-inner .pt-swipe-dots ul {
  height: auto;
  padding: 0;
}
.single-header .pt-swipe-dots ul {
  left: auto;
}
.site-light .pt-swipe-dots.invert ul {
  background: rgba(255, 255, 255, 0);
}
.site-light .pt-swipe-dots.invert ul:hover {
  background: rgba(255, 255, 255, 0.8);
}
.pt-swipe-dots li {
  position: relative;
  list-style-type: none;
  font-size: 0;
  color: transparent;
  padding: 5px 6px;
  cursor: pointer;
}
.pt-swipe-wrap {
  position: relative;
  font-size: 0;
  height: 100%;
  overflow: hidden;
  transition: opacity 0.3s 1s;
}
.pt-swipe-wrap.temp {
  transition: height 0.3s, opacity 0.3s 1s;
}
.pt-swipe-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.pt-layout-h .main-gap-on .pt-swipe-arrow {
  margin: calc(30px + 8vh) 0;
}
html:not(.win-v)
  body.admin-bar.pt-layout-h
  .site-root
  .main-gap-on
  .pt-swipe-arrow {
  margin: calc(14px + 8vh) 0;
}
.win-v .pt-swipe-arrow {
  display: none;
}
.pt-swipe-arrow > span,
.s-btn {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  background: 0 0;
  left: 0;
}
.pt-swipe-arrow > span.s-btn-next,
.pt-swipe-arrow > span.pt-swipe-next,
.s-btn.s-btn-next,
.s-btn.pt-swipe-next {
  left: 50%;
}
body:not(.ie) .pt-swipe-prev,
body:not(.ie) .s-btn-prev,
body:not(.ie) .prev-moving .s-btn {
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/left.png)
      32 32,
    pointer;
}
body:not(.ie) .pt-swipe-next,
body:not(.ie) .s-btn-next,
body:not(.ie) .next-moving .s-btn {
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/right.png)
      32 32,
    pointer;
}
.ptsc-block.clicked .bg-color,
.ptsc-block.clicked .img {
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/pause.png)
      16 16,
    pointer;
}
.ptsc-block.isPause.clicked .bg-color,
.ptsc-block.isPause.clicked .img {
  cursor: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/play.png)
      16 16,
    pointer;
}
body.pt-hdragging.pt-layout-h {
  cursor: grabbing;
}
.cover-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.4s, -webkit-transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  transition: opacity 0.4s, transform 0.5s, -webkit-transform 0.5s;
}
.cover-text .pt-h > * {
  font-size: calc(0.5rem + 0.08em);
  text-align: center;
  font-family: inherit;
}
.single-root:not(.video-playing) .cover-text.pt-show {
  opacity: 1;
}
.mode-list .cover-text {
  padding: 0 4vw;
}
body:not(.el-show) .cover-text {
  opacity: 0;
}
.cover-text .pt-h {
  color: #fff;
}
html:not(.win-v) .cover-text.parallaxed .pt-h {
  width: auto !important;
}
.win-v .cover-text h1,
.win-v .cover-text h2 {
  -webkit-transform: none !important;
  transform: none !important;
}
.win-v .single-header .cover-text {
  font-size: 12vw;
}
.single-root,
.ptsc-list,
.default-template-page {
  position: relative;
  min-width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  z-index: 10;
}
.single-root > *,
.ptsc-list > *,
.default-template-page > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.win-v .single-root > *,
.win-v .ptsc-list > *,
.win-v .default-template-page > * {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.default-template-page {
  height: auto;
}
.ie .ptsc-block {
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.pt-layout-v .single-root,
.default-template-page {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.ptsc-list {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
html:not(.win-v) .pt-layout-h .no-scroll.has-footer-01 .ptsc-list,
.single-root {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.single-root .ptsc {
  -webkit-order: 4;
  order: 4;
}
.wp-block-cover__inner-container {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.post-banner {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.85);
  padding-bottom: calc(30px + 1vw);
  width: 100%;
}
.post-banner a,
.post-banner .pt-h {
  color: #fff;
}
.win-v .post-banner {
  padding: calc(50px + 6vw) 6vw 6vw 6vw;
}
.post-banner .bg-full {
  opacity: 0.3;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
body.ie .post-banner .bg-full {
  opacity: 0.1;
}
body.chrome .post-banner .bg-full,
body.ff .post-banner .bg-full {
  background-attachment: fixed;
}
@media (min-width: 1024px) {
  .pt-layout-v .single-inner,
  .single-root ~ .single-related .wrap,
  .default-template-page > .wrap,
  .default-template-page:not(.has-widget) .page-banner .title,
  .pt-layout-v .pt-footer-01 .custom-code,
  .pt-layout-v
    .single-root:not(.simple-header)
    .post-banner
    .single-main-intro {
    width: 900px;
  }
  .single-product.pt-layout-v .pt-footer-01 .custom-code {
    width: 1140px;
    max-width: 100%;
  }
  .content-footer {
    width: 280px;
  }
  .pt-layout-v .content-footer {
    margin-left: calc(30px + 2vw);
  }
  .pt-layout-v .has-widget:not(.simple-header) .post-banner .single-main-intro,
  .pt-layout-v div.has-widget ~ .pt-footer-01 .custom-code,
  .default-template-page.has-widget .page-banner .title {
    width: calc(900px + 280px + 30px + 2vw);
  }
  .pt-layout-v .pt-footer-01 .custom-code,
  .pt-layout-v .post-banner .single-main-intro {
    margin: auto;
  }
  .pt-layout-v .has-widget:not(.simple-header) .post-banner .single-main-intro {
    padding-right: calc(280px + 30px + 2vw);
  }
}
@media (max-width: 1360px) and (min-width: 1024px) {
  .pt-layout-v .single-inner,
  .single-root ~ .single-related .wrap,
  .default-template-page > .wrap,
  .default-template-page:not(.has-widget) .page-banner .title,
  .pt-layout-v .pt-footer-01 .custom-code,
  .pt-layout-v
    .single-root:not(.simple-header)
    .post-banner
    .single-main-intro {
    width: 800px;
  }
  .pt-layout-v .content-footer {
    width: 250px;
  }
  .pt-layout-v .has-widget:not(.simple-header) .post-banner .single-main-intro,
  .pt-layout-v div.has-widget ~ .pt-footer-01 .custom-code,
  .default-template-page.has-widget .page-banner .title {
    width: calc(800px + 250px + 30px + 2vw);
  }
  .pt-layout-v .has-widget:not(.simple-header) .post-banner .single-main-intro {
    padding-right: calc(250px + 30px + 2vw);
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .pt-layout-v .single-inner,
  .single-root ~ .single-related .wrap,
  .default-template-page > .wrap,
  .default-template-page:not(.has-widget) .page-banner .title,
  .pt-layout-v .pt-footer-01 .custom-code,
  .pt-layout-v
    .single-root:not(.simple-header)
    .post-banner
    .single-main-intro {
    width: 700px;
  }
  .pt-layout-v .has-widget:not(.simple-header) .post-banner .single-main-intro,
  .pt-layout-v div.has-widget ~ .pt-footer-01 .custom-code,
  .default-template-page.has-widget .page-banner .title {
    width: calc(700px + 250px + 30px + 2vw);
  }
}
.single-inner {
  position: relative;
}
.pt-layout-v .single-inner {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.text-boxed .single-inner {
  margin: 0 calc(20px + 5vw) 0 calc(20px + 3.6vw);
  max-width: calc(330px + 2vw);
}
html:not(.win-v) .text-boxed.no-main-img .single-inner {
  margin-left: calc(20px + 5vw);
}
.text-wide .single-inner {
  margin: 0 calc(30px + 8vh);
  max-width: calc(400px + 14vw);
}
html:not(.win-v) .admin-bar .text-wide .single-inner {
  margin: 0 calc(14px + 8vh);
}
.main-info-style-02 .single-inner {
  margin: 0 calc(20px + 5vw);
}
.single-inner img {
  max-width: 100%;
}
html:not(.win-v) .pt-layout-h .single-inner {
  max-height: 100%;
  overflow: hidden;
}
html:not(.win-v) .text-type-01.has-sc.post .single-inner {
  margin-left: calc(50px + 6vw);
  margin-right: calc(40px + 4vw);
  width: 880px;
  max-width: 64vw;
}
html:not(.win-v) .pt-layout-h .single-main-content blockquote {
  margin: -10px 0 !important;
}
html:not(.win-v) .single-root.text-type-02 > .single-inner {
  max-width: none;
  width: auto;
  height: 100%;
}
html:not(.win-v) .single-root.text-type-02 .single-main-content {
  max-width: none;
  height: 100%;
  -webkit-column-width: calc(240px + 7vw);
  column-width: calc(240px + 7vw);
  -webkit-column-gap: 80px;
  column-gap: 80px;
}
html:not(.win-v)
  .single-root.text-type-02
  .single-main-content:not(.not-autofill) {
  -webkit-column-fill: auto;
  column-fill: auto;
}
html:not(.win-v) .single-root.text-type-02 .single-main-content > * {
  max-width: calc(240px + 7vw);
}
@media (max-width: 1920px) {
  html:not(.win-v) .single-root.text-type-02 .single-main-content {
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (max-width: 1680px) {
  html:not(.win-v) .single-root.text-type-02 .single-main-content {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1440px) {
  html:not(.win-v) .single-root.text-type-02 .single-main-content {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
html:not(.win-v) .single-root.text-type-02.text-wide .single-main-content {
  -webkit-column-width: calc(300px + 10vw);
  column-width: calc(300px + 10vw);
  font-size: calc(1rem + 0.16vh);
}
html:not(.win-v) .single-root.text-type-02.text-wide .single-main-content > * {
  max-width: calc(300px + 10vw);
}
html:not(.win-v) .single-inner {
  padding-top: calc(50px + 12vh);
  padding-bottom: calc(50px + 12vh);
}
@media (max-height: 900px) {
  html:not(.win-v) .single-inner {
    padding-bottom: calc(30px + 8vh);
  }
}
html:not(.win-v) body.admin-bar .site-root .single-inner,
html:not(.win-v) .post-banner {
  padding-top: calc(34px + 12vh);
}
html:not(.win-v)
  body.pt-layout-v
  .single-root:not(.simple-header)
  .single-inner {
  padding-top: calc(30px + 2vw);
}
html:not(.win-v)
  body.pt-layout-v
  .ajax-content
  .single-root:not(.simple-header)
  .post-banner {
  padding-top: calc(34px + 8vh);
}
.info-toggle-on .single-inner,
.no-main-content .toggle-info .single-main-intro > .wrap:after {
  display: none;
}
.no-main-content .single-tags {
  margin-top: 0;
}
.single-root > .call-info {
  display: none !important;
}
.toggle-info {
  position: relative;
  z-index: 10;
}
html:not(.win-v) .toggle-info {
  width: calc(14px + 8vh);
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
html:not(.win-v) .has-full-media .toggle-info {
  position: absolute;
}
html:not(.win-v) .has-full-media .toggle-info .call-info {
  color: #fff;
}
html:not(.win-v) .has-full-media .toggle-info .call-info span {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.win-v .info-toggle-on .toggle-info {
  text-align: center;
  padding: 3vw 6vw;
  background: #101112;
}
.win-v .site-light .info-toggle-on .toggle-info {
  background: #f6f7f8;
}
.call-info {
  cursor: pointer;
  pointer-events: auto;
}
html:not(.win-v) .call-info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: calc(14px + 8vh);
  margin-top: calc(-7px - 4vh);
}
.win-v .call-info {
  position: relative;
}
.call-info span {
  letter-spacing: 3px;
  text-indent: 3px;
  border-bottom: 5px solid;
  border-color: var(--main-color);
  line-height: 30px;
}
.win-v .call-info span {
  border-bottom-width: 3px;
}
.info-wrap,
.info-wrap .text-area {
  line-height: 1.55;
}
html:not(.win-v) .info-wrap,
html:not(.win-v) .info-wrap .text-area {
  font-size: calc(1rem + 0.16vh);
}
.win-v .info-wrap,
.win-v .info-wrap .text-area {
  font-size: 1rem;
}
.toggle-info .info-wrap {
  text-align: left;
  max-height: 72vh;
  overflow: auto;
  background: #f6f7f8;
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.02), 1px 2px 4px rgba(0, 0, 0, 0.01);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.4s,
    visibility 0.4s;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .toggle-info .info-wrap {
  pointer-events: auto;
  position: relative;
  left: 90%;
  width: calc(200px + 12vw);
  padding: 2vw;
}
html:not(.win-v) .site-light .toggle-info .info-wrap {
  background: #fff;
}
.site-dark .toggle-info .info-wrap {
  background: #101112;
}
.win-v .toggle-info .info-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 4vw;
  margin: 6vw;
  padding: 8vw;
  z-index: 100;
}
.win-v .toggle-info.show .call-info {
  opacity: 0;
}
.win-v .toggle-info.show:before {
  content: "\e92e";
  font-size: 20px;
  font-family: "pt-icons";
  position: absolute;
  width: 24px;
  height: 12vw;
  line-height: 12vw;
  left: 50%;
  top: 0;
  margin-left: -12px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.win-h .pt-touch-off .call-info:hover ~ .info-wrap,
.win-h .pt-touch-off .toggle-info .info-wrap:hover,
.win-v .toggle-info.show .info-wrap,
.pt-touch-on .toggle-info.show .info-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html:not(.win-v) .pt-touch-off .toggle-info .click-layer {
  display: none !important;
}
.toggle-info .pt-share a {
  margin: 0 6px 0 0;
}
html:not(.win-v)
  .single-root:not(.no-main-content)
  .toggle-info
  .single-main-intro {
  margin-bottom: 2vh;
}
html:not(.win-v) .toggle-info .single-main-intro .title {
  margin-bottom: 0;
  padding-bottom: 2vh;
  font-size: calc(1rem + 1vh);
}
html:not(.win-v) .post .toggle-info .single-main-intro .title {
  padding-bottom: 1.5vh;
}
.win-h .post:not(.no-main-content) .toggle-info .single-main-intro > .wrap {
  padding-bottom: 20px;
}
.win-h .post.no-main-content .toggle-info .single-main-intro > .wrap {
  padding-bottom: 0;
}
html:not(.win-v) .toggle-info .comment-root {
  margin-top: 3vh;
}
html:not(.win-v) .toggle-info .comment-root .title {
  font-size: calc(1rem + 0.3vh);
}
html:not(.win-v)
  .toggle-info
  .comment-root
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
html:not(.win-v) .toggle-info .comment-root textarea {
  background: rgba(166, 166, 166, 0.05);
}
html:not(.win-v) .pt-layout-h .info-toggle-on .main-gap-on {
  margin-left: 0 !important;
}
.single-header {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.2s;
  overflow: hidden;
}
body.el-show .site-root .single-header:not(.pt-swipe-root),
body.el-show .site-root .single-header.ready,
body.el-show .single-inner .single-header {
  opacity: 1;
}
.main-info-style-02.single-root .single-header {
  -webkit-order: 3;
  order: 3;
}
.main-info-style-02.post .single-inner {
  order: 2;
}
html:not(.win-v) .main-info-style-02.project .single-header {
  margin-left: 0 !important;
}
html:not(.win-v) .pt-layout-h .main-info-style-01 .single-header.main-gap-on,
html:not(.win-v) .post.text-type-02 .single-header {
  margin-right: 0 !important;
}
html:not(.win-v)
  .pt-layout-h
  .main-info-style-02.text-type-01
  .single-header.main-gap-on {
  margin-left: 0 !important;
}
.single-header .img {
  height: 100%;
}
.project > .single-header,
.post.text-type-02 > .single-header {
  height: 100%;
}
.project > .single-header .wrap,
.post.text-type-02 > .single-header .wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.main-info-style-02.post > .single-header ~ .single-inner,
.project > .single-header ~ .single-inner {
  -webkit-order: 1;
  order: 1;
}
.main-info-style-02.post > .single-header ~ .single-inner ~ *,
.project > .single-header ~ .single-inner ~ * {
  -webkit-order: 4;
  order: 4;
}
.single-root.post.text-type-01 > .single-header,
.single-header.no-img {
  display: none;
}
.single-inner > .single-header {
  margin-bottom: 40px;
}
.single-header .item {
  position: relative;
  width: 100%;
  transition: background 0.2s;
  overflow: hidden;
}
.post.text-type-01 .single-header.mode-slider:not(.only-one).type-h .wrap,
.post.text-type-01 .single-header.mode-list:not(.only-one).type-h .img {
  padding-top: 66%;
}
.post.text-type-01 .single-header.mode-slider:not(.only-one).type-s .wrap,
.post.text-type-01 .single-header.mode-list:not(.only-one).type-s .img {
  padding-top: 100%;
}
.post.text-type-01 .single-header.mode-slider:not(.only-one).type-v .wrap,
.post.text-type-01 .single-header.mode-list:not(.only-one).type-v .img {
  padding-top: 133.33%;
}
.single-header:not(.type-auto) .item {
  height: 100%;
}
html:not(.win-v) .project > .single-header.mode-list .wrap,
html:not(.win-v) .post.text-type-02 > .single-header.mode-list .wrap {
  display: -webkit-flex;
  display: flex;
}
.single-header.mode-list .item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .project > .single-header.mode-list.item-gap-on .item,
html:not(.win-v)
  .post.text-type-02
  > .single-header.mode-list.item-gap-on
  .item {
  margin-right: 3vh;
}
.single-inner .single-header.mode-list.item-gap-on .item:not(:last-child) {
  margin-bottom: calc(20px + 0.6vw);
}
html.win-v
  .project
  > .single-header.mode-list.item-gap-on
  .item:not(:last-child),
html.win-v
  .post.text-type-02
  > .single-header.mode-list.item-gap-on
  .item:not(:last-child) {
  margin-bottom: 6vw;
}
.win-v .single-root > .single-header.main-gap-on {
  margin-bottom: -6vw;
}
.win-v .info-toggle-on .toggle-info + .single-header.main-gap-on {
  margin-top: -6vw;
}
.win-v
  .single-root
  > .single-header.main-gap-on:not(.main-info-style-02)
  + .single-inner {
  margin-top: 6vw !important;
}
.win-v .single-header.type-v.mode-slider:not(.only-one) > .wrap {
  padding-top: 133.333%;
}
.win-v .single-header.type-s.mode-slider:not(.only-one) > .wrap {
  padding-top: 100%;
}
.win-v .single-header.type-h.mode-slider:not(.only-one) > .wrap,
.win-v .single-header.type-full.mode-slider:not(.only-one) > .wrap {
  padding-top: 66%;
}
.win-v .single-header.type-v.mode-list .img {
  padding-top: 133.333%;
}
.win-v .single-header.type-s.mode-list .img {
  padding-top: 100%;
}
.win-v .single-header.type-h.mode-list .img,
.win-v .single-header.type-full.mode-list .img {
  padding-top: 66%;
}
.win-v .single-type-video .single-header .img {
  padding-top: 56.2% !important;
}
html:not(.win-v)
  .pt-layout-h
  .single-type-video.pt-video-mode-02
  .single-header:not(.main-gap-on)
  .bg-full {
  padding: calc(76px + 1.6vw);
}
.single-type-video.pt-video-mode-02 .single-header .v-ctrl,
.single-type-video.pt-video-mode-02 .single-header .pt-video-mask {
  display: none !important;
}
.text-boxed.text-type-02 .text-area {
  line-height: 1.6;
}
.content-footer {
  position: relative;
  z-index: 9;
}
.show-ajax.pt-layout-v .content-footer {
  height: auto;
}
.content-footer .widget:last-child {
  margin-bottom: 0;
}
html:not(.win-v) .pt-layout-h .content-footer {
  width: auto;
  -webkit-order: 5;
  order: 5;
  padding-left: calc(40px + 4vw);
  padding-right: calc(40px + 4vw);
  margin-left: calc(40px + 4vw);
  background: rgba(116, 116, 116, 0.05);
}
html:not(.win-v) .pt-layout-h .content-footer > .wrap {
  width: calc(340px + 1vw);
  padding: calc(50px + 12vh) 36px calc(50px + 12vh) 0;
  margin-left: 3vw;
}
html:not(.win-v) .pt-layout-h.admin-bar .site-root .content-footer > .wrap {
  padding: calc(34px + 12vh) 36px calc(34px + 12vh) 0;
}
html:not(.win-v)
  .pt-layout-h
  .main-info-style-01
  .single-inner
  + .content-footer,
html:not(.win-v)
  .pt-layout-h
  .post.text-type-02
  .single-inner
  + .content-footer,
html:not(.win-v) .pt-layout-h .content-footer.margin-left-none {
  margin-left: 0;
}
.site-light.pt-layout-h .content-footer .widget {
  background: rgba(255, 255, 255, 0.5);
}
.site-dark.pt-layout-h .content-footer .widget {
  background: rgba(0, 0, 0, 0.5);
}
.content-footer > .wrap {
  position: relative;
  width: 100%;
  padding-top: calc(50px + 12vh);
  padding-bottom: calc(30px + 8vh);
  z-index: 1;
}
html:not(.win-v)
  .pt-layout-v
  .single-root:not(.simple-header)
  .content-footer
  > .wrap {
  padding-top: calc(30px + 2vw);
}
.content-footer .pt-widget-list {
  margin-top: 0;
}
html:not(.win-v)
  .main-info-style-02
  .single-header.main-gap-on
  + .single-inner
  + .sc-images.layout-02.pt-margin-none-before.item-gap-on {
  margin-left: calc(-14px - 8vh);
}
.win-v
  .main-info-style-02
  .single-header.main-gap-on
  + .single-inner
  + .sc-images.layout-02.pt-margin-none-before.item-gap-on {
  margin-top: -50px;
}
html:not(.win-v) .content-footer {
  height: 100%;
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .content-footer > .wrap {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.footer-nav-null .single-nav,
.footer-wrap-null .content-footer > .wrap {
  display: none;
}
html.win-v .content-footer {
  padding: 6vw;
}
.single-main-content {
  position: relative;
}
@media (max-width: 1480px) {
  html:not(.win-v) .single-meta .item div {
    font-size: calc(0.9rem + 0.1vh);
  }
  html:not(.win-v) .pt-layout-v .single-inner,
  html:not(.win-v) .pt-layout-v .text-area,
  html:not(.win-v) .pt-layout-v .single-related h5,
  html:not(.win-v) .pt-layout-v .single-related p {
    font-size: calc(1.125rem + 0.1vw);
  }
}
html.win-v .single-root,
html.win-v .ptsc-list {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}
html.win-v .single-root.main-info-style-02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
html.win-v .single-root.main-info-style-02 > * {
  width: 100%;
}
html.win-v .single-inner,
html.breakPoint .pt-layout-v .single-inner {
  max-width: 100% !important;
  margin: 6vw 0;
  border-left: 6vw solid transparent;
  border-right: 6vw solid transparent;
}
html.win-v .content-footer > .wrap,
html.breakPoint .pt-layout-v .content-footer > .wrap {
  width: 100% !important;
  padding: 0;
}
.single-root.project .single-main-intro + * {
  margin-top: 0;
}
.single-root.post .single-main-intro > .wrap {
  font-size: 1rem;
}
.single-root.post .single-main-intro > .wrap i {
  font-style: normal;
}
.post.text-type-02 .single-main-intro .single-meta {
  padding-left: calc(48px + 0.5vw);
}
.post.text-type-02 .single-main-intro .single-meta img {
  width: calc(36px + 0.5vw);
  height: calc(36px + 0.5vw);
  margin-top: calc(-18px - 0.25vw);
}
.post.text-type-02 .single-main-intro .single-meta div > a {
  font-size: 0.875rem;
}
.post.text-type-02 .single-main-intro .pt-share .icon {
  width: calc(30px + 0.5vw);
  height: calc(30px + 0.5vw);
  line-height: calc(30px + 0.5vw);
  font-size: 12px;
}
.single-main-intro {
  position: relative;
  font-size: calc(1rem + 0.16vh);
  z-index: 100;
}
.project.text-type-01 .single-main-intro {
  margin-bottom: 16px;
}
.no-main-content.single-inner .single-main-intro > .wrap:after {
  display: none;
}
.single-main-intro .title {
  max-width: 90%;
  font-size: calc(1rem + 1.5vh);
  line-height: 1.1;
  padding-bottom: 2.4vh;
}
.win-v .pt-layout-h .single-main-intro .title,
.w782.pt-layout-v .single-main-intro .title {
  font-size: calc(0.875rem + 2.2vw) !important;
  padding-bottom: 3vw;
}
.post.has-sc.text-type-01 .single-main-intro .title {
  font-size: calc(1.325rem + 1vw);
}
.post.has-sc.text-type-01 .single-main-intro {
  margin-bottom: 28px;
}
.single-root.post.has-widget:after {
  display: none;
}
.pt-layout-v .single-root.post:not(.has-widget):not(.has-sc) .content-footer {
  display: none;
}
html:not(.breakPoint) .pt-layout-v .single-root.post .single-inner {
  padding-bottom: 10px;
}
.pt-layout-v .single-root.post .single-main-intro .title {
  font-size: calc(54px + 0.2vw);
}
.pt-layout-v .single-root.post .single-main-intro .title + .wrap {
  padding-top: 40px !important;
  margin-top: 20px;
}
.single-root.post .single-main-intro > .wrap {
  position: relative;
  padding-bottom: 2.4vh;
}
.win-v .single-root.post .single-main-intro > .wrap {
  padding-bottom: 6vw;
}
.win-h .single-root.post:not(.has-sc) .single-main-intro > .wrap {
  padding: 20px 0 48px;
}
.single-root.post .single-main-intro .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.single-root.post.no-main-img.simple-header .single-main-intro {
  margin-bottom: 50px;
}
.pt-layout-v .single-root.post .single-main-intro .pt-category a {
  font-size: 1.05rem;
}
@media (max-width: 767px) {
  .pt-layout-v .single-root.post .single-main-intro .pt-category a {
    font-size: 0.9rem;
  }
}
.pt-layout-h .single-root.post:not(.has-sc) .single-main-intro > .wrap {
  padding: 10px 0 30px;
}
.ie.pt-layout-h .single-root.post:not(.has-sc) .wrap > .pt-share {
  -webkit-order: 3;
  order: 3;
}
.pt-layout-h
  .single-root.post.no-main-content:not(.has-sc)
  .single-main-intro
  > .wrap {
  margin-top: -20px;
}
.win-h
  .pt-layout-h
  .single-root.post.no-main-content:not(.has-sc)
  .single-main-intro
  > .wrap {
  margin-bottom: 20px;
}
html:not(.win-v)
  .pt-layout-h
  .single-root.post:not(.has-sc)
  .single-inner:first-child,
html:not(.win-v)
  .pt-layout-h
  .single-root.post:not(.has-sc)
  .single-title:first-child
  + .single-inner {
  margin-left: 8vw;
}
@media (max-width: 1920px) {
  html:not(.win-v) .pt-layout-v .single-root.post.has-widget,
  html:not(.win-v) .pt-layout-v .single-root.post ~ .single-related .wrap {
    max-width: 1160px;
  }
  html:not(.win-v) .pt-layout-v .single-root.post .single-main-intro .title {
    font-size: calc(40px + 0.2vw);
  }
}
.pt-excerpt {
  font-size: calc(1.125rem + 0.2vw + 0.2vh);
  margin-bottom: 40px;
  width: 80%;
  max-width: 800px;
  opacity: 0.9;
  line-height: 1.55;
}
.pt-layout-h .single-root:not(.text-type-01) .pt-excerpt {
  font-size: calc(1rem + 0.16vh);
  margin-bottom: 20px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .pt-excerpt {
    font-size: calc(1rem + 0.4vw);
  }
}
.single-root.project .single-inner .pt-category {
  display: none;
}
.pt-category a,
.links-content a {
  display: inline-block;
  margin: 0 4px 4px 0;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5em 0.55em;
  color: #fff;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s, border 0.2s;
}
.links-content a i {
  font-style: normal;
}
.links-content a {
  font-size: calc(0.875rem + 0.15vw);
  border: 2px solid;
}
.links-content a:hover {
  background: 0 0;
}
.pt-category {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 6px;
  z-index: 100;
}
.pt-category > i:not(.btn),
.pt-category .links-content,
.pt-category .overload a {
  display: none;
}
.pt-category.overload a:nth-child(1),
.pt-category.overload a:nth-child(2),
.single-main-intro .pt-category.overload a:nth-child(3) {
  display: inline-block;
}
a.more-category {
  cursor: pointer;
}
i.call-cate {
  vertical-align: top;
}
i.call-cate:before {
  content: "\e9d6";
  transition: none;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.single-meta {
  position: relative;
}
.single-root.post .single-meta {
  padding-left: calc(60px + 1vw);
}
.single-root.post .single-meta .item > i {
  display: none;
}
.single-root.post .single-meta .item > div {
  font-size: 0;
}
.single-root.post .single-meta a {
  transition: opacity 0.2s;
}
.single-root.post .single-meta .author a:hover,
.single-root.post .single-meta .date a:hover {
  opacity: 0.8;
}
.single-root.project .single-meta {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 6px;
}
.single-root.project .single-meta .item {
  margin: 0 calc(25px + 0.5vw) 10px 0;
}
.single-root.project .single-meta i {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-style: normal;
  padding-bottom: 2px;
}
.single-root.project .single-meta .item div {
  font-size: calc(1rem + 0.16vh);
  line-height: 1.3;
}
.single-meta .item.comments {
  display: none;
}
.single-meta .item.date {
  opacity: 0.7;
}
.single-meta .author-image img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc(-24px - 0.5vw);
  width: calc(48px + 1vw);
  height: calc(48px + 1vw);
  border-radius: 50% !important;
}
.single-meta div > a {
  font-size: calc(1rem + 0.1vw);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .single-meta .author-image img {
    margin-top: calc(-20px - 0.5vw);
    width: calc(40px + 1vw);
    height: calc(40px + 1vw);
  }
  .single-root.post .single-meta {
    padding-left: calc(48px + 1vw);
  }
}
.single-root.project .toggle-info .pt-share {
  margin-bottom: 15px;
}
.pt-share .comments {
  position: relative;
  height: calc(36px + 0.5vw);
  line-height: calc(36px + 0.5vw);
  padding: 0 calc(20px + 0.2vw);
  background: rgba(166, 166, 166, 0.15);
  transition: background 0.2s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pt-share .comments:hover {
  background: rgba(166, 166, 166, 0.25);
}
.pt-share .comments a {
  -webkit-order: 1;
  order: 1;
  font-size: calc(1.25rem + 0.15vw);
  margin: 0;
  display: block;
}
.pt-share .comments i {
  -webkit-order: 2;
  order: 2;
  opacity: 0.7;
  text-transform: uppercase;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 500;
}
.pt-share .icon {
  height: calc(36px + 0.5vw);
  line-height: calc(36px + 0.5vw);
  width: calc(36px + 0.5vw);
  background: rgba(166, 166, 166, 0.15);
  text-align: center;
  font-family: "pt-icons";
  transition: all 0.2s;
  font-size: 14px;
}
@media (max-width: 960px) {
  .pt-share .comments {
    height: calc(30px + 0.5vw);
    line-height: calc(30px + 0.5vw);
    padding: 0 calc(10px + 0.2vw);
    margin: 0;
  }
  .pt-share .comments i {
    font-size: 0;
  }
  .pt-share .comments i:before {
    content: "\e93e";
    font-family: "pt-icons";
    font-size: 16px;
    vertical-align: sub;
  }
  .pt-share .comments a {
    font-size: 14px;
  }
  .pt-share .icon {
    height: calc(30px + 0.5vw);
    line-height: calc(30px + 0.5vw);
    width: calc(30px + 0.5vw);
    font-size: 12px;
  }
  .pt-share .wrap > a {
    margin: 0 0 0 3px;
  }
}
@media (max-width: 375px) {
  .pt-share .comments {
    display: none;
  }
}
.pt-share a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 6px;
}
.pt-share a:hover i {
  color: #fff;
  border-color: transparent;
}
.pt-share span,
.pt-share .btn {
  display: none;
}
.pt-share i:before {
  position: relative;
  z-index: 4;
}
.pt-share .share-facebook:hover i {
  background-color: #3c6eb1;
  box-shadow: 0 10px 20px -10px #3c6eb1, 0 5px 40px -15px #3c6eb1;
}
.pt-share .share-pinterest:hover i {
  background-color: #eb2430;
  box-shadow: 0 10px 20px -10px #eb2430, 0 5px 40px -15px #eb2430;
}
.pt-share .share-linkedin:hover i {
  background-color: #0c6596;
  box-shadow: 0 10px 20px -10px #0c6596, 0 5px 40px -15px #0c6596;
}
.pt-share .share-twitter:hover i {
  background-color: #59adec;
  box-shadow: 0 10px 20px -10px #59adec, 0 5px 40px -15px #59adec;
}
.pt-share .share-tumblr:hover i {
  background-color: #435a7d;
  box-shadow: 0 10px 20px -10px #435a7d, 0 5px 40px -15px #435a7d;
}
.pt-touch-off .pt-share .btn-full {
  display: none;
}
html:not(.win-v) .single-root.project.has-share .single-inner {
  padding-left: 60px;
}
html:not(.win-v) .single-root.project.has-share .single-inner .pt-share {
  position: absolute;
  left: -60px;
  top: 0;
}
html:not(.win-v) .single-root.project.has-share .single-inner .pt-share .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
html:not(.win-v) .single-root.project.has-share .single-inner .pt-share a {
  margin-bottom: 6px;
}
.win-v .single-root.project.has-share .single-inner .pt-share {
  padding: 20px 0;
}
.win-v .single-root.project.has-share .pt-share a {
  margin: 0 6px 0 0;
}
.single-root.project.has-share .pt-share .icon,
.single-post.post.info-toggle-on .pt-share .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}
.single-nav {
  position: relative;
  width: 100%;
  right: auto;
  margin: calc(30px + 2vw) 0;
  z-index: 10;
}
.pt-layout-v .single-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: rgba(116, 116, 116, 0.05);
  padding: 0 30px;
}
.pt-layout-v .single-nav.has-next {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.pt-layout-v .single-nav.has-prev {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.pt-layout-v .single-nav:not(.has-one):after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  margin-top: -40px;
  width: 1px;
  border-left: 1px dotted;
  opacity: 0.2;
}
.single-nav .ctrl {
  position: relative;
  width: 100%;
  width: 42%;
  padding: calc(30px + 1vw) 0;
  font-size: 0;
  -webkit-user-select: none;
  user-select: none;
}
.single-nav .prev {
  padding-left: calc(90px + 0.6vw);
}
.single-nav .prev .img {
  right: auto;
  left: 0;
}
.single-nav .next {
  padding-right: calc(90px + 0.6vw);
  text-align: right;
}
.pt-layout-v .single-nav .next .img {
  right: 0;
  left: auto;
}
.single-nav h5 {
  font-size: calc(1.5rem + 0.2vw);
  line-height: 1.1;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.single-nav span {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1.2;
  margin-top: 10px;
  word-break: break-word;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.single-nav .text {
  height: 100%;
}
.single-nav .img {
  margin: -40px 0 0;
}
.single-nav .img {
  position: absolute;
  transition: opacity 0.2s 0.1s, right 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, right 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, right 0.2s 0.1s,
    -webkit-transform 0.2s 0.1s;
  overflow: hidden;
  z-index: 4;
}
.single-nav h5:after {
  content: "\34";
  position: absolute;
  font-family: "pt-icons";
  font-size: calc(2vw + 1vh);
  left: 0;
  top: 50%;
  width: calc(90px + 3vw);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
  text-align: center;
}
.single-nav .next h5:after {
  content: "\38";
  left: auto;
  right: 0;
  font-weight: 400;
}
body:not(.pt-layout-v) .single-nav .ctrl {
  padding: 30px calc(60px + 3vw);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100px + 34vh + 4vw);
}
body:not(.pt-layout-v) .single-nav .prev:hover h5:after {
  left: -0.5vw;
}
body:not(.pt-layout-v) .single-nav .next {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
body:not(.pt-layout-v) .single-nav .next:hover h5:after {
  right: -0.5vw;
}
body:not(.pt-layout-v) .single-nav .text {
  height: auto;
  z-index: 5;
}
body:not(.pt-layout-v) .single-nav h5 {
  position: static;
  font-size: 1.8vh;
}
body:not(.pt-layout-v) .single-nav span {
  font-size: 2.6vh;
}
.win-v body:not(.pt-layout-v) .single-nav span {
  font-size: 5.4vw;
}
@media (min-width: 960px) {
  .win-v body:not(.pt-layout-v) .single-nav span {
    font-size: 3vw;
  }
}
body:not(.pt-layout-v) .single-nav .img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.6s, box-shadow 0.5s;
}
body:not(.pt-layout-v) .single-nav .bg-full {
  margin: -20px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
body:not(.pt-layout-v) .single-nav .ctrl {
  background: rgba(255, 255, 255, 0.5);
}
body.site-dark:not(.pt-layout-v) .single-nav .ctrl {
  background: rgba(0, 0, 0, 0.5);
}
body:not(.pt-touch-on):not(.pt-layout-v)
  .single-nav
  .ctrl:hover
  .img.bg-inited {
  opacity: 0.15;
  box-shadow: 10px 30px 40px -30px rgba(0, 0, 0, 0.5);
}
body.pt-layout-v:not(.pt-touch-on) .single-nav .ctrl:hover:after {
  color: #fff;
}
body.ie:not(.pt-touch-on):not(.pt-layout-v) .single-nav .img {
  display: none;
}
html:not(.win-v) body:not(.pt-layout-v) .single-nav {
  width: auto;
  padding: calc(50px + 12vh) 0;
  margin: 0 calc(30px + 2vw) 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html:not(.win-v) body:not(.pt-layout-v) .single-nav .ctrl {
  height: calc(50% - 1.5vh);
}
html:not(.win-v) body:not(.pt-layout-v) .single-nav.has-one .ctrl {
  height: 100%;
}
html:not(.win-v) body:not(.pt-layout-v) .single-nav.has-related {
  margin-right: 3vw;
}
html:not(.win-v) body.admin-bar:not(.pt-layout-v) .site-root .single-nav {
  padding: calc(34px + 12vh) 0;
}
body.pt-layout-v .single-nav h5:after {
  display: none;
}
body.pt-layout-v .single-nav .ctrl.no-img:after {
  content: "\e952";
  font-family: "pt-icons";
  position: absolute;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  transition: all 0.3s;
}
body.pt-layout-v .single-nav .prev.no-img:after {
  left: 0;
}
body.pt-layout-v .single-nav .next.no-img:after {
  content: "\e951";
  right: 0;
}
body.pt-layout-v .single-nav .img,
body.pt-layout-v .single-nav .no-img:after {
  height: 80px;
  width: 80px;
  top: 50%;
  pointer-events: none !important;
}
body.pt-layout-v .single-nav span {
  opacity: 0.7;
}
body.pt-layout-v.site-dark .single-nav .ctrl.no-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.breakPoint body.pt-layout-v .single-nav .img,
.breakPoint body.pt-layout-v .single-nav .ctrl.no-img:after {
  margin: 0;
  top: 6vw;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.breakPoint body.pt-layout-v .single-nav .ctrl {
  padding: calc(6vw + 70px) 0 6vw;
}
.breakPoint body.pt-layout-v .single-nav h5 {
  font-size: calc(1rem + 1vw);
}
.breakPoint body.pt-layout-v .single-nav span {
  font-size: 0.95rem;
}
@media (max-width: 959px) {
  .win-v .pt-layout-h .single-nav .ctrl {
    width: 100%;
    min-height: 54vw;
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .win-v .pt-layout-h .single-nav .ctrl + .ctrl {
    margin-top: 6vw;
  }
}
.win-v .pt-layout-h .single-nav:before,
.win-v .pt-layout-h .single-nav:after {
  display: none;
}
@media (min-width: 960px) {
  .win-v .pt-layout-h .single-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .win-v .pt-layout-h .single-nav .ctrl {
    width: 48%;
    min-height: 30vw;
    margin: 0;
  }
}
.single-related {
  position: relative;
}
.single-root ~ .single-related {
  background: rgba(116, 116, 116, 0.05);
  padding: calc(30px + 2vw) 0 calc(40px + 4vw);
}
.win-v .single-root ~ .single-related .wrap {
  margin: 6vw;
}
html:not(.breakPoint) .pt-layout-v .single-inner .single-related {
  margin-bottom: 6vw;
}
.pt-layout-v .single-related .wrap {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.single-related .text > a:not([class]) {
  font-size: 0.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
.single-related .text > a:not([class]):before {
  content: "\e944";
  font-family: "pt-icons";
  margin-right: 2px;
}
.single-related .item {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 30px;
  width: calc(50% - 15px);
  padding: 30px;
  background: rgba(116, 116, 116, 0.05);
  transition: box-shadow 0.5s, background 0.3s;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.single-related .item.no-img h5 {
  font-size: calc(1.425rem + 0.12vw);
}
.single-inner .single-related .item {
  margin-top: calc(20px + 1vh);
}
.single-related .text {
  -webkit-order: 1;
  order: 1;
}
.single-related .img {
  -webkit-order: 2;
  order: 2;
  width: 90px;
  height: 90px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.single-related .img:hover .bg-full {
  opacity: 0.9;
}
.single-related.pt-thumb-02 .img {
  width: 136px;
}
.single-related.pt-thumb-04 .img {
  height: 136px;
}
.single-related.pt-thumb-01 .bg-full {
  background-size: contain;
}
.single-related .text > a:not([class]) {
  opacity: 0.6;
  margin-bottom: 4px;
  transition: all 0.2s;
}
.single-related .text > a:not([class]):hover {
  opacity: 0.8;
}
.single-related .pt-category {
  margin: 24px 0 -4px;
  z-index: 100;
}
.single-related .pt-category a {
  border: none;
}
.single-related .no-img .text:after {
  content: "\e958";
  position: absolute;
  right: -10px;
  top: -10px;
  font-family: "pt-icons";
  font-size: 2em;
  opacity: 0.15;
}
.pt-touch-off .single-related .pt-category a:not(:hover),
.pt-touch-on .single-related .pt-category a {
  background: rgba(116, 116, 116, 0.1);
  color: inherit;
}
body.pt-touch-off .single-related .item:hover {
  box-shadow: 10px 30px 40px -30px rgba(0, 0, 0, 0.05);
}
body.site-light .single-root ~ .single-related .item:not(:hover),
.pt-layout-h .single-related .item:not(:hover) {
  background: rgba(255, 255, 255, 0.5);
}
body.site-dark .single-root ~ .single-related .item:not(:hover),
body.site-dark.pt-layout-h .single-related .item:not(:hover) {
  background: rgba(0, 0, 0, 0.5);
}
body.pt-touch-off .single-related .item:hover {
  background: #fff;
}
body.site-dark.pt-touch-off .single-related .item:hover {
  background: #060708;
}
.single-related .text {
  position: relative;
  width: 100%;
}
.single-related h3 {
  font-size: calc(1.5rem + 0.2vw);
  line-height: 1.1;
  text-align: center;
}
.single-inner .single-related h3 {
  text-align: left;
  margin-top: 50px;
}
.single-related h5 {
  max-width: 90%;
  font-size: calc(1.315rem + 0.1vw);
  line-height: 1.1;
  transition: transform 0.3s;
}
.single-related .clone-title {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 3vw;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-related .clone-title strong {
  opacity: 0.3;
}
html:not(.win-v) .pt-layout-h .single-related .wrap {
  height: 100%;
  overflow: auto;
  padding-left: 3vw;
  background: rgba(116, 116, 116, 0.05);
}
html:not(.win-v) .pt-layout-h .single-related .item {
  width: calc(100px + 34vh + 4vw);
  height: calc((100% - 2px) * 0.333333);
  margin-top: 0;
  padding: 10%;
}
html:not(.win-v) .pt-layout-h .single-related .item:not(:last-child) {
  margin-bottom: 1px;
}
html:not(.win-v) .pt-layout-h .single-related .img {
  width: 10vh;
  height: 10vh;
}
html:not(.win-v) .pt-layout-h .single-related .clone-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .pt-layout-h .single-related h3 {
  display: none;
}
html:not(.win-v) .pt-layout-h .single-related h5 {
  font-size: 2.2vh;
}
html:not(.win-v) .pt-layout-h .single-related .pt-category {
  margin-top: 2vh;
}
html:not(.win-v) .pt-layout-h .single-related .pt-category a {
  padding: 1vh;
}
html:not(.win-v) .pt-layout-h .single-related .text > a:not([class]) {
  font-size: 1.2vh;
}
html:not(.win-v) .pt-layout-h.ie .single-related .clone-title {
  -webkit-writing-mode: bt-lr;
  writing-mode: bt-lr;
}
html:not(.win-v) body:not(.pt-layout-v) .single-related {
  margin: calc(50px + 12vh) 0;
  margin-right: calc((76vh + 68px) * 0.06);
}
html:not(.win-v) body.admin-bar:not(.pt-layout-v) .site-root .single-related {
  margin: calc(34px + 12vh) 0;
}
.win-v .single-related .wrap {
  margin-bottom: 3vw;
}
.breakPoint .single-related .item {
  width: 100% !important;
}
.single-related .pt-category {
  pointer-events: none;
}
.single-related .pt-category a {
  pointer-events: auto;
}
.single-tags {
  position: relative;
  margin: calc(30px + 2vw) 0 0;
  padding: 0 0 20px;
}
.single-tags span {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.7;
  font-size: calc(1rem + 0.1vw);
}
.single-tags a {
  background: rgba(116, 116, 116, 0.1);
  padding: 10px 15px 10px 12px;
  line-height: 1;
  font-size: 1rem;
}
.single-tags a:hover {
  background: #f8723d;
  color: #fff;
}
.single-tags a:hover:before {
  color: #fff;
}
.win-h .pt-layout-h .single-root.post:not(.text-type-01) .single-tags,
.win-h .pt-layout-h .single-root.project .single-tags,
.toggle-info .single-tags {
  margin: 28px 0 0;
  padding: 0;
}
.win-h .pt-layout-h .single-root.post .single-main-content .single-tags {
  padding-bottom: 20px;
}
.win-h .pt-layout-h .single-root.post:not(.text-type-01) .single-tags a,
.win-h .pt-layout-h .single-root.project .single-tags a,
.toggle-info .single-tags a {
  font-size: calc(0.9rem + 0.1vh);
}
.single-tags:after,
.single-root.post.no-main-img.simple-header .single-main-intro > .wrap:after,
.single-root.project .single-main-intro > .wrap:after,
.post.text-type-02 .single-main-intro > .wrap:after,
.pt-layout-v .single-main-intro .title + .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  opacity: 0.06;
}
.post.text-type-02 .pt-share .comments {
  display: none;
}
.view-comments {
  display: none;
  cursor: pointer;
  margin-top: 28px;
  padding: calc(10px + 0.1vh);
  align-items: center;
  justify-content: center;
  background: rgba(166, 166, 166, 0.15);
  line-height: normal;
  transition: background 0.2s, color 0.2s;
}
html:not(.win-v) .single-root.project .view-comments,
html:not(.win-v) .post.text-type-02 .view-comments {
  display: -webkit-flex;
  display: flex;
}
.view-comments-wrap {
  display: inline-block;
  width: 100%;
}
.view-comments .comments-count {
  color: #fff;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  margin: 6px;
  transition: background 0.2s, color 0.2s;
}
.pt-touch-off .view-comments:hover .comments-count {
  background: #fff;
  color: #111;
}
.comment-root.common-popup-content {
  margin-top: 0;
}
.site-light .pt-common-popup-root.light > .wrap {
  background: #f6f7f8;
}
.site-light .pt-common-popup-root.light .common-popup-content,
.site-light .pt-common-popup-root.light .common-popup-content .pt-h,
.site-light .pt-common-popup-root.light .common-popup-content a {
  color: #363738;
}
.pt-layout-v .single-main-intro .title + .wrap:before,
.pt-layout-v .single-nav:before {
  top: 0;
}
.pt-layout-h .project .single-tags:after,
.post.has-sc .single-tags:after,
.no-comments .single-tags:after {
  display: none;
}
.no-comments .single-tags {
  padding-bottom: 0;
}
.comment-root p.no-comments {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.comment-root p.no-comments:before {
  content: "\e90c";
  font-family: "pt-icons";
  margin-right: 0.3em;
  font-size: 1.2em;
  display: block;
}
body.search-results .sc-section-title .text:before {
  content: "\e925";
  display: block;
  font-family: "pt-icons";
  font-size: calc(60px + 4vw);
  margin-bottom: 40px;
  line-height: 1;
  color: rgba(166, 166, 166, 0.2);
}
.win-v body.search-results .blog-list {
  padding-top: 0;
}
.single-tags a,
.ptsc .category a {
  display: inline-block;
  margin: 0 8px 8px 0;
  transition: background 0.2s, color 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.single-tags a:before,
.ptsc .category a:before {
  content: "\e947";
  font-family: "pt-icons";
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #f8723d;
  transition: color 0.2s;
}
.win-v body:not(.pt-layout-v) .single-root.project .single-main-intro > .wrap {
  padding: 0;
}
.win-v body:not(.pt-layout-v) .info-wrap .single-main-intro > .wrap {
  padding-bottom: 3vw !important;
}
html.win-v .pt-layout-h .single-inner .single-main-intro {
  margin-bottom: 28px;
}
html.win-v .pt-layout-h .single-meta .item {
  margin: 0 30px 0 0 !important;
}
.ajax-content .single-meta .comments {
  display: none;
}
.comment-root .title {
  line-height: 1;
}
.win-v .comment-root .title {
  font-size: calc(0.875rem + 2.2vw);
}
.comment-root ol .comment-respond .title {
  font-size: 0;
  margin: 10px 0;
}
.pt-touch-on .comment-root ol .comment-respond .title {
  margin-top: 0;
}
.recentcomments a {
  position: relative;
}
.comment-respond .title:before {
  content: "\e93e";
  font-family: "pt-icons";
  font-size: 80%;
  margin-right: 8px;
  position: relative;
  top: -1.5px;
}
.sc-images.layout-01 .sc-inner-title h5:before,
.single-related h3:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  background: #f8723d;
  border-radius: 50%;
  top: -1px;
}
html:not(.win-v) .sc-images.layout-01 .sc-inner-title h5:before {
  position: absolute;
  top: -17px;
  margin: 0 0 0 -6px;
  left: 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.2s;
}
.pt-touch-off .sc-images.layout-01:not(:hover) .sc-inner-title h5:before {
  background: rgba(166, 166, 166, 0.3);
}
.pt-touch-on .sc-images.layout-01 .sc-inner-title h5:before,
.pt-touch-off .sc-images.layout-01:hover .sc-inner-title h5:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.text-link-long {
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
}
.intro a:not([class]),
.subtitle a:not([class]),
.sc-textlist li a:not([class]) {
  transition: opacity 0.3s;
}
.intro a:not([class]):hover,
.subtitle a:not([class]):hover,
.sc-textlist li a:not([class]):hover {
  opacity: 0.8;
}
a.text-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
  transition: none;
}
a.text-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  background: #f8723d;
}
body:not(.pt-mobile) a.text-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.single-meta a.text-link:before,
.blog-list .main-meta a.text-link:before {
  bottom: -3px;
}
.color-link {
  transition: 0.2s;
}
.color-link:hover {
  text-decoration: underline;
}
.wp-block-archives-list a.color-link:hover {
  text-decoration: none;
  color: #fff;
}
.comment-root {
  line-height: 1;
  margin-top: calc(30px + 2vw);
}
.text-type-02 .comment-root,
.project .comment-root {
  margin-top: 0;
}
.comment-root .title {
  font-size: calc(1.5rem + 0.2vw);
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.comment-root .title.main-title span {
  position: relative;
  display: inline-block;
  padding-right: 6px;
  color: #f8723d;
}
.comment-list {
  margin: 0 0 0 60px;
}
.comment-list ol {
  margin: 0 0 0 24px;
}
.breakPoint .comment-list ol {
  margin: 0 0 0 15px;
}
.pt-desktop .comment-body:hover > .reply {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
li.comment {
  position: relative;
  list-style-type: none;
}
li.comment:not(:first-child) {
  margin-top: 15px;
}
li.comment .reply {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 50px;
  min-height: calc(10px + 2vw);
  font-size: 1rem;
  transition: transform 0.2s, opacity 0.2s, box-shadow 0.2s;
}
.win-h .comment.disable-reply {
  margin-bottom: 36px;
}
.comment.disable-reply .reply {
  display: none;
}
.pt-desktop li.comment .reply {
  opacity: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
li.comment .reply a {
  display: inline-block;
  padding-left: 40px;
  line-height: 50px;
}
html.josefin-local li.comment .reply a {
  padding-top: 1px;
}
li.comment .reply a:after,
li.comment .reply a:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
li.comment .reply a:after {
  content: "";
  background: #fff;
  transition: background 0.3s, color 0.3s;
}
.site-dark li.comment .reply a:not(:hover):after {
  background: #060708;
}
li.comment .reply a:before {
  content: "\e930";
  font-family: "pt-icons";
  z-index: 2;
  font-size: 12px;
  text-align: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
li.comment .reply a:hover:before {
  color: #fff;
}
li.comment.reply-show {
  margin-bottom: 25px;
}
li.comment.reply-show .reply {
  display: none;
}
li.comment > .comment-respond {
  margin-bottom: 50px;
}
.comment .reply a:hover:after {
  background: #f8723d;
}
.comment-author {
  position: relative;
  font-size: 1.05rem;
}
.comment-author .img {
  position: absolute;
  left: -60px;
  top: 0;
}
.comment-author cite {
  margin-right: 8px;
  font-style: normal;
}
.comment-author .text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
.comment-author .text div {
  opacity: 0.7;
}
.comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comment-area {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  background: #fff;
  padding: calc(10px + 0.5vw) calc(18px + 0.5vw);
  border-top-left-radius: 0;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.01), 1px 2px 4px rgba(0, 0, 0, 0.01);
}
.site-dark .comment-area {
  background: #060708;
}
.comment-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  border-right: 24px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 2;
}
.site-dark .comment-area:before {
  border-bottom-color: #060708;
}
.win-v .comment-root .text-area,
.win-v .comment-root .text {
  font-size: calc(1rem + 0.4vw);
}
.win-v .pt-submit-wrap > span {
  font-size: 1rem;
}
.comment-awaiting-moderation {
  display: block;
  opacity: 0.7;
  float: right;
  line-height: 50px;
}
.comment-respond small {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
#cancel-comment-reply-link {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  font-size: calc(1rem + 0.16vh);
  line-height: 1.5;
  text-decoration: none !important;
  z-index: 1;
}
#cancel-comment-reply-link:before {
  content: "\e92e";
  font-family: "pt-icons";
  z-index: 2;
}
#cancel-comment-reply-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f8723d;
  left: 0;
  transition: all 0.2s;
}
#cancel-comment-reply-link:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
span#email-notes,
.comment-awaiting-moderation {
  font-size: 0.938rem;
}
span#email-notes:before,
.comment-awaiting-moderation:before {
  content: "\e90c";
  display: inline-block;
  font-family: "pt-icons";
  padding-right: 10px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  font-style: normal;
}
span#email-notes {
  color: #060708;
  padding-right: 4px;
  font-weight: 500;
}
.site-dark span#email-notes {
  color: #fff;
}
.comment-form p.comment-notes {
  font-size: 0.938rem;
}
.comment-form {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.title + .comment-form {
  margin-top: 0;
}
.comment-body + .comment-form {
  margin-top: 20px;
}
.comment-form:after {
  content: "";
  display: block;
  clear: both;
}
.comment-form p {
  width: 100%;
  font-size: 0;
  margin-bottom: 15px;
}
.comment-form p > *:not(input):not(textarea) {
  font-size: initial;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-respond .comment-form {
  margin-bottom: 30px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  max-width: 100%;
  width: 100%;
  border: none;
  transition: all 0.2s, width 0s;
}
.comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.comment-form textarea {
  background: #fff;
  height: 60px;
  padding: 20px;
}
.site-dark
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.site-dark .comment-form textarea {
  background: #060708;
}
.comment-form textarea {
  height: auto;
}
.comment-form-comment {
  width: 100%;
}
@media (min-width: 1281px) {
  p.comment-form-author,
  p.comment-form-email,
  p.comment-form-url {
    width: 33.33%;
    width: calc((100% - 30px) * 0.3333);
  }
}
.single-root.text-boxed p.comment-form-author,
.single-root.text-boxed p.comment-form-email,
.single-root.text-boxed p.comment-form-url {
  width: 100%;
}
input[type="submit"] {
  border: none;
  height: 50px;
  color: #fff;
  background: #f8723d;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  input[type="submit"] {
    height: 40px;
  }
}
body.hack-fontline .pt-submit-wrap span,
body.hack-fontline .ptsc a.btn:not(.no-text) span {
  padding-top: 1.4px;
}
.wpcf7-form p.last-child {
  margin-bottom: 0;
}



.pt-submit-wrap {
  position: relative;
  display: inline-block;
  background: #f8723d;
  overflow: hidden;
  font-size: 0;
  transition: box-shadow 0.3s;
}
.pt-submit-wrap > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  font-size: calc(1rem + 0.16vh);
  transition: all 0.3s;
}



.pt-submit-wrap input {
  display: block;
  font-size: calc(1rem + 0.16vh);
}
.pt-submit-wrap a.btn {
  display: block;
  line-height: 50px;
  min-width: 180px;
}
.pt-submit-wrap a.btn,
.pt-submit-wrap input[type="submit"] {
  position: relative;
  border-left: 50px solid transparent !important;
  border-right: 50px solid transparent !important;
  height: 50px !important;
  line-height: 50px !important;
  opacity: 0;
  padding: 0 !important;
  -webkit-appearance: none;
  z-index: 3;
}
.pt-submit-wrap .iconX {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  left: 23px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  transition: all 0.3s;
  pointer-events: none;
  color: #fff;
}
.pt-submit-wrap .iconX.icon-02X {
  left: auto;
  right: 23px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: opacity 0.2s 0.1s, -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.3s 0.1s, opacity 0.2s 0.1s,
    -webkit-transform 0.3s 0.1s;
}
.pt-submit-wrap .iconX:before {
  content: "\e951";
  font-family: "pt-icons";
  font-size: 18px;
}


.pt-touch-off .pt-submit-wrap:hover .icon-01X {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.pt-touch-off .pt-submit-wrap:hover .icon-02X {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.pt-touch-off .pt-submit-wrap:hover span {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
@media (max-height: 700px) {
  .pt-submit-wrap > span {
    line-height: 40px;
  }
  .pt-submit-wrap input[type="submit"] {
    height: 40px !important;
    border-left: 40px solid transparent !important;
    border-right: 40px solid transparent !important;
  }
}





.default-template-page > .wrap {
  white-space: normal;
}
html:not(.win-v) .default-template-page > .wrap {
  margin: calc(30px + 2vw) 0 calc(60px + 4vw);
}
html:not(.win-v) .default-template-page.no-page-banner > .wrap {
  margin-top: calc(60px + 4vw);
}
.page-banner {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: hidden;
}
.page-banner:not(.bg-none) {
  padding: 30vh 0 calc(50px + 1.4vw);
}
.page-banner.bg-none {
  padding: 20vh 0 0;
  background: 0 0;
}
.default-template-page.no-title .page-banner.bg-none {
  padding: 10vh 0 0;
}
.page-banner .title {
  margin: auto;
  padding-right: 8%;
  font-size: calc(1.35rem + 1.35vw);
  line-height: 1.2;
  z-index: 10;
}
.site-light .page-banner.pt-color-invert .pt-h,
.site-light .page-banner.pt-color-invert a {
  color: #fff;
}
.site-dark .page-banner.pt-color-invert .pt-h,
.site-dark .page-banner.pt-color-invert a {
  color: #111;
}
.page-banner .img {
  position: static;
}
.page-banner.bg-default {
  background-color: #e8e9eb;
  background-size: cover;
  background-position: center;
  padding-top: 22vh;
  overflow: hidden;
}
.page-banner.bg-default:after {
  content: "";
  position: absolute;
  left: 10vw;
  bottom: -35vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50vw;
  height: 50vw;
  border: 10vw solid rgba(116, 116, 116, 0.05);
  border-radius: 50%;
}
.site-dark .page-banner.bg-default {
  background-color: #060708;
}
.page-banner.bg-default .bg-full,
.page-banner.bg-default .bg-color {
  display: none;
}
.win-v .page-banner {
  padding-right: 0;
}
.win-v .page-banner .title {
  width: 88%;
  max-width: 88vw;
  font-size: 5vw;
  margin-left: 6vw;
}
.win-v .page-banner:not(.bg-none) {
  padding: 20vw 0 6vw;
}
.default-template-page:not(.has-widget) .content-footer {
  display: none;
}
.win-v .default-template-page {
  display: block;
  padding: 0;
  padding-bottom: 12vw;
}
.win-v .default-template-page > .wrap {
  width: 100%;
  padding: 6vw;
}
.site-root .main-content .default-template-page.no-margin > .wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
html:not(.win-v) .default-template-page .content-footer > .wrap {
  padding-top: calc(30px + 2vw);
}
html:not(.win-v) .default-template-page .pt-widget-list {
  margin-top: 0;
}
.pt-mp4-video {
  height: 100%;
  width: 100%;
}
i.call-video-popup,
div.call-video-popup,
.v-ctrl {
  position: absolute;
  width: calc(34px + 2vw);
  height: calc(34px + 2vw);
  font-size: calc(34px + 2vw);
  margin: calc(-17px - 1vw) 0 0 calc(-17px - 1vw);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 50%;
  left: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "pt-icons";
  overflow: visible;
  z-index: 1000;
}
.sc-small-images .v-ctrl,
html:not(.breakPoint) .sc-gallery .v-ctrl {
  width: calc(34px + 1.6vw);
  height: calc(34px + 1.6vw);
  font-size: calc(34px + 1.6vw);
  margin: calc(-17px - 0.8vw) 0 0 calc(-17px - 0.8vw);
}
.v-mobile-play {
  display: none;
}
.blog-list .v-post .v-mobile-play,
.video-popup .v-post .v-mobile-play {
  width: calc(40px + 2vh);
  height: calc(40px + 2vh);
  font-size: calc(40px + 2vh);
  margin: calc(-20px - 1vh) 0 0 calc(-20px - 1vh);
  display: -webkit-flex;
  display: flex;
}
.win-v .blog-list .v-post .v-mobile-play,
.win-v .video-popup .v-post .v-mobile-play {
  width: calc(40px + 2vw);
  height: calc(40px + 2vw);
  font-size: calc(40px + 2vw);
  margin: calc(-20px - 1vw) 0 0 calc(-20px - 1vw);
}
.v-play,
.v-pause {
  opacity: 0;
}
.has-video.moving:not(.pause) .v-ctrl.v-pause {
  opacity: 0.8;
}
.v-play {
  z-index: 999;
}
.pause .v-play {
  opacity: 1;
  z-index: 1001;
}
.v-ctrl:before {
  position: relative;
  display: block;
  font-size: 36%;
  z-index: 4;
}
.w782 .v-ctrl:before {
  font-size: 56%;
}
.v-play:before,
.v-mobile-play:before,
i.call-video-popup:before {
  content: "\e95c";
}
.v-pause:before {
  content: "\e95b";
}
.v-ctrl:before {
  color: #000;
}
.v-ctrl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0.2vw 0.2vw 2vw rgba(0, 0, 0, 0.2);
  transition: background 0.4s;
  border-radius: 50%;
  z-index: 1;
}
.pt-mobile .v-ctrl:not(.v-mobile-play):not(.call-video-popup),
.has-video:not(.v-ready) .v-ctrl:not(.v-mobile-play):not(.call-video-popup) {
  display: none !important;
}
.pt-touch-on .single-header .v-mobile-play,
.pt-touch-on .sc-slider[data-video-autoplay="0"] .v-mobile-play,
.sc-gallery .v-mobile-play,
.sc-images .v-mobile-play,
.sc-small-images .v-mobile-play,
.popup-player .pt-video-container,
body.single .single-inner.video .pt-video-container {
  display: -webkit-flex;
  display: flex;
}
html:not(.win-v) .sc-images.layout-01 .v-mobile-play {
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
  transform: translate3d(0, 0, 0) scale(0.8);
}
.popup-player {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(72, 72, 72, 0.9);
  z-index: 100003;
}
.site-dark .popup-player {
  background: rgba(31, 32, 33, 0.8);
}
.player-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup-player .bg-full {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 60vw;
  height: 33.7vw;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  background-color: #060708;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, transform 0.6s;
  transition: opacity 0.4s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
}
.popup-player .bg-full.pt-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.win-v .popup-player .bg-full {
  width: 100vw;
  height: 56.25vw;
}
.widget_nav_menu .has-line {
  display: none !important;
}
.widget_nav_menu a:hover {
  background: #f8723d;
  color: #fff;
}
.widget.widget_nav_menu a:hover ~ .call-menu-sub:before {
  color: #fff;
}
.tagcloud a:hover,
.pt-iv-btn:hover:after {
  background: #f8723d;
}
.widget_nav_menu .bg-full,
.widget_nav_menu li a i {
  display: none;
}
.widget_nav_menu hr {
  display: none;
}
.text-area .wp-block-cover p,
.text-area .wp-block-cover p a,
.text-area .wp-block-cover p .pt-h,
.text-area .wp-block-cover p strong {
  color: #fff;
}
.pt-layout-v .text-area .alignwide {
  left: -2vw;
  width: calc(100% + 4vw);
  max-width: 100vw;
}
@media (min-width: 1680px) {
  .pt-layout-v .single-root:not(.has-widget) .text-area .alignwide {
    left: -6vw;
    width: calc(100% + 12vw);
  }
}
html:not(.win-v) .pt-layout-v .alignfull figcaption,
html:not(.win-v) .pt-layout-v .alignfull .wp-block-column {
  padding-left: 3%;
  padding-right: 3%;
}
.alignfull,
.alignwide {
  position: relative;
}
.wp-block-gallery ul {
  width: 100%;
}
.wp-block-button__link {
  padding: 15px 24px 16px;
  line-height: 1.3;
  transition: all 0.2s;
}
.text-area .is-style-squared .wp-block-button__link {
  border-radius: 0;
}
body .text-area div.wp-block-button {
  margin-top: 0.5em;
}
.wp-block-button + .wp-block-button {
  margin-top: 15px;
}
.wp-block-gallery img {
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.pt-touch-off
  .wp-block-gallery:not(.columns-1)
  .pt-iv-target
  .blocks-gallery-item:hover
  img,
.pt-touch-off
  .wp-block-gallery.columns-1
  .pt-iv-target
  .blocks-gallery-item:hover
  img {
  opacity: 0.95;
}
.pt-header.menu-style-03
  .menu-wrap
  .pt-mini-cart
  .widget_shopping_cart_content {
  top: auto;
  bottom: 90%;
  right: auto;
  left: 0;
  background-color: #1a1b1c;
}
.pt-touch-off
  .menu-style-03
  .menu-wrap
  .pt-mini-cart:hover
  .widget_shopping_cart_content,
.pt-touch-on
  .menu-style-03
  .menu-wrap
  .pt-mini-cart
  .widget_shopping_cart_content {
  bottom: 100%;
}
.pt-header.elem-position-01:not(.menu-style-03) .widget_shopping_cart_content {
  right: auto;
  left: 0;
}
.text-area .has-drop-cap:not(:focus):first-letter {
  font-size: 6em;
  margin-top: 0.1em;
}
hr[class*="separator"]:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
hr {
  border: none;
  border-top: 1px solid;
  margin: 40px auto;
  opacity: 0.4;
}
hr.wp-block[class*="wide"] {
  max-width: 100%;
}
hr.wp-block[class*="dots"] {
  max-width: none;
}
.wp-block-columns * *:not(:last-child) {
  margin-bottom: 15px;
}
.wp-block-columns * img:not(:last-child) + figcaption {
  margin-top: 0;
}
.wp-block-columns * *:not(:first-child) {
  margin-top: 15px;
}
.text-area .wp-block-column:not(:first-child) {
  margin-left: 32px;
}
.wp-block-columns .wp-block-column > * {
  margin-top: 0 !important;
}
@media (max-width: 599px) {
  .wp-block-column + .wp-block-column {
    margin-top: 28px;
  }
}
table {
  width: 100%;
  border: 1px solid rgba(166, 166, 166, 0.3);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.023);
  border-spacing: 0;
}
table tr > * {
  border-bottom: 1px solid rgba(166, 166, 166, 0.3);
}
table > *:last-child > tr:last-child > * {
  border-bottom: none;
}
table tr > *:not(:last-child) {
  border-right: 1px solid rgba(166, 166, 166, 0.3);
}
table > *:last-child tr:last-child {
  border-bottom: none;
}
th {
  padding: 18px 20px;
  text-align: left;
}
td {
  padding: 18px 20px;
}
.text-area table > * {
  font-size: 1em;
  line-height: 1.2;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid rgba(166, 166, 166, 0.3);
}
.site-light .wp-block-table.is-style-stripes tbody tr:nth-child(odd) > * {
  background: rgba(166, 166, 166, 0.05);
}
td,
th {
  border-color: rgba(166, 166, 166, 0.3);
}
table td,
tbody th {
  background: rgba(255, 255, 255, 0.3);
}
.site-dark table td,
.pt-common-popup-root table td,
.site-dark tbody th,
.pt-common-popup-root tbody th {
  background: rgba(0, 0, 0, 0.2);
}
thead th,
table > *:first-child tr:first-child th {
  background: rgba(166, 166, 166, 0.15);
}
.site-dark thead th,
.pt-common-popup-root thead th,
.site-dark table > *:first-child tr:first-child th,
.pt-common-popup-root table > *:first-child tr:first-child th {
  background: rgba(0, 0, 0, 0.2);
}
.text-area .has-large-font-size {
  font-size: 36px;
}
.text-area .has-medium-font-size {
  font-size: 20px;
}
.text-area .has-small-font-size {
  font-size: 13px;
}
.text-area .has-huge-font-size {
  font-size: 46px;
}
.pt-layout-h .text-area .has-large-font-size {
  font-size: 1.2em;
}
.pt-layout-h .text-area .has-medium-font-size {
  font-size: 1em;
}
.pt-layout-h .text-area .has-small-font-size {
  font-size: 0.8em;
}
.pt-layout-h .text-area .has-huge-font-size {
  font-size: 1.4em;
}
.pt-rounded-on table {
  border-radius: 9px;
}
.pt-rounded-on table > *:first-child tr:first-child > *:first-child {
  border-top-left-radius: 10px;
}
.pt-rounded-on table > *:first-child tr:first-child > *:last-child {
  border-top-right-radius: 10px;
}
.pt-rounded-on table > *:first-child:last-child tr:last-child > *:first-child,
.pt-rounded-on table > * ~ *:last-child tr:last-child > *:first-child {
  border-bottom-left-radius: 10px;
}
.pt-rounded-on table > *:first-child:last-child tr:last-child > *:last-child,
.pt-rounded-on table > * ~ *:last-child tr:last-child > *:last-child {
  border-bottom-right-radius: 10px;
}
.wp-block-button__link {
  font-size: 0.9em;
}
.wp-block-latest-posts li {
  margin-bottom: 15px;
}
.text-area li a {
  display: inline-block;
  line-height: 1.2;
}
blockquote {
  position: relative;
  margin: calc(28px + 0.15vw) 0 !important;
  padding: 0 0 0 60px !important;
  line-height: 1.4;
  min-height: 50px;
  overflow: hidden;
}
blockquote p {
  font-family: "Lato-italic-Local";
}
.text-area blockquote + *:not(blockquote):not(.alignwide):not(.alignfull) {
  margin-top: 28px !important;
}
.wp-block-pullquote p,
blockquote {
  font-size: calc(1.625rem + 0.1vw);
}
.wp-block-pullquote blockquote {
  padding: 1.8em 2em !important;
  margin: 0 !important;
  overflow: hidden;
}
blockquote.has-text-align-center {
  padding: 60px 10px 0 !important;
}
blockquote.has-text-align-center:before {
  right: 0;
}
.text-type-02 blockquote.has-text-align-center {
  padding: 50px 10px 0 !important;
}
.wp-block-pullquote {
  padding: 0;
  background: rgba(116, 116, 116, 0.05);
}
blockquote > * {
  display: block;
}
blockquote a {
  font-weight: inherit;
}
.single-main-intro + blockquote {
  margin-top: 0 !important;
}
.has-background > blockquote {
  max-width: 100% !important;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 2px solid rgba(166, 166, 166, 0.2);
  border-bottom: 2px solid rgba(166, 166, 166, 0.2);
}
.text-area p.wp-block-subhead {
  margin: 30px 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote[class*="-large"] p,
blockquote[class*="-large"],
blockquote.wp-block-quote[class*="-large"] p {
  font-size: calc(1.725rem + 0.15vw + 0.15vh);
}
blockquote p,
.text-area blockquote.wp-block-quote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  line-height: 1.4;
  font-style: italic;
}
blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.wp-block-pullquote blockquote cite {
  margin-bottom: 5px !important;
}
blockquote cite,
blockquote cite em,
blockquote footer {
  font-size: 1.125rem !important;
  font-family: "Lato-italic-Local";
  letter-spacing: 0.5px;
  color: inherit;
  font-weight: 500;
}
blockquote cite {
  display: inline-block;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: top;
  margin-top: 10px;
}
blockquote:before {
  content: "\e958";
  font-family: "pt-icons";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 44px;
  line-height: 1;
  z-index: 3;
}
.wp-block-pullquote blockquote:before {
  left: auto;
  top: auto;
  right: 10px;
  bottom: -20px;
  font-size: 80px;
  color: inherit !important;
  opacity: 0.15;
}
blockquote.has-text-align-right {
  padding: 10px 60px 0 0 !important;
}
blockquote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.ptsc *:not(.wp-block-pullquote) > blockquote,
.post.text-type-02 *:not(.wp-block-pullquote) > blockquote,
.project *:not(.wp-block-pullquote) > blockquote {
  font-size: 100%;
  margin-bottom: 20px !important;
}
.ptsc *:not(.wp-block-pullquote) > blockquote:not(.has-text-align-center),
.post.text-type-02
  *:not(.wp-block-pullquote)
  > blockquote:not(.has-text-align-center),
.project *:not(.wp-block-pullquote) > blockquote:not(.has-text-align-center) {
  padding-left: 44px !important;
}
.ptsc *:not(.wp-block-pullquote) > blockquote p,
.post.text-type-02 *:not(.wp-block-pullquote) > blockquote p,
.project *:not(.wp-block-pullquote) > blockquote p {
  font-size: 120%;
}
.ptsc *:not(.wp-block-pullquote) > blockquote:before,
.post.text-type-02 *:not(.wp-block-pullquote) > blockquote:before,
.project *:not(.wp-block-pullquote) > blockquote:before {
  font-size: 34px;
}
@media (max-width: 767px) {
  .text-area blockquote:not(.has-text-align-center),
  .ptsc *:not(.wp-block-pullquote) > blockquote:not(.has-text-align-center),
  .post.text-type-02
    *:not(.wp-block-pullquote)
    > blockquote:not(.has-text-align-center),
  .project *:not(.wp-block-pullquote) > blockquote:not(.has-text-align-center) {
    padding-left: 32px !important;
  }
  .text-area blockquote p,
  .ptsc *:not(.wp-block-pullquote) > blockquote p,
  .post.text-type-02 *:not(.wp-block-pullquote) > blockquote p,
  .project *:not(.wp-block-pullquote) > blockquote p {
    font-size: 110%;
  }
  .text-area blockquote:before,
  .ptsc *:not(.wp-block-pullquote) > blockquote:before,
  .post.text-type-02 *:not(.wp-block-pullquote) > blockquote:before,
  .project *:not(.wp-block-pullquote) > blockquote:before {
    font-size: 24px;
  }
}
.text-area .wp-block-table.is-style-stripes tr:nth-child(odd),
.text-area
  .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tr:nth-child(odd) {
  background-color: rgba(166, 166, 166, 0.06);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.text-area ul,
.text-area ol,
.intro ul,
.intro ol {
  white-space: normal;
  max-width: 100%;
}
.text-area ol ol,
.text-area ol ul,
.text-area ul ul,
.text-area ul ol,
.comment-area ol ol,
.comment-area ol ul,
.comment-area ul ul,
.comment-area ul ol {
  padding: 10px 0 1px 10px;
}
.text-area figure,
.comment-area figure {
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-area figure:first-child,
.comment-area figure:first-child {
  margin-top: 0;
}
.text-area li,
.comment-area li {
  margin-left: 20px;
  margin-bottom: 8px;
}
.text-area li:not([class*="item"]):last-child,
.comment-area li:not([class*="item"]):last-child {
  margin-bottom: 0;
}
.text-area label input {
  padding: 0 10px;
}
.bypostauthor,
.screen-reader-text {
  opacity: 1;
}
.aligncenter {
  text-align: center;
}
.aligncenter li {
  list-style-type: none;
}
.wp-block-archives-dropdown,
.wp-block-cover,
.text-area > *:not(:last-child),
.wp-block-media-text__content p:not(:empty) {
  margin-top: 28px;
  margin-bottom: 28px;
}
.wp-block-media-text-wrap {
  display: inline-block;
  width: 100%;
}
.text-area > .wp-block-gallery:not(:last-child) + * {
  margin-top: 12px;
}
.pt-layout-h .wp-sc-gallery:not(.is-layout-flex),
.pt-layout-h .text-area > .wp-block-gallery:not(ul):not(.is-layout-flex) {
  display: inline-block;
  width: 100%;
}
.is-layout-flex {
  display: flex !important;
}
.wp-sc-gallery,
.text-area > .wp-block-gallery:not(ul):not(.alignwide) {
  margin-bottom: 0;
}
html:not(.win-v)
  .text-area
  > .wp-block-gallery:not(ul):not(.alignwide)
  + blockquote {
  margin-top: 10px !important;
}
.text-area > * + .wp-block-gallery:not(ul):not(.alignwide) {
  margin-top: 0;
}
.text-area
  > .wp-block-gallery:not(ul)
  + .wp-block-gallery:not(ul):not(.alignwide) {
  margin-top: 12px;
}
.text-area > *:last-child {
  margin-bottom: 0 !important;
}
body .text-area .alignleft,
body .text-area .alignright,
.text-area > *:first-child {
  margin-top: 0;
}
.wp-block-cover p {
  line-height: 1.25;
}
.wp-block-cover .wp-block-cover-text {
  padding-left: 34px;
  padding-right: 34px;
}
.text-area figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center;
  padding-top: 0;
}
.blocks-gallery-item__caption {
  padding-top: 3em !important;
}
.wp-block-image img {
  vertical-align: top;
}
.wp-block-image .alignleft img,
.wp-block-image .alignright img {
  margin-top: 0.5em;
}
.wp-block-gallery.alignfull {
  padding: 16px;
}
.text-area .wp-block-gallery img {
  margin-top: 0;
}
.text-area code,
.text-area kbd,
.text-area tt,
.text-area ins,
.text-area var,
.text-area pre {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 14px;
}
.text-area mark,
.text-area ins,
.text-area code {
  display: inline-block;
  white-space: pre-wrap;
  line-height: 1.1;
  margin: 6px 0;
  background: rgba(166, 166, 166, 0.2);
  padding: 8px;
}
.text-area pre code,
.text-area pre mark,
.text-area pre ins {
  background: 0 0;
}
.text-area pre {
  white-space: pre-wrap;
}
.text-area pre {
  color: #aaa;
  background: #282c34;
  margin-bottom: calc(20px + 0.6vw);
  max-width: 100%;
  overflow: auto;
  padding: 20px;
}
.text-area pre a,
.text-area pre .pt-h {
  color: #fff;
}
.text-area *[data-mce-selected="inline-boundary"] {
  color: #111;
  background: #bfe6ff;
}
.text-area *[data-mce-selected="inline-boundary"]:focus {
  color: #111;
  background: #282c34;
}
.text-area dd {
  margin-left: 40px;
  margin-bottom: 6px;
}
.text-area img {
  max-width: 100%;
  height: auto;
}
.text-area form p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.intro li {
  list-style-type: none;
  margin-bottom: 5px;
}
.intro ul {
  margin-top: 20px;
}
.comment-root:after,
.text-area:not(.cf):after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.page-links {
  margin: calc(30px + 2vw) 0;
}
.page-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 6px 0;
  padding: 20px 34px;
  background: rgba(116, 116, 116, 0.1);
  transition: 0.2s;
}
.page-links a:hover,
.nav-links a:hover {
  background: #f8723d;
  color: #fff;
}
.title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
.wp-block-categories.alignleft {
  margin-right: 1em;
}
@media (max-width: 782px) {
  .has-large-font-size {
    font-size: 6vw;
  }
}
img.aligncenter,
.text-area hr.wp-block-separator {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.5em 1em 0.5em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.5em 0 0.5em 1em;
}
.wp-block .alignleft,
.alignleft[class^="wp-block-"] {
  margin-right: 2em;
}
.wp-block .alignright,
.alignright[class^="wp-block-"] {
  margin-left: 2em;
}
.wp-block-image .alignleft {
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  margin: 0.5em 0 0.5em 1em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  margin-top: 0.4118em;
  margin-bottom: 1em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1em;
}
.main-content .text-area p img {
  margin-top: 1em;
}
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0.5em 0 0;
}
.wp-caption-text {
  font-size: 13px;
  line-height: 1;
  margin: 0.5em 0 6px;
}
.wp-block-archives.wp-block-archives-list ul {
  font-size: 0;
}
.wp-block-archives.wp-block-archives-list li {
  margin: 0 12px 12px 0;
  display: inline-block;
  font-size: 1.125rem;
}
.wp-block-archives.wp-block-archives-list li a {
  display: block;
  padding: 15px 22px;
  color: inherit;
  background: rgba(116, 116, 116, 0.05);
}
.gallery[class*="gallery-columns-"] {
  position: relative;
  width: calc(100% + 8px);
  left: -4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
.gallery[class*="gallery-columns-"] .wp-caption-text {
  margin-top: 4px;
}
.gallery[class*="gallery-columns-"] .gallery-icon {
  height: 100%;
}
.gallery[class*="gallery-columns-"] .gallery-item {
  padding: 4px;
  margin: 0 !important;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.gallery[class*="gallery-columns-"] img {
  margin: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
  width: 100%;
  -webkit-flex: 1;
  flex: 1;
  object-fit: cover;
  will-change: transform;
}
.gallery.pt-iv-target:not(.gallery-columns-1) .gallery-item:hover a img {
  opacity: 0.8;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}
.highlight {
  margin-right: 4px;
  margin-left: 4px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.3;
}
.wp-block-gallery:not(.columns-1):not(.columns-2):not(.columns-3):not(
    .columns-4
  )
  .blocks-gallery-item
  figcaption {
  font-size: 0.875rem;
}
html:not(.win-v) .post.text-type-02 .comment-root,
html:not(.win-v) .single-root.project .comment-root {
  display: none;
}
.blog-list .item.sticky .img a.full:before,
.blog-list .item.sticky.text-post .inner-wrap:before {
  content: "\e957" !important;
  position: absolute;
  line-height: 32px;
  top: 0;
  left: 4px;
  z-index: 22;
  font-family: "pt-icons";
  font-size: 24px;
  display: block !important;
  color: #fff;
}
.blog-list .item.sticky .img a.full:after,
.blog-list .item.sticky.text-post .inner-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 48px solid;
  border-top-color: #f8723d;
  border-right: 64px solid transparent;
}
@media (max-width: 959px) {
  .blog-list .item.sticky.text-post .inner-wrap:before {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-list .item.sticky.text-post .inner-wrap:after {
    border-top-width: 40px;
    border-right-width: 56px;
  }
}
.blog-list .item.sticky.text-post .inner-wrap {
  overflow: hidden;
}
.item.sticky .img a.full {
  opacity: 1;
}
.pt-type {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
  font-family: sans-serif;
  background: rgba(166, 166, 166, 0.3);
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
}
.pt-type:before {
  content: "\e92f";
  font-family: "pt-icons";
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.page-other {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 10%;
  text-align: center;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.admin-bar .page-other {
  height: calc(100% - 32px);
}
@media (max-width: 782px) {
  .admin-bar .page-other {
    height: calc(100% - 46px);
  }
}
@media (max-width: 960px) {
  .win-v .site-root .page-other {
    height: 130vw;
  }
}
.p404:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url()
    center no-repeat;
  background-size: 80% auto;
  opacity: 0.05;
}
.page-other .pt-h {
  margin: calc(20px + 0.2vw) 0;
}
.page-other .pt-h + .pt-h {
  margin-top: calc(-10px - 0.2vw);
}
.page-other h3 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4;
}
.page-other h4 {
  font-size: 1.2vw;
}
.win-v .page-other h4 {
  font-size: 2vw;
}
.site-dark .p404:before {
  background-image: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/404-bg-dark.svg);
}
.page-other .text {
  position: relative;
  margin: 80px auto;
  max-width: 900px;
}
.page-other form {
  margin-top: calc(2vh + 20px);
}
.page-other .search-field {
  height: calc(1vh + 30px);
  background-color: #fff;
  padding: 15px 25px;
  font-size: 1.125rem;
}
.page-other .search-submit {
  visibility: hidden;
}
@media screen and (max-width: 475px) {
  .page-other h3 {
    font-size: 3vw;
  }
  .page-other h4 {
    font-size: 4vw;
  }
  .woocommerce .cart .single_add_to_cart_button.button {
    padding: 0 25px;
  }
}
.pt-mobile ul.products li.product,
.m-mode ul.products li.product {
  opacity: 1 !important;
}
.ie .wp-block-gallery .blocks-gallery-image,
.ie .wp-block-gallery .blocks-gallery-item,
.ie .blocks-gallery-grid .blocks-gallery-image,
.ie .blocks-gallery-grid .blocks-gallery-item {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-left: -1px;
}
.password-required-msg {
  position: relative;
  width: 100%;
  min-height: 45vw;
  top: 0;
  left: 0;
  padding: 10%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
}
.password-required-msg form {
  position: relative;
  max-width: 480px;
  padding: 2vw;
  border-radius: 12px;
  color: #fff;
  background: #000;
  font-size: 1.45rem;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.password-required-msg form:after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 250px;
  height: 250px;
  border: 60px solid #111;
  animation: pt_password 18s linear infinite;
  -webkit-animation: pt_password 18s linear infinite;
}
@keyframes pt_password {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes pt_password {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.password-required-msg p {
  position: relative;
  z-index: 2;
}
.password-required-msg label {
  margin-top: 40px;
  display: block;
  font-size: 14px;
}
.password-required-msg input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
}
.password-required-msg .pt-submit-wrap {
  margin-top: 10px;
}
.password-required-msg input[type="password"] {
  border-color: #5b5b5f;
  margin-top: 4px;
}
.password-required-msg input[type="submit"] {
  background: #3b3b3f;
  text-transform: uppercase;
  font-size: 12px;
}
.password-required-msg input[type="submit"]:hover {
  background: #3d3f4c;
}
@media (max-width: 767px) {
  .password-required-msg form {
    padding: 40px;
    font-size: 1.125rem;
  }
}
.single-inner,
.text-area {
  font-size: calc(1.215rem + 0.1vw);
}
.win-v .single-inner {
  font-size: calc(1rem + 0.4vw);
}
.win-v .default-template-page .text-area,
.win-v .single-main-content,
.win-v .text-normal .text-area,
.win-v .text-large .text-area,
.win-v blockquote,
.win-v .wp-block-pullquote p,
.win-v .wp-block-pullquote.is-style-solid-color blockquote p,
.win-v .wp-block-pullquote blockquote[class*="-large"] p,
.win-v blockquote[class*="-large"],
.win-v blockquote.wp-block-quote[class*="-large"] p {
  font-size: calc(1rem + 0.4vw);
}
.text-area,
.comment-area {
  line-height: 1.8;
  white-space: normal;
}
html:not(.win-v) .text-boxed .single-inner,
html:not(.win-v) .text-boxed .single-main-content {
  font-size: calc(1rem + 0.16vh);
}
html:not(.win-v) .text-wide .single-inner,
html:not(.win-v) .text-wide .single-main-content {
  font-size: calc(1.125rem + 0.2vh);
}
.m-close-single {
  display: none;
}
.ajax-content {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 100000;
}
.ajax-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.main-content.bg-ready {
  overflow: hidden;
}
.ajax-content:not(.ajax-ready) .single-root > * {
  opacity: 0 !important;
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
}
body.pt-layout-v .ajax-content:not(.ajax-ready) .single-root > * {
  opacity: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s !important;
}
.win-v .ajax-content .wrap .single-root > .single-header {
  margin-top: 0;
}
.win-v .ajax-content:not(.ajax-ready) .single-root > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ajax-content.ajax-ready .single-root > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ajax-content .single-root {
  position: relative;
}
.ajax-target {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.win-v .ajax-target,
.breakPoint .pt-layout-v .ajax-target {
  overflow: auto !important;
}
body.show-ajax {
  overflow: hidden;
}
.ajax-target,
.ajax-content > .wrap {
  width: 100%;
  height: 100%;
}
html:not(.win-v) .show-ajax.pt-layout-v .ajax-target {
  height: auto;
}
html:not(.win-v) .show-ajax.pt-layout-v .ajax-content > .wrap {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}
.ajax-content.bg-ready:not(.has-gallery):after {
  opacity: 1;
}
.ajax-content.bg-temp-trans:after {
  opacity: 0 !important;
  transition: opacity 0.6s 0.1s;
}
.ajax-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
  opacity: 0;
  background: #f6f7f8;
  z-index: 2;
}
.site-dark .ajax-bg {
  background: #101112;
}
body > .ajax-content.has-gallery .ajax-bg {
  background: rgba(6, 7, 8, 0.8);
}
.ajax-content.bg-ready .ajax-bg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.3s;
  transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
}
.ajax-content.bg-temp-trans .ajax-bg {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.3s;
  transition: transform 0.6s, opacity 0.3s, -webkit-transform 0.6s;
}
.popup-video-open .close-single {
  opacity: 0;
}
@media (max-height: 600px) {
  html:not(.win-v) header .pt-tags a {
    padding: calc(8px + 0.4vh) calc(16px + 1vh);
  }
  html:not(.win-v) .blog-style-02.special-on .item {
    padding: 0;
  }
  html:not(.win-v) h1:not(.large),
  html:not(.win-v) .ptsc-block h1:not(.large) {
    font-size: 4.6vh;
  }
  html:not(.win-v) h2,
  html:not(.win-v) .ptsc-block h2 {
    font-size: 4.4vh;
  }
  html:not(.win-v) h3,
  html:not(.win-v) .ptsc-block h3 {
    font-size: 4.2vh;
  }
  html:not(.win-v) h4,
  html:not(.win-v) .ptsc-block h4 {
    font-size: 4vh;
  }
  html:not(.win-v) h5,
  html:not(.win-v) .ptsc-block h5 {
    font-size: 3.8vh;
  }
  html:not(.win-v) h6,
  html:not(.win-v) .ptsc-block h6 {
    font-size: 3.6vh;
  }
  html:not(.win-v) .pt-h.large,
  html:not(.win-v) .ptsc-block h1.large,
  html:not(.win-v) .sc-section-title.title-largest:not(.style-03) .pt-h {
    font-size: 12vh;
  }
  html:not(.win-v) .sc-photo-wall span.text-target,
  html:not(.win-v) .sc-photo-wall span.text-bg {
    outline: 6px solid transparent;
  }
  html:not(.win-v) .menu-style-01 li:not(.has-img) > a {
    padding: 8px 0;
  }
  html:not(.win-v) .sc-section-title .pt-h img {
    max-height: 12vh;
    margin-bottom: 2vh;
  }
  html:not(.win-v) .sc-images.layout-01 .wrap {
    width: calc(100px + 10vw);
  }
  html:not(.win-v) .sc-images.layout-01.image-large .wrap {
    width: calc(120px + 12vw);
  }
  html:not(.win-v) .sc-images.layout-01 h5 {
    font-size: 2vh;
  }
  html:not(.win-v) .sc-slider .item {
    padding-bottom: 15vh;
  }
  html:not(.win-v) .sc-article > .wrap > *,
  html:not(.win-v) .single-root.text-type-02 .single-main-content > * {
    max-width: calc(200px + 8vw) !important;
  }
  html:not(.win-v) .single-root.text-type-02 .single-main-content,
  html:not(.win-v) .sc-article > .wrap {
    -webkit-column-width: calc(200px + 8vw) !important;
    column-width: calc(200px + 8vw) !important;
    -webkit-column-gap: 2vw !important;
    column-gap: 2vw !important;
  }
  html:not(.win-v) .wp-block-cover,
  html:not(.win-v) .pt-layout-v .text-area > *:not(.last-child) {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pt-hs-tips {
  display: none;
  position: fixed;
  left: calc(76px + 1.6vw);
  bottom: calc(20px + 0.6vw);
  padding: 12px 0;
  width: 226px;
  height: 144px;
  background: rgba(116, 116, 116, 0.7);
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 7px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  font-family: sans-serif;
  font-size: 12px;
  z-index: 9999;
}
.site-dark .pt-hs-tips {
  background: rgba(46, 46, 46, 0.7);
}
.win-v .pt-hs-tips,
.pt-layout-v .pt-hs-tips {
  display: none !important;
}
.pt-hs-tips.pt-show {
  display: -webkit-flex;
  display: flex;
}
.btn-dismiss {
  color: #fff;
  background: #f8723d;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 4px;
  transition: all 0.2s;
  display: inline-block;
  cursor: pointer;
}
.btn-dismiss:hover {
  background: #fff !important;
  color: #111 !important;
}
.an-list {
  position: absolute;
  width: 484px;
  left: 0;
  top: 38px;
  padding: 0 40px;
}
.pt-hs-tips.pt-show .an-list {
  -webkit-animation: hsTipsList 11s ease infinite;
  animation: hsTipsList 11s ease infinite;
}
.an-list span {
  display: block;
  float: left;
  height: 50px;
  width: 100px;
  background: rgba(233, 233, 233, 0.3);
  margin: 0 4px;
  border-radius: 2px;
}
.an-list span:nth-child(2) {
  width: 60px;
}
.an-cursor {
  position: absolute;
  left: 210px;
  width: 16px;
  height: 16px;
  background-image: url(//3theme.com/tf008/theau/wp-content/themes/theau/data/images/an-mouse.svg);
  background-size: cover;
  opacity: 0;
  z-index: 9;
}
.an-bar {
  display: none;
  left: 44px;
  bottom: 52px;
  height: 2px;
  width: 60px;
  opacity: 0.3;
  border-radius: 3px;
}
.pt-hs-tips.pt-show .an-bar {
  -webkit-animation: hsBar 11s ease infinite;
  animation: hsBar 11s ease infinite;
}
body:not(.h-drag-enabled) .an-bar {
  display: block;
  opacity: 0.8;
}
body:not(.h-drag-enabled) .pt-hs-tips.pt-show .an-cursor {
  top: 90px;
  left: 60px;
  -webkit-animation: hsTipsMouse1 11s ease infinite;
  animation: hsTipsMouse1 11s ease infinite;
}
.h-drag-enabled .pt-hs-tips.pt-show .an-cursor {
  top: 60px;
  -webkit-animation: hsTipsMouse2 11s ease infinite;
  animation: hsTipsMouse2 11s ease infinite;
}
.an-mouse {
  position: absolute;
  height: 36px;
  width: 24px;
  border: 2px solid;
  margin: -27px 0 0 -12px;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  z-index: 10;
}
.an-bar,
.an-mouse span {
  position: absolute;
  background: #fff;
}
.pt-hs-tips.pt-show .an-mouse span.nth-2 {
  opacity: 0;
  left: 2px;
  top: 2px;
  height: 12px;
  width: 9px;
  border-top-left-radius: 7px;
  -webkit-animation: mouseDrag 11s ease infinite;
  animation: mouseDrag 11s ease infinite;
}
.pt-hs-tips.pt-show .an-mouse span.nth-1 {
  left: 50%;
  top: 4px;
  height: 8px;
  width: 2px;
  margin-left: -1px;
  -webkit-animation: mouseWheel 11s ease infinite;
  animation: mouseWheel 11s ease infinite;
}
.pt-rounded-on .list-category a,
.pt-rounded-on .pt-category a,
.pt-rounded-on .pt-tags a,
.pt-rounded-on .single-tags a,
.pt-rounded-on .text-area mark,
.pt-rounded-on .text-area ins,
.pt-rounded-on .text-area code,
.pt-rounded-on .page-other .search-field,
.pt-rounded-on .links-content a,
.pt-rounded-on .widget_media_image img,
.pt-rounded-on .textwidget img,
.pt-rounded-on .caption,
.pt-rounded-on .sc-small-images:not(.pt-fullscreen) .img,
.pt-rounded-on .sc-images.layout-01.item-gap-on .img {
  border-radius: calc(1px + 0.1vw);
  border-radius: calc(var(--radius) + 0.1vw);
}
.pt-rounded-on .blog-list .clone-intro .intro,
.pt-rounded-on:not(.breakPoint) .menu-style-03 > .wrap,
.pt-rounded-on:not(.breakPoint) .menu-style-01:not(.menu-wide) > .wrap,
.pt-rounded-on:not(.breakPoint) .menu-style-01:not(.menu-wide) .logo img,
.pt-rounded-on .menu-style-01 li.has-img > a > span,
.pt-rounded-on .menu-style-01 li.has-img .bg-full,
.pt-rounded-on .wp-block-archives-list li a,
.pt-rounded-on .ptsc a.btn:not(.no-text),
.pt-rounded-on .pt-filter li,
.pt-rounded-on .pt-filter li:after,
.pt-rounded-on .call-filter,
.pt-rounded-on select,
.pt-rounded-on textarea,
.pt-rounded-on input:not([type="checkbox"]):not([type="radio"]),
.pt-rounded-on .pt-submit-wrap,
.pt-rounded-on .ptsc .pages a:after,
.pt-rounded-on .pt-share .comments,
.pt-rounded-on .pt-share .icon,
.pt-rounded-on .comment-area,
.pt-rounded-on .text-area img,
.pt-rounded-on .page-links a,
.pt-rounded-on .widget,
.pt-rounded-on .info-wrap,
.pt-rounded-on .text-area pre,
.pt-rounded-on .cate-over-content,
.pt-rounded-on .header-search .search-form,
.pt-rounded-on .header-search .pt-tags,
.pt-rounded-on .subtitle-singleLine .subtitle h4,
.pt-rounded-on .pt-float-bar:after,
.pt-rounded-on .pt-float-bar-target:after,
.pt-rounded-on .pt-float-bar-btn,
.pt-rounded-on .pt-icon img,
.pt-rounded-on .pt-code-container img,
.pt-rounded-on .ptsc.effect-frame .img,
.pt-rounded-on .widget_media_gallery img,
.pt-rounded-on .pt-swipe-text-dots li,
.pt-rounded-on .sub-img .bg-full {
  border-radius: calc(2px + 0.12vw);
  border-radius: calc(var(--radius) + 0.12vw);
}
.win-h .pt-rounded-on.pt-layout-h .single-related .wrap,
.pt-rounded-on .text-area .has-background,
.win-v .pt-rounded-on .sc-section-title.style-03 .img,
.win-v .pt-rounded-on .sc-section-title.style-03 .bg-additional,
.pt-rounded-on .sc-section-title.style-02.special-on .img,
.pt-rounded-on .sc-section-title.style-02.special-on .bg-color,
.pt-rounded-on .sc-mixbox .content,
.pt-rounded-on .sc-images.layout-02.item-gap-on:not(.image-full) .img,
.pt-rounded-on .sc-section-title.style-01 .img,
.pt-rounded-on .sc-section-title .pt-h img,
.pt-rounded-on .sc-photo-wall .img,
.pt-rounded-on .sc-section-title.style-01.special-on .bg-color,
.pt-rounded-on .ptsc-block.special-on .img,
.pt-rounded-on .mode-slider.main-gap-on,
.pt-rounded-on .sc-gallery:not(.pt-fullscreen) .text-project .inner-wrap,
.pt-rounded-on .main-gap-on.only-one .img,
.pt-rounded-on .main-gap-on.item-gap-on .img,
.pt-rounded-on .blog-style-01 .sticky-wrap .text,
.pt-rounded-on .blog-style-01 .inner-wrap,
.pt-rounded-on .single-nav .img,
.pt-rounded-on:not(.pt-layout-v) .single-nav .ctrl,
.pt-rounded-on.pt-layout-v .single-related .item,
.win-v .pt-rounded-on.pt-layout-h .single-related .item,
.pt-rounded-on .boxed .pt-swipe-wrap,
.pt-rounded-on .main-gap-on .pt-swipe-wrap,
.pt-rounded-on .post.text-type-01 .single-header.mode-slider > .wrap,
.pt-rounded-on .sc-gallery:not(.gap-none):not(.pt-fullscreen) .img,
.pt-rounded-on.pt-layout-v .single-nav .ctrl.no-img:after,
.pt-rounded-on .text-bg-off.blog-style-01 .img,
.pt-rounded-on .ptsc-block.special-on .hover-bg,
.pt-rounded-on.pt-layout-v .single-nav,
.pt-rounded-on .pt-filter .call-filter:after,
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: calc(4px + 0.14vw);
  border-radius: calc(var(--radius) + 2px + 0.14vw);
}
.pt-rounded-on
  .main-gap-on.mode-list:not(.item-gap-on):not(.only-one)
  .item:first-child
  .img,
.win-h .pt-rounded-on .blog-style-01 .img {
  border-top-left-radius: calc(4px + 0.14vw);
  border-bottom-left-radius: calc(4px + 0.14vw);
  border-top-left-radius: calc(var(--radius) + 2px + 0.14vw);
  border-bottom-left-radius: calc(var(--radius) + 2px + 0.14vw);
}
.pt-rounded-on
  .main-gap-on.mode-list:not(.item-gap-on):not(.only-one)
  .item:last-child
  .img {
  border-top-right-radius: calc(4px + 0.14vw);
  border-bottom-right-radius: calc(4px + 0.14vw);
  border-top-right-radius: calc(var(--radius) + 2px + 0.14vw);
  border-bottom-right-radius: calc(var(--radius) + 2px + 0.14vw);
}
.pt-rounded-on .sc-team .img,
.win-h .pt-rounded-on .blog-style-01.pt-one-row .img,
.win-v .pt-rounded-on .blog-style-01 .img {
  border-top-left-radius: calc(4px + 0.14vw);
  border-top-right-radius: calc(4px + 0.14vw);
  border-top-left-radius: calc(var(--radius) + 2px + 0.14vw);
  border-top-right-radius: calc(var(--radius) + 2px + 0.14vw);
}
.pt-rounded-on .main-gap-on .img {
  overflow: hidden;
}
.pt-rounded-on .menu-style-01 li.has-img > a > span {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.win-v .pt-rounded-on .blog-style-01:not(.text-bg-off) .img,
.pt-rounded-on .blog-style-01.pt-one-row:not(.text-bg-off) .img,
.pt-rounded-on .sc-images .pt-float-bar-btn-up,
.pt-rounded-on .sc-images .pt-float-bar-btn-up {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pt-rounded-on .sc-images .pt-float-bar-btn-down,
.pt-rounded-on .sc-images .pt-float-bar-btn-down {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pt-rounded-on .sc-images.layout-01:not(.item-gap-on) .item:first-child .img,
html:not(.win-v) .pt-rounded-on .sc-section-title.style-03 .img,
html:not(.win-v) .pt-rounded-on .sc-section-title.style-03 .bg-additional {
  border-top-left-radius: calc(2px + 0.12vw);
  border-top-left-radius: calc(var(--radius) + 0.12vw);
}
.pt-rounded-on .sc-images.layout-01:not(.item-gap-on) .item:first-child .img,
html:not(.win-v) .pt-rounded-on .sc-section-title.style-03 .img,
html:not(.win-v) .pt-rounded-on .sc-section-title.style-03 .bg-additional {
  border-top-right-radius: calc(2px + 0.12vw);
  border-top-right-radius: calc(var(--radius) + 0.12vw);
}
.pt-rounded-on .blocks-gallery-grid figcaption,
.pt-rounded-on .wp-block-gallery figcaption,
html:not(.breakPoint) .pt-rounded-on .menu-style-01 .mix-menu-wrap,
html:not(.breakPoint) .pt-rounded-on .menu-style-01 .sub-menu,
.pt-rounded-on .sc-images.layout-01:not(.item-gap-on) .item:last-child .img {
  border-bottom-left-radius: calc(2px + 0.12vw);
  border-bottom-left-radius: calc(var(--radius) + 0.12vw);
}
.pt-rounded-on .blocks-gallery-grid figcaption,
.pt-rounded-on .wp-block-gallery figcaption,
html:not(.breakPoint) .pt-rounded-on .menu-style-01 .mix-menu-wrap,
html:not(.breakPoint) .pt-rounded-on .menu-style-01 .sub-menu,
.pt-rounded-on .sc-images.layout-01:not(.item-gap-on) .item:last-child .img {
  border-bottom-right-radius: calc(2px + 0.12vw);
  border-bottom-right-radius: calc(var(--radius) + 0.12vw);
}
.pt-rounded-on .progress-bar,
.pt-rounded-on .hover-intro .custom-link,
.pt-rounded-on .gray-bar {
  border-radius: 50px;
}
.pt-rounded-on li.comment .reply a:after,
.pt-rounded-on a.btn.no-text:after,
.pt-rounded-on .header-search .btn,
.pt-rounded-on .pt-social i:after,
.pt-rounded-on .ptsc .pt-social li,
.pt-rounded-on .item.has-link .iv-link:after,
.pt-rounded-on .blog-list .iv-link:after,
.pt-rounded-on .has-custom-link .iv-link:after,
.pt-rounded-on .popup-player .close:after,
.pt-rounded-on .pt-iv-btn:after,
.pt-rounded-on.iv-for-gallery .pt-iv-btn,
.pt-rounded-on .pt-footer .btn,
.pt-rounded-on .btn.close-search,
.pt-rounded-on .pt-smallbtn-bg,
.pt-rounded-on .call-mini-cart,
.pt-rounded-on .blog-list .ajax-gallery a.btn {
  border-radius: 15%;
}
@-webkit-keyframes mouseDrag {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
}
@keyframes mouseDrag {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
}
@-webkit-keyframes mouseWheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mouseWheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  99% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes hsTipsList {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  8% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  15% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  18% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  30% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  45% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  52% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  55% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  60% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  63% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  85% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hsTipsList {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  8% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  15% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  18% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  30% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  45% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  52% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  55% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  60% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  63% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  85% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hsTipsMouse2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  26% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 1;
  }
  41% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  44% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  48% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  51% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  54% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  56% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  58% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  68% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  71% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  75% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(0px) translateY(4px);
    transform: translateX(0px) translateY(4px);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes hsTipsMouse2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  26% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 1;
  }
  41% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  44% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  48% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  51% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  54% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  56% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  58% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  68% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  71% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  75% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(0px) translateY(4px);
    transform: translateX(0px) translateY(4px);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes hsBar {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  8% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  15% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  18% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  45% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  53% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  58% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  61% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  73% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  83% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hsBar {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  8% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  15% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  18% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  45% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  53% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  58% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  61% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  73% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  83% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hsTipsMouse1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  53% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  58% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  61% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  73% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  83% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes hsTipsMouse1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  46% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  53% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  58% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  61% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  73% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  83% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 100001;
}
.w782 #nprogress .bar {
  height: 4px;
}
.orientationchange-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
}
.ptsc-block.pt-clip-02 .bg-color,
.sc-section-title.pt-clip-02 .bg-color,
.ptsc.pt-clip-02 .img {
  -webkit-clip-path: polygon(88% 0%, 100% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(88% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.ptsc-block.pt-clip-03 .bg-color,
.sc-section-title.pt-clip-03 .bg-color,
.ptsc.pt-clip-03 .img {
  -webkit-clip-path: polygon(58% 0%, 70% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(58% 0%, 70% 100%, 0% 100%, 0% 0%);
}
.ptsc-block.pt-clip-04 .bg-color,
.sc-section-title.pt-clip-04 .bg-color,
.ptsc.pt-clip-04 .img {
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 30% 100%, 42% 0%);
  clip-path: polygon(100% 0%, 100% 100%, 30% 100%, 42% 0%);
}
.ptsc-block.pt-clip-05 .bg-color,
.sc-section-title.pt-clip-05 .bg-color,
.ptsc.pt-clip-05 .img {
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 12% 0%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 12% 0%);
}
.ptsc-block.pt-clip-06 .bg-color,
.sc-section-title.pt-clip-06 .bg-color,
.ptsc.pt-clip-06 .img {
  -webkit-clip-path: polygon(100% 0%, 88% 100%, 0% 100%, 12% 0%);
  clip-path: polygon(100% 0%, 88% 100%, 0% 100%, 12% 0%);
}
.ptsc-block.pt-clip-07 .bg-color,
.sc-section-title.pt-clip-07 .bg-color,
.ptsc.pt-clip-07 .img {
  -webkit-clip-path: polygon(88% 0%, 100% 100%, 12% 100%, 0% 0%);
  clip-path: polygon(88% 0%, 100% 100%, 12% 100%, 0% 0%);
}
.pt-safari.pt-touch-on .ptsc .text *:not(span),
.pt-safari.pt-touch-on .ptsc .bg-color,
.pt-safari.pt-touch-on .sc-images.layout-02 .img,
.pt-safari.pt-touch-on .pt-swipe-dots {
  -webkit-transform: translateZ(0);
}
html:not(.win-v) .pt-exclude-menu-height-off:not(.pt-layout-v) .site-root,
.win-v:not(.breakPoint)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root {
  padding-top: calc(30px + 3vh);
}
html.breakPoint:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root {
  padding-top: 50px;
}
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-section-title.style-01
  .img,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-gallery.style-02
  .gallery-main,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-images.layout-02
  .wrap,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .blog-list,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .ptsc.pt-boxed:not(.sc-gallery) {
  height: calc(73vh - 130px);
}
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-textlist
  .item,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-section-title
  .text {
  max-height: calc(73vh - 130px);
}
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-section-title.style-03.no-img
  .pt-h {
  height: calc(73vh - 130px) !important;
  max-height: calc(73vh - 130px) !important;
}
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-images.layout-02.image-large
  .wrap,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-slider.boxed,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .ptsc.pt-wide:not(.sc-gallery) {
  height: calc(81vh - 90px);
}
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-gallery.style-01.pt-boxed
  .item,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .blog-style-01:not(.pt-one-row)
  .blog-main
  .item,
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-textlist.layout-02
  .row-wrap {
  height: calc(36.5vh - 65px);
}
html:not(.win-v)
  .pt-exclude-menu-height-off:not(.pt-layout-v)
  .site-root
  .sc-gallery.style-01.pt-wide
  .item {
  height: calc(40.5vh - 45px);
}
@media (max-height: 500px) {
  html:not(.win-v)
    .pt-exclude-menu-height-off:not(.pt-layout-v)
    .site-root
    .sc-textlist.layout-02
    > .wrap
    > div {
    height: calc(73vh - 130px);
  }
}
.pswp__caption {
  text-align: center;
}
@media (max-width: 600px) {
  .pt-header .pt-mini-cart .widget_shopping_cart_content {
    right: 0;
    font-size: 0.875rem;
  }
}
.ptsc div[class*="align-left-"] {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.ptsc div[class*="align-right-"] {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.ptsc div[class*="align-center-"] {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.align-left-top,
.align-center-top,
.align-right-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-left-center,
.align-center-center,
.align-right-center {
  -webkit-align-items: center;
  align-items: center;
}
.align-left-bottom,
.align-center-bottom,
.align-right-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.gap-top {
  margin-top: 0.6vh;
}
.gap-bottom {
  margin-bottom: 0.6vh;
}
.caption-content .inner > * + *:not(.gap-top) {
  margin-top: 0.3vh;
}
.win-v .gap-top {
  margin-top: calc(5px + 0.5vw);
}
.win-v .gap-bottom {
  margin-bottom: calc(5px + 0.5vw);
}
.win-v .caption-content .inner > * + *:not(.gap-top) {
  margin-top: 0.3vw;
}
.caption-custom {
  pointer-events: none;
}
.caption-content {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
}
.caption-content .pt-h,
.caption-content a,
.caption-content {
  color: #fff;
}
.caption-content img {
  max-width: 100%;
}
.caption-content .pt-h {
  line-height: 1;
}
.caption-content .inner {
  max-width: 90%;
  transition: background 0.3s;
}
.caption-content:not([data-bg-color=""]) .inner {
  padding: 15px;
}
body.pt-touch-off
  .item:not(:hover)
  .caption-content.effect-hover-show
  .inner
  > * {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
body.pt-touch-off
  .item:not(:hover)
  .caption-content.effect-hover-show:not([data-bg-color=""])
  .inner {
  background: 0 0 !important;
}
.caption-content .inner > * {
  word-break: break-word;
  max-width: 100%;
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.4, 1), opacity 0.3s;
}
.caption-content .inner > *:nth-child(2) {
  transition: transform 0.6s 0.1s cubic-bezier(0.2, 0.9, 0.4, 1),
    opacity 0.3s 0.1s;
}
.caption-content .inner > *:nth-child(3) {
  transition: transform 0.6s 0.2s cubic-bezier(0.2, 0.9, 0.4, 1),
    opacity 0.3s 0.2s;
}
.caption-content .inner > *:nth-child(4) {
  transition: transform 0.6s 0.3s cubic-bezier(0.2, 0.9, 0.4, 1),
    opacity 0.3s 0.3s;
}
.caption-content {
  margin: 4vh;
}
.pt-boxed .caption-content {
  margin: 4vh;
}
.win-v .caption-content,
.win-v .pt-boxed .caption-content {
  margin: 4vw;
}
.ptsc.sc-small-images .caption-content {
  margin: 0.5em;
}
@media (max-height: 600px) {
  html.has-wp-bar:not(.win-v) {
    height: 100%;
    margin-top: 0 !important;
  }
  html.has-wp-bar:not(.win-v) #wpadminbar {
    display: none;
  }
  html.has-wp-bar:not(.win-v) body.admin-bar .pt-header {
    top: 0 !important;
  }
  html.has-wp-bar:not(.win-v):not(.breakPoint) body.admin-bar .menu-style-03 {
    top: 2vh !important;
  }
  html:not(.win-v) div::-webkit-scrollbar-thumb {
    background-color: rgba(166, 166, 166, 0.4);
  }
  html:not(.win-v) div::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
  }
  html:not(.win-v) .woocommerce-ordering select,
  html:not(.win-v) .toggle-info .call-info span,
  html:not(.win-v) .single-main-content,
  html:not(.win-v) .pt-footer-01 img,
  html:not(.win-v) i.call-video-popup,
  html:not(.win-v) .list-category a,
  html:not(.win-v) #primary.horizontal #main,
  html:not(.win-v) div.call-video-popup,
  html:not(.win-v) .v-ctrl,
  html:not(.win-v) .sc-btn,
  html:not(.win-v) .sc-slider h2,
  html:not(.win-v) .clone-title strong {
    zoom: 0.8;
  }
  html:not(.win-v) .ptsc .intro,
  html:not(.win-v) .ptsc .text {
    line-height: 1.1;
  }
  html:not(.win-v) .sc-photo-wall span.text-bg {
    box-shadow: none !important;
  }
  html:not(.win-v) .blog-list > .wrap,
  html:not(.win-v) .gallery-main,
  html:not(.win-v) .ptsc.pt-boxed:not(.sc-gallery),
  html:not(.win-v) .sc-section-title.special-on .bg-color,
  html:not(.win-v) .sc-section-title.style-02.special-on .img,
  html:not(.win-v) .single-related,
  html:not(.win-v) .sc-slider.boxed,
  html:not(.win-v) .pt-filter,
  html:not(.win-v) #primary.horizontal #main,
  html:not(.win-v) .sc-textlist {
    margin-top: calc(40px + 3vh) !important;
  }
  html:not(.win-v) .single-related,
  html:not(.win-v) .sc-section-title.special-on .bg-color,
  html:not(.win-v) .sc-section-title.style-02.special-on .img,
  html:not(.win-v) .pt-swipe-text-dots {
    margin-bottom: calc(40px + 3vh) !important;
  }
  html:not(.win-v) .sc-images.layout-02:not(.image-full),
  html:not(.win-v) .main-gap-on,
  html:not(.win-v) .single-inner,
  html:not(.win-v) .single-nav,
  html:not(.win-v) .pic-style-01 .pic-main > .item,
  html:not(.win-v) .pt-footer-01,
  html:not(.win-v) .ptsc-block > .wrap,
  html:not(.win-v) .sc-photo-wall,
  html:not(.win-v) .ptsc-block.special-on,
  html:not(.win-v) .sc-article,
  html:not(.win-v) .sc-testimonials:not(.special-on) .wrap,
  html:not(.win-v) .pic-style-04 .pic-main,
  html:not(.win-v) .sc-images.layout-01 .wrap,
  html:not(.win-v) .sc-section-title > .wrap {
    padding-top: calc(40px + 3vh) !important;
  }
  html:not(.win-v) .main-gap-on,
  html:not(.win-v) .single-inner,
  html:not(.win-v) .single-nav,
  html:not(.win-v) .pt-footer-01,
  html:not(.win-v) .sc-photo-wall,
  html:not(.win-v) .ptsc-block.special-on,
  html:not(.win-v) .ptsc-block > .wrap,
  html:not(.win-v) .sc-article,
  html:not(.win-v) .sc-testimonials:not(.special-on) .wrap,
  html:not(.win-v) .sc-section-title > .wrap {
    padding-bottom: calc(40px + 3vh) !important;
  }
  html:not(.win-v) .menu-style-01 .sub-menu,
  html:not(.win-v) .menu-style-01 .mix-menu-wrap {
    padding: 2em;
  }
  html:not(.win-v) .sc-slider.boxed,
  html:not(.win-v) .sc-images.layout-02:not(.image-full) .wrap {
    height: calc(94vh - 80px) !important;
  }
  html:not(.win-v):not(.breakPoint)
    .pt-exclude-menu-height-off
    .sc-slider.boxed,
  html:not(.win-v):not(.breakPoint)
    .pt-exclude-menu-height-off
    .sc-images.layout-02:not(.image-full)
    .wrap {
    height: calc(94vh - 80px - 30px - 3vh) !important;
  }
  html:not(.win-v).breakPoint .sc-slider.boxed,
  html:not(.win-v).breakPoint .sc-images.layout-02:not(.image-full) .wrap {
    height: calc(94vh - 80px - 50px) !important;
  }
  html:not(.win-v) .ptsc-block .text {
    -webkit-transform: none !important;
    transform: none !important;
  }
  html:not(.win-v) .sc-gallery.style-01:not(.pt-fullscreen) .item {
    height: calc((94vh - 80px) * 0.5) !important;
  }
  html:not(.win-v):not(.breakPoint)
    .pt-exclude-menu-height-off
    .sc-gallery.style-01:not(.pt-fullscreen)
    .item {
    height: calc((94vh - 80px - 30px - 3vh) * 0.5) !important;
  }
  html:not(.win-v).breakPoint .sc-gallery.style-01:not(.pt-fullscreen) .item {
    height: calc((94vh - 80px - 50px) * 0.5) !important;
  }
  html:not(.win-v) .ptsc-block .text,
  html:not(.win-v) .sc-section-title .text,
  html:not(.win-v) .sc-textlist.layout-02 .row-wrap .item {
    max-height: calc(80vh - 50px) !important;
  }
  html:not(.win-v) .sc-images .sc-inner-title h5 {
    top: calc(40px + 3vh);
  }
  html:not(.win-v) .sc-section-title .text {
    overflow: auto;
  }
  html:not(.win-v) .single-related .pt-category,
  html:not(.win-v) .call-intro,
  html:not(.win-v) .blog-style-02 .intro,
  html:not(.win-v) .pt-float-bar-root {
    display: none !important;
  }
  html:not(.win-v) .pt-float-bar-bound {
    overflow: auto !important;
  }
  html:not(.win-v) .sc-section-title .pt-float-bar-bound {
    overflow: visible !important;
  }
  html:not(.win-v) .ptsc-block .text.pt-float-bar-bound {
    padding-right: 0;
  }
  html:not(.win-v) .pt-category a,
  html:not(.win-v) .links-content a {
    padding: 2px;
  }
  html:not(.win-v) .pt-swipe-dots li {
    padding: 5px 3px;
  }
  html:not(.win-v) .sc-gallery.style-02 .gallery-main,
  html:not(.win-v) .sc-textlist,
  html:not(.win-v) .blog-list {
    height: calc(94vh - 80px);
  }
  html:not(.win-v):not(.breakPoint)
    .pt-exclude-menu-height-off
    .sc-gallery.style-02
    .gallery-main,
  html:not(.win-v):not(.breakPoint) .pt-exclude-menu-height-off .sc-textlist,
  html:not(.win-v):not(.breakPoint) .pt-exclude-menu-height-off .blog-list {
    height: calc(94vh - 80px - 30px - 3vh);
  }
  html:not(.win-v).breakPoint .sc-gallery.style-02 .gallery-main,
  html:not(.win-v).breakPoint .sc-textlist,
  html:not(.win-v).breakPoint .blog-list {
    height: calc(94vh - 80px - 50px);
  }
  html:not(.win-v) .pic-style-01 .list-category a,
  html:not(.win-v) .pic-style-04 .list-category a {
    line-height: 1;
  }
  html:not(.win-v) body:not(.pt-exclude-menu-height-off) .pt-filter {
    top: 0;
  }
  html:not(.win-v) .pt-swipe-dots ul {
    height: 24px;
  }
}
@media (max-height: 600px) and (max-height: 600px) and (orientation: landscape) {
  .pt-layout-v .single-main-content,
  .post-banner {
    zoom: 0.8;
  }
}
i.fab {
  font-style: normal;
}
.menu-style-03 .main-menu > ul > li > a > span {
  font-weight: 700;
}
.title-italic .pt-h,
.title-italic .text-largest,
.title-italic .text-large,
.intro-italic .intro {
  font-family: "Lato-italic-Local", serif;
  font-weight: 500;
}
body:not(.page-id-444) .title-largest .text > .pt-h,
.title-largest .main-part > h1,
.ptsc-block h1.large,
.cover-text .pt-h,
.custom-font h1 {
  font-family: "built-Local", sans-serif;
  font-weight: 700;
}
.logo.type-text p {
  font-family: "questrial-Local", sans-serif;
  font-weight: 700;
}
.pt-header li > a span:before,
.wpcf7 form.invalid .wpcf7-response-output,
.call-info span,
.pt-touch-off .sc-gallery .list-category a:hover,
.pic-list:not(.sc-gallery) .list-category a,
.pt-category a,
.links-content a,
.is-style-outline .wp-block-button__link:not(.has-background):hover,
.pt-widget-list .widget,
.sc-section-title.pt-decoration-02 .intro {
  border-color: #f7df67;
}
@media (min-width: 1024px) {
  .menu-style-01 .mix-menu-wrap,
  .menu-style-01 .sub-menu {
    border-top: 5px solid #f7df67;
  }
}
.ptsc.sc-section-title .subtitle:before,
.blog-list .item.sticky .img a.full:after,
.blog-list .item.sticky.text-post .inner-wrap:after {
  border-top-color: #f7df67;
}
:root {
  --main-color: #f7df67;
}
.pt-float-bar-target:after,
.pt-touch-off .ptsc .caption:after,
.menu-style-02 .main-menu li > a span:after,
.pt-header .main-menu .current_page_item > a span:before,
.pt-header .main-menu .current-menu-ancestor > a span:before,
.pt-header .main-menu .current-menu-item > a span:before,
.header-search .search-form .pt-tags a:hover,
.list-scroller-target,
.pt-hs-tips .btn-dismiss:not(:hover),
a.btn.no-text:after,
.header-search .btn:after,
.call-mini-cart:after,
.btn.close-common-popup:after,
.close-menu:after,
.pt-social i:after,
.item.has-link .iv-link:after,
.blog-list .iv-link:after,
.popup-player .close:after,
.pt-iv-btn:after,
.sc-section-title .subtitle h4,
.ptsc a.btn:not(.no-text) .bg,
.bar-type-02 .pt-float-bar-btn:hover,
.pt-filter li:after,
html:not(.win-v) .pt-filter .call-filter:after,
.sc-progress .progress-bar,
.pic-style-01 .list-meta:after,
.pic-style-01 .list-category a,
.pic-style-04 .list-category a,
.blog-style-01 a.btn:hover,
.ptsc .pages li:hover a:after,
.pt-btn-box i.bg,
.sc-images.layout-01 .sc-inner-title h5:before,
.single-tags a:hover,
.single-related h3:before,
a.text-link:before,
.wp-block-archives-list a.color-link:hover,
.pt-touch-off .sc-gallery .list-category a:hover,
.comment .reply a:hover:after,
#cancel-comment-reply-link:after,
.text-project .inner-wrap:after,
input[type="submit"],
.pt-submit-wrap,
.widget .search-submit,
.widget.widget_nav_menu a:hover,
.tagcloud a:hover,
.close-single:after,
.page-links a:hover,
.nav-links a:hover,
.wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background):hover,
.pt-touch-off .pt-iv-btn:hover:after,
#nprogress .bar,
.pt-touch-off.pt-layout-v .single-nav .ctrl.no-img:hover:after,
.pt-category a,
.links-content a,
.single-related .pt-category a:hover,
.item .has-custom-link .iv-link:hover:after,
.ptsc.blog-list .iv-link:hover:after,
.item.has-link .iv-link:hover:after,
.pt-desktop .v-ctrl:hover:after,
.pt-swipe-text-dots li:after,
.pt-loader-01 .loader-icon i,
.pt-loader-01 .pic-loader i,
.pt-touch-off .logo-effect-02 .logo.type-text a:hover,
.pt-loader-03 .loader-icon i,
.pt-loader-03 .pic-loader i,
.comments-count,
.pt-touch-off .view-comments:hover,
.nav-links a:not([class]):hover {
  background: #f7df67;
}
.pt-loader-02 .loader-icon i:nth-child(1) {
  background: linear-gradient(#f7df67 0%, rgba(116, 116, 116, 0.05) 60%);
}
.pt-touch-off .blog-list .text .pt-h a,
.pt-touch-off .pic-list .text .pt-h a:not(.full),
.pt-touch-off .pic-list .text .pt-h > span,
.pt-touch-off .single-related h5 span,
.pt-touch-off .pt-hover-link span {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 88%,
    #f7df67 88%,
    #f7df67 98%,
    rgba(0, 0, 0, 0) 98%
  );
}
footer.pt-footer .btn:hover span,
a.btn.no-text:hover:after,
.blog-list .iv-link:hover:after,
.item.has-link .iv-link:hover:after {
  background: #f7df67 !important;
}
::selection {
  color: #fff;
  background: #f7df67;
  text-shadow: none;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0 2px #f7df67 inset;
}
.header-search .search-form input[type="search"]:focus {
  box-shadow: 0 4px 0 -2px #f7df67;
}
.item.author a,
a.color-link,
.pt-share .comments a,
.pic-list .list-meta i,
.single-root.project .single-meta .item i,
li a.rsswidget,
.wp-calendar-table td a,
.main-meta a.author:before,
.main-meta .date:before,
.pt-highlight,
body:not(.pt-layout-v) .single-nav h5,
.main-menu .pt-number span,
.single-nav h5:after,
.pt-text-link:hover,
blockquote:before,
.widget a[class*="text-link"]:after,
.pt-layout-v .ctrl:hover h5,
.list-meta .info a:hover,
.widget_recent_comments .comment-author-link,
.pt-h .pt-highlight,
a .pt-highlight,
.pt-h a:not(.text-link):hover b,
.sc-pricing-table li i,
.sc-pricing-table .price-amount,
.pt-category > i:before,
.single-meta .comments:hover i:before,
.single-tags a:before,
.sc-section-title.pt-decoration-01.has-intro .intro:before,
.woocommerce-result-count:before,
.pt-icon i,
.comment-respond .title:before,
.pt-touch-off .quantity .q-btn:hover,
.comment-root .title.main-title span {
  color: #e2ab34;
}
.pic-style-01 .list-category a,
.pic-style-04 .list-category a,
.pt-touch-off .pt-footer > i.btn:hover:before,
.sc-section-title .subtitle h4,
.popup-player .close:hover,
.pt-category a,
.has-custom-link .iv-link:hover:before,
.ptsc.blog-list .iv-link:hover:before,
.item.has-link .iv-link:hover:before,
.pt-hs-tips .btn-dismiss,
body.pt-layout-v:not(.pt-touch-on) .single-nav .ctrl:hover:after,
.pt-swipe-text-dots .current .pt-h,
.current a.btn-arrow:before,
.call-mini-cart:hover span,
.pt-touch-off .logo-effect-02 .logo.type-text a:hover p,
.pt-touch-off .pt-header .icon:hover:before,
.pt-touch-off .pt-header .btn:not(.call-menu):not(.call-wpml):hover:before,
div.tagcloud a:hover,
.widget_nav_menu a:hover,
.pt-touch-off .sc-gallery .list-category a:hover,
.search-form .pt-tags a:hover,
.pt-submit-wrap > span,
.pt-submit-wrap .icon,
.single-tags a:hover,
.single-tags a:hover:before,
div.widget .search-submit,
.wp-block-archives.wp-block-archives-list li a:hover,
.blog-list .item.sticky .img a.full:before,
.blog-list .item.sticky.text-post .inner-wrap:before,
div.widget button.search-submit:before,
.links-content a:not(:hover),
.pt-touch-off .pt-social li:hover i,
.ptsc.sc-mixbox .btn:not(.sc-btn-custom):hover span,
.bar-type-02 .pt-float-bar-btn:hover,
.pt-touch-off .btn.close-common-popup:hover:before,
.wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background):hover,
.pt-touch-off .ptsc .caption,
.widget.widget_nav_menu a:hover ~ .call-menu-sub:before,
i.call-video-popup:hover:before,
.pt-touch-off .v-ctrl:hover:before,
li.comment .reply a:hover:before,
.pt-touch-off .call-mini-cart:hover .cart-count,
.ptsc .pages a:hover,
.page-links a:hover,
.pt-touch-off .pic-style-01 .has-type-h .sub-img.type-h:hover:after,
.pt-touch-off .pic-style-01 .item:not(.has-type-h) .img-01:hover:after,
.view-comments .comments-count,
.pt-touch-off .view-comments:hover,
.close-single:before,
.pt-filter li.active,
.pt-filter li.active a,
.call-filter:before,
.pt-touch-off .pt-iv-btn:hover i,
.ptsc a.btn:not(.no-text):hover span,
::selection,
.text-project .inner-wrap:before {
  color: #000;
}
.single-related .pt-category a:hover {
  color: #000 !important;
}
html {
  font-size: 14px;
}
.site-light .logo.type-text p {
  color: #232323;
}
.site-dark .logo.type-text p {
  color: #f2f2f2;
}
.woocommerce span.onsale,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce nav.woocommerce-pagination ul li a:after,
.pt-mini-cart .btn:after,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .woocommerce-tabs li:after,
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected],
.site-dark
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.site-dark
  .select2-container--default
  .select2-results__option--highlighted[data-selected],
.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-Address a.edit,
.pt-mini-cart a.button.wc-forward,
.woocommerce #review_form #respond .form-submit input#submit:hover {
  background-color: #f7df67;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-message,
.woocommerce-info,
#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
.cart-collaterals input.input-text:focus,
.cart-collaterals select:focus,
body .woocommerce .input-text:focus,
a.shipping-calculator-button {
  border-color: #f7df67;
}
.woocommerce .woocommerce-result-count:before,
.product_meta a:hover,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-LostPassword a:hover,
.pt-header-miniCart li > a:not(.remove):hover,
a.showcoupon:hover,
.product-name a:hover,
.woocommerce div.product .stock {
  color: #e2ab34;
}
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body .pt-mini-cart a.button.wc-forward,
body.woocommerce-page input.button:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-Address a.edit:before,
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active:before,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt,
body.woocommerce-page span.onsale,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page input.button.alt:hover,
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected],
body.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-page .woocommerce-MyAccount-navigation li.is-active:before {
  color: #000;
}
@charset "utf-8";
.pt-widget-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 0;
  margin-top: 36px;
}
.pt-widget-list.gap {
  margin-top: 90px;
}
.widget {
  position: relative;
  margin-bottom: calc(30px + 0.2vw);
  font-size: 1.125rem;
  line-height: 1.4;
  overflow: hidden;
  background: rgba(116, 116, 116, 0.05);
  border-top: 5px solid;
  padding: 32px;
}
.pt-rounded-on .widget {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.win-v .widget {
  margin-bottom: 6vw;
}
.widget .wp-block-heading,
.widget-title {
  position: relative;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(166, 166, 166, 0.1);
  line-height: 1;
}
.wp-block-gallery img {
  will-change: transform;
}
.breakPoint .widget .wp-block-heading,
html.breakPoint .widget-title {
  font-size: calc(1rem + 0.8vw);
}
.widget img.emoji {
  width: 30px;
  height: auto;
}
.has-widget .widget form {
  margin-top: 0;
}
.widget li {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.4;
}
.widget:not(.widget_nav_menu) li {
  padding: 8px 0;
}
.widget_nav_menu li > a:empty:not([class]) {
  display: none;
}
.widget select {
  margin: 8px 0;
}
.widget.widget_recent_entries li {
  padding: 12px 0;
}
.hidden-menu .widget:not(.widget_nav_menu) li:not(:last-child) {
  padding-bottom: 8px;
}
.widget.widget_nav_menu .depth-1 > ul > li {
  margin-left: 10px;
}
.widget.widget_nav_menu .depth-1 > ul > li > ul > li {
  margin-left: 9px;
}
.widget.widget_nav_menu .depth-1 > ul > li > ul > li > ul > li {
  margin-left: 8px;
}
.widget.widget_nav_menu .depth-1 > ul > li > ul > li > ul > li > ul > li {
  margin-left: 7px;
}
.widget.widget_nav_menu
  .depth-1
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  margin-left: 6px;
}
.widget.widget_nav_menu
  .depth-1
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  margin-left: 5px;
}
.widget.widget_nav_menu
  .depth-1
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  margin-left: 4px;
}
.widget.widget_nav_menu
  .depth-1
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  margin-left: 3px;
}
.widget.widget_nav_menu
  .depth-1
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  li {
  margin-left: 2px;
}
.widget li:last-child {
  border: none;
}
.widget ul {
  position: relative;
}
.widget li ul {
  margin: 10px 0 20px;
}
.widget > ul ul {
  margin: 6px 0;
  padding-left: 20px;
}
.wp-block-categories ul,
.widget:not(.widget_nav_menu) ul {
  overflow: hidden;
}
.wp-block-categories li {
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
.wp-block-categories li li {
  margin-left: 20px;
}
.widget:not(.widget_nav_menu) > ul ul li:after,
.wp-block-categories ul li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: -20px;
  width: 12px;
  height: 1px;
  margin-top: -1px;
}
.wp-block-categories ul li:last-child:after,
.widget:not(.widget_nav_menu) > ul ul li:last-child:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 100%;
  height: 1000px;
  width: 1px;
  margin-bottom: -1em;
}
.widget:not(.widget_nav_menu) > ul ul li:after,
.widget:not(.widget_nav_menu) > ul ul li:last-child:before {
  transform: translateY(6px);
}
.wp-block-categories ul li:before,
.wp-block-categories ul li:after,
.widget:not(.widget_nav_menu) > ul ul li:after,
.widget:not(.widget_nav_menu) > ul ul li:before {
  background: #444;
}
.site-light .wp-block-categories ul li:before,
.site-light .wp-block-categories ul li:after,
.site-light .widget:not(.widget_nav_menu) > ul ul li:after,
.site-light .widget:not(.widget_nav_menu) > ul ul li:before {
  background: #ccc;
}
.widget table td,
.widget table th {
  padding: 8px 0;
  text-align: center;
  line-height: 1.2;
  border-color: transparent;
}
.widget table {
  margin-bottom: 10px;
}
caption {
  text-align: left;
  margin-bottom: 8px;
}
.widget_media_image img,
.textwidget img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.textwidget p:first-child img:first-child {
  margin-top: 0;
}
.textwidget p {
  line-height: 1.6;
}
.textwidget > * + * {
  margin-top: 20px;
}
.widget_media_image img:first-child {
  margin-top: 0;
}
.widget_media_image img:last-child:not(:first-child),
.textwidget img:last-child:not(:first-child) {
  margin-bottom: 0;
}
.widget_media_gallery.pt-iv-target .gallery-icon:hover {
  opacity: 0.85;
}
.widget a,
.widget_media_gallery .gallery-icon {
  transition: opacity 0.2s, color 0.2s, background 0.2s, border 0.2s;
}
.tagcloud {
  font-size: 0;
}
.widget_archive .widget-title + label,
.widget_categories .widget-title + label {
  display: none;
}
.tagcloud a {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem !important;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 8px;
  margin: 0 5px 5px 0;
  line-height: 28px;
  border-radius: 4px;
}
.tagcloud a:hover {
  color: #fff;
}
.rssSummary {
  position: relative;
  padding: 15px;
  margin: 10px 0;
  background-color: rgba(116, 116, 116, 0.05);
  word-break: break-word;
}
.rss-date {
  display: block;
  margin-top: 8px;
}
.widget_rss .rssPreview {
  position: absolute;
  right: 0;
  bottom: 0;
}
.widget_rss li {
  margin-bottom: 40px;
}
.widget video {
  width: 100%;
}
.woocommerce-product-search .pt-submit-wrap {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.widget .search-form {
  position: relative;
}
.widget .search-submit {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 4px 4px 4px 0;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
}
.widget .search-form .search-field {
  padding: 0 10px;
}
.widget .search-form .search-field:not(:focus) {
  border-color: transparent !important;
}
.widget .sub-menu {
  display: none;
  margin: 0;
}
.widget.widget_nav_menu a {
  display: block;
  line-height: 1.3;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
}
.pt-rounded-on .widget.widget_nav_menu a {
  border-radius: 5px;
}
.widget_nav_menu li {
  padding: 5px 0 0;
}
.widget.woocommerce {
  display: none;
}
.widget_nav_menu .call-menu-sub {
  position: absolute;
  right: 0;
  top: 4px;
  width: 36px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.widget_nav_menu .open > .call-menu-sub {
  transform: rotate(180deg);
}
.widget form > label.screen-reader-text {
  display: none;
}
.widget_media_gallery .gallery {
  font-size: 0;
}
.widget_media_gallery .gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
.gallery-item:hover {
  z-index: 2;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
  width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
  width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
  width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item,
.widget_media_gallery .gallery-columns-6 .gallery-item,
.widget_media_gallery .gallery-columns-7 .gallery-item,
.widget_media_gallery .gallery-columns-8 .gallery-item {
  width: 20%;
}
.widget_media_gallery .gallery-item .gallery-caption {
  position: absolute;
  left: 50%;
  top: -20px;
  padding: 8px;
  max-width: 100%;
  color: #000;
  background: #f0f0f0;
  font-size: 11px;
  border-radius: 4px;
  transition: all 0.1s;
  opacity: 0;
}
.widget_media_gallery .gallery-item:hover .gallery-caption {
  transition: all 0.2s 0.2s;
  opacity: 1;
}
.m-mode .widget_media_gallery .gallery-item .gallery-caption,
.widget_media_gallery .gallery-item .gallery-caption:empty {
  display: none;
}
.widget_media_gallery .gallery-icon {
  overflow: hidden;
}
.widget_media_gallery img {
  width: 100%;
  height: auto;
}
.woocommerce.widget .star-rating {
  font-size: 10px;
  margin-bottom: 6px;
}
.pt-widget-list .widget ul.cart_list li img,
.pt-widget-list .widget ul.product_list_widget li img {
  width: 60px;
  height: auto;
}
.widget .woocommerce-Price-amount.amount {
  font-size: 12px;
}
@media (max-width: 980px) {
  .widget {
    font-size: calc(1rem + 0.12vw);
    margin-bottom: 6vw;
  }
  .footer-widgets .widget.widget_text img {
    margin-right: 20px;
  }
  .widget.widget_nav_menu ul.menu > li > a {
    font-size: 16px;
  }
}
.widget.widget_recent_entries li,
.widget.widget_pages > ul > li,
.widget.widget_meta li,
.widget.widget_categories > ul > li,
.widget.widget_archive li {
  padding-left: 10px;
}
.widget_recent_entries a[class*="text-link"]:after,
.widget_pages > ul > li > a[class*="text-link"]:after,
.widget_meta a[class*="text-link"]:after,
.widget_categories > ul > li > a[class*="text-link"]:after,
.widget_archive a[class*="text-link"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
  border-left-width: 5px;
  border-left-style: solid;
}
.widget_pages > ul > li > a[class*="text-link"],
.widget_categories > ul > li > a[class*="text-link"] {
  position: relative;
}
.widget_recent_entries > ul > li > a[class*="text-link"]:after,
.widget_pages > ul > li > a[class*="text-link"]:after,
.widget_categories > ul > li > a[class*="text-link"]:after {
  left: -10px;
}
.widget .text-link-long {
  position: relative;
}
.widget .text-link-long:after {
  top: 0.5em !important;
  margin-top: 0 !important;
}
.widget_calendar table {
  box-shadow: none !important;
}
.widget_calendar table > * {
  font-size: 0.875em;
}
.widget_calendar td {
  background: rgba(255, 255, 255, 0.9);
}
.site-dark .widget_calendar td {
  background: rgba(0, 0, 0, 0.2);
}
.widget_calendar thead th {
  background: rgba(116, 116, 116, 1);
  color: #fff;
}
.pt-rounded-on .widget_calendar thead th:first-child {
  border-top-left-radius: 7px;
}
.pt-rounded-on .widget_calendar thead th:last-child {
  border-top-right-radius: 7px;
}
.pt-rounded-on .widget_calendar tfoot td:first-child {
  border-bottom-left-radius: 7px;
}
.pt-rounded-on .widget_calendar tfoot td:last-child {
  border-bottom-right-radius: 7px;
}
.wp-calendar-nav-prev ~ .wp-calendar-nav-next {
  float: right;
}
.widget_calendar table {
  border: none;
}
.site-dark .rssSummary,
.site-dark .widget_calendar thead th,
.site-dark .widget.widget_nav_menu a:not(:hover),
.site-dark .tagcloud a {
  background: rgba(0, 0, 0, 0.4);
}
.widget button {
  overflow: hidden;
}
.widget button .screen-reader-text {
  position: relative !important;
  width: auto;
  height: auto;
  font-size: 0;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget button.search-submit:before {
  content: "\e951";
  display: block;
  font-family: "pt-icons";
  font-size: 18px;
  color: #fff;
}
.pt-touch-off .widget button.search-submit:hover:before {
  animation: arrowSmall 0.4s;
}
@keyframes arrowSmall {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(10px);
    opacity: 0;
  }
  41% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@charset "utf-8";
#primary ~ .widget {
  display: none;
}
body.woocommerce-page #primary:not(.horizontal) {
  max-width: 1200px;
  margin: calc(50px + 4vw) auto;
  padding: 30px;
  font-size: 1rem;
}
@media (max-width: 1680px) {
  body.woocommerce-page #primary:not(.horizontal) {
    margin: 80px auto;
  }
}
.win-v body.woocommerce-page #primary:not(.horizontal) {
  padding: 6vw;
}
.win-v body.woocommerce #primary {
  margin: 6vw auto 0;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 1rem;
}
.single-product .woocommerce-breadcrumb {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: inherit;
  line-height: 24px;
}
.woocommerce-products-header__title {
  margin-bottom: 40px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products.columns-4 li.product .woocommerce-loop-category__title,
.woocommerce ul.products.columns-4 li.product .woocommerce-loop-product__title,
.woocommerce ul.products.columns-4 li.product h3 {
  font-size: calc(1rem + 0.1vw);
}
.woocommerce span.onsale {
  font-size: 1rem;
}
@media (max-width: 768px) {
  form div[class*="col-"] + div[class*="col-"] {
    margin-top: 30px;
  }
  .woocommerce .shop_table td.product-remove {
    padding: 10px 20px;
  }
  .woocommerce-page table.cart td.actions .coupon .button {
    margin-top: 8px;
    width: 100%;
  }
  .woocommerce-page table.cart td.actions .coupon {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(166, 166, 166, 0.6);
  }
}
.woocommerce ul.products .add_to_cart_button,
.woocommerce ul.products .product_type_grouped,
.woocommerce ul.products .product_type_external,
.woocommerce ul.products .product_type_variable {
  height: 36px;
  padding: 0 25px;
  line-height: 36px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 4px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: inherit;
  background-color: rgba(166, 166, 166, 0.2);
}
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart select {
  height: 36px;
  font-size: 1rem;
  -webkit-appearance: menulist;
  appearance: menulist;
  border: none;
  color: inherit;
}
.woocommerce .woocommerce-ordering select:not(:focus),
.woocommerce div.product form.cart select:not(:focus) {
  box-shadow: 0 0 0 1px rgba(166, 166, 166, 0.15);
}
.site-dark .woocommerce-ordering select,
.site-dark div.product form.cart select {
  background-color: #13111a;
}
.woocommerce span.onsale {
  padding: 0;
  z-index: 101;
}
.woocommerce .woocommerce-result-count {
  line-height: 36px;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count:before {
  content: "\f1b3";
  font-family: "FontAwesome";
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  font-size: 16px;
}
.woocommerce ul.products li.product .price del {
  color: #a6a6a6;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: flex;
  align-items: center;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-left: 6px;
  order: 2;
}
nav.woocommerce-pagination li {
  overflow: hidden;
  background-color: #fff;
}
.pt-rounded-on nav.woocommerce-pagination li {
  border-radius: calc(2px + 0.12vw);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  padding: 0;
  position: relative;
  width: calc(30px + 2vh);
  height: calc(30px + 2vh);
  line-height: calc(30px + 2vh);
  text-align: center;
  font-size: calc(0.725rem + 0.24vh + 0.14vw);
  font-weight: 500;
}
.win-v .woocommerce nav.woocommerce-pagination ul {
  margin-bottom: 6vw;
}
.win-v .woocommerce nav.woocommerce-pagination ul li a,
.win-v .woocommerce nav.woocommerce-pagination ul li span {
  width: calc(30px + 1vw);
  height: calc(30px + 1vw);
  line-height: calc(30px + 1vw);
  font-size: calc(1rem + 0.1vw);
  transition: color 0.3s;
}
html:not(.win-v) .horizontal nav.woocommerce-pagination ul li {
  margin-bottom: 10px;
  float: none;
  display: block;
}
html:not(.win-v) .horizontal nav.woocommerce-pagination ul {
  margin-right: 5vw;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 6px 6px 0;
}
nav.woocommerce-pagination li a {
  position: relative;
  background: 0 0 !important;
  z-index: 2;
}
nav.woocommerce-pagination li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateY(102%);
  transition: transform 0.3s;
  z-index: -1;
}
.pt-touch-off nav.woocommerce-pagination li:hover a:after {
  transform: translateY(0);
}
.woocommerce div.product form.cart .variations label {
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
  width: calc(100px + 1em);
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 43%;
}
.woocommerce-page div.product .summary p.price,
.woocommerce-page
  div.product
  .summary
  .woocommerce-product-details__short-description,
.woocommerce-page div.product .summary form.cart {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(116, 116, 116, 0.15);
}
.woocommerce-product-details__short-description ~ .cart table {
  margin-bottom: 24px;
}
.single_variation_wrap {
  padding-top: 26px;
  border-top: 1px solid rgba(116, 116, 116, 0.15);
  margin-top: 24px;
}
.woocommerce-page #primary div.product .summary .price,
.woocommerce-page #primary div.product .summary .price bdi {
  font-size: calc(1.215rem + 0.1vw);
  line-height: calc(1.215rem + 0.1vw);
}
.woocommerce div.product .product_title,
.woocommerce-variation-price {
  margin-bottom: 8px;
}
.woocommerce div.product .product_title + .price {
  margin-top: 20px;
}
.woocommerce .price > * {
  margin-right: 4px;
}
.woocommerce .price > * + * {
  margin-left: 4px;
}
.woocommerce ul.products li.product .price {
  color: inherit;
}
.woocommerce .price ins {
  padding: 0;
  text-decoration: none;
}
.woocommerce-page #primary .price,
.woocommerce-page #primary .price ins {
  font-weight: 700;
}
.woocommerce-page #primary .price,
.woocommerce-page #primary .price bdi {
  font-size: calc(1rem + 0.1vw);
  line-height: calc(1rem + 0.1vw);
}
.woocommerce-page #primary .price del,
.woocommerce-page #primary .price del bdi {
  font-weight: 500;
}
.woocommerce div.product .product_title {
  font-size: 36px;
}
.woocommerce-product-details__short-description {
  line-height: 1.6;
}
body.woocommerce-page #primary .cart .quantity .button,
.woocommerce .cart .single_add_to_cart_button.button {
  padding: 0 48px;
  line-height: 48px;
  height: 48px;
}
.summary .cart table {
  box-shadow: none;
  border: none;
}
.summary .cart table td,
.summary .cart table th {
  background: 0 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.woocommerce-page.pt-rounded-on #respond input#submit,
.woocommerce-page.pt-rounded-on a.button,
.woocommerce-page.pt-rounded-on button.button,
.woocommerce-page.pt-rounded-on input.button,
.woocommerce-page.pt-rounded-on .pt-mini-cart a.button {
  border-radius: calc(2px + 0.12vw);
}
.woocommerce-page:not(.pt-rounded-on) #respond input#submit,
.woocommerce-page:not(.pt-rounded-on) a.button,
.woocommerce-page:not(.pt-rounded-on) button.button,
.woocommerce-page:not(.pt-rounded-on) input.button,
.woocommerce-page:not(.pt-rounded-on) .pt-mini-cart a.button {
  border-radius: 0;
}
.quantity:not(.hidden) ~ button.single_add_to_cart_button.button {
  margin-left: 10px;
}
.woocommerce .quantity .qty {
  height: 48px;
  border: none;
}
.pt-rounded-on.woocommerce-page .quantity .qty {
  border-radius: calc(2px + 0.12vw);
}
.woocommerce .quantity .qty {
  background-color: #fff;
}
.site-dark .quantity .qty {
  background-color: #000;
}
button.disabled,
input.disabled {
  box-shadow: none !important;
}
button.disabled {
  color: #fff !important;
  background: rgba(116, 116, 116, 0.6) !important;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
}
.quantity {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.quantity .q-btn {
  position: absolute;
  width: 20px;
  top: 0;
  right: 10px;
  height: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 48px;
  font-weight: 400;
  font-family: "switzer-Local", sans-serif;
  cursor: pointer;
  user-select: none;
  opacity: 0.8;
  transition: all 0.2s;
  z-index: 1;
}
.site-dark .blockUI.blockOverlay {
  background: rgba(26, 27, 28, 0.8) !important;
  color: #fff !important;
}
.quantity .q-btn:hover ~ input[type="number"] {
  opacity: 1 !important;
}
.quantity .q-btn.minus {
  left: 10px;
  right: auto;
}
.quantity .q-btn:hover {
  opacity: 1;
}
.quantity input[type="number"] {
  width: 100px !important;
  padding: 0 20px !important;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 0;
}
.wc-select {
  font-size: 0;
}
.wc-select li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid rgba(166, 166, 166, 0.3);
  margin: 2px 4px 2px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  height: 38px;
  min-width: 38px;
  text-align: center;
  transition: all 0.2s;
}
.wc-select.select-img li,
.wc-select.select-color li {
  padding: 3px;
}
.wc-select.select-img li {
  line-height: 1;
  height: 54px;
  border-radius: 6px;
}
.wc-select.select-img li img {
  height: 100%;
  width: auto;
}
.wc-select.select-color li {
  height: 32px;
  min-width: 32px;
}
.wc-select.select-color li .pt-color-box {
  height: 100%;
  width: 100%;
}
.pt-rounded-on .wc-select.select-color li,
.pt-rounded-on .wc-select.select-color li .pt-color-box {
  border-radius: 50%;
}
.wc-select li.long {
  padding: 0 18px;
}
.pt-rounded-on .wc-select li {
  border-radius: calc(2px + 0.12vw);
}
.wc-select li:not(.current):hover {
  border-color: var(--main-color);
}
.site-dark .wc-select li.current {
  color: #fff;
  border-color: #fff;
}
.site-light .wc-select li.current {
  color: #111216;
  border-color: #111216;
}
a.reset_variations:before {
  content: "\f021";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 80%;
}
.select-inited,
.wc-select li.null {
  visibility: hidden;
  opacity: 0;
  width: 0;
  min-width: 0 !important;
  overflow: hidden;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  z-index: -1;
}
.wc-select ~ a.reset_variations {
  line-height: 1;
  transition: none !important;
}
.variations {
  position: relative;
}
.woocommerce div.product form.cart a.reset_variations {
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 0.875rem;
  background: rgba(166, 166, 166, 0.2);
  line-height: 1.5rem;
  padding: 0 1.5rem;
}
.woocommerce-product-details__short-description li {
  position: relative;
  list-style-type: none;
}
.woocommerce-product-details__short-description ul:not(.no-style) {
  margin-left: 20px;
}
.woocommerce-product-details__short-description ul:not(.no-style) li:before {
  content: "\f138";
  position: absolute;
  font-family: FontAwesome;
  transform: scale(0.9);
  color: #f5bf48;
  left: -21px;
  top: 0;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  padding: 8px;
}
.woocommerce div.product form.cart .group_table td:first-child {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  text-align: left;
}
.woocommerce-product-details__short-description ~ .cart tr {
  border-bottom: 1px solid rgba(166, 166, 166, 0.2);
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
table.cart .product-thumbnail {
  width: 120px;
}
ul.products li.product.inited img[class*="thumbnail"],
.woocommerce-product-gallery__image.inited > a > img {
  opacity: 0;
  transition: opacity 0.4s;
}
ul.products li.product.img-loaded img[class*="thumbnail"].pt-show,
.woocommerce-product-gallery__image > a > img.pt-show {
  opacity: 1;
}
.thumbnail-wrap {
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin: 70px auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  line-height: 70px;
  font-size: 1rem;
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: none;
  border-bottom: 1px solid rgba(116, 116, 116, 0.15);
  padding: 0;
  margin: 0 0 30px;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
  content: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none;
}
@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1rem;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 6px;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.woocommerce-tabs .entry-content > h2,
.woocommerce-tabs h2.woocommerce-Reviews-title {
  display: none;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce .woocommerce-cart-form table th,
.woocommerce .woocommerce-cart-form table td {
  border-right: none;
  border-top: none;
}
.site-dark .woocommerce table.shop_table {
  border-color: #444;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce .woocommerce-cart-form table th,
.woocommerce .woocommerce-cart-form table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 20px;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border-bottom: none;
  border-left: none;
  margin-bottom: 36px;
}
.cart_totals th,
.cart_totals td {
  border-bottom: none !important;
}
.woocommerce-page .page-banner.bg-default:after {
  content: "\e90f";
  border: none;
  font-family: "pt-icons";
  font-size: 30vw;
  left: 50%;
  bottom: auto;
  height: auto;
  top: 5vw;
  color: rgba(116, 116, 116, 0.05);
  transform: translateX(-50%);
  width: auto;
  text-align: center;
}
body .woocommerce {
  font-size: 1rem;
  line-height: 1.4;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce .woocommerce-cart-form table th,
.woocommerce .woocommerce-cart-form table td,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: #e1e2e3;
  border-style: solid;
  border-width: 1px;
}
body.site-dark table.shop_table,
body.site-dark table.shop_table th,
body.site-dark table.shop_table td,
body.site-dark table.shop_attributes th,
body.site-dark table.shop_attributes td,
body.site-dark .woocommerce-cart-form table th,
body.site-dark .woocommerce-cart-form table td,
.site-dark #add_payment_method .cart-collaterals .cart_totals tr td,
.site-dark #add_payment_method .cart-collaterals .cart_totals tr th,
.site-dark.woocommerce-cart .cart-collaterals .cart_totals tr td,
.site-dark.woocommerce-cart .cart-collaterals .cart_totals tr th,
.site-dark.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.site-dark.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: #333435;
}
.woocommerce .woocommerce-cart-form thead {
  background-color: rgba(166, 166, 166, 0.01);
}
.cart_totals td,
.cart_totals th {
  border-left: none !important;
  border-right: none !important;
}
.woocommerce table.shop_attributes {
  border-top: none;
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}
.woocommerce p.stars a {
  width: 20px;
  height: 20px;
  font-size: 1.285rem;
}
.woocommerce div.product .woocommerce-product-rating {
  font-size: 1rem;
  margin-bottom: 15px;
}
.woocommerce-page .site-root #primary .star-rating {
  color: #f5bf48;
  letter-spacing: 2px;
  font-size: 12px;
  width: auto;
}
.woocommerce-page .site-root .star-rating:before {
  content: "\53\53\53\53\53";
  position: relative;
  float: none;
}
.woocommerce-page .wc-price-wrap {
  position: relative;
  border-bottom: 1px dotted rgba(116, 116, 116, 0.2);
  padding-bottom: calc(8px + 0.2vw);
  margin-bottom: calc(10px + 0.2vw);
}
.woocommerce-page .wc-price-wrap .star-rating {
  position: absolute;
  right: 0;
  top: 2px;
}
#primary ul.products li.product .woocommerce-loop-product__title {
  padding-bottom: 0.3em;
}
#primary ul.products.inited li.product .price,
#primary ul.products.inited li.product .button {
  margin: 0;
}
.woocommerce #reviews #comment {
  min-height: 75px;
  height: auto;
  margin-top: 4px;
  border-right: none;
  border-top: none;
  border-left: none;
}
.woocommerce #review_form #respond .form-submit input {
  padding: 0 60px 0 30px;
  height: 40px;
  color: #fff;
  background: rgba(116, 116, 116, 0.5);
}
.woocommerce #review_form #respond .form-submit:after {
  line-height: 40px;
}
body.woocommerce-page p.has-submit:before {
  line-height: 39px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
.woocommerce-page #reviews #comments ol.commentlist li {
  margin: 0 0 28px;
}
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  position: relative;
  padding: 1.5em 1.5em 0;
  border-color: transparent;
  background: #fff;
  box-shadow: 0 3px 20px #00000000, 1px 2px 4px #00000000;
}
.woocommerce-page.site-dark #reviews #comments ol.commentlist li .comment-text {
  background: #060708;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 24px;
  border-top: 8px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 8px solid transparent;
}
.woocommerce-page.site-dark
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text:after {
  border-right: 8px solid #060708;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: inherit;
  font-size: 0.875em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 10px;
}
p.woocommerce-noreviews {
  font-size: 1rem;
  opacity: 0.7;
}
.woocommerce #review_form #respond p.stars {
  margin-top: 5px;
}
.woocommerce-Reviews .comment-reply-title {
  display: block;
  margin: 5px 0 0;
}
@media (min-width: 769px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 80px;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 68px;
    height: auto;
  }
  .woocommerce .woocommerce-cart-form table td:not(:last-child),
  .woocommerce .woocommerce-cart-form table th:not(:last-child) {
    border-right-color: transparent;
  }
}
@media (max-width: 768px) {
  .quantity input[type="number"] {
    width: 84px !important;
  }
  .woocommerce div.product form.cart .variations td.label {
    width: calc(84px + 1em);
  }
  .related.products h2,
  .up-sells.upsells.products h2 {
    font-size: 24px;
  }
}
.single-product .product > section {
  margin: 60px 0;
}
.single-product .product > section:last-child {
  margin-bottom: 0;
}
.related.products h2,
.related.products .h,
.up-sells.upsells.products h2,
.up-sells.upsells.products .h {
  font-size: 28px;
  margin-bottom: 30px;
}
.related.products .wc-related-thumb ~ img {
  display: none !important;
}
.related.products .wc-related-thumb {
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
body .woocommerce h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
body .woocommerce h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
a.shipping-calculator-button {
  border-bottom: 1px solid;
}
.sku_wrapper {
  display: block;
  margin-bottom: 10px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 60px;
}
.flex-viewport {
  background: rgba(166, 166, 166, 0.2);
}
.flex-control-thumbs {
  height: 100px;
  width: 100%;
  margin-top: 10px !important;
  white-space: nowrap;
  font-size: 0;
}
@media (max-width: 1280px) {
  .flex-control-thumbs {
    height: 60px;
  }
}
.wc-flex-thumbs-wrap {
  overflow: hidden;
}
.flex-control-thumbs li {
  position: relative;
  display: inline-block;
  height: 100%;
  margin-right: 10px !important;
  list-style-type: none;
}
.flex-control-thumbs img {
  height: 100% !important;
  width: auto !important;
  cursor: pointer;
  opacity: 0.4;
}
.flex-control-thumbs img.flex-active {
  opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: visible;
}
#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,
.cart-collaterals input.input-text,
.cart-collaterals select,
body .woocommerce .input-text,
#commentform input[type="text"],
#commentform input[type="password"],
#commentform input[type="email"] {
  padding: 0 10px;
}
#add_payment_method table.cart td.actions .coupon .input-text:not(:focus),
.woocommerce-cart table.cart td.actions .coupon .input-text:not(:focus),
.woocommerce-checkout table.cart td.actions .coupon .input-text:not(:focus),
.cart-collaterals input.input-text:not(:focus),
.cart-collaterals select,
body .woocommerce .input-text:not(:focus),
#commentform input[type="text"]:not(:focus),
#commentform input[type="password"]:not(:focus),
#commentform input[type="email"]:not(:focus),
.woocommerce #reviews #comment:not(:focus) {
  border-color: rgba(166, 166, 166, 0.8);
}
#commentform input[type="text"],
#commentform input[type="password"],
#commentform input[type="email"] {
  display: block;
  width: 100%;
  height: 50px;
}
.woocommerce-Reviews #commentform.pt-form input[type="text"],
.woocommerce-Reviews #commentform.pt-form input[type="password"],
.woocommerce-Reviews #commentform.pt-form input[type="email"] {
  height: 20px;
}
#review_form #respond p.comment-form-author,
#review_form #respond p.comment-form-email {
  width: 50%;
}
.woocommerce #review_form p:not(.form-submit) {
  padding: 0;
}
.woocommerce #review_form p.comment-form-comment {
  margin-top: 30px !important;
}
#review_form #respond p.comment-form-author {
  padding-right: 20px;
}
.checkout textarea {
  border-color: rgba(166, 166, 166, 0.4);
  padding: 10px !important;
}
.woocommerce form .form-row textarea {
  height: auto;
}
.woocommerce-form__input-checkbox {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  display: block;
  margin: 20px 0;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .woocommerce-cart-form input#coupon_code {
    width: 150px;
  }
}
.woocommerce form .form-row {
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce form .form-row.form-row-last {
  margin-bottom: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce #coupon_code,
.woocommerce button.button,
.woocommerce input.button {
  padding: 0 20px;
  font-size: 1rem;
  line-height: 36px;
  height: 36px;
  min-height: 36px;
  border: none;
}
table.shop_table {
  box-shadow: none;
}
.woocommerce table[class*="shop"] tr > * {
  border-radius: 0 !important;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.55;
}
.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] {
  padding: 0 20px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding-right: 2em;
  padding-left: calc(2em + 30px);
  line-height: 1.2;
  background: rgba(166, 166, 166, 0.1);
  color: inherit;
}
.product-name a,
a.showcoupon {
  transition: color 0.1s;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}
.woocommerce-checkout-payment .woocommerce-info {
  background: rgba(255, 255, 255, 0.5);
}
.site-dark .woocommerce-checkout-payment .woocommerce-info {
  background: rgba(0, 0, 0, 0.4);
}
.woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
}
form.checkout_coupon > p {
  margin-bottom: 0;
}
form.checkout_coupon > p:first-child:not(.form-row) {
  margin-bottom: 20px;
  border-top: 1px dotted rgba(166, 166, 166, 0.6);
  padding-top: 24px;
  font-size: 1.125rem;
}
.woocommerce .woocommerce-form-coupon-toggle ~ form.checkout_coupon {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  top: -30px;
  background: rgba(166, 166, 166, 0.1);
  border: none;
}
.woocommerce-form-coupon-toggle ~ form.checkout_coupon .form-row {
  width: 49%;
}
.woocommerce-form-coupon-toggle ~ form.checkout_coupon input.input-text {
  width: 100%;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: "\e9ac";
  font-family: LineIcons !important;
  color: #111;
  font-size: 18px;
}
.site-dark .woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: #fff;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  order: 2;
  flex-shrink: 0;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin: 4px 0;
}
ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
}
.product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.product_meta a {
  margin-left: 4px;
}
.button[name="save_address"] {
  margin-top: 20px !important;
}
.woocommerce legend {
  padding: 0 10px;
}
.woocommerce fieldset {
  border: 1px solid rgba(166, 166, 166, 0.4);
  margin: 30px 0;
  padding: 20px 30px 30px;
}
.woocommerce fieldset .form-row {
  padding: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-width: 1px;
  border-radius: 0;
  border-color: rgba(166, 166, 166, 0.4);
  padding: 30px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  height: 48px;
  line-height: 48px;
  font-size: 1rem;
  padding: 0 30px;
}
a.checkout-button:hover,
.button[name="woocommerce_checkout_place_order"]:hover,
.woocommerce-Address a.edit:hover,
.woocommerce-mini-cart__buttons a:hover,
.cart .single_add_to_cart_button.button:not(.disabled):hover {
  -webkit-filter: brightness(1.05);
  -moz-filter: brightness(1.05);
  -ms-filter: brightness(1.05);
  filter: brightness(1.05);
  opacity: 0.9;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgba(166, 166, 166, 0.1);
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-color: rgba(166, 166, 166, 0.2);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: inherit;
  background-color: #e2e2e2;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #e2e2e2;
}
.site-dark #add_payment_method #payment div.payment_box,
.site-dark.woocommerce-cart #payment div.payment_box,
.site-dark.woocommerce-checkout #payment div.payment_box {
  background-color: #333;
}
.site-dark #add_payment_method #payment div.payment_box:before,
.site-dark.woocommerce-cart #payment div.payment_box:before,
.site-dark.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #333;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-error {
  border-color: #ff5656;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-error:before {
  color: #ff5656;
}
html:not(.breakPoint) .woocommerce-MyAccount-navigation {
  position: relative;
  top: 4px;
  flex-shrink: 0;
  width: 25%;
  margin-right: 5%;
}
.breakPoint .woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation li {
  position: relative;
  margin-bottom: 2px;
  list-style-type: none;
  line-height: calc(40px + 0.5vw);
  font-size: 1rem;
  border-radius: 4px;
  margin-left: 0;
}
.woocommerce-MyAccount-navigation li:before {
  position: absolute;
  right: 8%;
  top: 0;
  font-size: 14px;
  font-family: "FontAwesome";
}
li.woocommerce-MyAccount-navigation-link a.text-link:after {
  display: none;
}
li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f1cb";
}
li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f0c9";
}
li.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\f019";
}
li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f044";
}
li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f2bd";
}
li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f090";
}
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active:before {
  color: #fff;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0 10%;
  color: #a6a6a6;
  line-height: inherit;
  background: rgba(166, 166, 166, 0.1);
  border: none;
}
.woocommerce-MyAccount-navigation li:not(.is-active):hover a {
  background: rgba(166, 166, 166, 0.2);
}
.woocommerce-MyAccount-navigation li:not(.is-active):before {
  color: #a6a6a6;
}
.woocommerce-account .addresses .title h3 {
  float: none;
  margin-top: 0;
}
.woocommerce-Address {
  position: relative;
  padding: 30px;
  margin: 30px 0;
  background: rgba(166, 166, 166, 0.07);
}
.woocommerce-Address a.edit {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 0;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  font-family: "FontAwesome";
}
.woocommerce-Address a.edit:before {
  content: "\f044";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.woocommerce-Address header {
  position: static;
}
body.woocommerce-page .button,
body.woocommerce #primary button,
body.woocommerce #primary input,
body.woocommerce #primary textarea,
.widget_shopping_cart_content a.button,
.wc-flex-thumbs-wrap img {
  transition: background 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s,
    opacity 0.3s, filter 0.3s;
}
@media (max-width: 768px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce div.product .product_title {
    font-size: 28px;
  }
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 20px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce .woocommerce-result-count {
    margin-bottom: 10px;
    float: none;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin-bottom: 30px;
  }
  input#coupon_code {
    width: 100%;
  }
  form.checkout_coupon p {
    width: 100% !important;
    float: none;
  }
  .woocommerce table.shop_table_responsive tr td:not(:last-child),
  .woocommerce-page table.shop_table_responsive tr td:not(:last-child) {
    border-bottom: none;
  }
  input.button[name="apply_coupon"] {
    margin-top: 7px !important;
  }
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 12px 0;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding: 12px 0 12px 26px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: auto;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  padding: 20px 0;
  border-color: rgba(166, 166, 166, 0.4);
}
.woocommerce .widget_shopping_cart .cart_list li:first-child,
.woocommerce.widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}
.select2-container .select2-selection--single {
  height: 40px;
  border: none;
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  color: inherit;
}
.woocommerce form .form-row .select2-container {
  height: 40px;
}
.select2-container--open .select2-dropdown {
  top: -8px;
}
.select2-dropdown {
  border: none;
}
.site-dark
  .select2-container--default
  .select2-results__option[aria-selected="true"]:not(:hover),
.site-dark
  .select2-container--default
  .select2-results__option[data-selected="true"]:not(:hover) {
  background-color: #444;
  color: #fff;
}
.site-dark .select2-container--default .select2-selection--single,
.site-dark .woocommerce-error,
.site-dark .woocommerce-info,
.site-dark .woocommerce-message {
  background: #1a1b1c;
}
.site-dark .select2-dropdown {
  background-color: #060606;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  height: 36px;
  padding: 0 10px;
  background: rgba(166, 166, 166, 0.2);
}
.select2-results__option {
  padding: 8px 15px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce-cart-form thead,
  .woocommerce-orders-table thead {
    display: none;
  }
  .product-thumbnail:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive td.product-thumbnail,
  .woocommerce table.shop_table_responsive td.product-remove {
    width: 100%;
    margin: auto;
    text-align: center !important;
  }
  .woocommerce-cart-form__cart-item {
    background-color: #fff;
    margin-bottom: 40px;
  }
  .site-dark .woocommerce-cart-form__cart-item {
    background-color: #262728;
  }
  table.shop_table_responsive td {
    background-color: transparent !important;
  }
  .woocommerce table.shop_table_responsive td.product-remove {
    background: rgba(166, 166, 166, 0.15) !important;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents {
    border-right: none;
  }
  .woocommerce .woocommerce-cart-form table td:not(:last-child),
  .woocommerce .woocommerce-cart-form table th:not(:last-child) {
    border-right-width: 1px;
  }
}
.woocommerce-cart-form__cart-item p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-cart-form__cart-item .variation {
  margin: 10px 0 0;
}
.woocommerce-cart-form__cart-item .variation dt {
  display: none !important;
}
.woocommerce-cart-form__cart-item .variation dd {
  display: inline-block;
  margin-right: 10px;
}
.cart_item .variation-color {
  line-height: 170%;
}
.pt-mini-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
}
.pt-mini-cart .call-mini-cart {
  width: 34px;
}
.cart-count {
  display: inline-block;
  margin-left: 2px;
  font-size: 1rem;
}
.cart-count.hide {
  display: none;
}
.call-mini-cart:before {
  content: "\e93f";
  position: relative;
  font-size: 16px;
}
.pt-touch-off .call-mini-cart:hover span {
  color: #fff;
}
.pt-mini-cart .widget_shopping_cart_content {
  position: absolute;
  top: 120%;
  right: 0;
  width: 360px;
  max-height: 70vh;
  padding: 20px;
  overflow: auto;
  color: #33313a;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 1rem;
  opacity: 0 !important;
  visibility: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.2s;
  z-index: 1000;
}
.text-white .pt-mini-cart .widget_shopping_cart_content {
  color: #fff;
  background-color: #262728;
}
.pt-touch-off .pt-mini-cart:hover .widget_shopping_cart_content,
.pt-touch-on .pt-mini-cart.show .widget_shopping_cart_content {
  top: 100%;
  opacity: 1 !important;
  visibility: visible;
  transition: all 0.2s 0.2s;
}
@media screen and (max-width: 600px) {
  .pt-mini-cart .widget_shopping_cart_content {
    width: 280px;
    right: -60px;
  }
  #review_form #respond p.comment-form-author,
  #review_form #respond p.comment-form-email {
    width: 100%;
    padding-right: 0;
  }
}
form.cart
  .woocommerce-grouped-product-list-item__quantity
  a.product_type_variable {
  position: relative;
  font-size: 0;
  padding: 0;
  width: 36px;
  border-radius: 50%;
}
form.cart
  .woocommerce-grouped-product-list-item__quantity
  a.product_type_variable:before {
  content: "\f03a";
  font-family: "FontAwesome";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  z-index: 3;
}
.woocommerce ul.products li.product a img {
  position: relative;
  border-radius: 3px;
  margin: 0 0 5px;
}
.site-dark .pt-mini-cart .widget_shopping_cart_content,
.site-dark .m-header .widget_shopping_cart_content {
  background-color: #262728;
  color: #fff;
}
.site-dark .pt-mini-cart .widget_shopping_cart_content a,
.site-dark .pt-mini-cart .widget_shopping_cart_content .pt-h,
.site-dark .m-header .widget_shopping_cart_content a,
.site-dark .m-header .widget_shopping_cart_content .pt-h {
  color: #fff;
}
.woocommerce-mini-cart-item a.remove_from_cart_button {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  text-align: center;
  font-size: 0;
  border-radius: 50%;
}
.woocommerce a.remove {
  color: #ff5656 !important;
  height: 26px;
  width: 26px;
  line-height: 26px;
  font-size: 0;
  transition: color 0.2s, background 0.2s;
}
.woocommerce a.remove:hover,
.pt-mini-cart a.remove:hover {
  color: #fff !important;
  background-color: #ff5656 !important;
}
td.product-remove {
  width: 26px;
}
.product-remove .remove:before,
.woocommerce-mini-cart-item a.remove_from_cart_button:before {
  content: "\e92e";
  font-family: "pt-icons";
  font-size: 16px;
}
.woocommerce-mini-cart.cart_list li {
  position: relative;
  margin-bottom: 30px !important;
  line-height: 100%;
  list-style-type: none;
}
.pt-mini-cart li {
  padding: 0 !important;
}
.pt-mini-cart .blockOverlay {
  opacity: 0 !important;
}
.woocommerce-mini-cart.cart_list a:not(.remove):after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce-mini-cart.cart_list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  left: 0;
  background-color: rgba(166, 166, 166, 0.15);
}
.woocommerce-mini-cart.cart_list li img {
  width: 76px !important;
  height: auto !important;
  float: left !important;
  margin-right: 15px;
  transition: all 0.3s;
}
.woocommerce-mini-cart.cart_list a:hover img {
  opacity: 0.8;
}
.woocommerce-mini-cart.cart_list li a {
  width: calc(100% - 24px);
}
.woocommerce-mini-cart.cart_list .quantity {
  display: block;
  margin-top: 10px;
}
.woocommerce-mini-cart__total {
  display: table;
  width: 100%;
  margin: 30px 0 20px;
}
.woocommerce-mini-cart__total > * {
  display: table-cell;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
  text-align: right;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  height: auto !important;
  line-height: 1 !important;
  font-size: calc(0.875rem + 0.2vw) !important;
  padding: 12px 10px !important;
  border-radius: 4px;
  white-space: pre-line;
  word-break: break-word;
}
p.woocommerce-mini-cart__buttons {
  font-size: 0;
  white-space: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
p.woocommerce-mini-cart__buttons .wc-forward {
  width: 48%;
}
p.woocommerce-mini-cart__buttons .checkout {
  margin-left: 3.8%;
}
p.woocommerce-mini-cart__buttons img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}
.woocommerce-mini-cart .variation {
  display: none !important;
}
.m-call-cart {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  float: none;
}
.m-call-cart:before {
  content: "\f291";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
}
.woocommerce-Reviews .form-submit:after {
  top: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce select,
.woocommerce input.submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce legend,
.woocommerce-Reviews .comment-reply-title,
.woocommerce table.shop_attributes th {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce ins {
  color: #060708;
}
.site-dark div.product .woocommerce-tabs ul.tabs li a,
.site-dark ins {
  color: #fff;
}
.product_meta {
  color: #999;
  font-size: 1rem;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.pt-mini-cart a.button.wc-forward,
.woocommerce input.button:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}
.woocommerce-form__label-for-checkbox span {
  display: inline-block;
  line-height: 36px;
}
.woocommerce td.product-name dl.variation p {
  line-height: 150%;
  padding: 0;
}
.woocommerce td.product-name dl.variation {
  line-height: 150%;
}
.win-h .woocommerce-MyAccount-navigation li,
.win-h body .woocommerce,
.win-h .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.win-h body.woocommerce-page #primary:not(.horizontal),
.win-h .woocommerce-product-details__short-description {
  font-size: calc(1.125rem + 0.05vw);
}
.addresses address {
  font-size: 1rem;
}
.woocommerce-page:not(.single) .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-breadcrumb a:first-child:before {
  content: "\e901";
  font-family: "pt-icons";
  display: inline-block;
  vertical-align: top;
  margin-right: 0.2em;
  font-size: 1.2em;
}
.breakPoint .pt-mini-cart {
  margin-right: 0;
}
li.product a.button.loading:after,
li.product button.button.loading:after,
li.product input.button.loading:after {
  top: auto;
  right: 10px;
}
li.product a.added_to_cart.wc-forward {
  margin: 0 20px;
  font-weight: 500;
  font-size: 0.95rem;
}
.woocommerce-product-gallery__image > a {
  display: block;
  max-width: 100%;
}
.woocommerce-product-gallery__image > a > img {
  max-width: 100%;
  height: auto;
}
.woocommerce span.onsale,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  transform: translateZ(0);
}
.minicart-item-text {
  word-break: break-word;
  white-space: pre-line;
}
p.in-stock {
  margin-bottom: 10px;
  font-weight: 500;
}
#primary.horizontal > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
html:not(.win-v) .woocommerce-page #primary.horizontal {
  height: 100%;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
html:not(.win-v) .woocommerce-page #primary.horizontal #main {
  margin-left: calc(50px + 6vw);
  margin-top: calc(50px + 12vh);
  height: calc(76vh - 100px);
}
html:not(.win-v) .woocommerce-page #primary.horizontal #main.has-title {
  margin-left: 0;
}
html:not(.win-v) body.admin-bar.woocommerce-page #primary.horizontal #main {
  margin-top: calc(34px + 12vh);
}
html:not(.win-v) .woocommerce-page #primary.horizontal,
html:not(.win-v) .woocommerce-page #primary.horizontal ul.products {
  position: relative;
  min-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 10;
}
html:not(.win-v) .woocommerce-page #primary.horizontal #main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
html:not(.win-v) .woocommerce-page #primary.horizontal #main > * {
  flex-shrink: 0;
}
html:not(.win-v) .woocommerce-page #primary.horizontal ul.products {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
}
html:not(.win-v) .woocommerce-page #primary.horizontal ul.products li.product {
  width: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 calc(20px + 4vh) 0 0 !important;
}
html:not(.win-v)
  .woocommerce-page
  #primary.horizontal
  ul.products
  li.product
  a
  img {
  height: 50vh;
  width: auto;
}
html:not(.win-v)
  .woocommerce-page.shop-style-02
  #primary.horizontal
  ul.products
  li.product
  a
  img {
  height: 36vh;
}
html:not(.win-v)
  .woocommerce-page
  #primary.horizontal
  ul.products
  li.product:last-child {
  margin: 0 6vw 0 0 !important;
}
html:not(.win-v)
  .woocommerce-page
  #primary.horizontal
  .woocommerce-loop-product__title {
  font-size: calc(1.285rem + 0.3vw);
}
.woocommerce-page #primary .related.products .woocommerce-loop-product__title {
  font-size: calc(1.285rem + 0.1vw);
  margin-bottom: 4px;
}
.shop-style-01
  #primary
  .products:not(.columns-4):not(.columns-5)
  .woocommerce-loop-product__title,
.win-v .woocommerce-page #primary .products .woocommerce-loop-product__title {
  font-size: calc(1.285rem + 0.1vw);
}
html:not(.win-v)
  .woocommerce-page.shop-style-02
  #primary.horizontal
  .woocommerce-loop-product__title {
  font-size: calc(1.285rem + 0.2vw);
}
.woocommerce-page #primary.horizontal ul.products a.button {
  height: calc(36px + 0.5vw);
  line-height: calc(36px + 0.5vw);
  padding: 0 3em;
}
.woocommerce-page #primary.horizontal .ptsc .woocommerce-result-count {
  margin: 1.5em 0 0.5em;
  float: none;
}
#primary.horizontal .ptsc .woocommerce-ordering select {
  height: 44px;
  width: auto;
}
.woocommerce-page .sc-section-title .woocommerce-ordering {
  float: none;
}
.win-v #primary.horizontal .sc-section-title {
  margin: 12vw 0;
}
.win-v .woocommerce-page #primary.horizontal .products ul,
.win-v .woocommerce-page #primary.horizontal ul.products {
  margin: 0 6vw;
}
.win-v #primary.horizontal .sc-section-title .wrap {
  padding: 0;
}
html:not(.breakPoint)
  .woocommerce-page.shop-style-01
  .pt-footer-01
  .custom-code {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
}
form.woocommerce-checkout > * {
  margin-bottom: 20px;
}
.woocommerce-loop-product__title {
  max-width: calc(200px + 4vw);
  word-break: break-word;
}
.woocommerce table.woocommerce-product-attributes td:not(:first-child) {
  border-left: none;
}
.woocommerce table.woocommerce-product-attributes tr:not(:first-child) td,
.woocommerce table.woocommerce-product-attributes tr:not(:first-child) th {
  border-top: none;
}
.win-v .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.title-largest .pt-h,
.ptsc-block h1.large,
.cover-text .pt-h {
  line-height: 0.9;
}
body.pt-layout-h .content-footer > .wrap {
  display: none;
}
.menu-style-02 .main-menu > ul > li > a {
  font-weight: 700;
}
body:not(.page-id-444) .title-largest .text > .pt-h,
.title-largest .main-part > h1,
.ptsc-block h1.large,
.cover-text .pt-h,
.custom-font h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
}
.pt-h small {
  font-weight: 500;
}
.single-header .pt-h small {
  font-weight: 700;
}
.win-h .pt-h small {
  letter-spacing: 1px;
}
.logo.type-text p {
  letter-spacing: 2px;
  text-indent: 3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .logo.type-text p {
    letter-spacing: 1px;
    text-indent: 1px;
  }
}
.cover-text .pt-h > * {
  font-family: "questrial-Local";
}
a.pt-text-link.has-icon + br + a.pt-text-link.has-icon,
br + br + a.pt-text-link.has-icon {
  margin-top: 0;
}
.common-popup-content .pt-h {
  margin-bottom: calc(15px + 0.2vw);
}
